网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 计算机与网络 > 计算机/网络 > 商品详情

数据结构:Java语言描述(英文影印版·第3版)

分享到:
数据结构:Java语言描述(英文影印版·第3版)

最 低 价:¥22.90

定 价:¥79.00

作 者:(美)Michael Main

出 版 社:机械工业出版社

出版时间:2006 年8月

I S B N:7111196104

商品详情

编辑推荐

内容简介

本书系统地讲述了各种常用的数据结构,对基本概念、基本原理和基本方法进行了深入浅出的介绍,同时对相关的算法设计也进行了详细的讲解。本书的一大特点就是采用非常流行的面向对象程序设计语言java作为算法描述语言,将传统的数据结构与面向对象技术完美结合,更加自然贴切,易于理解。 .
  本书第3版结合java 5.0进行了改进,增加了一些新内容,包括:泛型和枚举数据类型,数组、集合以及枚举类型中使用的for循环的新形式,用于原始值与封装器之间转换的autoboxing和unboxing,带有可变参数的方法,输入/输出特性,java子类型和协变返回值。 ...

作者简介

Michael Main 于华盛顿州立大学获得博士学位,目前为科罗拦多大学计算机科学系副教授。...
.. << 查看详细

目录

chapter 1 the phases of software development
1.1 specification, design, implementation
1.2 running time analysis.
1.3 testing and debugging
chapter summary and solutions
chapter 2 java classes and information hiding
2.1 classes and their members
2.2 using a class
2.3 packages
2.4 parameters, equals methods, and clones
chapter summary, solutions and projects
chapter 3 collection classes
3.1 a review of java arrays
3.2 an adt for a bag of integers
3.3 programming project: the sequence adt
3.4 programming project: the polynomial
chapter summary, solutions and projects
chapter 4 linked lists
4.1 fundamentals of linked lists
4.2 methods for manipulating nodes
.4.3 manipulating an entire linked list
4.4 the bag adt with a linked list
4.5 programming project: the sequence adt with a linked list
4.6 beyond simple linked lists
chapter summary, solutions and projects
chapter 5 generic programming
5.1 java's object type
5.2 object methods and generic methods
5.3 generic classes
5.4 generic nodes
5.5 interfaces and iterators
5.6 a generic bag class that implements the iteraable interface (optional section).
5.7 introduction to the java collection and map interlaces (optional section)
chapter summary, solutions and projects
chapter 6 stacks
6.1 introduction to stacks
6.2 stack applications
6.3 implementations of the stack adt
6.4 more complex stack applications
chapter summary, solutions and projects
chapter 7 queues
7.1 introduction to queues
7.2 queue applications
7.3 implementations of the queue adt
7.4 priority queues..
chapter summary, solutions and projects
chapter 8 recursive thinking
8.1 recursive methods
8.2 studies of recursion: fractals and mazes
8.3 reasoning about recursion
chapter summary, solutions and projects
chapter 9 trees
9.1 introduction to trees
9.2 tree representations
9.3 a class for binary tree nodes
9.4 tree traversals
9.5 binary search trees
chapter summary, solutions and projects
chapter 10 tree projects
10.1 heaps
10.2 b-trees
10.3 java support for trees
10.4 trees, logs, and time analysis
chapter summary, solutions and projects
chapter 11 searching
11.1 serial search and binary search
11.2 open-address hashing
11.3 using java's hashtable class
11.4 chained hashing
11.5 time analysis of hashing
chapter summary, solutions and projects
chapter 12 sorting
12.1 quadratic sorting algorithms
12.2 recursive sorting algorithms
12.3 an o(n log n) algorithm using a heap
chapter summary, solutions and projects
chapter 13 software reuse wilh extended classes
13.1 extended classes
13.2 generic type parameters and inheritance
13.3 simulation of an ecosystem
13.4 abstract classes and a game class
chapter summary, further reading, solutions and projects
chapter 14 graphs
14.1 graph definitions
14.2 graph implementations
14.3 graph traversals
14.4 path algorithms
chapter summary, solutions and projectsappendixes
a. java's primitive types and arithmetic overflow
b. java input and output
c. throwing and catching java exceptions
d. arraylist, vector, hashtable, and hashmap classes
e. a class for nodes in a linked list
f a class for a bag of objects
g. further big-o notation
h. javadoc
i. applets for interactive testing
index...

商品评论(0条)

暂无评论!

您的浏览历史

loading 内容加载中,请稍后...