出版社: Addison-Wesley Professional
副标题: Techniques for Creating Reusable Software (Addison-Wesley Professional Computing Series)
出版年: 1996-08-20
页数: 544
定价: USD 54.99
装帧: Paperback
丛书: Addison-Wesley Professional Computing Series
ISBN: 9780201498417
内容简介 · · · · · ·
Every programmer and software project manager must master the art of creating reusable software modules; they are the building blocks of large, reliable applications. Unlike some modern object-oriented languages, C provides little linguistic support or motivation for creating reusable application programming interfaces (APIs). While most C programmers use APIs and the libraries...
Every programmer and software project manager must master the art of creating reusable software modules; they are the building blocks of large, reliable applications. Unlike some modern object-oriented languages, C provides little linguistic support or motivation for creating reusable application programming interfaces (APIs). While most C programmers use APIs and the libraries that implement them in almost every application they write, relatively few programmers create and disseminate new, widely applicable APIs. C Interfaces and Implementations shows how to create reusable APIs using interface-based design, a language-independent methodology that separates interfaces from their implementations. This methodology is explained by example. The author describes in detail 24 interfaces and their implementations, providing the reader with a thorough understanding of this design approach.
原文摘录 · · · · · ·
丛书信息
· · · · · ·
喜欢读"C Interfaces and Implementations"的人也喜欢的电子书 · · · · · ·
喜欢读"C Interfaces and Implementations"的人也喜欢 · · · · · ·
C Interfaces and Implementations的书评 · · · · · · ( 全部 7 条 )
哪位同仁做了这本书的课后习题??
我觉得翻译的很差阿,这本书
这篇书评可能有关键情节透露
有很多内容感觉就像一个不懂编程的人翻译的,让人看后不知所云,只能细细推敲真实的意思。真实感觉!而且此书结构很奇怪,代码看起来特别的累。 (展开)> 更多书评 7篇
论坛 · · · · · ·
在这本书的论坛里发言这本书的其他版本 · · · · · · ( 全部5 )
-
机械工业出版社 (2004)8.2分 143人读过
-
人民邮电出版社 (2011)9.2分 139人读过
-
人民邮电出版社 (2010)9.0分 51人读过
-
人民邮电出版社 (2016)8.2分 23人读过
在哪儿借这本书 · · · · · ·
以下书单推荐 · · · · · · ( 全部 )
- C语言经典书籍 (lanjing)
- C语言必读系列 (小马哥)
- 牛B程序员必读清单 (reLax)
- Books for professional developer (figure9)
- Geodesic——算法 (Geodesic)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
订阅关于C Interfaces and Implementations的评论:
feed: rss 2.0
1 有用 jiangyy 2013-01-15 10:33:56
在书的前面是一些很漂亮的代码,最后一章user-level thread的实现是个大惊喜
1 有用 微胖界领袖 2011-09-28 14:58:28
C语言进阶学习的好教材。示范了内存管理、断言、异常、各种数据结构、字符串、高精度计算和线程的接口设计、实现。接口设计很紧凑,也有相当的灵活性。代码实现非常简洁优雅,但并不以裁减功能为代价,相反的,功能相当丰富。每章末尾还有启发性的习题,并推荐可供深入研究的参考材料。
0 有用 Fu 2022-06-05 22:29:27
很经典,详细说明并用C语言实现了许多常用的数据结构,这本书可以作为C语言进阶的书籍
0 有用 黎白南 2016-03-05 00:59:49
作为速查手册,相当好用,想要研究数据结构也可以参考源代码。
0 有用 py君 2014-05-06 09:37:33
#C语言自我修养#
0 有用 Fu 2022-06-05 22:29:27
很经典,详细说明并用C语言实现了许多常用的数据结构,这本书可以作为C语言进阶的书籍
0 有用 黎白南 2016-03-05 00:59:49
作为速查手册,相当好用,想要研究数据结构也可以参考源代码。
0 有用 py君 2014-05-06 09:37:33
#C语言自我修养#
1 有用 jiangyy 2013-01-15 10:33:56
在书的前面是一些很漂亮的代码,最后一章user-level thread的实现是个大惊喜
1 有用 微胖界领袖 2011-09-28 14:58:28
C语言进阶学习的好教材。示范了内存管理、断言、异常、各种数据结构、字符串、高精度计算和线程的接口设计、实现。接口设计很紧凑,也有相当的灵活性。代码实现非常简洁优雅,但并不以裁减功能为代价,相反的,功能相当丰富。每章末尾还有启发性的习题,并推荐可供深入研究的参考材料。