资源列表
20090428_GFParaFitting
- 一个专业的磁力平差计算软件 非常专业的平差算法,和高效的计算流程 由极为专业的数据分析人员写作 极其具有行业价值和学习平差算法的价值-A professional magnetic adjustment adjustment calculation software algorithms very professional, and efficient computation of data flow analysis by a highly professional staff h
mfc
- 编程设计北京市公交/地铁查询系统 ? 能够录入和修改公交线路的信息(存储在数据文件中) 只有被授权工作人员可以使用此功能 ? 查询所有线路(按起点名称排序)信息 起点、终点、首末车时间、票价规则、…… ? 查询指定线路的公交线路详情 沿途站点、首末车时间、票价规则、站间距离、…… ? 查询某一位置途径的所有公交线路 选作:位置同义词判定。如:明光村和明光桥东 ? 指定起点和终点,查询乘车方案 ? 无条件 (90分) ? 换乘次数少优先(
data_structure
- 大学时候的数据结构课件,希望可以为想学习数据结构的朋友带来方便-When the data structures courseware University, hoping to learn data structures for those who want the convenience Friends
Genetic-algorithms-theory
- 书 遗传算法——理论、应用与软件实现 C程序实现-Genetic algorithms book- theory, application and software programs to achieve C
DS_ppt
- 某大学一个设计很好的数据结构课件,不少算法过程使用动画,版面颜色搭配得很好,是一个优秀的数据数据课件。-A university in a well-designed data structures courseware, algorithm process uses a lot of animation, layout colors very well and the data is an excellent courseware.
IntroductionToAlgorithm
- 算法导论 经典中的经典 找了很久才找到 内容我就不深入介绍了 大家自己看吧 不需要账号直接下载-Introduction to the classic algorithm to find the classic for a long time to find the contents of my depth not introduce himself and see the U.S. do not need to account direct download
suanfadaolun
- 算法导论英文版,希望对大家有帮助 与王晓明所著算法导论同步-Algorithms Introduction to English, we would like to help with the Introduction to Wang Xiaoming book synchronization algorithm
Introduction-To-Algorithms
- 中文名:算法之道,一本很好的介绍算法的书籍,推荐大家-Chinese name: Algorithm of the Road, a good introduction to algorithms books, recommended we look at
Introduction_to_Algorithms_2nd_Edition
- 是对加快程序运行时间,合理程序类型最有效,最有说服力的一本书-Introduction to Algorithm
Introduction-to-Algorithms
- 算法导论英文版 算法导论英文版-English English version of Introduction to Algorithms Introduction to Algorithms Introduction to Algorithms English
IntroductionToAlgorithms
- 算法导论英文版 This book is one of a series of texts written by faculty of the Electrical Engineering and Computer Science Department at the Massachusetts Institute of Technology. I
introduction_Algorithms
- 这书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。书中专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。此书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提供了900多个练习题和