書名: 《中英合售》計算機概論 Foundations of Computer Science/Forouzan
作者:
譯者:
版次:
ISBN: 9789579282543 combo
出版社:
出版日期:
定價: 2000
售價: 1880
庫存: 有庫存: >=5
LINE US! 詢問這本書 團購優惠、書籍資訊 等
規格:

付款方式: 超商取貨付款
信用卡
線上轉帳
物流方式: 超商取貨
宅配
門市自取

詳細資訊

【簡介】 【目錄】

為您推薦

計算機概論(第五版)(Forouzan 5/e) (5版)

計算機概論(第五版)(Forouzan 5/e) (5版)

人氣推薦!已有46位會員共同選購!!

【簡介】 電腦科學是一門不斷發展和進步的年輕學科,在日常生活中扮演著重要的角色,且在未來也將持續影響我們的生活。本書可作為專業人士自學指南,也可以是一個學期或一個學季的教科書,內容包括電腦科學的全部領域:電腦及資訊、硬體與軟體、資訊組織型態、程式設計、演算法、資訊安全等。本書著重概念的建立,並以多達420張圖形、豐富的範例、演算法、習題等來加強讀者的學習效果。 【目錄】 1 簡介 2 數目系統 3 資料的儲存 4 資料運算 5 計算機組織 6 電腦網路 7 作業系統 8 演算法 9 演算法效率 10 程式語言 11 軟體工程 12 資料結構 13 抽象資料型態 14 檔案結構 15 資料庫 16 資料壓縮 17 資訊安全 18 計算理論 19 計算機圖學 20 人工智慧 21 社群媒體 22 社會和道德問題 附錄 A 萬國碼 B 統一塑模語言 C 虛擬程式碼 D 結構圖 E 符號大小整數的加法與減法 F 實數的加法與減法

原價: 640 售價: 595 現省: 45元
立即查看
Computer Science: An Overview (13版)

Computer Science: An Overview (13版)

人氣推薦!已有15位會員共同選購!!

書名:Computer Science: An Overview 13/e 作者:BROOKSHEAR 出版社:Pearson 出版日期:2020/00/00 ISBN:9781292263427 內容簡介 · This text follows a bottom-up arrangement of subjects that progresses from the concrete to the abstract—an order that results in a sound pedagogical presentation in which each topic leads to the next. o Although the text follows this natural progression, the individual chapters and sections are independent and can usually be read as isolated units or rearranged to form alternative sequences of study. · Ethical and legal aspects of areas such as Internet security, software engineering, and database technology bring to light what students should know to be safe and responsible users of technology. · Uses Python code examples and Python-like pseudocode, due to its wide acceptance in other STEM fields, such as physics and biology, and as the language of choice for computational science applications. · Each chapter includes a collection of questions called Social Issues that challenge students to think about the relationship between the material in the text and the society in which they live. 目錄 0. Introduction 1. Data Storage 2. Data Manipulation 3. Operating Systems 4. Networking and the Internet 5. Algorithms 6. Programming Languages 7. Software Engineering 8. Data Abstractions 9. Database Systems 10. Computer Graphics 11. Artificial Intelligence 12. Theory of Computation Appendixes: A. ASCII B. Circuits to Manipulate Two’s Complement Representations C. Vole: A Simple Machine Language D. High-Level Programming Languages E. The Equivalence of Iterative and Recursive Structures F. Answers to Questions & Exercises

原價: 1320 售價: 1228 現省: 92元
立即查看
Calculus 12/e (Metric Version) (12版)

Calculus 12/e (Metric Version) (12版)

人氣推薦!已有6位會員共同選購!!

