码迷,mamicode.com
首页 >  
搜索关键字:通过示例进行编程实践    ( 4个结果
Accelerated C++中文版
《Accelerated C++ 中文版通过示例进行编程实践》系统介绍C++程序设计,是美国斯坦福大学的经典教材。从使用C++标准库中的高级抽象开始,使读者很快掌握编程方法。每一章都有很经典独特的例子以及非常到位的讲解,覆盖了C++更多领域的内容,从标准库容器、泛型算法的使用,到类的设计、泛型算法的 ...
分类:编程语言   时间:2018-11-02 23:45:57    阅读次数:203
Accelerated C++:通过示例进行编程实践——练习解答(第10章)
10-0. Compile, execute, and test the programs in this chapter. 10-1. Rewrite the student-grading program from §9.6/166 to generate letter grades. 10-2. Rewrite the median function from §8.1.1/140 so...
分类:编程语言   时间:2014-10-26 22:59:49    阅读次数:390
Accelerated C++:通过示例进行编程实践——练习解答(第9章)
9-0. Compile, execute, and test the programs in this chapter. 9-1. Reimplement the Student_info class so that it calculates the final grade when reading the student's record, and stores that grade i...
分类:编程语言   时间:2014-10-25 13:16:07    阅读次数:239
Accelerated C++习题解答
这是一本非常经典的C++书籍,大牛刘伟鹏(http://blog.csdn.net/pongba/article/details/1930150)也在其博客对其给了很高的评价,豆瓣以及各大论坛都将此书列为C++经典书籍。但是大多数人在学习此书的时候只看正文内容二忽略了其课后的练习题,或者虽然注意到练习题,但是苦于没有配套的习题解答而在遇到问题时不知所措,于是我就产生了这么个想法,利用闲暇时间将课后练习code一遍,尽量的给出全面的解答和贴出所有代码,以供大家参考学习。但是由于个人的水平能力有限,给出的解法可...
分类:编程语言   时间:2014-10-15 21:47:01    阅读次数:387
4条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!