Visual Basic程序設計教程(第十版)(英文版)
定 價:108 元
叢書名:國外計算機科學教材系列
- 作者:(美) David I. Schneider(戴維 ? I. 施耐德)
- 出版時間:2019/3/1
- ISBN:9787121295430
- 出 版 社:電子工業(yè)出版社
- 中圖法分類:TP312.8
- 頁碼:568
- 紙張:
- 版次:01
- 開本:16開
David I. Schneider的Visual Basic教材自出版以來,深受讀者歡迎,第十版對前幾版的內(nèi)容進行了全面的修訂與更新。本書不是粗略地論及眾多主題,而是針對重要問題進行深入分析。全書共10章,主要內(nèi)容包括:Visual Basic簡介、控件與事件,變量、輸入和輸出,分支結構,通用過程,循環(huán)結構,數(shù)組,其他控件和對象,面向對象編程,數(shù)據(jù)庫,以及文本文件。全書給出了100多個示例和大量的習題,每章后面還提供了實踐性很強的程序設計項目,幫助讀者掌握所學知識。
David I. Schneider:在馬里蘭大學從事計算機專業(yè)的教學近40年。他已編寫了28本圖書,多半是關于計算機程序設計方面的,并開發(fā)了很多軟件包。他于1962年在MIT的林肯實驗室就開始了計算機程序設計工作。Schneider在奧伯林學院獲得學士學位,在MIT獲得數(shù)學博士學位。
羅凌,重慶師范大學計算機與信息科學學院副教授,主要研究方向為編程語言、軟件工程,并出版了多部教材和譯著。
Contents
Chapter 1 Visual Basic, Controls, and Events 1
1.1 An Introduction to Visual Basic 2015 1
1.2 Visual Basic Controls 3
1.3 Visual Basic Events 21
Chapter 2 Variables, Input, and Output 36
2.1 Numbers 36
2.2 Strings 54
2.3 Input and Output 74
Chapter 3 Decisions 93
3.1 Relational and Logical Operators 93
3.2 If Blocks 101
3.3 Select Case Blocks 122
3.4 Input via User Selection 136
Chapter 4 General Procedures 154
4.1 Function Procedures 154
4.2 Sub Procedures, Part I 170
4.3 Sub Procedures, Part II 185
4.4 Program Design 196
4.5 A Case Study: Weekly Payroll 199
Chapter 5 Repetition 212
5.1 Do Loops 212
5.2 For . . . Next Loops 226
5.3 List Boxes and Loops 240
Chapter 6 Arrays 256
6.1 Creating and Using Arrays 256
6.2 Using LINQ with Arrays 282
6.3 Arrays of Structures 296
6.4 Two-Dimensional Arrays 322
6.5 A Case Study: Analyze a Loan 335
Chapter 7 Additional Controls and Objects 352
7.1 List Boxes and Combo Boxes 352
7.2 Eight Additional Controls and Objects 360
7.3 Multiple-Form Programs 375
7.4 Graphics 387
Chapter 8 Object-Oriented Programming 406
8.1 Classes and Objects 406
8.2 Working with Objects 423
8.3 Inheritance 434
Chapter 9 Databases 454
9.1 An Introduction to Databases 454
9.2 Editing and Designing Databases 478
Chapter 10 Text Files 488
10.1 Managing Text Files 488
10.2 StreamReaders, StreamWriters, and Structured Exception Handling 504
10.3 A Case Study: Recording Checks and Deposits 522
Appendices…………………………………………………………………………………………………535
Appendix A ANSI Values 535
Appendix B How To 537
Appendix C Files and Folders 549
Appendix D Visual Basic Debugging Tools 550