Calculus 12/e (Metric Version) 作者:Ron Larson, Bruce H. Edwards ISBN:9780357908129 版次:12 年份:2023 出版商:Cengage Learning 頁數/規格:1284頁/平裝彩色 內容簡介 Description With a long history of innovation in the market, Larson/Edwards’ Calculus, International Metric Edition has been widely praised by a generation of students and professors for solid and effective pedagogy that addresses the needs of a broad range of teaching and learning styles and environments. This edition clearly presents and effectively demonstrates the concepts and rules of calculus with a student-focused approach. It offers a wealth of learning support and digital resources – all thoroughly updated and refined using proven learning design principles that remove typical barriers to learning to create a carefully planned, inclusive experience for all students. 目錄 Table Of Contents P. Preparation for Calculus. 1. Limits and Their Properties. 2. Differentiation. 3. Applications of Differentiation. 4. Integration. 5. Logarithmic, Exponential, and Other Transcendental Functions. 6. Differential Equations. 7. Applications of Integration. 8. Integration Techniques and Improper Integrals. 9. Infinite Series. 10. Conics, Parametric Equations, and Polar Coordinates. 11. Vectors and the Geometry Of Space. 12. Vector-Valued Functions. 13. Functions of Several Variables. 14. Multiple Integration. 15. Vector Analysis. 16. Additional Topics in Differential Equations (Online)* Appendix. A. Proofs of Selected Theorems. B. Integration Tables. C. Precalculus Review (Online)* D. Rotation and the General Second-Degree Equation (Online)*. E. Complex Numbers (Online)*. F. Business and Economic Applications (Online)*. G. Fitting Models to Data (Online)*.

原價: 1650 售價: 1551 現省: 99元
立即查看
C HOW TO PROGRAM: WITH CASE STUDIES IN APPLICATIONS AND SYSTEMS PROGRAMMING (9版)

C HOW TO PROGRAM: WITH CASE STUDIES IN APPLICATIONS AND SYSTEMS PROGRAMMING (9版)

人氣推薦!已有5位會員共同選購!!

C How to Program: With Case Studies in Applications and Systems Programming, Global Edition ISBN13:9781292437071 出版社:Pearson Education Limited 作者:Paul Deitel;Harvey Deitel 裝訂/頁數:平裝/832頁 規格:20.5cm*25.5cm*2.5cm (高/寬/厚) 版次:9 出版日:2022/05/27 目錄 1.Introduction to Computers and C 2.Intro to C Programming 3.Structured Program Development 4.Program Contro l5.Functions 6.Arrays 7.Pointers 8.Characters and Strings 9.Formatted Input/Output 10.Structures, Unions, Bit Manipulation and Enumerations 11.File Processing 12.Data Structuresinary Trees 13. Computer-Science Thinking: Sorting Algorithms and Big O 14.Preprocessor 15.Other Topics Appendices A. Operator Precedence Chart B. ASCII Character Set C. Multithreading/Multicore and other C18/C11/C99 Topics D. Intro to Object-Oriented Programming Concepts Online Appendices E. Number systems F-H.Using the Visual Studio Debugger, Using the GNU gdb Debugger, and Using theXcode Debugger CaseStudies SystemProgramming Case Studies Systems Software: Building Your Own Computer (as a virtual machine) Systems Software: Building Your Own Compiler Embedded Systems Programming: Robotics, 3D graphics and animation with theWebots Simulator Performance with Multithreading and Multicore Systems ApplicationProgramming Case Studies Algorithm Development: Counter-Controlled Iteration AlgorithmDevelopment: Sentinel-Controlled Iteration AlgorithmDevelopment: Nested Control Statements Random-NumberSimulation: Buildinga Casino Game [PR1] Random-Number Simulation: Card Shuffling and Dealing Random-Number Simulation: The Tortoise and the Hare Race Intro to Data Science: Survey Data Analysis Direct-Access File Processing: Transaction-Processing System Visualizing, Searching and Sorting Algorithms: Binary Search and MergeSort Artificial Intelligence/Data Science: Natural Language Processing ("Who ReallyWrote the Works of William Shakespeare?") Artificial Intelligence/Data Science: Machine Learning with the GNU ScientificLibrary ("Statistics Can Be Deceiving" and "Have Average January Temperaturesin New York City Been Rising Over the Last Century?") Game Programming: Cannon Game with the raylib Library Game Programming: SpotOn Game with the raylib Library Security and Cryptography: Implementing a Vigenere Cipher and RSA Public-KeyCryptography Animated Visualization with raylib: The Law of Large Numbers Web Services and the Cloud: Getting a Weather Report Using libcurl and theOpenWeatherMap Web Services, and An Introduction to Building Mashups with WebServices [PR1] What should we do about this in the marketing copy?

原價: 1680 售價: 1596 現省: 84元
立即查看
Halliday & Resnick Principles of Physics, Extended (12版)

Halliday & Resnick Principles of Physics, Extended (12版)

