资源列表
Vehicle-Routing-Problem
- 车辆路线规划问题源程序,清华刘宝碇老师实验室发布的源程序 -Vehicle-Routing-Problem.cpp by Tsinghua Professor Liu Baoding
n-queen
- 解决N皇后问题,里面有不同方法的分析,还有上限,我记得是100个-Sovle the "n queen" problem
fdff
- c+加法运算可以分类计算加减乘除的四则运算-Program files, four computing operations and so on, can be divided into modules
e.c
- 这个程序是用C语言编写的,主要是解决电梯调度的问题,有较高的参考价值。
bank
- 银行家算法(解决死锁问题),为一般算法,非链表结构。-Bankers algorithm (solve the dead lock problem)
PRIME-TEST
- 素数测试问题, 如果把乘、除法(包括取模)看成常数时间, 则算法的时间复杂度为 (k)= (log m)=O(log n)。 而当n极大时,与n在同一数量级的两个数相乘除, 不超过O(log2n)次二进制位操作。 ∴算法的时间复杂性为O(log3n)二进制位操作 -Prime test, If the multiplication, division ( including the modulus as a constant
migongC
- 一个迷宫遍历的C语言程序!遍历一个8*8的矩阵!打印所有的路径!-a labyrinth with languang of c plus! good studying!
lu-jing-guihua
- 这是对未知路径的动态规划探讨的文档,主要包括: A*算法的基本理论 A*算法的理论 A*算法的实现-This is the unknown path dynamic planning of documents, including: The basic theory of A* algorithm The A* algorithm theory The A* algorithm to achieve
sorts
- 插入、合并、快速、冒泡、桶排序性能分析 标准C++代码,运用面向对象的设计理念,整体结构紧凑富有逻辑性 具体算法参照《算法导论》第四版 vs2010下可以正常运行 其他环境下,请自行建立工程,并拷贝sorts目录下sorts.cpp CalTime.h CalTime.cpp的内容 -Insert, merge, quick, bubble, bucket sort performance analysis Standard C code, the use of
recursion
- 快速排序,汉诺塔以及汉诺塔的演示,内码转换-the exchange of the ISN,Hanoi_show
sort
- 一些排序的方法,以及比较,快速排序,选择排序,排序的快慢比较-the kinds of the sort
binary_search
- 关于二分查找的代码,二分查找又称折半查找,优点是比较次数少,查找速度快-the search of binary_search
