计算机程序设计艺术 第3卷 排序和查找(英文影印版.第2版)

计算机程序设计艺术 第3卷 排序和查找(英文影印版.第2版)

基本信息:

原书名: Art of Computer Programming, Volume 3: Sorting and Searching (2nd Edition)
原出版社: Addison-Wesley Professional
作者: (美)Donald E.Knuth    [作译者介绍]
丛书名: 经典原版书库
出版社:机械工业出版社
ISBN:9787111227175


作者简介:

Donald E.Knuth(唐纳德 E.克努特,中文名高德纳)算法和程序设计技术先驱者、计算机排版系统TEX和METAFONT的发明者,他因这些成就以及大量富于创造力和具有深远影响的著作(19部书,160篇论文)而誉满全球。作为斯坦福大学关于计算机程序设计艺术的荣誉退休教授。目前他投入全部精力完成关于计算机科学的史诗性的七卷集的工作。这一伟大工程在1962年他还是加州理工学院的研究生时就开始了。Knuth教授获得了许多奖项和荣誉,包括美国计算机协会图灵奖(ACM Turing Award)、美国前总统卡特授予的科学金奖、美国数学学会斯蒂尔奖,以及1996年11月由于发明先进技术而荣获的极受尊重的京都奖。

目录:

 chapter 5-sorting
5.1 combinatorial properties of permutations
5.1.1 inversions
5.1.2 permutations of a multiset
5.1.3 runs
5.1.4 tableaux and involutions
5.2 internal sorting
5.2.1 sorting insertion
5.2.2 sorting by exchanging
5.2.3 sorting by selection
5.2.4 sorting by merging
5.2.5 sorting by distribution
5.3 optimum sorting
5.3.1 minimum-comparison sorting
5.3.2 minimum-comparison merging
5.3.3 minimum-comparison selection
5.3.4 networks for sorting
5.4 external sorting
5.4.1 multiway merging and replacement selection
5.4.2 the polyphase merge

. 5.4.3 the casecade merge
5.4.4 reading tape backwards
5.4.5 the oscillating sort
5.4.6 practical considerations for tape merging
5.4.7 external radix sorting
5.4.8 two-tape sorting
5.4.9 disks and drums
5.5 summary,history,and bibliography
chapter 6-searching
6.1 sequential searching
6.2 searching by comparison of keys
6.2.1 searching an ordered table
6.2.2 binary tree searching
6.2.3 balanced trees
6.2.4 multiway trees
6.3 digital searching
6.4 hashing
6.5 retrieval on secondary keys
answers to exercises
appendix a-tablesof numerical quantities
1.fundamental constants(decimal)
2.fundamental constants(octal)
3.harmonic numbers,bernoulli numbers,fibonacci numbers
appendix b—lndex to notations
index and glossary

图书购买地址:http://www.china-pub.com/37578&ref=ps#ml

posted on 2011-01-06 10:17  china-pub   阅读(195)  评论(0编辑  收藏  举报