|
游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0
资源信息:
中文名: 算法设计手册
原名: The Algorithm Design Manual
作者: Skiena
图书分类: 软件
资源格式: PDF
版本: 第二版
出版社: Skiena
书号: 978-1-84800-069-8
发行时间: 2008年
地区: 美国
语言: 英文
概述:
网盘下载:
http://sharethefiles.com/forum/viewtopic.php?f=62&t=227821
内容简介:
本书是算法设计畅销书的最新版本,是设计实用且高效算法的最全面指导书。本书揭密了算法的设计与分析,以简单易懂的写作风格,介绍了各种算法技术,着重强调了算法分析,全书包括两大部分,“技术”部分介绍了设计和分析计算机算法的各种方法,“资源”部分给出了大量的参考资源,以及算法实现的各种资源,此外,在作者的个人网址上还提供了各种教学资源和参考材料,这些资源对读者很有参考价值。.
本书可以作为算法设计课程的主教材,也是程序人员、研究人员和学生的常备参考书。
内容截图:
目录:
i practical algorithm design .
1 introduction to algorithm design
1.1 robot tour optimization
1.2 selecting the right jobs
1.3 reasoning about correctness
1.4 modeling the problem
1.5 about the wax stories
1.6 war story: psychic modeling
1.7 exercises
2 algorithm analysis
2.1 the ram model of computation
2.2 the big oh notation
2.3 growth rates and dominance relations
2.4 working with the big oh
2.5 reasoning about efficiency
2.6 logarithms and their applications
2.7 properties of logarithms
2.8 war story: mystery of the pyramids
2.9 advanced analysis (*)
2.10 exercises
|