《數據結構與程序設計: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.
發表於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++
一開始看這本書的時候覺得它代碼風格老舊,有點難讀。但看過其他數據結構的課以後發現這本書的知識其實非常豐富,裏麵有很多至今都有用的方法和思想,並且全都有代碼實現。至於代碼風格,其實隻是習慣問題。具體來說,作者很喜歡用一些小技巧,例如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 電子書 下載