The Standard C Library
暫譯: 標準 C 函式庫

P.J. Plauger

  • 出版商: Prentice Hall
  • 出版日期: 1992-07-11
  • 售價: $3,220
  • 貴賓價: 9.5$3,059
  • 語言: 英文
  • 頁數: 512
  • 裝訂: Paperback
  • ISBN: 0131315099
  • ISBN-13: 9780131315099
  • 相關分類: C 程式語言
  • 已絕版

買這商品的人也買了...

相關主題

商品描述

Prentice Hall's most important C programming title in years. A companion volume to Kernighan & Ritchie's C PROGRAMMING LANGUAGE. A collection of reusable functions (code for building data structures, code for performing math functions and scientific calculations, etc.) which will save C programmers time and money especially when working on large programming projects. The C Library is part of the ANSI (American National Standard Institute) for the C Language. This new book contains the complete code for the library. It covers elements of the library with which even the most experienced C programmers are not familiar such as internationalization (the ability to write programs that can adapt to different cultural locales, for example, using the C library, programmers can write software that manipulates large character sets such as Kanji). Structured like the Standard C Library, it contains 15 headers declaring or defining all of the names in the library. A separate chapter covers each header, including excerpts from relevant portions of the C Standard showing all codes needed to implement each portion of the library and explaining why it is necessary. The book teaches readers the concepts and design issues associated with library building. Using this book, programemrs will be less likely to re-code something that already exists in a given program. Plauger is one of the world's leading experts on C and the C Library.

商品描述(中文翻譯)

Prentice Hall 多年來最重要的 C 程式設計書籍。這本書是 Kernighan 和 Ritchie 的《C PROGRAMMING LANGUAGE》的伴隨卷。它是一個可重用函數的集合(用於構建資料結構的程式碼、執行數學函數和科學計算的程式碼等),將幫助 C 程式設計師節省時間和金錢,特別是在處理大型程式專案時。C 函式庫是 ANSI(美國國家標準協會)對 C 語言的標準之一。這本新書包含了函式庫的完整程式碼。它涵蓋了即使是最有經驗的 C 程式設計師也不熟悉的函式庫元素,例如國際化(能夠編寫能適應不同文化地區的程式,舉例來說,使用 C 函式庫,程式設計師可以編寫操作大型字符集(如漢字)的軟體)。這本書的結構類似於標準 C 函式庫,包含 15 個標頭,聲明或定義函式庫中的所有名稱。每個標頭都有一個單獨的章節,包含 C 標準的相關部分的摘錄,顯示實現函式庫每個部分所需的所有程式碼並解釋其必要性。這本書教導讀者與函式庫構建相關的概念和設計問題。使用這本書,程式設計師將不太可能重新編寫已存在於特定程式中的內容。Plauger 是全球 C 和 C 函式庫的領先專家之一。