登入帳戶  | 訂單查詢  | 購物車/收銀台( 0 ) | 在線留言板  | 付款方式  | 運費計算  | 聯絡我們  | 幫助中心 |  加入書簽
會員登入 新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2023年度TOP分類瀏覽雜誌 臺灣用戶
品種:超過100萬種各類書籍/音像和精品,正品正價,放心網購,悭钱省心 服務:香港台灣澳門海外 送貨:速遞郵局服務站

新書上架簡體書 繁體書
暢銷書架簡體書 繁體書
好書推介簡體書 繁體書

八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書
五月出版:大陸書 台灣書
四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書
11月出版:大陸書 台灣書
十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書

『簡體書』C语言程序设计教程(英文版)(优秀的c语言程序设计教材,通过问题-解答方式来介绍c语言)

書城自編碼: 2230467
分類:簡體書→大陸圖書→計算機/網絡程序設計
作者: 美坦 等著
國際書號(ISBN): 9787111404323
出版社: 机械工业出版社
出版日期: 2013-01-01
版次: 1 印次: 1
頁數/字數: 542/
書度/開本: 32开 釘裝: 平装

售價:HK$ 129.9

我要買

 

** 我創建的書架 **
未登入.


新書推薦:
未来科技大爆炸
《 未来科技大爆炸 》

售價:HK$ 68.8
海外中国研究·近代中国的知识分子与文明
《 海外中国研究·近代中国的知识分子与文明 》

售價:HK$ 112.7
东方帝国的营造 : 秦汉王朝政治史
《 东方帝国的营造 : 秦汉王朝政治史 》

售價:HK$ 112.7
漫谈数字化转型从底层逻辑到实践应用
《 漫谈数字化转型从底层逻辑到实践应用 》

售價:HK$ 78.2
谢谢你来到我的生命:狗狗带给我们的治愈与改变
《 谢谢你来到我的生命:狗狗带给我们的治愈与改变 》

售價:HK$ 51.8
情感觉醒:揭秘亲密关系背后的真相
《 情感觉醒:揭秘亲密关系背后的真相 》

售價:HK$ 68.8
诸葛亮
《 诸葛亮 》

售價:HK$ 79.4
解密:梦的诞生
《 解密:梦的诞生 》

售價:HK$ 193.2

 

建議一齊購買:

+

HK$ 133.5
《Axure RP 7.0从入门到精通 Web + APP产品》
+

HK$ 205.4
《Python基础教程(第2版·修订版)》
+

HK$ 259.5
《.NET 4.5与Visual Basic 2012 高级编》
+

HK$ 259.7
《Head First HTML 与 CSS(第二版)》
+