人氣推薦!已有5位會員共同選購!!

商品描述 本書序言 Principles of Physics 12th edition includes several new areas of research intrigue and new text discussions, including: The first image of a black hole, and the detection of gravitational waves. Several sample problems on autonomous cars, in which computer systems calculate safe driving. Cancer radiation therapy, including the use of Augur-Meitner electrons. New ways to look inside the human body without major invasive surgery, including robotic surgery using single-port incisions and optical fibers and magnetoencephalography (MEG) to monitor a person’s brain. More than 50% of the homework problems are new or revised. 本書特色 Halliday and Resnick's Principles of Physics, 12th edition, is an industry-leading resource in Physics teaching with expansive, insightful, and accessible treatments of a wide variety of subjects. Focusing on several contemporary areas of research and a wide array of tools that support students' active learning, this book guides students through the process of learning how to effectively read scientific material, identify fundamental concepts, reason through scientific questions, and solve quantitative problems. This International Adaptation of the twelfth edition is built to be a learning center with practice opportunities, simulations, and videos. 商品描述(中文翻譯) 本書序言 《物理學原理》第12版包含了一些新的研究領域和新的文本討論,包括: - 第一張黑洞影像和重力波的檢測。 - 關於自動駕駛汽車的幾個樣本問題,其中計算機系統計算安全駕駛。 - 癌症放射治療,包括使用奧古爾-梅特納電子。 - 在不需要大規模侵入性手術的情況下,新的觀察人體內部的方法,包括使用單孔切口和光纖以及磁性腦電圖(MEG)監測人腦。 - 超過50%的作業問題是新的或修訂過的。 本書特色 《物理學原理》第12版是物理學教學中的領先資源,涵蓋了廣泛、深入且易於理解的各種主題。本書聚焦於幾個當代研究領域和多種支持學生主動學習的工具,引導學生學習如何有效閱讀科學資料、識別基本概念、推理科學問題並解決定量問題。 本書的國際適應版是一個學習中心,提供練習機會、模擬和視頻。 目錄大綱 1 Measurement 2 Motion Along a Straight Line 3 Vector 4 Motion in Two and Three Dimensions 5 Force and Motion I 6 Force and Motion II 7 Kinetic Energy and Work 8 Potential Energy and Conservation of Energy 9 Center of Mass and Linear Momentum 10 Rotation 11 Rolling, Torque, and Angular Momentum 12 Equilibrium and Elasticity 13 Gravitation 14 Fluids 15 Oscillations 16 Waves I 17 Waves II 18 Temperature, Heat, and the First Law of Thermodynamics 19 The Kinetic Theory of Gases 20 Entropy and the Second Law of Thermodynamics 21 Coulomb's Law 22 Electric Fields 23 Gauss’ Law 24 Electric Potential 25 Capacitance 26 Current and Resistance 27 Circuits 28 Magnetic Fields 29 Magnetic Fields Due to Currents 30 Induction and Inductance 31 Electromagnetic Oscillations and Alternating Current 32 Maxwell’s Equations; Magnetism of Matter 33 Electromagnetic Waves 34 Images 35 Interference 36 Diffraction 37 Relativity 38 Photons and Matter Waves 39 More About Matter Waves 40 All About Atoms 41 Conduction of Electricity in Solids 42 Nuclear Physics 43 Energy from the Nucleus 44 Quarks, Leptons, and the Big Bang APPENDICES ANSWERS 目錄大綱(中文翻譯) 1 測量 2 直線運動 3 向量 4 二維和三維運動 5 力和運動 I 6 力和運動 II 7 動能和功 8 位能和能量守恆 9 質心和線性動量 10 旋轉 11 滾動、力矩和角動量 12 平衡和彈性 13 重力 14 流體 15 振動 16 波 I 17 波 II 18 溫度、熱和熱力學第一定律 19 氣體動力學理論 20 熵和熱力學第二定律 21 庫倫定律 22 電場 23 高斯定律 24 電位 25 電容 26 電流和電阻 27 電路 28 磁場 29 電流產生的磁場 30 電磁感應和電感 31 電磁振盪和交流電 32 麥克斯韋方程組;物質的磁性 33 電磁波 34 影像 35 干涉 36 衍射 37 相對論 38 光子和物質波 39 更多關於物質波 40 原子的一切 41 固體中的電導 42 核物理學 43 核能 44 夸克、輕子和宇宙大爆炸 附錄 答案

