资源列表
fac_bignum1
- 计算大数阶乘,可以在1秒内计算出10000以上的整数阶乘-calculated factorial majority, in a calculated within seconds above 10,000 integer factorial
guandu
- 2、广度优先搜索遍历图的算法:首先访问指定的起始顶点V0,从V0出发,访问V0的所有未被访问过的邻接顶点W1,W2……,Wk,然后再依次从W1,W2……,Wk出发,访问它们的所有未被访问过的邻接顶点,依次类推,直到图中所有未被访问过的邻接顶点都被访问过为止。
zhan04
- 栈的链式存储结构和操作实现 ,栈的链式存储结构和操作实现-Chain stack storage structure and operation of the realization of the chain stack storage structure and operation of the realization of
ShortestPath
- 从始点v0开始,逐步求v0到其它可达的各顶点的最短路径,直到所有顶点计算完成为止。-Starting from the starting point v0, v0 to other stepwise up to the shortest path to each vertex, until all vertex calculations are completed.
xi-pei
- 洗扑克牌的原理其实与乱数排列是相同的,都是将一组数字(例如1~N)打乱重新排列-Wash cards actually random principle is the same order, are a set of numbers (eg 1 ~ N) upset rearrange
multi
- 利用多线程技术实现快速和冒泡两个排序算法,每个算法一个线程,直观地显示排序算法对输入数据的排序过程。-Using multi-thread technology for fast and bubbling two sorting algorithms, each algorithm is a thread, visual indication of the input data sorting algorithm sorting process.
balance-tree
- 平衡树算法的实现,功能为平衡树算法的实现-balance tree
yiqunyouhuasuanfa
- 蚁群算法的优化,以改善传统的蚁群算法不适用欲大规划的TSP问题的解决,缩短搜索的时间。-Ant colony optimization algorithm to improve the traditional ant colony algorithm NA For big plan to solve TSP problem, shorten the time of the search.
Ackermann-nonrecursive
- Ackermann-nonrecursive.cpp, 艾克曼, 非递回
biaodashi
- 该程序为从原四则表达式求得后缀表达式,使用栈的数据结构,使用当前运算符与栈顶运算符进行比较,优先级高则入栈,之后出栈所有优先级比当前高的运算符,输入为 # 结束时,把栈中的运算符全部弹出
1
- 用于删除广义表中所有值为*的元素,例如删除广义表((a,b),a,(d,a))中所有a个结果是广义表((b),(d))。
testpra
- 程序用不同的查找方式实现了在一个数组中找出所有等于某一个数据元素的方法-Program to find different ways to achieve in an array to find all the other data elements to a particular method of