書名: Assembly Language for x86 Processors7/e (7版)
作者: IRVINE
版次: 7
ISBN: 9781292061214
出版社: Pearson
出版日期: 2014/12
重量: 1.24 Kg
頁數: 720
內文印刷顏色: 單色
#資訊
定價: 1400
售價: 1330
庫存: 庫存: 1
LINE US! 詢問這本書 團購優惠、書籍資訊 等

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

詳細資訊

Assembly Language for x86 Processors ISBN13:9781292061214 出版社:全華圖書 作者:IRVINE 裝訂/頁數:平裝/573頁 規格:23cm*18cm*2cm (高/寬/厚) 版次:7 出版日:2014/10/01

為您推薦

組合語言  國際版(Assembly Language For X86 Processors) (7版)

組合語言 國際版(Assembly Language For X86 Processors) (7版)

其他會員也一起購買

組合語言(第七版)(國際版) IRVINE 白能勝 全華 9789862803486

原價: 720 售價: 634 現省: 86元
立即查看
Fundamentals of Data Structures in C++ (2版)

Fundamentals of Data Structures in C++ (2版)

其他會員也一起購買

原文書資訊 書名:Fundamentals of Data Structures in C++ 2007 <SP> 0-929306-37-6,2/E <SP> 作者: HOROWITZ ISBN: 9780929306377 出版社: SP 出版年: 2006年 中文書資訊 書名: 基礎資料結構使用C++ (第二版) 作者: Horowitz/ 戴顯權 ISBN: 9789868359703 出版社: 開發 出版年: 2007年

原價: 1390 售價: 1362 現省: 28元
立即查看
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版)

其他會員也一起購買

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元
立即查看
系統程式(System Software-An Introduction to Systems Programming 3/E) (1版)

系統程式(System Software-An Introduction to Systems Programming 3/E) (1版)

其他會員也一起購買

【中文翻譯書】 書名:系統程式 2014年更新版 原文書名:System Software An Introduction to Systems Programming 3/E 原文作者:Leland L. Beck 審閱:王金龍 中文譯者:陳建伯 ISBN:9789862800645 <內容簡介> 本書將介紹各種類型之系統軟體的設計和運作,並專注於闡述機器結構與系統軟體之間的關係,亦即,機器結構會高度影響組譯器或作業系統的設計。本書透過討論各種實際機器上的一些系統軟體,以加強說明這些影響的程度。然而,在不同系統的軟體之間,仍有其相似之處。例如,大多數的計算機在基本架構與設計上,其組譯器具有相同的本質。此等與機器無關的特性,可以非常清楚地與機器特別相關的部分區分開來。 本書可提供給大三、大四或是研究所,關於系統軟體和系統程式的課程所用,亦可做為參考書或自修使用。本書的讀者至少必須熟悉一種機器的組合語言,同樣也必須瞭解計算機之指令和資料的表示法 ( 例如,八進位、十六進位的符號,和代表負值的一、二補數法 )。讀者同時也必須熟悉如何操作和使用基本資料結構,特別是關於鏈結串列和湊雜表。 <本書目錄> 第一章 背 景 第二章 組譯器 第三章 載入器和連結器 第四章 巨集處理器 第五章 編譯器 第六章 作業系統 第七章 其他系統軟體 第八章 軟體工程導論 附錄A SIC/XE 指令集與位址模式 附錄B ASCⅡ字元碼 附錄C SIC/XE 參考資訊

原價: 680 售價: 639 現省: 41元
立即查看
System Software: An Introduction to Systems Programming 系統程式  導讀本 (3版)

System Software: An Introduction to Systems Programming 系統程式 導讀本 (3版)

其他會員也一起購買

書名:System Software: An Introduction to Systems Programming 3/E (系統程式) <導讀本> 作者:BECK/汪柏 導讀 出版社:高立 出版日期:2016/00/00 ISBN:9789863780403 內容簡介 Chapter 1 Background Chapter 2 Assemblers Chapter 3 Loaders and Linkers Chapter 4 Macro Processors Chapter 5 Compilers Chapter 6 Operating Systems Chapter 7 Other System Software Chapter 8 Software Engineering Issues Appendix

