C Primer Plus pdf epub mobi txt 電子書 下載 2024


C Primer Plus

簡體網頁||繁體網頁
Stephen Prata
Addison-Wesley Professional
2013-12-6
1080
USD 54.99
Paperback
9780321928429

圖書標籤: C  計算機科學  編程語言  編程  計算機  C語言  英文原版  電子書   


喜歡 C Primer Plus 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

发表于2024-11-25

C Primer Plus epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

C Primer Plus epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

C Primer Plus pdf epub mobi txt 電子書 下載 2024



圖書描述

C Primer Plus is a carefully tested, well-crafted, and complete tutorial on a subject core to programmers and developers. This computer science classic teaches principles of programming, including structured code and top-down design.

Author and educator Stephen Prata has created an introduction to C that is instructive, clear, and insightful. Fundamental programming concepts are explained along with details of the C language. Many short, practical examples illustrate just one or two concepts at a time, encouraging readers to master new topics by immediately putting them to use.

Review questions and programming exercises at the end of each chapter bring out the most critical pieces of information and help readers understand and digest the most difficult concepts. A friendly and easy-to-use self-study guide, this book is appropriate for serious students of programming, as well as developers proficient in other languages with a desire to better understand the fundamentals of this core language.

The sixth edition of this book has been updated and expanded to cover the latest developments in C as well as to take a detailed look at the new C11 standard. In C Primer Plus you’ll find depth, breadth, and a variety of teaching techniques and tools to enhance your learning:

Complete, integrated discussion of both C language fundamentals and additional features

Clear guidance about when and why to use different parts of the language

Hands-on learning with concise and simple examples that develop your understanding of a concept or two at a time

Hundreds of practical sample programs

Review questions and programming exercises at the end of each chapter to test your understanding

Coverage of generic C to give you the greatest flexibility

C Primer Plus 下載 mobi epub pdf txt 電子書

著者簡介

Stephen Prata , now retired, taught astronomy, physics, and programming at the College of Marin in Kentfield, California. He received his B.S. from the California Institute of Technology and his Ph.D. from the University of California, Berkeley. His association with computers began with the computer modeling of star clusters. Stephen as authored or coauthored over a dozen books, including C++ Primer Plus and Unix Primer Plus.


圖書目錄


C Primer Plus pdf epub mobi txt 電子書 下載
想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

用戶評價

評分

對於非科班齣身的C程序員,應重點關注第一章的編譯器和最後一章的ADT。

評分

其實有點詳略不得當,總體還是一本不錯的入門書的

評分

優秀的C語言入門書籍,對零基礎讀者非常友好,這點比K&R C強很多。讀書是一件很私人的事情,如人飲水冷暖自知。如果自己水平一般卻要強上高難度教材,吃苦頭的是自己。

評分

(可能我太學究瞭,初學者不用這麼學究……但是,學究也沒什麼) 從頭到尾一字不落地讀完,包括習題、答案…… 網上對這本書的評價太高,以至於我讀瞭之後感覺不適。寫這本書的傢夥並未好好研究C和C++,導緻寫瞭C++ Primer Plus後把C++的一些內容也混進C裏來。對C語言而言,聲明不是語句,但是C++認為聲明是語句。數據結構和結構也傻傻分不清楚;前後術語混亂;術語混用。還有,const並不是常量,隻是隻讀變量;賦值和函數調用應該是錶達式語句!……太多,這傢夥應該不研究C標準的。標準裏沒有的東西就自創。真給力! 我看的是原版。這樣的作者給譯者帶來多大的麻煩隻有譯者知道,除瞭翻譯不暢還要給這傢夥修改各種錯誤。希望讀者見到的譯版能好一些。

評分

讀過的部分都不錯

讀後感

評分

早早就向往编程的世界了。 然而总是在网上寻找教程、寻找视频、寻找出路。 可是所学到的是迷迷糊糊,浑浑噩噩,三脚猫功夫,有时甚至怀疑自己的智商。 直到有一天,我晓得了多数看不懂学不懂是翻译问题、是教程问题、是各种误人子弟的问题。 然后我就看了这本书的中文版,看到...  

評分

没想到3年过去了,我终究还是因为这篇书评,惹上了骂名。也许当时读完心情郁闷,措辞直接了些,不够委婉。不管如何,我的确没有显摆的意思。写书评的初衷只是想把这本书的缺点和优点都说一下,给没看过的人参考。如果有人看了觉得不舒服,在这里先向大家道歉。时隔三年,我尽量...  

評分

P328 “如果函数中的的声明漏掉了 extern ,就会建立一个独立的自动变量。也就是说,如果在main()中用: extern int Errupt ; 替换: int Errupt ; ............... ” 这句话翻译错了吧。应该换过来 “如果函数中的的声明漏掉了 extern ,就会建立一个独立的自动...  

評分

P501: 第7行 “因为这个函数不改变列表,不需要传递指针参数,所以参数的类型是List而不是指向List的指针。” 这句话是译者自己加上去的,英文原版中根本就没有对应的语句。因为译者自己的理解问题,一个微小的念头导致他/她做出了另外一个错误的决定,那就是把作者的代码...  

評分

一直认为,能把printf函数讲清楚的书一定是好书。从本书对printf函数的讲解的篇幅之大,就可以看出它的专业性。 600多页的书,算是第一本认真读完的C语言类书籍。如果不是因为它的趣味而且专业、详细但不是手册类型的书籍,我肯定是读不下去的。 总是觉得厚书通常废话多,但是...  

類似圖書 點擊查看全場最低價

C Primer Plus pdf epub mobi txt 電子書 下載 2024


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 qciss.net All Rights Reserved. 小哈圖書下載中心 版权所有