网站购物车   | 店铺购物车  
店铺平均得分:99.29 分,再接再厉!!!【查看全部评价】
评分 40分 50分 60分 70分 80分 90分 100分
数量 4 3 1 6 17 70 2216
本店铺共有 14 笔投诉记录,投诉率 1% ,低于平均投诉率 1% 【查看详细】
投诉类型
数量
比例
无法联系卖家
1
7%
服务态度问题
1
7%
商品问题
5
36%
发货问题
4
29%
退款问题
2
14%
其他
1
7%
已解决
14
100%
店主称呼:励先生   联系方式:购买咨询请联系我  15996258936    地址:江苏省 南京市 其它区 南京市
促销广告:《南大励学书店》
店铺公告
各位亲,网店和实体店同时销售,很难保证真实库存,望亲们拍之前一定要咨询客服是否有货。
店铺介绍
《南大励学书店》
交易帮助
第一步:选择图书放入购物车。
第二步:结算、填写收货地址。
第三步:担保付款或银行汇款。
第四步:卖家发货。
第五步:确认收货、评价。
作/译者:(美)韦斯 出版社:机械工业出版社
数据结构与算法分析JAVA语言描述(英文版·第二版)
出版日期:2007年01月
ISBN:9787111198765 [十位:711119876X]
页数:555      
定价:¥55.00
店铺售价:¥22.00 (为您节省:¥33.00
店铺库存:0
注:您当前是在入驻店铺购买,非有路网直接销售。
正在处理购买信息,请稍候……
我要买: * 如何购买
** 关于库存、售价、配送费等具体信息建议直接联系店主咨询。
联系店主:购买咨询请联系我  15996258936
本店已缴纳保证金,请放心购买!【如何赔付?】
店主推荐图书:
买家对店铺的满意度评价:查看更多>>
评分
评价内容
评论人
订单图书
《数据结构与算法分析JAVA语言描述(英文版·第二版)》内容提要:
本书是国外数据结构与算法分析方面的标准教材,使用***的Java编程语言作为实现工具讨论了数据结构(组织大量数据的方法)和算法分析(对算法运行时间的估计)。 随着计算机速度的不断增加和功能的日益强大,人们对有效编程和算法分析的要求也在增长。本书把算法分析与*有效率的Java程序的开发有机地结合起来,深入分析每种算法,内容全面、缜密严格,并细致讲解精心构造程序的方法。
第2版的特色如下:
全面阐述新的Java 5.O编程语言和Java Collections库。 改进内部设计,用图和实例阐述算法的实施步骤。
第3章对表、栈和队列的讨论进行了全面修订。
用一章专门讨论摊还分析和一些**数据结构的实现。
每章末尾的大量练习按照难易程度编排,以增强对关键概念的理解。
《数据结构与算法分析JAVA语言描述(英文版·第二版)》图书目录:
Preface vii
Chapter 1 Introdudion
1.1 What's the Book About?
1.2 Mathematics Review
1.2.1 Exponents
1.2.2 Logarithms
1.2.3 Series
1.2.4 Modular Arithmetic
1.2.5 The P Word
1.3 A Brief Introduction to Recursion
1.4 Implementing Generic Components Pre Java 5
1.4.1 Using Object for Genericity
1.4.2 Wrappers for Primitive Types
1.4.3 Using Interface Types for Genericity
1.4.4 Compatibility of Array Types
1.5 Implementing Generic Components Using Java 5 Generics
1.5.1 Simple Generic Classes and Interfaces
1.5.2 Autoboxing/Unboxing
1.5.3 Wildcards with Bounds
1.5.4 Generic Static Methods
1.5.5 Type Bounds
1.5.6 Type Erasure
1.5.7 RestrictiOns on Generics
1.6 Function Objects
Summary
Exercises
References
Chapter 2 Algorithm Analysis
2.1 Mathematical Background
2.2 Model
2.3 What to Analyze
2.4 Running Time Calculations
2.4.1 A Simple Example
2.4.2 General Rules
2.4.3 Solutions for the Maximum Subsequence Sum Problem
2.4.4 Logarithms in the Running Time
2.4.5 Checking Your Analysis
2.4.6 A Grain of Salt
Summary
Exercises
References
Chapter 3 Lists, Stacks, and Queues
3.1 Abstract Data Types (ADTs)
3.2 The List ADT
3.2.1 Simple Array Implementation of Lists
3.2.2 Simple Linked Lists
3.3 Lists in the Java Collections API
3.3.1 Collection Interface
3.3.2 Iterators
3.3.3 The List Interface, ArrayList, and LinkedList
3.3.4 Example: Using remove on a LinkedList
3.3.5 ListIterators
3.4 Implementation of ArrayList
3.4.1 The Basic Class
3.4.2 The Iterator and Java Nested and Inner Classes
3.5 Implementation of LinkedList
3.6 The Stack ADT
3.6.1 Stack Model
3.6.2 Implementation of Stacks
3.6.3 Applications
3.7 The Queue ADT
3.7.1 Queue Model
3.7.2 Array Implementation of Queues
3.7.3 Applications of Queues
Summary
Exercises
Chapter 4 Trees
Chapter 5 Hashing
Chapter 6 Priority Queues (Heaps)
Chapter 7 Sorting
Chapter 8 The Disjoint Set Class
Chapter 9 Graph Algorithms
Chapter 10 Algorithm Design Techniques
Chapter 11 Amortized Analysis
Chapter 12 Advanced Data Structures and Implementation
Index
《数据结构与算法分析JAVA语言描述(英文版·第二版)》作者介绍:
Mark Allen Weiss,现在是佛罗里达国际大学计算机学院教授,普林斯顿于数据结构与算法方面的**教材还有:《数据结构与算法分析——C语言描述》,该书中文版已由机械工业出版社引进出版,以及《Data Structures and Problem Solving :Using Java》、《 Data Structures and Prblem Solving:Using C++》等。他目前是Advanced Placement Computer Science Development Committee主席。