原價: 980 售價: 921 現省: 59元
立即查看
Digital Design: With an Introduction to The Verilog HDL, VHDL and System Verilog (6版)

Digital Design: With an Introduction to The Verilog HDL, VHDL and System Verilog (6版)

其他會員也一起購買

原文書資訊 書名:Digital Design: With an Introduction to The Verilog HDL, VHDL and System Verilog 6/E IE 2018 <Pearson> 作者: Mano ISBN: 9781292231167 出版社: Pearson 出版年: 2018年 中文書資訊 書名: 數位邏輯設計 Digital Design: With an Introduction to The Verilog HDL, VHDL and System Verilog 作者: Mano/ 江昭暟 ISBN: 9789867696274 出版社: 鼎隆 出版年: 2019年

原價: 1380 售價: 1283 現省: 97元
立即查看
數位邏輯設計(Digital Design with an Introduction to the Verilog HDL, VHDL, and System Verilog) 6/E (6版)

數位邏輯設計(Digital Design with an Introduction to the Verilog HDL, VHDL, and System Verilog) 6/E (6版)

其他會員也一起購買

原文書資訊 書名:Digital Design: With an Introduction to The Verilog HDL, VHDL and System Verilog 6/E IE 2018 <Pearson> 作者: Mano ISBN: 9781292231167 出版社: Pearson 出版年: 2018年 中文書資訊 書名: 數位邏輯設計 Digital Design: With an Introduction to The Verilog HDL, VHDL and System Verilog 作者: Mano/ 江昭暟 ISBN: 9789867696274 出版社: 鼎隆 出版年: 2019年

原價: 740 售價: 684 現省: 56元
立即查看
Automatic Control Systems (10版)

Automatic Control Systems (10版)

其他會員也一起購買

原文書資訊 書名:Automatic Control Systems 10/E 2017<MH> 作者: F.GOLNARAGHI, KUO ISBN: 9789813151505 出版社: Mc Graw Hill 出版年: 2017年 中文書資訊 書名: 自動控制系統 Automatic Control Systems 作者: Golnaraghi/ 江昭皚 ISBN: 9789863413943 出版社: 東華 出版年: 2018年

原價: 1380 售價: 1297 現省: 83元
立即查看
C++程式設計藝術(C++ HOW TO PROGRAM) (1版)

C++程式設計藝術(C++ HOW TO PROGRAM) (1版)

其他會員也一起購買

