会员   密码 您忘记密码了吗?
1,574,848 本书已上架      购物流程 | 常见问题 | 联系我们 | 关于我们 | 用户协议

有店 App


当前分类

浏览历史

当前位置: 首页 > 电脑资讯 > 程式设计/APP开发 > C++ PLUS DATA STRUCTURES 6/E
C++ PLUS DATA STRUCTURES 6/E
上一张
下一张
prev next

C++ PLUS DATA STRUCTURES 6/E

作者: DALE,WEEMS,RICHARDS
出版社: 全華圖書
出版日期: 2017-07-04
商品库存: 点击查询库存
以上库存为海外库存属流动性。
可选择“空运”或“海运”配送,空运费每件商品是RM14。
配送时间:空运约8~12个工作天,海运约30个工作天。
(以上预计配送时间不包括出版社库存不足需调货及尚未出版的新品)
定价:   NT1720.00
市场价格: RM261.64
本店售价: RM232.86
促销价: RM230.24
剩余时间: 请稍等, 正在载入中...
购买数量:
collect Add to cart Add booking
详细介绍 商品属性 商品标记
內容簡介

  C++ Plus Data Structures, Sixth Edition explores the specifications, applications, and implementations of abstract data types with unmatched accessibility. Topics such as modularization, data encapsulation, information hiding, object-oriented decomposition, algorithm analysis, life-cycle software verification models, and data abstraction are carefully presented to foster solid software engineering techniques.

本書特色

  NEW & KEY FEATURES OF THE SIXTH EDITION:

  .UPDATED-Updated with new C++11 features including range-based for loops and threads

  .NEW-Includes a new Chapter 10, Trees Plus, that emphasizes balancing of search trees by covering AVL Trees, Red-Black Trees, and B-Trees

  .NEW-Includes a new chapter on Sets, Maps, and Hashing

  .NEW-Chapter 12, Sorting, now includes practical performance issues and parallel merge sort

  .NEW-Chapters in the second half of the text are now easier to assign in alternate orders, supporting a wider range of course goals and organizations

  .NEW-Modern new design enhances the look and feel of the text

  .STUDENT FAVORITE-Pedagogical features include: chapter openers with goals, marginal definition boxes, algorithm boxes, C++ boxes, function boxes, case studies, chapter summary, and end of chapter exercises


作者介紹


目錄

Ch1: Software Engineering Principles
Ch2: Data Design and Implementation
Ch3: ADT Unsorted List
Ch4: ADT Sorted List
Ch5: ADTs Stack and Queue
Ch6: Lists Plus
Ch7: Programming with Recursion
Ch8: Binary Search Trees
Ch9: Heaps, Priority Queues, and Heap Sort
Ch10: Trees Plus
Ch11: Sets, Maps, and Hashing
Ch12: Sorting
Ch13: Graphs