《C語言接口與實現》是2010年8月人民郵電出版社出版的圖書,作者是(美)漢森。本書概念清晰、實例詳盡,是一本有關設計、實現和有效使用C語言庫函式,掌握創建可重用C語言軟體模組技術的參考指南。
基本介紹
- 書名:C語言接口與實現
- 作者:(美)漢森
- ISBN:9787115231130
- 定價:¥79.00
- 出版社:人民郵電出版社
- 出版時間: 2010-8-1
- 開本:16開
內容簡介,目錄,
內容簡介
書中提供了大量實例,重在闡述如何用一種與語言無關的方法將接口設計實現獨立出來,從而用一種基於接口的設計途徑創建可重用的API。
本書是所有C語言程式設計師不可多得的好書,也是所有希望掌握可重用軟體模組技術的人員的理想參考書,適合各層次的面向對象軟體開發人員、系統分析員閱讀。
目錄
1 Introduction
2 Interfaces and Implementations
3 Atoms
4 Exceptions and Assertions
5 Memory Management
6 More Memory Management
7 Lists
8 Tables
9 Sets
10 Dynamic Arrays
11 Sequences
12 Rings
13 Bit Vectors
14 Formatting
15 Low-LevelStrings
16 High-LevelStrings
17 Extended-Precision Arithmetic
18 Arbitrary-Precision Arithmetic
19 Multiple-Precision Arithmetic
20 Threads
Interface Summary
Bibliography
Index