资源列表
11
- 一、 输入三个数,求最大值。 二、 任意输入10个数,进行选择排序。 三、 任意输入10个数,进行冒泡排序。 四、 将二维数组行列互换。 实现2*2矩阵的相乘。 -First, enter the three numbers, find the maximum value. Second, any input 10 numbers, choose Sort. Third, any input 10 numbers, bubble sort. Fourth, the ranks
hr
- 建立一顺序表,实现其基本操作:新建一个顺序表;判断是否是空表;输入表的长度;输入线性表的各个数据元素的值;求当前表长;取某个位序上的数据元素;求某元素的前驱和后继;删除某个位置上的数据元素;求删除后的表长;置空表;销毁线性表。-Establish a sequence table to achieve its basic operations: create a sequence table determine whether it is an empty table length of t
float_save
- 浮点数存储方法,此方法解决了浮点数不能使用强制转换数据类型,直接拆分存储的难题-Float storage, this method can not be used to solve the floating point data type cast directly split storage problems
digital-filter
- 常用的7个数字滤波器,C代码,支持外部调用-Commonly used digital filter 7, C code
KMP
- 一个kmp算法,用于字符串匹配,可以快速匹配两个字符串,查找是否存在相同子串-A kmp algorithm for string matching, you can quickly match two strings, find the existence of the same substring
UnionFindMaze
- 应用栈与队列的相关知识来解决 迷宫生成的问题-Application stacks and queues, problem solving maze generation
Acm
- 杭电oj ACM 2147题,2565题,2602题,2925题,3787题-Hangzhou Electric oj ACM 2147 title 2565 title 2602 title 2925 title 3787 title
Link
- 用Java实现链表的增,删,查,改功能,并对其进行测试,其中还包含了一个draw方法-Java implementation list, delete, check, change functions, and test, which also includes a draw method
HFM
- 通过递归定义并实现哈弗曼树,并打印出结果。-Recursively defined and implemented by the Huffman tree, and print out the results.
RESUL
- Example of linear programing to less cost on pharmacy with WINSQB
yiqunsuanfa
- 蚁群算法较完整的程序,对初学者很有用。希望能帮到需要的朋友。-Ant colony algorithm is a complete program, very useful for beginners. I hope to help a friend in need.
RBTree
- c++实现的红黑二叉树源码,已经过调试,可运行。-red black tree using c++