HK$ 112.1
《VB程序设计案例教程》
編輯推薦:
H.H.Tan,T.B.D''Orazio,S.H.Or Marian
M.Y.Choy所著的《C语言程序设计教程英文版》以问题一解答方式清晰阐释示例程序,便于读者轻松掌握C语言的要点。使用大量图片形象而生动地解释编程概念,有助于读者快速理解和掌握C语言编程。通过应用编程来说明C语言在求解工程问题和计算机科学问题方面的用处。每章后都提供修改练习和应用练习,便于读者进一步实践和巩固所学知识。
內容簡介:
H.H.Tan,T.B.D''Orazio,S.H.Or Marian
M.Y.Choy所著的《C语言程序设计教程英文版》是一本优秀的C语言程序设计教材。作者通过问题一解答方式来介绍C语言,内容包括编程基础,变量、算术表示和输入,输出,C语言基础——数学函数和字符文件输入/输出,选择结构和循环,函数,数组。字符串和指针,结构和大型程序设计。书中既详细介绍了C语言程序设计的基础知识,又结合实际应用,给出了应用编程实例。每个应用编程实例都包含问题描述、算法、源代码、评注和修改练习。此外,《C语言程序设计教程英文版》每章末还包含适量的练习。每一课都从一个示例程序开始:源代码、注释和输出。通过了解这些代码的细节,可以加深读者对C语言的理解。
目錄
Preface
Acknowledgements
About the Autho
Chapter1 Programming Fundamentals
Lesson1.1 Programming Languages
1.1.1 Assembly Language
1.1.2 High Level Languages
Lesson1.2 Software Engineering
1.2.1 Top-down Modular Design
Lesson1.3 The C Language, ANSI C and C Compile
1.3.1 C and ANSI C
1.3.2 ProgramDevelopment
Lesson1.4 Using Bits to Represent Characte and
Symbols, Intege, Real
Numbe, Addresses and Itructio
1.4.1 Characte and Symbols
1.4.2 Intege
1.4.3 Real Numbe
1.4.4 Hexadecimal and Octal Notatio
Lesson1.5 About This Textbook and How to Get The Most
Out of It
1.5.1 The Lesson
1.5.2 The Application Programs
Lesson1.6 Basic Structure
Lesson1.7 Formatting Output
Lesson1.8 More Escape Sequences
Lesson1.9 Basic Debugging
Chapter Review
Chapter2 Variables, Arithmetic Expressio and InputOutput
Lesson2.1 Variables: Naming, Declaring, Assigning and
Printing Values
Lesson2.2 Arithmetic Operato and Expressio
Lesson2.3 Reading Data from the Keyboard
Lesson2.4 Cotant Macros and More About Printing
Variable Values
Lesson2.5 Mixed Type Arithmetic, Compound Assignment,
Operator
Precedence and Type Casting
Chapter Review
Chapter3 The Basics of C - Math Functio and Character File
InputOutput
Lesson3.1 Math Library Functio
Lesson3.2 Single Character Data
Lesson3.3 Reading Data From a File
Lesson3.4 Writing Output To a File
Application Program3.1 Area Calculation -
Compound Operato and
ProgramDevelopment
Application Exercises
Chapter Review
Chapter4 Beginning Decision Making and Looping
Lesson4.1 If Control Structure and Relational
Expressio
Lesson4.2 Simple If-Else Control Structures
Lesson4.3 Nested If-Else Control Structures
Lesson4.4 Logical Expressio
Lesson4.5 Precedence of Logical Operato
Lesson4.6 Switch and If-Else-If Control
Structures
Lesson4.7 While Loop 1
Lesson4.8 While Loop 2
Lesson4.9 Do-While Loops
Lesson4.10 Simple For Loop
Lesson4.11 Nested For Loops
Application Program4.1 Girder Inteection -
If-Else Control Structure
Application Program4.2 Area Calculation - For
Loop
Application Program4.3 Temperature Unit
Conveio - For Loop
Application Program4.4 Temperature Unit
Conveio - Loop and If-Else
Control Structure
Application Program4.5 Simulation
Application Program4.6 Engineering
Economics - Nested For Loops
Application Program4.7 Solving a Quadratic
Equation - If-Else Control Structure
Numerical Method Example
Application Exercises
Chapter Review
Chapter5 Functio
Lesson5.1 Functio That Do Not Return a Value
Lesson5.2 Functio That Return Just One Value
Lesson5.3 Scope and Mechanics of Passing Values to
Functio
Lesson5.4 Functio That "Return" More Than One
Value
Lesson5.5 Mechanics of "Returning" More Than One Value
from a Function
Addresses and Pointer Variables
Application Program5.1 Using Functio With
Complex Loops and Working with Grids a Logic Example
Application Program5.2 Modular
ProgramDesign - Area of Parallelogram,
Volume of Parallelepiped Numerical Method
Example
Application Exercises
Chapter Review
Chapter6 Numeric Arrays
Lesson6.1 Introduction to -D Arrays and Printing Array
Elements
Lesson6.2 Array Initialisation
Lesson6.3 Basic Array InputOutput
Lesson6.4 Multidimeional Arrays
Lesson6.5 Functio and Arrays
Lesson6.6 Bubble Sort, Exchange Maximum Sort and
Exchange Minimum Sort*
Application Program6.1 Deriving a -bit
Adder from Sixteen -Bit Adde
Application Program6.2 Mean and Median of
Measured Wave Heights Numerical Method Example
Application Program6.3 Matrix-Vector
Multiplication Numerical Method Example
Application Program6.4 Searching and File
Compression
Application Exercises
Chapter Review
Chapter7 Strings and Pointe
Lesson7.1 Declaring, Initialising and Printing Strings
and Undetanding Memory Arrangement
Lesson7.2 Determining Information About Strings and
Characte and Using Prinff
Lesson7.3 -D Character Arrays
Lesson7.4 Reading Strings from The Keyboard and Files
Lesson7.5 Pointer Variables Veus Array Variables
Lesson7.6 Initialising Within a Declaration
Lesson7.7 Passing Strings to User-Defined
Functio
Lesson7.8 Standard Character String Functio
Lesson7.9 Pointer Notation Veus Array Notation
Lesson7.10 Dynamic Memory Allocation
ProgramDevelopment Methodology
Application Program7.1 Pipe Fluid
Velocity, Checking Input Data and Modular Design
Application Program7.2 Earthquake
Anecdotal Report Analysis, String
Operatio and Dynamic Storage Allocation
Application Exercises
Chapter Review
Chapter8 Structures and Large ProgramDesign
Part I: Data Structures
Structures in C
Lesson8.1 Structures
Lesson8.2 Structure Membe
Lesson8.3 Pointe to Struc~res
Lesson8.4 Structures and Functio
Lesson8.5 Arrays of Structures
Part II: Advanced Programming Techniques
Lesson8.6 Functio With One Recuive Call
Lesson8.7 Creating Header Files
Lesson8.8 Use of Multiple Source Code Files and Storage
Classes
Lesson8.9 Bitwise Manipulatio
Application Program8.1 Sorting - Quicksort
Algorithm
Chapter Review
Chapter9 An Introduction to C++ Online Chapter
Appendix A
Appendix B
Index

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 大陸用户 | 海外用户
megBook.com.hk
Copyright © 2013 - 2024 (香港)大書城有限公司  All Rights Reserved.