资源列表
haxibiao
- //使用哈希函数:H(k)=3*k MOD length,并采用开放定址法处理冲突。试对输入的关键字序列构造哈希表,哈希表长度为length, //求等概率情况下查找成功的平均查找长度,并设计构造哈希表的完整的算法。 -//Use the hash function: H (k) = 3* k MOD length, and open addressing treatment conflicts. The test input keyword sequence constructed h
nat_conf_2005_ro_am
- Parallel Bubble Sort
Upload-file
- the difference between binary search tree and AVL tree in the insert method by estimated run time.
red_black_tree
- 二叉排序树在查找方面提供了很大的方便,但是对worst-case查找/插入/删除/求最值 得时间复杂度都为O(n). 红黑树可以保证在worst-case下查找/插入/删除等的复杂度得到O(lgN)。红黑树保持如下特性-Binary sort tree in the Find a great convenience, but worth the time complexity of O (n) worst-case lookup/insert/delete/demand. Red-bl
paixu
- 实现冒泡,快速,希尔排序法。并计算,比较他的次数。-Achieve bubbling fast shell sort. And calculate, compare the number of times.
neibupaixu
- 内部排序,可以自己输入数据也可以随机生成数据,然后进行希尔排序和直接插入排序-Internal sort can input data can also be randomly generated data, and then Hill sorting and direct insertion sort
duilie
- 可以输出队列中的当前元素,还可以对队列判空,进行入队和出队-Can output the current element in the queue, can also be sentenced to empty the queue, enqueue and dequeue
ISODATA
- matlab program for ISODATA Clustering-matlab program for ISODATA Clustering
erchashuchazhao
- 中序遍历二叉树,对二叉树进行插入、删除、查找等-Traversal binary tree, binary tree insert, delete, search
Maze
- 电脑鼠走迷宫的智能算法,基于lm615arm单片机的电脑鼠-Intelligent algorithm of the computer mouse maze, microcontroller-based lm615arm computer mouse
ccprogam
- 对于一维时间序列 ,可通过延迟坐标相空间重构法扩展到高维空间,以便把时间序列中蕴藏的信息充分显露出来,就是cc法-For one-dimensional time series by delay coordinate phase space reconstruction method extended to high-dimensional space, in order to fully reveal the information hidden in the time series, cc
ccc
- 使用C语言编程实现凯撒算法,掌握凯撒算法是应用-Achieve Caesar algorithm
