Giáo trình tin học Chương I
... C++ Programming5. A Simple Program: Printing a Line of Text6. Another Simple Program: Adding Two Integers7. Arithmetic8. Decision Making: Equality and Relational Operators9. Introduction to Object ... 2003 Prentice Hall, Inc. All rights reserved.19Decision Making: Equality and Relational Operators• if structure– Make decision based on truth or falsity of condition• If condition met, body .....
Ngày tải lên: 22/08/2012, 10:12
... Prentice Hall, Inc. All rights reserved.16Formulating Algorithms (Sentinel-Controlled Repetition)• Refine the initialization phaseInitialize variablesgoes toInitialize total to zeroInitialize ... passes and failuresPrint a summary of the exam results and decide if tuition should be raised •RefineInitialize variablesto Initialize passes to zeroInitialize failures to zeroInitialize student ......
Ngày tải lên: 22/08/2012, 10:12
... Software reusability• Call function multiple times • Local variables– Known only in the function in which they are defined– All variables declared in function definitions are local variables• Parameters– ... Prentice Hall, Inc. All rights reserved.1Chapter 3 - FunctionsOutline3.1 Introduction3.2 Program Components in C++3.3 Math Library Functions3.4 Functions3.5 Function Definitions3.6 Functi...
Ngày tải lên: 22/08/2012, 10:12
Giáo trình tin học chương IV
... declaration.3 #include <iostream>5 using std::cout;6 using std::endl;8 #include <iomanip>10 using std::setw;12 int main()13 {14 // use initializer list to initialize array ... omitted, initializers determine sizeint n[] = { 1, 2, 3, 4, 5 }; • 5 initializers, therefore 5 element array 2003 Prentice Hall, Inc.All rights reserved.63 #include <iostream>5 using std::cout;6 ... /...
Ngày tải lên: 22/08/2012, 10:13
Giáo trình tin học Chương V
... Declarations and Initialization• Can declare pointers to any data type• Pointer initialization– Initialized to 0, NULL, or address• 0 or NULL points to nothing 2003 Prentice Hall, Inc. All rights ... reference)– Pointers contain address of variable that has specific value (indirect reference)• Indirection– Referencing value through pointer• Pointer declarations– * indicates variable is point...
Ngày tải lên: 22/08/2012, 10:13
Giáo trình tin học chương 5
... Pointer Variable Declarations and Initialization • Can declare pointers to any data type • Pointer initialization – Initialized to 0, NULL, or address • 0 or NULL points to nothing 2003 Prentice ... Pointers contain address of variable that has specific value (indirect reference) • Indirection – Referencing value through pointer • Pointer declarations – * indicates variable is pointer int ....
Ngày tải lên: 06/09/2013, 10:54
Giáo trình tin học đại cương
... Details: Hiện thị danh sách các file và folder thành các biểu tượng nhỏ v i các thơng tin chi tiết như tên file (Name) kích thước (size), kiểu (type), ngày giờ cập nhật (Modified). - Thumbnails: ... như : VNtimes new roman dùng v i mã VietWare_X VNI-Times dùng v i mã VNI .VnTime dùng v i mã TCVN Times new Roman hay Arial (v i Windows 2000 Trở lên) dùng v i mã Unicode dựng sẵn (Unicode...
Ngày tải lên: 23/08/2012, 10:08
Giáo trình tin học căn bản
... v Khi ta tçm theo i ưu kiãûn “ b*.* “ thç mạy s liãût kã táûp tin v Khi ta tçm theo i ưu kiãûn “ baitap?.doc “ thç mạy s liãût kã táûp tin v V. Giå i thiãûu Hãû i ưu hnh: 1. Kh i niãûm: ... táûp tin sau vanban1.txt baitap1.doc baitap2.doc Váûy: Khi ta tçm theo i ưu kiãûn “ *.txt “ thç mạy s liãût kã táûp tin Khi ta tçm theo i ưu kiãûn “ *.doc “ thç mạy s liãût kã táûp tin ... Cọ h...
Ngày tải lên: 23/08/2012, 10:33
Giáo trình tin học văn phòng
... biểu diễn b i mảng 2 chiều, tổ chức thành hàng và cột. M i hàng chứa thông tin về một đ i tượng được g i là một mẫu tin (record), m i cột chứa thông tin phản ánh thuộc tính chung của các đ i ... đó, việc trích (lọc) thông tin chỉ có tác dụng t i th i i m cần lập báo cáo. - Đ i v i việc lọc và đặt t i chỗ (in-place) thường sử dụng để kiểm tra, so sánh thông tin trong d...
Ngày tải lên: 30/08/2012, 08:54