C Interfaces and Implementations : Techniques for Creating Reusable Software (Addison-Wesley Professional Computing Series)

0
(0)

C Interfaces and Implementations
: Techniques for Creating Reusable Software (Addison-Wesley Professional Computing Series)

作者:DavidR.Hanson

出版社:Addison-WesleyProfessional

副标题:TechniquesforCreatingReusableSoftware(Addison-WesleyProfessionalComputingSeries)

出版年:1996-08-20

页数:544

定价:USD54.99

装帧:Paperback

丛书:Addison-WesleyProfessionalComputingSeries

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 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.

评论 ······

在书的前面是一些很漂亮的代码,最后一章user-level thread的实现是个大惊喜

C语言进阶学习的好教材。示范了内存管理、断言、异常、各种数据结构、字符串、高精度计算和线程的接口设计、实现。接口设计很紧凑,也有相当的灵活性。代码实现非常简洁优雅,但并不以裁减功能为代价,相反的,功能相当丰富。每章末尾还有启发性的习题,并推荐可供深入研究的参考材料。

很经典,详细说明并用C语言实现了许多常用的数据结构,这本书可以作为C语言进阶的书籍

作为速查手册,相当好用,想要研究数据结构也可以参考源代码。

点击星号评分!

平均分 0 / 5. 投票数: 0

还没有投票!请为他投一票。

推荐阅读

评论 抢沙发

评论前必须登录!

 

登录

找回密码

注册