【中文翻譯書】 書名 : C++程式設計藝術(第九版)(國際版) 原文書名:C++ HOW TO PROGRAM 9/E 譯者: 佘步雲 作者:Paul Deitel Harvey Deitel 出版社:全華 ISBN:9789862803196 內容簡介   本書是針對C++程式設計的初學者所編寫,透過完整的實際程式,並且以先介紹物件導向觀念的教學法,教導讀者如何編寫C++程式。作者強調藉由結構化與物件導向程式設計、軟體再利用,以及元件導向的軟體建構。第九版鼓勵學生將電腦與社群做連結,利用網際網路解決問題。本書所有內容都經過仔細地微調,以符合學術及產業的觀點。 本書特色   1.涵蓋豐富的C++基礎知識:強化前一個版本所介紹標準程式庫中的容器、迭代器和演算法的功能。   2.範例:提供範圍廣闊的範例程式,來自計算機科學、商業應用、模擬、電玩遊戲和其他領域。   3.讀者群:課本範例程式可被各種領域人士所採用,包括計算機科學、資訊技術、軟體工程、初級商業科系學生、中級難度C++課程。   4.自我測驗題和解答:廣泛的測驗題和解答,可適用於自我學習。   5.有趣、娛樂性和挑戰性的習題:每章結尾有大量的練習題,其中包括重要術語和觀念的簡單回憶、識別範例程式中的錯誤……等。   6.創新進階題:鼓勵您使用電腦和網際網路,來研究和解決顯著的社會問題。7.插圖和圖表:豐富的表格、圖型、UML圖、程式和程式輸出。 目錄 本書第9章、第19-23章、附錄A-E以及索引之內容,均收錄於隨書光碟中 Chap.1 電腦與C++導論 Chap.2 C++程式設計簡介 Chap.3 類別、物件與字串簡介 Chap.4 控制敘述:第一部分 Chap.5 控制敘述:第二部分 Chap.6 函式與遞迴 Chap.7 類別樣板陣列與向量;異常處理 Chap.8 指標 Chap.9 類別:深入了解;拋出異常(收錄於隨書光碟) Chap.10 運算子多載;string類別 Chap.11 物件導向程式設計:繼承 Chap.12 物件導向程式設計:多型 Chap.13 深入探討:串流輸入/輸出 Chap.14 檔案處理 Chap.15 標準程式庫中的容器和迭代器 Chap.16 標準程式庫演算法 Chap.17 異常處理 Chap.18 客製化樣板導論 Chap.19 客製化樣板資料結構(收錄於隨書光碟) Chap.20 排序與搜尋(收錄於隨書光碟) Chap.21 深入探討:string類別與字串串流處理(收錄於隨書光碟) Chap.22 Bits、Characters、C字串和結構(收錄於隨書光碟) Chap.23 其他主題(收錄於隨書光碟) 附錄A 運算子優先順序和結合性(收錄於隨書光碟) 附錄B ASCII字元集(收錄於隨書光碟) 附錄C 基本資料型態(收錄於隨書光碟) 附錄D 數字系統(收錄於隨書光碟) 附錄E 前置處理器(收錄於隨書光碟) 索引 (收錄於隨書光碟)

原價: 780 售價: 686 現省: 94元
立即查看
(舊版)Assembly Language for x86 Processors 6/e 2011 (PH) (6版)

(舊版)Assembly Language for x86 Processors 6/e 2011 (PH) (6版)

類似書籍推薦給您

原價: 1350 售價: 1350 現省: 0元
立即查看
(特價499舊版)ASSEMBLY LANGUAGE FOR INTEL-BASED COMPUTERS 5/E 2007 <PH> 0-13-238310-1 (5版)

(特價499舊版)ASSEMBLY LANGUAGE FOR INTEL-BASED COMPUTERS 5/E 2007 <PH> 0-13-238310-1 (5版)

類似書籍推薦給您

原價: 499 售價: 499 現省: 0元
立即查看
X64 ASSEMBLY LANGUAGE STEP-BY-STEP: PROGRAMMING WITH LINUX 4TH EDITION (1版)

X64 ASSEMBLY LANGUAGE STEP-BY-STEP: PROGRAMMING WITH LINUX 4TH EDITION (1版)

類似書籍推薦給您

原價: 1800 售價: 1800 現省: 0元
立即查看
ARM Assembly Language : Fundamentals and Techniques (2版)

ARM Assembly Language : Fundamentals and Techniques (2版)

類似書籍推薦給您

書名:ARM Assembly Language : Fundamentals and Techniques, 2/E 作者:William Hohl 出版社:CRC 出版日期:2014/10/00 ISBN:9781482229851 內容簡介 "Providing a solid introduction to assembly language and embedded systems, this second edition continues to support the popular ARM7TDMI but also addresses the latest architectures from ARM. These include the Cortex-A, Cortex-R, and Cortex-M processors, all of which have slightly different instruction sets, programmer’s models, and exception handling. This edition features three new chapters, a new appendix, and expanded coverage of the ARM7. It also tackles IEEE 754 floating-point arithmetic and discusses both Keil MDK-ARM and Texas Instruments Code Composer Studio"--

原價: 1450 售價: 1421 現省: 29元
立即查看