首页
论坛
门户
空间
手机版
IXPUB
插件
收藏
设置
注册
登录
商店
搜索
培训
Wiki
Blog
归档
丛书
退出
ITPUB论坛
»
Web开发
»
ASP.NET与AJAX
» An Introduction to Programming Using Visual Basic 2005 6E0603PH
‹‹ 上一主题
|
下一主题 ››
12
1/2
1
2
››
投票
交易
悬赏
活动
评价
|
打印
|
推荐
|
订阅
|
收藏
标题: An Introduction to Programming Using Visual Basic 2005 6E0603PH
tang2049
天王(收地租)
精华贴数 6
个人空间
0
技术积分 32664 (24)
社区积分 76335 (4)
注册日期 2005-9-25
论坛徽章:6
#1
使用道具
发表于 2006-11-9 21:46
An Introduction to Programming Using Visual Basic 2005 6E0603PH
By David I. Schneider - University of Maryland
Publisher : Prentice Hall
Pub Date : March 03, 2006
Print ISBN-10 : 0-13-030654-1
Print ISBN-13 : 978-0-13-030654-8
eText ISBN-10 : 0-13-186104-2
eText ISBN-13 : 978-0-13-186104-6
Pages : 752
只看该作者
tang2049
天王(收地租)
精华贴数 6
个人空间
0
技术积分 32664 (24)
社区积分 76335 (4)
注册日期 2005-9-25
论坛徽章:6
#2
使用道具
发表于 2006-11-9 21:47
Description
Based on the newest version of Microsoft's VB. NET, this revision of Schneider's best-selling guide is designed for readers with no prior computer programming experience. The author uses Visual Basic .NET 2005 to explore the fundamentals of programming, building a strong foundation that will give students a sustainable understanding of programming. KEY TOPICS: Offers a broad range of examples, case studies, exercises, and programming projects to give readers significant hands-on experience. Includes a new section on Graphics. Provides fully updated example text and data, including tax codes, social security forms/data, baseball statistics, and more. Contains all new, robust, interesting programming projects. Updates screenshots throughout using Windows XP. Bundles Visual Basic .NET Express automatically with each copy of the text. MARKET: A useful reference for both beginning and experienced programmers who want to learn more about the latest version of Microsoft's VB. NET.
只看该作者
tang2049
天王(收地租)
精华贴数 6
个人空间
0
技术积分 32664 (24)
社区积分 76335 (4)
注册日期 2005-9-25
论坛徽章:6
#3
使用道具
发表于 2006-11-9 21:47
Table of Contents
Copyright
Preface xi
Acknowledgments xiii
The Companion Website for Students and Instructors xv
Using This Book for a Short or Condensed Course xvi
Chapter 1. An Introduction to Computers and Visual Basic 2005 1
Section 1.1. An Introduction to Computers 2
Section 1.2. Using Windows 4
Section 1.3. Files and Folders 12
Section 1.4. An Introduction to Visual Basic 2005 18
Section 1.5. Biographical History of Computing 21
Chapter 2. Problem Solving 29
Section 2.1. Program Development Cycle 30
Section 2.2. Programming Tools 32
Chapter 3. Fundamentals of Programming in Visual Basic 41
Section 3.1. Visual Basic Controls 42
Section 3.2. Visual Basic Events 60
Section 3.3. Numbers 73
Section 3.4. Strings 88
Section 3.5. Input and Output 105
Chapter 3 Summary 127
Chapter 3 Programming Projects 128
Chapter 4. General Procedures 131
Section 4.1. Sub Procedures, Part I 132
Section 4.2. Sub Procedures, Part II 154
Section 4.3. Function Procedures 169
Section 4.4. Modular Design 183
Chapter 4 Summary 188
Chapter 4 Programming Projects 188
Chapter 5. Decisions 193
Section 5.1. Relational and Logical Operators 194
Section 5.2. If Blocks 201
Section 5.3. Select Case Blocks 218
Section 5.4. A Case Study: Weekly Payroll 235
Chapter 5 Summary 243
Chapter 5 Programming Projects 243
Chapter 6. Repetition 247
Section 6.1. Do Loops 248
Section 6.2. Processing Lists of Data with Do Loops 261
Section 6.3. For... Next Loops 277
Section 6.4. A Case Study: Analyze a Loan 291
Chapter 6 Summary 301
Chapter 6 Programming Projects 301
Chapter 7. Arrays 307
Section 7.1. Creating and Accessing Arrays 308
Section 7.2. Using Arrays 326
Section 7.3. Some Additional Types of Arrays 341
Section 7.4. Sorting and Searching 356
Section 7.5. Two-Dimensional Arrays 377
Section 7.6. A Case Study: A Sophisticated Cash Register 392
Chapter 7 Summary 401
Chapter 7 Programming Projects 402
Chapter 8. Sequential Files 411
Section 8.1. Sequential Files 412
Section 8.2. Using Sequential Files 430
Section 8.3. A Case Study: Recording Checks and Deposits 442
Chapter 8 Summary 454
Chapter 8 Programming Projects 454
Chapter 9. Additional Controls and Objects 461
Section 9.1. List Boxes, Combo Boxes, and the File-Opening Control 462
Section 9.2. Seven Elementary Controls 472
Section 9.3. Four Additional Objects 484
Section 9.4. Graphics 496
Chapter 9 Summary 509
Chapter 9 Programming Projects 510
Chapter 10. Database Management 517
Section 10.1. An Introduction to Databases 518
Section 10.2. Relational Databases and SQL 531
Chapter 10 Summary 548
Chapter 10 Programming Projects 549
Chapter 11. Object-Oriented Programming 551
Section 11.1. Classes and Objects 552
Section 11.2. Arrays of Objects; Events; Containment 569
Section 11.3. Inheritance 582
Chapter 11 Summary 601
Chapter 11 Programming Projects 602
Appendix A. ANSI Values 605
Appendix B. How To 607
Invoke and Exit Visual Basic 607
Manage Programs 607
Use the Editor 609
Get Help 611
Manipulate a Dialog Box 612
Use Menus 613
Utilize the Windows Environment 613
Design a Form 614
Work with the Properties of a Form or Control 615
How To: Manage Procedures 618
Manage Windows 619
Use the Printer 619
Use the Debugger 619
Appendix C. Converting from Visual Basic 6.0 to Visual Basic 2005 621
Section 3.1 621
Section 3.2 621
Section 3.3 622
Section 3.4 622
Section 3.5 623
Section 4.1 623
Section 4.2 623
Section 4.3 623
Section 6.3 623
Section 7.1 623
Section 7.3 624
Section 8.1 624
Section 9.1 624
Section 9.2 624
Section 9.3 625
Section 9.4 625
Section 10.1 625
Section 10.2 626
Section 11.1 626
Section 11.3 626
Appendix D. Visual Basic Debugging Tools 627
The Three Program Modes 627
Stepping through a Program 628
The Immediate Window 629
The Watch Window 629
The Locals Window 630
Six Walkthroughs 630
Stepping through an Elementary Program: Chapter 3 630
Stepping through a Program Containing a General Procedure: Chapter 4 632
Communicating between Arguments and Parameters 633
Stepping through Programs Containing Selection Structures: Chapter 5 633
Stepping through a Program Containing a Do Loop: Chapter 6 635
Answers: To Selected Odd-Numbered Exercises 637
Chapter 1 637
Chapter 3 638
Chapter 4 650
Chapter 5 660
Chapter 6 668
Chapter 7 679
Chapter 8 699
Chapter 9 706
Chapter 10 714
Chapter 11 720
Inside Front Cover InsideFrontCover
Index
只看该作者
tang2049
天王(收地租)
精华贴数 6
个人空间
0
技术积分 32664 (24)
社区积分 76335 (4)
注册日期 2005-9-25
论坛徽章:6
#4
使用道具
发表于 2006-11-9 21:48
1
tang2049 上传了这个附件:
2006-11-9 21:48
下载次数: 25
an introduction to programming using visual basic 2005 6e0603ph.part01.rar
(1000 KB)
只看该作者
tang2049
天王(收地租)
精华贴数 6
个人空间
0
技术积分 32664 (24)
社区积分 76335 (4)
注册日期 2005-9-25
论坛徽章:6
#5
使用道具
发表于 2006-11-9 21:49
2
tang2049 上传了这个附件:
2006-11-9 21:49
下载次数: 17
an introduction to programming using visual basic 2005 6e0603ph.part02.rar
(1000 KB)
只看该作者
tang2049
天王(收地租)
精华贴数 6
个人空间
0
技术积分 32664 (24)
社区积分 76335 (4)
注册日期 2005-9-25
论坛徽章:6
#6
使用道具
发表于 2006-11-9 21:49
3
tang2049 上传了这个附件:
2006-11-9 21:49
下载次数: 15
an introduction to programming using visual basic 2005 6e0603ph.part03.rar
(1000 KB)
只看该作者
tang2049
天王(收地租)
精华贴数 6
个人空间
0
技术积分 32664 (24)
社区积分 76335 (4)
注册日期 2005-9-25
论坛徽章:6
#7
使用道具
发表于 2006-11-9 21:50
4
tang2049 上传了这个附件:
2006-11-9 21:50
下载次数: 14
an introduction to programming using visual basic 2005 6e0603ph.part04.rar
(1000 KB)
只看该作者
tang2049
天王(收地租)
精华贴数 6
个人空间
0
技术积分 32664 (24)
社区积分 76335 (4)
注册日期 2005-9-25
论坛徽章:6
#8
使用道具
发表于 2006-11-9 21:50
5
tang2049 上传了这个附件:
2006-11-9 21:50
下载次数: 16
an introduction to programming using visual basic 2005 6e0603ph.part05.rar
(1000 KB)
只看该作者
tang2049
天王(收地租)
精华贴数 6
个人空间
0
技术积分 32664 (24)
社区积分 76335 (4)
注册日期 2005-9-25
论坛徽章:6
#9
使用道具
发表于 2006-11-9 21:50
6
tang2049 上传了这个附件:
2006-11-9 21:50
下载次数: 15
an introduction to programming using visual basic 2005 6e0603ph.part06.rar
(1000 KB)
只看该作者
tang2049
天王(收地租)
精华贴数 6
个人空间
0
技术积分 32664 (24)
社区积分 76335 (4)
注册日期 2005-9-25
论坛徽章:6
#10
使用道具
发表于 2006-11-9 21:52
7
tang2049 上传了这个附件:
2006-11-9 21:52
下载次数: 21
an introduction to programming using visual basic 2005 6e0603ph.part07.rar
(1000 KB)
只看该作者
12
1/2
1
2
››
投票
交易
悬赏
活动
相关内容
ITPUB论坛
≡ 数据库技术 ≡
> Oracle数据库管理
> Oracle开发
> Oracle Developer Suite
> Oracle入门与认证
> Oracle专题深入讨论
> Oracle新技术/11g
> Oracle电子文档
> Oracle Application Server套件
> IBM数据库产品
> MS SQL Server
> Sybase管理与开发
> MySQL及其它开源数据库
> 内存数据库
> 数据仓库与数据挖掘
> 移动及嵌入式数据库
≡ 企业信息化 ≡
> ERP产品与实践
> CRM产品与实践
> HR产品与实践
> 物流
> 供应链
> 供应链建模与仿真
> 物流设备与系统工程
> 企业管理咨询
> 管理协同与办公自动化
> IT服务管理
> 数据中心建设
> ERP二次开发
> Oracle ERP
> EBS相关文档
> PeopleSoft与JDE
> SAP R/3
> SAP Business One开发与快速实施
> SAP财务及CRM
> SAP后勤及HR
> mySAP ERP
> 系统开发及跨应用设置
> SAP相关文档
> 国外其它ERP产品
> 国内ERP产品
≡ 开发技术 ≡
> Java入门与认证版
> Java web开发及框架技术
> Java企业开发
> ASP.NET【已迁移到微软开发技术论坛】
> .Net企业开发与应用【已迁移到微软开发技术论坛】
> WEB程序开发
> WEB 2.0技术
> 动态语言
> 移动与游戏开发
≡ 系统设计与项目管理 ≡
> 系统分析与UML
> 系统分析与UML精华区
> 项目管理
> 项目过程
> 软件测试
> 算法讨论与研究
≡ IBM软件技术园地 ≡
> IBM数据库产品
> Lotus
> Tivoli
> Websphere
> Rational
> 与SOA相关的IBM产品与技术
> IBM软件技术精英协会
> 软件技术精英活动专版
≡ 操作系统与硬件 ≡
> AIX及IBM产品【已迁移到IXPUB】
> HP-UX及HP产品【已迁移到IXPUB】
> Solaris及SUN产品【已迁移到IXPUB】
> Linux及其应用 【已迁移到IXPUB】
> 其它UNIX系统【已迁移到IXPUB】
> windows系统及微软相关产品 【已迁移到IXPUB】
> 存储设备与容灾技术 【已迁移到IXPUB】
> 服务器 【已迁移到IXPUB】
≡ 行业纵向讨论区 ≡
> IT业界评论与展望
> 政府与教育事业
> 中国政府信息主管联盟
> 电信行业
> 金融行业
> 医卫行业
> 制造行业
> 电力行业
> 信息安全与审计
≡ 会员交流 ≡
> IT职业生涯
> 招聘求职商务信息
> 旅游,驴友
> 汽车世界
> 外语角
> 数码摄影
> 你的故事我的歌
> 音乐推荐区
> 电子图书与IT文档资料
> 软件交流
> 软件交流精华区
≡ ITPUB产品与服务 ≡
> ITPUB地面活动专版
> BLOG天地
> WIKI世界
> 授权用户区
> 站务管理
≡ 微软开发技术 ≡
> 开发工具和语言
> .NET Framework 相关
> Visual Basic/VB.net
> Visual C#
> Visual C++/vc.net
> Visual Studio
> .NET软件架构与模式
> .NET开发辅助工具及框架
> Web开发
> ASP.NET与AJAX
> Web相关技术讨论(IIS等)
> Silverlight 技术
> 微软企业级产品技术
> SQL Server
> windows server
> SharePoint
> Exchange Server
> Biztalk
> 嵌入式及移动开发
> Windows Embedded 嵌入式技术
> Windows 移动设备
> Office开发
> Microsoft office system
> Office Business Application
> 微软产品用户交流区
> .Net电子书籍&&书籍介绍
> .Net人才交流
技术积分榜
社区积分榜
徽章
电子杂志
会员
团队
统计
邮箱
游乐场
帮助
TOP
CopyRight 1999-2006 itpub.net All Right Reserved.
北京皓辰广域网络信息技术有限公司. 版权所有
E-mail:Webmaster@itpub.net
京ICP证:010037号
联系我们
法律顾问
控制面板首页
编辑个人资料
积分交易
公众用户组
好友列表
升级个人空间
基本概况
论坛排行
主题排行
发帖排行
积分排行
在线时间
管理团队
管理统计