作者: (美)Brian W. Kernighan / (美)Dennis M. Ritchie 出版社: 机械工业出版社 出品方: 华章科技 副标题: 第2版·新版原作名: The C Programming Language译者: 徐宝文 / 李志译 / 尤晋元(审校) 出版年: 2004-1页数: 258定价: 30.00元装帧: 平装丛书: 计算机科学丛书...
C is a general-purpose programming language that is extremely popular, simple, and flexible. It is machine-independent, structured programming language which is used extensively in various applications. Are you interested in learning the C Language and looking for some excellent book that will help ...
《The C Programming Language》译作《C程序设计语言》,是由C语言之父Brian W. Kernighan和Dennis M. Ritchie在C语言诞生之初编写的一部介绍标准C语言及其程序设计方法的权威性经典著作。一本必读的程序设计语言方面的参考书。 本书的讲述深入浅出,配合典型例证,通俗易懂,实用性强,适合作为大专院校计算机专业或非计...
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 Programming Language, 2nd Edition Brian W. Kernighan Dennis M. Ritchie Pearson /1988-03-22 Paperback / 272 Pagesisbn-10: 0131103628 / isbn-13: 9780131103627 compare pricefind book or textbook: title author ISBN Advanced Book Search FAQ...
《 C 语言》( The C Book)相关C/C++学习资料私信我 “代码”即可获取 作者: Mike Banahan, Declan Brady 和 Mark Doran ,350 页 这本书是为那些已经具备使用现代高级面向过程编程语言的程序员设计的。这本书专注于那些 C 语言的特有之处。尤其是使用 C 语言的方式是这本书所重点关注的。包含以下章节:...
If you are interested in creating a course-pack that includes chapters from this book, you can get further information by calling 212-850-6272 or sending email inquiries to engineerjwiley.com. A comprehensive guide to C, the UNIX system language expected to be one of the dominant programming...
《 C 语言》( The C Book) 作者: Mike Banahan, Declan Brady 和 Mark Doran ,350 页 这本书是为那些已经具备使用现代高级面向过程编程语言的程序员设计的。这本书专注于那些 C 语言的特有之处。尤其是使用 C 语言的方式是这本书所重点关注的。 包含以下章节: 变量及运算法则介绍 – 介绍了 C 语言的基础...
重读The C Programming Language The C Programming Language C 语言并不是一开始就像今天这么繁荣的,从硬件系统底层,到高级操作系统开发,到处都有它的影子。 自从创建 C 语言,它的发展大概分为产生和繁荣两个主要历史时期: 1969-1970 年,Tompson 在BCPL语言上创造 B 语言。
《使用标准 C 语言进行面向对象编程》(Object-Oriented Programming with ANSI-C)– 作者 Axel-Tobias Schreiner 《编写零缺陷的 C 语言代码》(Writing Bug-Free C Code)– 作者 Jerry Jongenius 最后,如果你想买一本权威参考书,请认准《C程序设计语言》(The C Programming Language)。这本书非常简练,不适合新手...