標(biāo)準(zhǔn)C程序設(shè)計(jì)

出版時(shí)間:2006-6  出版社:清華大學(xué)出版社  作者:巴拉古魯薩米  頁(yè)數(shù):493  
Tag標(biāo)簽:無(wú)  

內(nèi)容概要

本書(shū)是印度各大學(xué)使用最廣的C語(yǔ)言程序設(shè)計(jì)教材之一。    本書(shū)旨在教授讀者如何使用C語(yǔ)言進(jìn)行程序設(shè)計(jì)。全書(shū)貫徹了“用示例學(xué)習(xí)”的概念。在深入介紹了C語(yǔ)言的每個(gè)特性之后,給出了一個(gè)完整的示例程序,用于演示說(shuō)明其應(yīng)用。每章末尾的“案例學(xué)習(xí)”不僅介紹了把C語(yǔ)言的特性集成在一起的常用方法,而且還顯示了它在實(shí)際生活中的應(yīng)用。最后一章介紹了開(kāi)發(fā)高效、無(wú)錯(cuò)誤的C程序的一些指導(dǎo)原則。    本書(shū)第3版融入了過(guò)去10年中采用本書(shū)的學(xué)生和老師的很多反饋意見(jiàn)。    總之,本書(shū)的語(yǔ)言簡(jiǎn)潔易懂,示例非常豐富且具有很強(qiáng)的實(shí)際指導(dǎo)意義,是一本很好的C語(yǔ)言程序設(shè)計(jì)的教材。

作者簡(jiǎn)介

作者:(印)巴拉古魯薩米

書(shū)籍目錄

preface to the third editionpreface to the first edition1. Overview of C   1.1 History of C   1.2 Importance of C   1.3 Sample Program 1: Printing a Message   1.4 Sample Program 2: Adding Two Numbers   1.5 Sample Program 3: Interest Calculation   1.6 Sample Program 4: Use of Subroutines   1.7 Sample Program 5: Use of Math Functions  1.8 Basic Structure of C Programs   1.9 Programming Style   1.10 Executing a ‘C’ Program  1.11 Unix System   1.12 MS-DOS System     Review Questions    Programming Exercises 2. Constants, Variables, and Data Types   2.1 Introduction   2.2 Character Set   2.3 C Tokens   2.4 Keywords and Identifiers   2.5 Constants   2.6 Variables   2.7 Data Types   2.8 Declaration of Variables   2.9 Declaration of Storage Class   2.10 Assigning Values to Variables   2.11 Defining Symbolic Constants   2.12 Declaring a Variable as Constant   2.13 Declaring a Variable as Volatile   2.14 Overflow and Underflow of Data     Case Studies     Review Questions    Programming Exercises 3. Operators and Expressions   3.1 Introduction   3.2 Arithmetic Operators   3.3 Relational Operators   3.4 Logical Operators   3.5 Assignment Operators   3.6 Increment and Decrement Operators   3.7 Conditional Operator   3.8 Bitwise Operators   3.9 Special Operators   3.10 Arithmetic Expressions   3.11 Evaluation of Expressions   3.12 Precedence of Arithmetic Operators   3.13 Some Computational Problems   3.14 Type Conversions in Expressions   3.15 Operator Precedence and Associativity   3.16 Mathematical Functions     Case Studies     Review Questions     Programming Exercises 4. Managing Input and Output Operations   4.1 Introduction   4.2 Reading a Character   4.3 Writing a Character   4.4 Formatted Input   4.5 Formatted Output     Case Studies     Review Questions     Programming Exercises 5. Decision Making and Branching   5.1 Introduction   5.2 Decision Making with if Statement   5.3 Simple if Statement   5.4 The if.....else Statement   5.5 Nesting of if....else Statements   5.6 The Else if Ladder   5.7 The Switch Statement   5.8 The ? : Operator   5.9 The Goto Statement     Case Studies     Review Questions     Programming Exercises 6. Decision Making and Looping   6.1 Introduction   6.2 The While Statement   6.3 The do Statement   6.4 The for Statement   6.5 Jumps in Loops     Case Studies     Review Questions     Programming Exercises 7. Arrays 8. Character Arrays and Strings9. User-defined Functions 10. Structures and Unions11. Pointers 12. File Management in C 13. Dynamic Memory Allocation and Linked Lists 14. The Preprocessor 15. Developing a C Program: Some Guidelines Appendix Ⅰ: Bit-level Programming Appendix Ⅱ: ASCII Values of Characters Appendix Ⅲ: ANSI C Library Functions Appendix Ⅳ: A Phone Book Bibliography Index

圖書(shū)封面

圖書(shū)標(biāo)簽Tags

無(wú)

評(píng)論、評(píng)分、閱讀與下載


    標(biāo)準(zhǔn)C程序設(shè)計(jì) PDF格式下載


用戶(hù)評(píng)論 (總計(jì)6條)

 
 

  •   要是你有一定的C基礎(chǔ)或英文水準(zhǔn)好就比較好,他是英文版的,要是有C基礎(chǔ)閱讀不是很難,
  •   要學(xué)c語(yǔ)言的可以看看
  •   我選用了這本書(shū)嘗試作為C語(yǔ)言雙語(yǔ)教學(xué)的教材,這本書(shū)講得比較細(xì),課后練習(xí)比較多,比較實(shí)用,但也有小部分內(nèi)容過(guò)時(shí)了,總體來(lái)說(shuō)還是不錯(cuò)的,也適合初學(xué)者。
  •   這系列的書(shū)都挺細(xì)膩,講解透徹,而且作為參閱資料不失為上佳選擇。
  •   我想可能是翻譯中出現(xiàn)的問(wèn)題。英文原版一般都很考究的,我以前看過(guò)很多的中文翻譯教材,難免筆誤,不過(guò)對(duì)于這種計(jì)算機(jī)類(lèi)的書(shū)一定要考就啊。很害人的,我剛開(kāi)始學(xué),9頁(yè)的那個(gè)子程序很明顯在int mul(int x,int y)后面少了“{”最后還要加個(gè)“}”
  •   書(shū)里面太多的錯(cuò)誤了,比如書(shū)中223頁(yè)的,本應(yīng)是strlen()函數(shù),用來(lái)測(cè)字符數(shù)的,卻被寫(xiě)成了ctrlen();還有第9頁(yè)的,示例程序4:子例程的使用,那真的是會(huì)害死人的,才是書(shū)的開(kāi)始啊,怎么會(huì)這樣的;還有第十章,結(jié)構(gòu)與聯(lián)合的,更是不知怎么說(shuō)好了,連個(gè)枚舉都沒(méi)說(shuō)到,就算要把它放在別處,也不見(jiàn)得高明??! 反正,是失望了,最不想說(shuō)的一句了,卓越,你是否賣(mài)假書(shū)了。
 

250萬(wàn)本中文圖書(shū)簡(jiǎn)介、評(píng)論、評(píng)分,PDF格式免費(fèi)下載。 第一圖書(shū)網(wǎng) 手機(jī)版

京ICP備13047387號(hào)-7