出版日期:2012年08月
ISBN:9787121179006
[十位:7121179008]
页数:616
定价:¥59.00
店铺售价:¥23.60
(为您节省:¥35.40)
店铺库存:2
本
正在处理购买信息,请稍候……
我要买:
本
* 如何购买
联系店主:
13160687782
店主推荐图书:
-
¥19.20
-
¥23.20
-
¥23.96
-
¥11.92
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2024-10-22 14:02:47]
达*
广州市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2024-10-10 17:02:26]
李**
北京市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2024-10-10 08:31:28]
石家庄市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2024-10-06 18:58:27]
肖**
南京市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2024-10-01 01:11:29]
s****
珠海市
《标准C语言基础教程(第四版 英文版)》内容提要:
这是一本介绍用C语言进行计算机编程的经典教材。通过大量的实例和练习,全书系统介绍了数据类型、算术运算、逻辑运算、变量、条件语句、函数、数组、指针、字符串、结构、文件操作、位操作、宏、库函数等基本内容,使读者在阅读之后就能很快掌握C语言编程的精髓。讲解C++编程的一章也是本书的特色之一。书中每章都有大量的简答题和编程练习题,附录还列出了它们的答案。 标准C语言基础教程-(第四版)-英文版_Gary J.Bronson(加里 J.布朗森)著_电子工业出版社_
《标准C语言基础教程(第四版 英文版)》图书目录:
Part 1 Fundamentals
Chapter 1 Introduciton to Computer Programming
Chapter 2 Getting Started in C Programming
Chapter 3 Processing and Interactive Imput
Part 2 Flow of Control
Chapter 4 Selection
Chapter 5 Repetition
Chapter 6 Modularity Using Functions: Part 1
Chapter 7 Modularity Using Functions: Part 2
Part 3 Completing the Basic
Chapter 8 Arrays
Chapter 9 Character Strings
Chapter 10 Data Files
Part 4 Additional Topics
Chapter 11 Arrays, Addresses, and Pointers
Chapter 12 Structures
Chapter 13 Dynamic Data Structures
Chapter 14 Additional Capabilities
Chapter 15 A Brief Introduction to C++
Appendix A Operator Precedence Table
Appendix B ASCII Character Codes
Appendix C The Standard C Library
Appendix D Input, Output, and Standard Error Redirection
Appendix E Floating-Point Number Storage
Appendix F Creating a Personal Library
Appendix G Solutions to Short Answer Questions