Visual Basic程序設(shè)計(jì)教程(第十版)(英文版)
定 價(jià):108 元
叢書名:國外計(jì)算機(jī)科學(xué)教材系列
- 作者:(美) David I. Schneider(戴維 ? I. 施耐德)
- 出版時(shí)間:2019/3/1
- ISBN:9787121295430
- 出 版 社:電子工業(yè)出版社
- 中圖法分類:TP312.8
- 頁碼:568
- 紙張:
- 版次:01
- 開本:16開
David I. Schneider的Visual Basic教材自出版以來,深受讀者歡迎,第十版對(duì)前幾版的內(nèi)容進(jìn)行了全面的修訂與更新。本書不是粗略地論及眾多主題,而是針對(duì)重要問題進(jìn)行深入分析。全書共10章,主要內(nèi)容包括:Visual Basic簡介、控件與事件,變量、輸入和輸出,分支結(jié)構(gòu),通用過程,循環(huán)結(jié)構(gòu),數(shù)組,其他控件和對(duì)象,面向?qū)ο缶幊,?shù)據(jù)庫,以及文本文件。全書給出了100多個(gè)示例和大量的習(xí)題,每章后面還提供了實(shí)踐性很強(qiáng)的程序設(shè)計(jì)項(xiàng)目,幫助讀者掌握所學(xué)知識(shí)。
David I. Schneider:在馬里蘭大學(xué)從事計(jì)算機(jī)專業(yè)的教學(xué)近40年。他已編寫了28本圖書,多半是關(guān)于計(jì)算機(jī)程序設(shè)計(jì)方面的,并開發(fā)了很多軟件包。他于1962年在MIT的林肯實(shí)驗(yàn)室就開始了計(jì)算機(jī)程序設(shè)計(jì)工作。Schneider在奧伯林學(xué)院獲得學(xué)士學(xué)位,在MIT獲得數(shù)學(xué)博士學(xué)位。
羅凌,重慶師范大學(xué)計(jì)算機(jī)與信息科學(xué)學(xué)院副教授,主要研究方向?yàn)榫幊陶Z言、軟件工程,并出版了多部教材和譯著。
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