资源列表
erchashu
- 系统应具备的功能: (1)建立二叉排序树; (2)中序遍历二叉排序树并输出排序结果; -System should have the function: (1) the establishment of binary sort tree (2) in the binary sort tree traversal and output sort the results
Test2
- 随机给出三个学生的成绩,然后按由大到小的成绩进行排序-Random given three student s result, and then press the big to small result sort
hash_mpq
- 一个具体的hash实现方法,取自于暴雪公司的程序实现,使用多个hash value来同时验证hash的有效性,保证一次命中,实现效率非常高。-A specific hash method, derived from the Blizzard program achieved using multiple hash value to verify the validity of the hash at the same time, guarantee a hit, to achieve a ver
atm
- 日历C语言程序,可以辨别1到9999的每一天-failed to translate
probalility-of-double-dice
- 计算双骰子在投出后的各种组合情况,并并对取胜的策略进行测算-Calculate Craps cast after the various combinations of the situation and carry out calculations and a winning strategy
code
- fonction combinaison simple fonction combinaison avec recursivité tri-bulle recherche dichotomique
1025
- 就是把所有递增序列放到一起,但是可不可能出现特殊情况呢?
exp11-7
- C程序,利用二路归并思想对一组数据进行排序-C program,order the datas using the idea of merging
shiyan1
- 一元稀疏多项式的表示及运算。根据多项式的结构特点,利用线性链表来实现多项式相加,结点中存放各项的系数和指数,构造相应的多项式。将链表初始化为空,将多项式中的每一项顺序插入链表中,并将链表中多项式按升幂排列。进行多项式加法是,先将其中一多项式a存入链表c中,然后将多项式b的每一项一次插入链表c中,最后得到结果多项式c。-Unary representation of sparse polynomials and operations. According to the structural cha
BinsortInsrt
- 折半插入排序,用产生的随机数进行折半插入排序 -Binary insertion sort, using binary random numbers generated by insertion sort
Main
- 根据先序遍历和中序遍历还原二叉树并得到后序遍历-Restore binary tree traversal based on preorder and inorder and get after preorder
djstl
- 最短路径--迪杰斯特拉算法,求图最短路径的经典算法