原作名:The C Programming Language 译者:徐宝文/李志译/尤晋元(审校) 出版年:2004-1 页数:258 定价:30.00元 装帧:平装 丛书:计算机科学丛书 ISBN:9787111128069 豆瓣评分 9.4 5201人评价 5星 75.2% 4星 20.3% 3星 3.7% 2星 0.3% 1星 0.4% 评价: ...
The C Programming Language 教材两位作者都是贝尔实验室的研究员。 Brian W. Kernighan 贝尔实验室计算科学研究中心高级研究人员,著名的计算机科学家。他参加了 UNIX 系统、C 语言、AWK 语言和许多其他系统的开发,同时出版了许多在计算机领域具有影响的著作,The Elements of Programming Style, The Practice of Programm...
他参加了UNIX系统、C语言、AWK语言和许多其他系统的开发,同时出版了许多在计算机领域具有影响的著作,包括《The Elements of Programming Style》、《The Practice of Programming》、《The UNIX Programming Environment》、《The AWK Language》、《Software Tools》等。 目录 ··· 序第1版序IntroductionChapter ...
The C programming language [book] 1 A12.3 Macro Definition and Expansion A control line of the form #define identifier token-sequence causes the preprocessor to replace subsequent instances of the identifier with the given sequence of tokens; leading and trailing white space around the token sequenc...
C语言程序设计 The C Programming Language 东莞理工学院计算机学院 教材与参考书 1《C程序设计》(第三版) 。谭浩强著。清华大学出版社。 2《C程序设计题解与上机指导》(第三版) 。谭浩强编著。清华大学出版社。 3《C语言教程》(A Book on C Programming in C Fourth Edition)。Al Kelly, Ira Pohl 著,徐 ...
C语言程序设计TheClanguageProgramming.PDF,C 语言程序设计 The C language Programming 一、基本信息 课程代码:【2050005】 课程学分:【3】 面向专业:【机械制造】、【微电子】等专业 课程性质:【通识教育基础】 开课院系:【信息技术学院计算机科学与技术系】 使用教
TheCProgrammingLanguage英文第2版课后答案.pdf,The C Programming Language, 2nd edition, Kernighan and Ritchie 本答案为经典 的c 圣经《c 程序设计语言》英文的配套答案,所列页 码均为英文版 的。希望能给 家 的学习带来帮助 !感谢给出答案的程 序工程师 ,恕不列出
【C语言程序设计】【TheCProgrammingLanguage】.PDF,SJQU-QR-JW-026 (A0 )【C 语言程序设计】 【】 The C Programming Language 一、基本信息 课程代码:【0010031 】 课程学分:【3 】 面向专业:【机电电梯16-1】 课程性质:【专业基础课】 开课院系:信息学院软件工
作者 Derek M. Jones《使用标准 C 语言进行面向对象编程》(Object-Oriented Programming with ANSI-C )– 作者 Axel-Tobias Schreiner《编写零缺陷的 C 语言代码》(Writing Bug-Free C Code) – 作者 Jerry Jongenius最后,如果你想买一本权威参考书,请认准《C程序设计语言》(The C Programming Language)...
C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the ...