Beginning Programming For Dummies, 4/e
暫譯: 初學者程式設計入門,第四版
Wallace Wang
- 出版商: Hungry Minds
- 出版日期: 2006-12-01
- 售價: $1,060
- 貴賓價: 9.5 折 $1,007
- 語言: 英文
- 頁數: 408
- 裝訂: Paperback
- ISBN: 0470088702
- ISBN-13: 9780470088708
-
相關分類:
Functional-programming
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
Windows 程式設計使用 MFC (Programming Windows with MFC, 2/e)$990$782 -
Visual C++ 對戰遊戲完全攻略$490$417 -
SQL 語法範例辭典$550$468 -
CSS、HTML、XHTML 精緻範例辭典$450$383 -
Microsoft Office SharePoint Server 2007 新一代企業 Web 解決方案(第一集)$690$545 -
UML 精華第三版-增訂嵌入式系統與工作流程概念 (UML Distilled, 3/e)$480$379 -
學會 ASP.NET 2.0 的關鍵課程$500$425 -
Effective C++, 3/e (中文版) (Effective C++: 55 Specific Ways to Improve Your Programs and Designs, 3/e)$500$450 -
Linux 核心詳解, 3/e (Understanding the Linux Kernel, 3/e)$1,200$948 -
深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design)$880$695 -
軟體測試實務講座─來自矽谷的技術經驗與心得分享$290$226 -
JavaScript 大全 (JavaScript: The Definitive Guide, 5/e)$1,200$948 -
Linux 進化特區─Ubuntu 從入門到精通$560$442 -
提案王─最能凝聚傳達力的簡報提案與企劃技術$450$351 -
Visual C# 2010 與 UML 開發實戰$590$466 -
Linux 裝置驅動程式之開發詳解$780$616 -
Google Android 2 SDK 開發入門與應用$530$419 -
Google Android SDK 開發範例大全 2$890$703 -
巧用 jQuery$490$387 -
雲端運算技術指南$490$387 -
約耳趣談軟體-來自專案管理的現場實錄 (Joel on Software: And on Diverse and Occasionally Related Matters That Will Prove of Interest to Software Developers)$490$387 -
深入淺出 Android 系統原理及開發要點$450$351 -
辦公室提升效率必備 Excel VBA 技法 256 招$450$383 -
掌握 iPhone SDK 程式開發技巧:iPhone 與 iPod Touch 的進階行動開發技術 (iPhone SDK 3 Programming: Advanced Mobile Development for Apple iPhone and iPod touch)$680$578 -
松本行弘的程式世界:成為一流程式設計師的 14 種思考術$590$460
相關主題
商品描述
Description
New techniques make programming easier and more fun
Discover principles and best practices that let you program in many languages
So you always thought programmers were superior beings from another galaxy? Surprise! Programming isn't all that difficult when you know how. Here's the fun and easy route to writing programs that work efficiently for Windows, Mac OS X, or Linux, understanding basic programming principles, using different languages, programming for the Internet, and much more.
All this on the bonus CD-ROM All code used in the book, in several different languages Liberty BASIC, REALbasic, Dev-C++, Valentina, Galaxy, and Revolution Studio demo versionsFor details and complete system requirements, see the CD-ROM appendix.
Discover how to
- Write programs for multiple platforms
- Program using BASIC and C++
- Recognize similarities in different programming languages
- Use Revolution, a non-traditional language
- Fine-tune and debug programs
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: The Building Blocks of Programming.
Chapter 5: Getting Started.
Chapter 6: The Structure of a Computer Program.
Chapter 7: Variables, Constants, and Comments.
Chapter 8: Crunching Numbers and Playing with Strings.
Chapter 9: Making Decisions with Branching Statements.
Chapter 10: Repeating Yourself with Loops.
Chapter 11: Dividing a Program into Subprograms.
Chapter 12: Storing Stuff in Arrays.
Chapter 13: Playing with Object-Oriented Programming.
Part III: Advanced Programming Topics.
Chapter 14: Sorting and Searching Algorithms.
Chapter 15: Debugging Programs.
Chapter 16: Optimizing Your Code.
Chapter 17: Creating a User Interface.
Part IV: Internet Programming.
Chapter 18: Playing with HTML.
Chapter 19: Making Interactive Web Pages with JavaScript.
Chapter 20: Using Java Applets on Web Pages.
Part V: The Part of Tens.
Chapter 21: Ten Additional Programming Resources.
Chapter 22: Ten Cool Programming Careers.
Appendix A: Common Loop and Branching Structures.
Appendix B: Free Language Compilers and Interpreters.
Appendix C: Common Programming Terms.
Appendix D: Installing the CD Compilers.
Index.
Wiley Publishing, Inc. End-User License Agreement.
商品描述(中文翻譯)
**描述**
**新技術讓程式設計變得更簡單、更有趣**
**發現原則和最佳實踐,讓你能夠使用多種語言進行程式設計**
你一直認為程式設計師是來自另一個星系的優越生物嗎?驚訝吧!當你知道如何做時,程式設計並不是那麼困難。這裡是編寫高效能程式的有趣且簡單的路徑,適用於 Windows、Mac OS X 或 Linux,理解基本的程式設計原則,使用不同的語言,為互聯網進行程式設計,還有更多內容。
- 所有這些都在附贈的 CD-ROM 上
- 書中使用的所有程式碼,涵蓋多種不同語言
- Liberty BASIC、REALbasic、Dev-C++、Valentina、Galaxy 和 Revolution Studio 的演示版本
有關詳細資訊和完整系統需求,請參見 CD-ROM 附錄。
**發現如何**
- 為多個平台編寫程式
- 使用 BASIC 和 C++ 進行程式設計
- 辨識不同程式語言之間的相似性
- 使用 Revolution 這種非傳統語言
- 微調和除錯程式
**目錄**
引言。
**第一部分:電腦程式設計。**
第 1 章:第一次學習電腦程式設計。
第 2 章:有關程式語言的一切。
第 3 章:如何編寫程式。
第 4 章:電腦程式設計師的工具。
**第二部分:程式設計的基本構件。**
第 5 章:開始入門。
第 6 章:電腦程式的結構。
第 7 章:變數、常數和註解。
第 8 章:處理數字和操作字串。
第 9 章:使用分支語句做出決策。
第 10 章:使用迴圈重複自己。
第 11 章:將程式劃分為子程式。
第 12 章:在陣列中儲存資料。
第 13 章:玩轉物件導向程式設計。
**第三部分:進階程式設計主題。**
第 14 章:排序和搜尋演算法。
第 15 章:除錯程式。
第 16 章:優化你的程式碼。
第 17 章:創建使用者介面。
**第四部分:網際網路程式設計。**
第 18 章:玩轉 HTML。
第 19 章:使用 JavaScript 製作互動式網頁。
第 20 章:在網頁上使用 Java Applets。
**第五部分:十的部分。**
第 21 章:十個額外的程式設計資源。
第 22 章:十個酷炫的程式設計職業。
附錄 A:常見的迴圈和分支結構。
附錄 B:免費的語言編譯器和解譯器。
附錄 C:常見的程式設計術語。
附錄 D:安裝 CD 編譯器。
索引。
Wiley Publishing, Inc. 最終使用者許可協議。