原價: 1640 售價: 1525 現省: 115元
立即查看
Essential Calculus Metric Edition (2版)

Essential Calculus Metric Edition (2版)

其他會員也一起購買

原文書資訊 書名:Essential Calculus Metric Edition 2/E 2013 <Cengage> 作者: Stewart ISBN: 9781133492566 出版社: Cengage 出版年: 2013年 中文書資訊 書名: 微積分(Essential Calculus 1/E) 1/E 2008 <滄海> 作者: 何忠益 ISBN: 9789866775550 出版社: 鼎隆 出版年: 2008年

原價: 1340 售價: 1245 現省: 95元
立即查看
計算機概論 (BROOKSHEAR: Computer Science : An Overview 13/E) (13版)

計算機概論 (BROOKSHEAR: Computer Science : An Overview 13/E) (13版)

其他會員也一起購買

計算機概論 ISBN13:9789867696359 替代書名:Brookshear 13/e 出版社:滄海 作者:J. Glenn Brookshear;Dennis Brylow-著 譯者:林信男 裝訂/頁數:平裝/680頁 規格:26cm*19cm*3cm (高/寬/厚) 版次:13 出版日:2020/08/01 中國圖書分類:電腦科學 內容簡介 1.本書涵蓋層面很廣,但是淺顯易懂,作者以循序漸進的方式說明了許多計算機概論裡一些複雜的概念,並且賦予大量的例子和圖表輔以說明。 2.本書很適合資訊專科或非資訊專科的學生,閱讀起來幾乎沒有什麼難度,只 要看了本書,對計算機科學相關的許多議題都會有清楚的概念。 3.本書也提供了大量的習題,讓讀者更深入瞭解計算機科學。 4.本書也讓人可以進一步地思考計算機科學在社會層面、法律層面以及倫理層面的影響,不僅在專業上提供很清楚的論述,也關心許多社會議題;這是一本寫得很好的計算機概論。 目錄 第 0 章 緒論 第 1 章 資料儲存存 第 2 章 資料處理 第 3 章 作業系統 第 4 章 網路通訊與網際網路 第 5 章 演算法 第 6 章 程式語言 第 7 章 軟體工程 第 8 章 資料抽象化 第 9 章 資料庫系統 第 10 章 電腦繪圖 第 11 章 人工智慧 第 12 章 計算理論 附錄 A ASCII B 處理二的補數表示法的電路 C Vole:一個簡單的機器語言 D 高階程式語言 E 迭代與遞迴結構的等價關係

原價: 760 售價: 706 現省: 54元
立即查看
大學物理學精要 (6版)

大學物理學精要 (6版)

其他會員也一起購買

書名:大學物理學精要(第6版) 作者:劉宗儒 出版社:偉文 出版日期:2023/07/01 ISBN:9789860673999

原價: 1200 售價: 1068 現省: 132元
立即查看
《中英合售》計算機概論 Foundations of Computer Science/Forouzan

《中英合售》計算機概論 Foundations of Computer Science/Forouzan

【簡介】 【目錄】

原價: 2000 售價: 1880 現省: 120元
立即查看
Logical Foundations of Computer Science 2009<SV>978-3-540-92686-3

Logical Foundations of Computer Science 2009<SV>978-3-540-92686-3

類似書籍推薦給您

原價: 2743 售價: 2743 現省: 0元
立即查看
Mathematical Foundations of Computer Science 2008 <SV>978-3-540-85237-7

Mathematical Foundations of Computer Science 2008 <SV>978-3-540-85237-7

類似書籍推薦給您

原價: 3384 售價: 3384 現省: 0元
立即查看
Mathematical Foundations of Computer Science 2007<SV>978-3-540-74455-9

Mathematical Foundations of Computer Science 2007<SV>978-3-540-74455-9

類似書籍推薦給您

原價: 3808 售價: 3808 現省: 0元
立即查看
Logical Foundations of Computer Science 2007<SV>978-3-540-72732-3

Logical Foundations of Computer Science 2007<SV>978-3-540-72732-3

類似書籍推薦給您

原價: 2853 售價: 2853 現省: 0元
立即查看