歡迎光臨中圖網(wǎng) 請 | 注冊
> >
21世紀C語言-(影印版)

21世紀C語言-(影印版)

出版社:東南大學出版社出版時間:2013-05-01
開本: 16開 頁數(shù): 273
中 圖 價:¥17.9(3.2折) 定價  ¥56.0 登錄后可看到會員價
加入購物車 收藏
運費6元,滿39元免運費
?新疆、西藏除外
溫馨提示:5折以下圖書主要為出版社尾貨,大部分為全新(有塑封/無塑封),個別圖書品相8-9成新、切口
有劃線標記、光盤等附件不全詳細品相說明>>
本類五星書更多>

21世紀C語言-(影印版) 版權信息

  • ISBN:9787564142056
  • 條形碼:9787564142056 ; 978-7-5641-4205-6
  • 裝幀:一般膠版紙
  • 冊數(shù):暫無
  • 重量:暫無
  • 所屬分類:>

21世紀C語言-(影印版) 本書特色

是否你的C語言編程環(huán)境被限制在VI和CC上?是否C語言的內(nèi)存管理機制依然像20世紀90年代那樣困擾你?BEN KLEMENS提出了這些常見的問題,并且展示了*新的工具如何使得C語言編程變得簡單——能夠幫助你調(diào)試、跟蹤內(nèi)存泄露、組織編譯過程和管理源代碼版本。 《21世紀C語言(影印版)》的作者是克萊門斯。

21世紀C語言-(影印版) 內(nèi)容簡介

拋棄你對于C語言的那些陳舊觀念吧。你應該重 新學習這門編程語言,它早已改變了過去的面貌。在 《21世紀C語言(影印版)》中,你將了解到在其他C語 言書籍中所缺失的那些*新技術。C語言不僅僅是現(xiàn) 代編程語言的基石,它本身也是一門現(xiàn)代語言,尤其 適合于編寫高效的、尖端的應用程序。你需要放棄那 些只有在大型機時代才有意義的舊習,轉(zhuǎn)而選擇相應 的工具來使用這門改進的極其簡單的語言。無論目前 你是哪門編程語言的擁護者,你都不得不承認C語言 也很出色。
     《21世紀C語言(影印版)》的作者是克萊門斯。

21世紀C語言-(影印版) 目錄

Preface
Part I.The Environment
1.SetYourself Up for Easy Compilation
Use a Package Manager
Compiling C with Windows
POSIX for Windows
Compiling C with POSIX
Compiling C Without POSIX
Which Way to the Library?
A Few of My Favorite Flags
Paths
Runtime Linking
Using Makefiles
Setting Variables
The Rules
Preface
Part I.The Environment
1.SetYourself Up for Easy Compilation
 Use a Package Manager
 Compiling C with Windows
 POSIX for Windows
 Compiling C with POSIX
 Compiling C Without POSIX
 Which Way to the Library?
 A Few of My Favorite Flags
 Paths
 Runtime Linking
 Using Makefiles
 Setting Variables
 The Rules
 Using Libraries from Source
 Using Libraries from Source(Even if Your Sysadmin Doesn’t Want You To)
 Compiling C Programs via Here Document
 Include Header Files from the Command Line
 The Unified Header
 Here Documents
 Compiling from stdin
2.Debug,Test,Document
 Using a Debugger
 GDB Variables
 Print Your Structures
 Using Valgrind to Check for Errors
 Unit Testing
 Using a Program as a Library
 Coverage
 Interweaving Documentation
 Doxygen
 Literate Code with CW’EB
 Error Checking
 What Is the User’s Involvement in the Error?
 The Context in Which the User Is Working
 How Should the Error Indication Be Returned?
3.PackagingYourProject
 The Shell
 Replacing Shell Commands with Their Outputs
 Use the Shell’s for Loops to Operate on a Set of Files
 TestforFiles
 fc
 Makefiles VS.Shell Scripts
 Packaging Your Code with Autotools
 An Autotools Demo
 Describing the Makefile with makefile.am
 The configure Script
4.VersionControI
 Changes via diff
 Git’s Objects
 The Stash
 Trees and Their Branches
 Merging
 The Rebase
 Remote Repositories
5.PlayingNicewithOthers
 The Process 
 Writing to Be Read by Nonnatives
 The Wrapper Function
 Smuggling Data Structures Across the Border
 Linking
 Python Host
 Compiling and Linking 
 The Conditional Subdirectory for Automake
 Distutils Backed with Autotools
Part II.The Language
6.YOurPaIthePointer
 Automatic,Static,and Manual Memory
 Persistent State Variables
 Pointers Without malloc
 Structures Get Copied,Arrays Get Aliased
 malloc and Memory—Twiddling
 The Fault Is in Our Stars
 All the Pointer Arithmetic You Need to Know
7.CSyntaxYouCanIgnore
 Don’t Bother Explicitly Returning from main 
 Let Declarations Flow
 Set Array Size at Runtime
 Cast Less
 Enums and Strings
 Labels,gotos,switches,and breaks
 gotO Considered
 switch
 Deprecate Float
8.Obstaclesand Oppounity
 Cultivate Robust and Flourishing Macros
 Preprocessor Tricks
 Linkage with static and extem
 Declare Externally Linked Elements Only in Header Files
 The const Keyword
 Noun—Adjective Form
 Tension
 Depth
 The char const Issue
9.Text
 Making String Handling Less Painful with asprintf
 Security
 Constant Strings
 Extending Strings with asprintf
 APean to strtok
&n
展開全部

21世紀C語言-(影印版) 節(jié)選

是否你的C語言編程環(huán)境被限制在VI和CC上?是否C語言的內(nèi)存管理機制依然像20世紀90年代那樣困擾你?BEN KLEMENS提出了這些常見的問題,并且展示了*新的工具如何使得C語言編程變得簡單——能夠幫助你調(diào)試、跟蹤內(nèi)存泄露、組織編譯過程和管理源代碼版本。 《21世紀C語言(影印版)》的作者是克萊門斯。

21世紀C語言-(影印版) 作者簡介

作者:(美)克萊門斯
Ben Klemens為布魯金斯學會、世界銀行、美國國家心理衛(wèi)生研究所和美國政府編寫統(tǒng)計分析和集約計算模型。他同時也為布魯金斯學會和自由軟件基金會工作來確保軟件作者有權使用他們編寫的軟件。

商品評論(0條)
暫無評論……
書友推薦
編輯推薦
返回頂部
中圖網(wǎng)
在線客服