《[BBservice] C/C++ 参考资料 {管理员:最好先不加精}》([BBservice] C/C++ References)2009-12-19
中文名: [BBservice] C/C++ 参考资料 {管理员:最好先不加精}
英文名: [BBservice] C/C++ References
别名: [BBonline] C/C++ Service
版本: 2009-12-19
发行时间: 2009年
地区: 大陆,香港,台湾,美国,英国
对白语言: 普通话,英语
文字语言: 简体中文,繁体中文,英文
简介:

BBservice长期维护项目。文件主要是文字版PDF和CHM,如果有特别好的扫描版本会考虑加入。
项目较大,如有疏漏请多多指教。另外,如果您有好的C/C++资源,欢迎一同分享。
引用(BB9z @ 2009-12-19, 06:00 PM)
施工状况:
长期项目,会陆续更新,目前资料收集需等待,对于介绍不全的资料,欢迎大家补充。
(需要的介绍太多了,今天先到此)
The C Programming Language

引用(Wikipedia @ 2009-12-19, 06:00 PM)
The C Programming Language (sometimes referred to as K&R, or the white bible, or K&R2 for the second edition) is a well-known programming book written by Brian Kernighan and Dennis Ritchie, the latter of whom originally designed and implemented the language (as well as co-designed the Unix operating system with which development of the language was closely intertwined). The book was central to the development and popularization of the C programming language and is still widely read and used today. Because the book was co-authored by the original language designer, and because the first edition of the book served for many years as the de facto standard for the language, the book is regarded by many to be the authoritative reference on C.
The C++ Programming Language

《The C++ Programming Language》是由C++计算机的语言的创建者——Bjarne Stroustrup编着的 。 其第一个版写在第一次的ISO C++标准公布之前,但后续各版进行了更新以考虑到发展的C++中的标准化。 这与《The C Programming Language》的版本情形类似。
截至2009年2月,共发布三个版本。 第一版发布于1986年,第二版发布于1991年,第三版发布于1997年(第三版精装版也称为特别版)。
引用(Wikipedia @ 2009-12-19, 06:00 PM)
The C++ Programming Language is a book about the C++ computer programming language by the language's creator, Bjarne Stroustrup. Its first edition was written before the first ISO C++ standards were published, but later editions were updated to account for the evolution of C++ during standardisation. This is similar to the editions of The C Programming Language.
As of February 2009 it is in its third edition (published in 1997); the hardcover version of the third edition is also called the special edition. The first edition was released in 1986 and the second in 1991.
The Mythical Man-Month: Essays on Software Engineering

《人月神话:软件项目管理之道》(The Mythical Man-Month: Essays on Software Engineering)是由“IBM 360系统之父”佛瑞德·布鲁克斯(Fred Brooks)所着的经典文集,谈论有关计算机软件项目管理的相关课题。
本书于1975年首次发行,并于1995年重新发行纪念版(ISBN 0201835959),其中新增了一些对《没有银弹》一文的评论和回应。
引用(Wikipedia @ 2009-12-19, 06:00 PM)
The Mythical Man-Month: Essays on Software Engineering is a book on software engineering and project management by Fred Brooks, whose central theme is that "adding manpower to a late software project makes it later". This idea is known as Brooks' law, and is presented along with the second-system effect and advocacy of prototyping.
Brooks's observations are based on his experiences at IBM while managing the development of OS/360. He had mistakenly added more workers to a project falling behind schedule. He also made the mistake of asserting that one project — writing an Algol compiler — would require six months, regardless of the number of workers involved. (It required longer.) The tendency for managers to repeat such errors in project development led Brooks to quip that his book is called "The Bible of Software Engineering", because, "everybody reads it, but nobody does anything about it!"
The work was first published in 1975 (0-201-00650-2), reprinted with corrections in 1982, and republished as an anniversary edition with four extra chapters in 1995 (ISBN 0-201-83595-9) with the essay No Silver Bullet and commentary by the author.
资料制作情况一览
代码
ANSI-ISO_C++_Professional_Programmer's_Handbook.[EN] 缺封面。已加密。CHM转制
C_Programming_FAQs.C语言常见问题集[zh-cn] 缺出版信息,缺封面。制作正常
C++_Primer.Fourth_Edition.[EN][zh-cn] 中英对照。CHM转制
C++_Primer.Third_Edition.[EN] 优质电子版
C++_Primer.Third_Edition.[zh-cn] 出版信息不全。制作精良
C++_Standard_Library-A_Tutorial_and_Reference.[EN] 制作正常
C++_Templates-全览.[zh-tw] 已加密。出版信息不全。制作精良
Data_Structures_and_Algorithm_Analysis_in_C.[EN] 制作一般
Data_Structures_and_Algorithm_Analysis_in_C++.Third_Edition.[EN] 优质电子版
Easy_C++.易学C++.[zh-cn] 已加密。制作正常
Effective_C++&More_Effective_C++.[EN] CHM转制
Effective_C++.[zh-cn] 缺封面丶缺出版信息。制作一般
Effective_STL-50_Specific_Ways_to_Improve_Your_Use_of_Standard_Template_Library.[EN] 缺出版信息。制作一般
Efficient_C++-Performance_Programming_Techniques.[EN] 制作正常
Exceptional_C++.[zh-cn] 制作精良
Exceptional_C++-47_Engineering_Puzzles_Programming_Problems_and_Solutions.[EN] CHM转制
Inside_the_C++_Object_Model.[EN] 制作正常
Inside_the_C++_Object_Model.深度探索_C++_物件模型.[zh-tw] 版面还原
ISO_Standard_C++_2003.Second_edition.[EN] 优质电子版
More_Effective_C++-改善程序设计方法与设计思维的35个新方法.[zh-cn] 制作一般
Object-oriented_Programming_with_ANSI-C.[EN] 缺封面丶出版信息。制作精良
Programming_Matlab_and_C++.[EN] 缺封面丶缺出版信息。制作正常
The_C_Programming_Language.Second_Edition.[EN] 出版信息不全。制作正常
The_C_Programming_Language.Second_Edition.[zh-cn] 缺封面丶出版信息。制作正常
The_C_Programming_Language-非官方题解.[zh-cn] 制作正常
The_C++_Programming_Language.Special_Edition.[EN] 优质电子版
The_Mythical_Man-Month.人月神话:软件项目管理之道.20周年纪念版.[zh-cn] 制作精良
The_Mythical_Man-Month:Essays_on_Software_Engineering.20th_Anniversary_Edition.[EN] 优质电子版
Thinking_In_C++.Volume1.Second_Edition.[EN] 制作精良
Thinking_In_C++.Volume2-Standard_Libraries_and_Advanced_Topics.Second_Edition.[EN] 制作精良
以上信息已经在KAD文件注释中注明,如果发现有不准确之处请告知
引用(BB9z @ 2009-12-19, 06:00 PM)
做源情况:
速度不太稳定,均速500KB/s,每日至少8小时上传,若数日无源请给我发短消息
上传情况详见:BBservice-774247