发表于2024-12-18
数据结构与程序设计 2024 pdf epub mobi 电子书
还行,只是后面的章节代码有点零散,有整合版就不错了。书本上很多地方都说得比较详细,这也是不错的地方。网上也有很多关于这本书的资料,例如课后答案以及章节的代码。Data Structures and Program Design in C++这本书有中文版的,网上可以免费下载到。
评分还行,只是后面的章节代码有点零散,有整合版就不错了。书本上很多地方都说得比较详细,这也是不错的地方。网上也有很多关于这本书的资料,例如课后答案以及章节的代码。Data Structures and Program Design in C++这本书有中文版的,网上可以免费下载到。
评分还行,只是后面的章节代码有点零散,有整合版就不错了。书本上很多地方都说得比较详细,这也是不错的地方。网上也有很多关于这本书的资料,例如课后答案以及章节的代码。Data Structures and Program Design in C++这本书有中文版的,网上可以免费下载到。
评分还行,只是后面的章节代码有点零散,有整合版就不错了。书本上很多地方都说得比较详细,这也是不错的地方。网上也有很多关于这本书的资料,例如课后答案以及章节的代码。Data Structures and Program Design in C++这本书有中文版的,网上可以免费下载到。
评分还行,只是后面的章节代码有点零散,有整合版就不错了。书本上很多地方都说得比较详细,这也是不错的地方。网上也有很多关于这本书的资料,例如课后答案以及章节的代码。Data Structures and Program Design in C++这本书有中文版的,网上可以免费下载到。
图书标签: 数据结构 计算机 c++ 算法 教材 编程 程序设计 C++
《数据结构与程序设计:C++语言描述(影印版)》内容简介:Data Structures and Program Design in C++Objccl-oricntcd programming and powerful features of C++ enable this carefully crafted text to build data struc-tures from basic ideas into complete,fully developed programs and interesting applications. In the process, the textexplores problem solving and programming principles, data abstraction, recursion, and the comparative analysis ofalgorithms as fundamentals tools of software design.Employing substantial case studies, reusable software devele pment, and programming projects to increaseundcrstanding, successful authors Robert L. Kruse and Alexander .J. Ryba include topics such as:
C++ tcmplates are introduced early; code for data structures is developed as templated classes in fully reus-able form,the Standard Template Library(STL) is mentioned as appropriate.
Rccursion is treated early and applied throughout the text.
Data abstraction and abstract data types(ADTs) are emphasized, with conceptual development separatedfrom implementation issues.Advanced strnctures and algorithms are developed into complete programs, including splay trees. B-trees,red-black trees and graph algorithms such as minima spanning trees.I)ata Structures and Program Design in C++ will prove useful to both computer science students and professionals,The authors supply all code in this book on the Web. and. as well. they provide an excellent instructor supportpackage that includes an Instructor's Resource Manual with transparency masters, solutions, and source code to allof the programming examples and projects in the text.
数据结构拜拜!
评分挺不错的,还注重讲了点C++,比如4.3Linked Stacks with Safeguards,这里面说的以前真没想过,析构、复制构造什么的。(还是我C++太弱了。。)
评分生涩难懂....
评分一开始看这本书的时候觉得它代码风格老旧,有点难读。但看过其他数据结构的课以后发现这本书的知识其实非常丰富,里面有很多至今都有用的方法和思想,并且全都有代码实现。至于代码风格,其实只是习惯问题。具体来说,作者很喜欢用一些小技巧,例如if(a > 1) return true; else return false;写成return a > 1; 再例如一些应用程序的主程序喜欢写成while(do_command(get_command(), data));这样的多级函数的嵌套。刚开始读确实痛苦一点,但习惯以后觉得还不错哈哈。这本书是1999年的书了,那时C++才刚定稿没多久,可惜这本书没再版了。如果想看看C++11对数据结构的实现有什么改进,建议再去看看Weiss的数据结构与算法分析(C++)
评分。。。。
数据结构与程序设计 2024 pdf epub mobi 电子书