数据结构与程序设计

数据结构与程序设计 pdf epub mobi txt 电子书 下载 2025

出版者:高等教育出版社
作者:Robert L.Kruse
出品人:
页数:717
译者:
出版时间:2001-5
价格:39.00
装帧:平装(无盘)
isbn号码:9787040100396
丛书系列:
图书标签:
  • 数据结构 
  • 计算机 
  • c++ 
  • 算法 
  • 教材 
  • 编程 
  • 程序设计 
  • C++ 
  •  
想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

《数据结构与程序设计: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.

具体描述

读后感

评分

还行,只是后面的章节代码有点零散,有整合版就不错了。书本上很多地方都说得比较详细,这也是不错的地方。网上也有很多关于这本书的资料,例如课后答案以及章节的代码。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++这本书有中文版的,网上可以免费下载到。

用户评价

评分

一开始看这本书的时候觉得它代码风格老旧,有点难读。但看过其他数据结构的课以后发现这本书的知识其实非常丰富,里面有很多至今都有用的方法和思想,并且全都有代码实现。至于代码风格,其实只是习惯问题。具体来说,作者很喜欢用一些小技巧,例如if(a > 1) return true; else return false;写成return a > 1; 再例如一些应用程序的主程序喜欢写成while(do_command(get_command(), data));这样的多级函数的嵌套。刚开始读确实痛苦一点,但习惯以后觉得还不错哈哈。这本书是1999年的书了,那时C++才刚定稿没多久,可惜这本书没再版了。如果想看看C++11对数据结构的实现有什么改进,建议再去看看Weiss的数据结构与算法分析(C++)

评分

答案还有练习题的,这个我最喜欢,而且分析的也很深入,不错哇。

评分

生涩难懂....

评分

反正我是看这本书入了门。数据结构实现的代码都有,课后习题也有答案。

评分

一开始看这本书的时候觉得它代码风格老旧,有点难读。但看过其他数据结构的课以后发现这本书的知识其实非常丰富,里面有很多至今都有用的方法和思想,并且全都有代码实现。至于代码风格,其实只是习惯问题。具体来说,作者很喜欢用一些小技巧,例如if(a > 1) return true; else return false;写成return a > 1; 再例如一些应用程序的主程序喜欢写成while(do_command(get_command(), data));这样的多级函数的嵌套。刚开始读确实痛苦一点,但习惯以后觉得还不错哈哈。这本书是1999年的书了,那时C++才刚定稿没多久,可惜这本书没再版了。如果想看看C++11对数据结构的实现有什么改进,建议再去看看Weiss的数据结构与算法分析(C++)

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有