C标准库 书籍
经典好书《C标准库》读书内容简介:作。英文版已经重印十多次,影响了几代程序员。本书结合C标准的相关部分,精辟地讲述了每一个库函数的使用方法和实现细节,而这正是一个真正的C程序员所必须掌握的。更重要的是,书中给出了实现和测试这些函数的完整源代码,可以让你更深入地学习C语言...详情
C++ API设计 书籍
经典好书《C++ API设计》读书内容简介:dy博士是软件行业的一名老兵,有着15年以上的从业经验,共撰写过40多篇论文,拥有3项软件专利,并与他人合著了Level of Detail for 3D Graphics。另外,他还是ACM以及IEEE的会员。早年,他曾...详情
C++语言的设计和演化 书籍
经典好书《C++语言的设计和演化》读书内容简介: 这本书是C++的设计者关于C++语言的最主要著作之一。作者综合性地论述了C++的历史和发展,C++中各种重要机制的本质意义和设计背景,这些机制的基本用途和使用方法,讨论了C++所适合的应用领域及其未来的发展前景。作者简介详情
C++ Primer 书籍
经典好书《C++ Primer》读书内容简介:g Tutorial and Reference Completely Rewritten for the New C++11 StandardNow fully updated and recast for the newly rel...详情
经典好书《Ruminations on C++》读书内容简介: from the herd. Ruminations on C++ concentrates on the key C++ ideas and programming techniques--skimming the cream--to let y...详情
经典好书《Data Structures, Algorithms, And Applications In C++》读书内容简介:dents with an introduction to data structures and algorithms. It emphasizes algorithm analysis and the development of efficie...详情
经典好书《Algorithms in C++, Parts 1-4》读书内容简介:horoughly rewritten and substantially expanded and updated his popular work to provide current and comprehensive coverage of ...详情
经典好书《Data Structures and Algorithm Analysis in C (2nd Edition)》读书内容简介:essful book provides a modern approach to algorithms and data structures using the C programming language. The book's concept...详情
C++性能优化指南 书籍
经典好书《C++性能优化指南》读书内容简介:近30年编程生涯中最频繁使用的技术和能够带来最大性能提升效果的技术,旨在让读者在提升C++程序的同时,思考软件优化之美。书中主要内容有:代码优化的意义和总原则,与优化有关的计算机硬件背景知识,能行分析方法及工具,优化字符串的使用,算法、查找和排序等等...详情
经典好书《C++ Templates中文版》读书内容简介:概念、常用技巧和应用实例3方面的有用资料,为读者打下C++模板知识的坚实基础。全书共5个部分,22章。第1章全面介绍了本书的内容结构和相关情况。第1部分(第2~7章)以教程的风格介绍了模板的基本概念,第2部分(第8~13章)阐述了模板的语言细节,第3...详情