原作名:The C Programming Language 译者:徐宝文/李志译/尤晋元(审校) 出版年:2004-1 页数:258 定价:30.00元 装帧:平装 丛书:计算机科学丛书 ISBN:9787111128069 豆瓣评分 9.4 5205人评价 5星 75.2% 4星 20.3% 3星 3.7% 2星 0.3% 1星 0.4% 评价: 写笔记 写书评 加入购书单 分享到 推荐
他参加了UNIX系统、C语言、AWK语言和许多其他系统的开发,同时出版了许多在计算机领域具有影响的著作,包括《The Elements of Programming Style》、《The Practice of Programming》、《The UNIX Programming Environment》、《The AWK Language》、《Software Tools》等。
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 [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 Programming Language Course Hours: Lecture Course content and the basic requirements Chapter 1 C language Overview 1.1 Computer and program, program design language 1.2 Appearance and development process of C language 1.3 Simple C language programs 1.4 Steps and methods of running C program Chapter...