Introduction to Programming in Java: An Interdisciplinary Approach
暫譯: Java 程式設計入門:跨學科方法
Robert Sedgewick, Kevin Wayne
- 出版商: Addison Wesley
- 出版日期: 2017-03-30
- 售價: $2,275
- 貴賓價: 9.8 折 $2,230
- 語言: 英文
- 頁數: 784
- 裝訂: Paperback
- ISBN: 0672337843
- ISBN-13: 9780672337840
-
相關分類:
Java 程式語言
立即出貨
買這商品的人也買了...
-
C++ Primer, 4/e (中文版)$990$891 -
深入淺出 Python (Head First Python)$780$616 -
JavaScript 設計模式 (JavaScript Patterns)$480$379 -
$539Oracle 開發實戰經典-基於 Oracle 11g/12c -
精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages)$780$616 -
完整學會 Git, GitHub, Git Server 的24堂課$360$284 -
Raspberry Pi 3 附散熱片、透明外殼、原廠電源、16GB TF卡$2,450$2,450 -
Python 程式設計實務-從初學到活用 Python 開發技巧的16堂課$560$437 -
Computer Science: An Interdisciplinary Approach(Hardcover)$3,200$3,136 -
機器學習 | 使用 Python 進行預測分析的基本技術$580$493 -
Python 程式設計「超入門」$420$357 -
深度學習快速入門 — 使用 TensorFlow (Getting started with TensorFlow)
$360$281 -
私有雲首選:VMware vSphere 6 跨國大規模架設實戰$860$731 -
TensorFlow + Keras 深度學習人工智慧實務應用$590$460 -
FinTech 跟我有什麼關係?:16個核心觀念╳40張簡明圖解,輕鬆看懂 FinTech,快速了解 FinTech 怎麼讓生活更便利$300$255 -
寫給未來社會的新帳本──區塊鏈:人類的新型貨幣、終極信任機器與分散治理革命 (Decoding Global Blockchain and Investment Cases)$380$323 -
寫程式前就該懂的演算法 ─ 資料分析與程式設計人員必學的邏輯思考術 (Grokking Algorithms: An illustrated guide for programmers and other curious people)$390$308 -
類比 CMOS 積體電路設計, 2/e (授權經銷版)(Razavi: Design of Analog CMOS Integrated Circuits, 2/e)$850$808 -
VMware vSphere 6 企業級專家手冊 (上) (Mastering VMware vSphere 6)$620$484 -
Cisco CCENT/CCNA ICND1 100-105 專業認證手冊 (Cisco CCENT/CCNA ICND1 100-105 Official Cert Guide)$900$711 -
Docker 入門與實戰, 2/e$500$395 -
$414深度學習:Keras快速開發入門 -
射頻技術在行動通訊的應用, 2/e$450$405 -
Scalar, Vector, and Matrix Mathematics: Theory, Facts, and Formulas (Paperback)$1,960$1,921 -
$1,842Linear Algebra and Learning from Data (Hardcover)
相關主題
商品描述
Programming skills are indispensable in today’s world, not just for computer science students, but also for anyone in any scientific or technical discipline. Introduction to Programming in Java, Second Edition, by Robert Sedgewick and Kevin Wayne is an accessible, interdisciplinary treatment that emphasizes important and engaging applications, not toy problems. The authors supply the tools needed for students and professionals to learn that programming is a natural, satisfying, and creative experience, and to become conversant with one of the world’s most widely used languages.
This example-driven guide focuses on Java’s most useful features and brings programming to life for every student in the sciences, engineering, and computer science.
Coverage includes
- Basic elements of programming: variables, assignment statements, built-in data types, conditionals, loops, arrays, and I/O, including graphics and sound
- Functions, modules, and libraries: organizing programs into components that can be independently debugged, maintained, and reused
- Algorithms and data structures: sort/search algorithms, stacks, queues, and symbol tables
- Applications from applied math, physics, chemistry, biology, and computer science
Drawing on their extensive classroom experience, throughout the text the authors provide Q&As, exercises, and opportunities for creative engagement with the material. Together with the companion materials described below, this book empowers people to pursue a modern approach to teaching and learning programming.
Companion web site (introcs.cs.princeton.edu/java) contains
- Chapter summaries
- Supplementary exercises, some with solutions
- Detailed instructions for installing a Java programming environment
- Program code and test data suitable for easy download
- Detailed creative exercises, projects, and other supplementary materials
Companion studio-produced online videos (informit.com/sedgewick) are available for purchase and provide students and professionals with the opportunity to engage with the material at their own pace and give instructors the opportunity to spend their time with students helping them to succeed on assignments and exams.
商品描述(中文翻譯)
程式設計技能在當今世界中是不可或缺的,不僅對計算機科學學生如此,對任何科學或技術領域的人來說也是如此。由 Robert Sedgewick 和 Kevin Wayne 所著的《Java 程式設計入門(第二版)》是一部易於理解的跨學科著作,強調重要且引人入勝的應用,而非玩具問題。作者提供了學生和專業人士所需的工具,讓他們學會程式設計是一種自然、令人滿足且富有創造性的體驗,並熟悉世界上最廣泛使用的語言之一。
這本以範例為導向的指南專注於 Java 最有用的特性,讓每位科學、工程和計算機科學的學生都能活用程式設計。
內容涵蓋:
- 程式設計的基本元素:變數、賦值語句、內建資料類型、條件語句、迴圈、陣列以及輸入/輸出,包括圖形和聲音
- 函數、模組和庫:將程式組織成可以獨立除錯、維護和重用的組件
- 演算法和資料結構:排序/搜尋演算法、堆疊、佇列和符號表
- 應用於應用數學、物理、化學、生物學和計算機科學的案例
根據他們豐富的教學經驗,作者在全書中提供了問答、練習和與材料進行創意互動的機會。結合下述的伴隨材料,本書使人們能夠追求現代的程式設計教學和學習方法。
伴隨的網站 (introcs.cs.princeton.edu/java) 包含:
- 章節摘要
- 補充練習,有些附有解答
- 安裝 Java 程式設計環境的詳細說明
- 適合輕鬆下載的程式碼和測試資料
- 詳細的創意練習、專案和其他補充材料
伴隨的工作室製作的線上影片 (informit.com/sedgewick) 可供購買,為學生和專業人士提供以自己的步調與材料互動的機會,並讓教師能夠將時間花在幫助學生成功完成作業和考試上。
