标准C程序设计(第5版) / 大学计算机教育国外著名教材系列(影印版)
¥29.00定价
作者: E Balagurusamy
出版时间:2014-10
出版社:清华大学出版社
- 清华大学出版社
- 9787302264194
- 1-4
- 131225
- 32开
- 2014-10
- 工学
- 软件工程
- TP312C
- 计算机
内容简介
本书是印度各大学使用最广的c语言程序设计经典教材之一,这是其*的第5版。
本书以简单而清晰的语言,教授读者如何使用c语言进行程序设计。全书贯彻了“用示例学习”的概念。在深入介绍了c语言的每个特性之后,给出了一个完整的示例程序,用于演示说明其应用。每章末尾的“案例学习”不仅介绍了把c语言的特性集成在一起的常用方法,而且还显示了它在实际生活中的应用。最后一章介绍了开发高效、无错误的c程序的一些指导原则。
本书在前一版的基础上增加介绍了c99的一些新特性,并增加了不少复习题和项目设计题,而且在附录iv中给出了4个完整的应用程序开发示例,使得本书的实际应用性更强。
目录
1 overview of c2 constants, variables, and data types3 operators and expressions4 managing input and output operations5 decision making and branching6 decision making and looping7 arrays8 character arrays and strings9 user-defined functions10 structures and unions11 pointers12 file management in c13 dynamic memory allocation and linked lists14 the preprocessor15 developing a c program: some guidelinesappendix i: bit-level programmingappendix ii: ascii values of charactersappendix iii: ansi c library functionsappendix iv: projectsappendix v: c99 featuresbibliographyindex