出版日期:2004年09月
ISBN:9787121002502
[十位:7121002507]
页数:546
定价:¥45.00
店铺售价:¥18.00
(为您节省:¥27.00)
店铺库存:1
本
正在处理购买信息,请稍候……
我要买:
本
* 如何购买
联系店主:
13407159062
店主推荐图书:
-
¥36.00
-
¥10.80
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2021-05-26 09:46:15]
徐*
咸宁市
-
100分
满分
买家很懒,没有填写任何评论!
[2021-05-25 18:45:05]
曾**
荆州市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2021-04-15 10:09:05]
许*
广州市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2021-04-05 23:00:03]
高*
广州市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2020-11-30 09:19:59]
杨*
上海市
《标准C语言基础教程(第三版英文版)》内容提要:
这是一本介绍C语言编程的经典教科书。作者从不同的角度出发,全面介绍了C编程中涉及到的数据类型、算术运算、逻辑运算、变量、条件语句、函数、数组、指针、字符串、结构、文件操作、位操作、宏、库函数等基本内容,使读者在学习之后就能很快掌握C编程的精髓。本书还专门介绍了C++的一些重要特性,如抽象数据类型、类和类的继承等。本书还介绍了Visual C++ 6.0和C++ Builder的使用方法,并且每章都附有大量习题,附录还列出了主要习题的答案。
本书条块清晰,章节设置合理,适合用做高等学校本科或专科教材,也适合于初学编程的瞬息自学者。
《标准C语言基础教程(第三版英文版)》图书目录:
Part 1 Fundamentals
Chapter 1 Getting started
1.1 Introduction to Programming
1.2 Introduction to Modularity
1.3 The printf() Function
1.4 Programming Style
1.5 Top-Down Program Development
1.6 Common Programming Errors
1.7 Chapter Summary
Chapter 2 Data Types, Declarations, and Displays
2.1 Data Types
2.2 Arithmetic Operators
2.3 Displaying Numerical Results
2.4 Variables and Declarations
2.5 Integer Qualifiers
2.6 Common Programming Errors
2.7 Chapter Summary
2.8 Chapter Supplement: Bits, Bytes, Addresses, and Number Codes
Chapter 3 Assignments, Addresses, and Interactive Input
3.1 Assignment
3.2 Addresses
3.3 The scanf() Function
3.4 scanf() with Buffered Input
3.5 Symbolic Constants
3.6 Common Programming Errors
3.7 Chapter Summary
3.8 Chapter Supplement: Introduction to Abstraction
Part 2 Flow of Control
Chapter 4 Selection
Chapter 5 Repetition
Part 3 Functions
Chapter 6 Writing Your Own Functions
Part 4 Complex Data Types
Chapter 7 Arrays
Chapter 8 Arrays, Addresses, and Pointers
Chapter 9 Character Strings
Chapter 10 Structures
Part 5 Additional Topics
Chapter 11 Data Files
Chapter 12 Additional Capabilities
Part 6 Introduction to C++
Chapter 13 Introduction to C++
Chapter 14 Additional Class Capabilities
Appendix A Operator Precedence Table
Appendix B ASCII Character Codes
Appendix C Input, Output, and Standard Error Redirection
Appendix D The Standard C Library
Appendix E The Standard Template Library (C++)
Appendix F Program Entry, Compilation, and Execution
Appendix G Using Visual C++ Version 6.0
Appendix H Using C++ Builder
Appendix I Solutions