Thuyet trinh tin hoc
... 4: PHỤ NỮ KHI MANG THAI ĐƯỢC HƯỞNG CÁC CHẾ ĐỘ NHƯ THẾ NÀO . NHÓM PHỤ TRÁCH : TIN HỌC 12 A01. CÁC THÀNH VIÊN TIN HỌC 1. Nguyễn Nam 2. Nguyễn Minh Triết 3. Vòng Đức Cường 4. Nguyễn Văn Quí 5.
Ngày tải lên: 05/05/2014, 20:15
... Basics of a Typical C++ Environment 4. Introduction to C++ Programming 5. A Simple Program: Printing a Line of Text 6. Another Simple Program: Adding Two Integers 7. Arithmetic 8. Decision Making: ... } // end function main 2003 Prentice Hall, Inc. All rights reserved. 11 A Simple Program: Printing a Line of Text • Standard output stream object – std::cout – “Connected” to screen – <<...
Ngày tải lên: 22/08/2012, 10:12
Giáo trình tin học chương II
... (possibly the sentinel) While the user has not as yet entered the sentinel Add this grade into the running total Add one to the grade counter Input the next grade (possibly the sentinel) 2003 ... Prentice Hall, Inc. All rights reserved. 1 // Fig. 2.14: fig02_14.cpp 2 // Preincrementing and postincrementing. 3 #include <iostream> 4 using std::cout; 5 using std::endl; 6 // function ......
Ngày tải lên: 22/08/2012, 10:12
Giáo trình tin học chương III
... Prentice Hall, Inc. All rights reserved. 30 46 // remember point 47 default: 48 gameStatus = CONTINUE; 49 myPoint = sum; 50 cout << "Point is " << myPoint << endl; 51 ... break; // optional 53 } // end switch 55 // while game not complete 56 while ( gameStatus == CONTINUE ) { 57 sum = rollDice(); // roll dice again 59 // determine game status 60 if ( sum == my...
Ngày tải lên: 22/08/2012, 10:12
Giáo trình tin học chương IV
... Printing strings – cout << string2 << endl; • Does not work for other array types – Characters printed until null found 2003 Prentice Hall, Inc. All rights reserved. 18 Sorting ... null found 2003 Prentice Hall, Inc. All rights reserved. 18 Sorting Arrays • Sorting data – Important computing application – Virtually every organization must sort some data • Massive amounts ......
Ngày tải lên: 22/08/2012, 10:13
Giáo trình tin học Chương V
... terminating null character – char *strncpy( char *s1, const char *s2, size_t n ) • Specifies number of characters to be copied from string into array • Does not necessarily copy terminating null ... Library • Concatenating strings – char *strcat( char *s1, const char *s2 ) • Appends second argument to first argument • First character of second argument replaces null character terminating...
Ngày tải lên: 22/08/2012, 10:13
Giáo trình tin học đại cương
... trên một tập tin văn bản Nhóm biểu tượng cho phép thao tác trên một tập tin văn bản V.1. Tạo một văn bản mới - Chọn File / New hoặc Click trên biểu tượng New Tên của một tập tin văn bản trong ... 3D text, ) + Chọn mục Settings để thay đổi lại các thuộc tính khi hiển thị chế độ Srceen saver. + Chọn Preview để xem thử + Chọn Password protected để bảo vệ thông tin đang hiển thị t...
Ngày tải lên: 23/08/2012, 10:08
Giáo trình tin học căn bản
... tải äø âéa C: C:\> Copy C:\Tinhoc\bt1.txt + C:\Tinhoc\bt2.txt C:\Tinhoc\bt3.txt < Enter > 2. Trỉåìng håüp ta âang âỉïng tải thỉ mủc C:\Tinhoc: C:\Tinhoc> Copy bt1.txt + bt2.txt ... âäøi tãn táûp tin Vanban1.doc trong thỉ mủc Tinhoc thüc äø âéa C thnh bt4.doc, ta cọ thãø g mäüt trong hai lãûnh sau: Ren C:\Tinhoc\Vanban1.doc bt4.doc < Enter > Ren C:\Tinhoc\Vanban1.doc...
Ngày tải lên: 23/08/2012, 10:33