Beginning Programming for Dummies, 3/e
暫譯: 初學者程式設計入門,第三版
Wallace Wang
- 出版商: Hungry Minds
- 出版日期: 2003-12-29
- 售價: $1,010
- 貴賓價: 9.5 折 $960
- 語言: 英文
- 頁數: 432
- 裝訂: Paperback
- ISBN: 0764549979
- ISBN-13: 9780764549977
已絕版
買這商品的人也買了...
-
$2,831Wireless and Mobile Network Architectures
-
$980$774 -
$1,805Test-Driven Development: By Example (Paperback)
-
$600$510 -
$2,540$2,413 -
$750$638 -
$390$304 -
$1,600$1,568 -
$750$593 -
$1,080Windows System Programming, 3/e (Hardcover)
-
$790$672 -
$580$493 -
$650$514 -
$560$476 -
$2,205Understanding the Linux Kernel, 3/e (Paperback)
-
$580$458 -
$2,052Understanding Linux Network Internals (Paperback)
-
$890$757 -
$780$663 -
$390$308 -
$550$468 -
$450$351 -
$880$695 -
$780$663 -
$620$490
相關主題
商品描述
Start writing programs for Windows, Linux, Macintosh, Palms, and PocketPCs
Ready to take control of your computer by writing your own programs? Mixing concepts with humor, author Wallace Wang shows you how to begin programming as simply and quickly as possible. In no time, you’ll find out how to create and debug programs in Liberty BASIC, use algorithms, build interactive Web pages, and more!
All this on the bonus CD-ROM
- Liberty BASIC and other compilers
- All the examples and code from the book
- IBM Robocode V1.0.6
- JBuilder 9 Personal, C# Builder Personal, and Kylix Enterprise Trial
See the "About the CD-ROM" appendix for details and complete system requirements.
Discover how to:
- Choose the best programming language for your project
- Work with data structures
- Install and use Liberty BASIC
- Create interactive Web sites
- Program multiple platform devices
Table of Contents
Introduction.
Part I: Programming a Computer.
Chapter 1: Learning Computer Programming for the First Time.
Chapter 2: All about Programming Languages.
Chapter 3: How to Write a Program.
Chapter 4: The Tools of a Computer Programmer.
Part II: Learning Programming with Liberty BASIC.
Chapter 5: Getting Your Hands on a Real Language: Liberty BASIC.
Chapter 6: Handling Input and Output.
Chapter 7: Variables, Constants, and Comments.
Chapter 8: Crunching Numbers and Playing with Strings.
Chapter 9: Making Decisions with Control Statements.
Chapter 10: Repeating Yourself with Loops.
Part III: Advanced Programming with Liberty BASIC.
Chapter 11: Writing Large Programs by Using Subprograms.
Chapter 12: Drawing Pictures and Making Noise.
Chapter 13: Saving and Retrieving Stuff in Files.
Chapter 14: Creating a User Interface.
Chapter 15: Debugging Programs.
Part IV: Dealing with Data Structures.
Chapter 16: Storing Stuff in Arrays.
Chapter 17: Lumping Related Data in Records.
Chapter 18: Linked Lists and Pointers.
Chapter 19: Playing with Object-Oriented Programming.
Part V: Algorithms: Telling the Computer What to Do.
Chapter 20: Sorting.
Chapter 21: Searching.
Chapter 22: Optimizing Your Code.
Part VI: Internet Programming.
Chapter 23: Playing with HTML.
Chapter 24: Making Interactive Web Pages with JavaScript.
Chapter 25 Using Java Applets on Web Pages.
Part VII: The Part of Tens.
Chapter 26: Ten Cool Programming Careers.
Chapter 27: Ten Additional Programming Resources.
Appendix: About the CD.
Bonus Chapter: Programming in Python.
Index.
End-User License Agreement.
商品描述(中文翻譯)
發現最新的程式設計技巧與技術
開始為 Windows、Linux、Macintosh、Palms 和 PocketPC 撰寫程式
準備好透過撰寫自己的程式來掌控你的電腦了嗎?作者 Wallace Wang 以幽默的方式混合概念,向你展示如何以最簡單和最快的方式開始程式設計。很快地,你將學會如何在 Liberty BASIC 中創建和除錯程式、使用演算法、建立互動式網頁等等!
所有這些都在附贈的 CD-ROM 上
- Liberty BASIC 和其他編譯器
- 書中的所有範例和程式碼
- IBM Robocode V1.0.6
- JBuilder 9 Personal、C# Builder Personal 和 Kylix Enterprise 試用版
詳情和完整系統需求請參見「關於 CD-ROM」附錄。
發現如何:
- 為你的專案選擇最佳的程式語言
- 使用資料結構
- 安裝和使用 Liberty BASIC
- 創建互動式網站
- 為多平台設備編程
**目錄**
引言。
第一部分:電腦程式設計。
第 1 章:第一次學習電腦程式設計。
第 2 章:所有關於程式語言的事。
第 3 章:如何撰寫程式。
第 4 章:電腦程式設計師的工具。
第二部分:使用 Liberty BASIC 學習程式設計。
第 5 章:接觸真正的語言:Liberty BASIC。
第 6 章:處理輸入和輸出。
第 7 章:變數、常數和註解。
第 8 章:數字運算和字串操作。
第 9 章:使用控制語句做決策。
第 10 章:使用迴圈重複自己。
第三部分:使用 Liberty BASIC 的進階程式設計。
第 11 章:使用子程式撰寫大型程式。
第 12 章:繪製圖形和發出聲音。
第 13 章:在檔案中儲存和檢索資料。
第 14 章:創建使用者介面。
第 15 章:除錯程式。
第四部分:處理資料結構。
第 16 章:在陣列中儲存資料。
第 17 章:在記錄中聚合相關資料。
第 18 章:鏈結串列和指標。
第 19 章:玩轉物件導向程式設計。
第五部分:演算法:告訴電腦該做什麼。
第 20 章:排序。
第 21 章:搜尋。
第 22 章:優化你的程式碼。
第六部分:網際網路程式設計。
第 23 章:玩轉 HTML。
第 24 章:使用 JavaScript 創建互動式網頁。
第 25 章:在網頁上使用 Java Applets。
第七部分:十的部分。
第 26 章:十個酷炫的程式設計職業。
第 27 章:十個額外的程式設計資源。
附錄:關於 CD。
附贈章節:在 Python 中程式設計。
索引。
最終使用者授權協議。