资源列表
bfs
- 数据结构里的bfs算法,用vc6.0编写-data structure, the zheng algorithm used to prepare vc6.0
FFT算法和STFT算法比较
- 用matlab工具比较fft和stft算法的区别,using Matlab tool fft comparison algorithm and the difference stft
stack
- 用单链表实现存储栈 “链式栈”类模板的定义,数据结构和算法学习必备学习程序。-Single-linked list for storage stack " Chain stack" class template definition, data structures and algorithms necessary to study the learning process.
Inverter
- Source Position in class in Java and C C++ class in C and C++ Source Position calculation.
AbsolutePrimeNumber
- 中 大 老 师 给 的 绝 对 素 数 源 码-Absolute prime number
MatrixMultiplicationBallisticMissileDefence
- 简单的两个矩阵相乘的算法,还有一个防卫导弹问题的算法。-Simple algorithm for multiplying two matrices, there is an algorithm for missile defense.
Fibsearch
- Fibonacci搜索算法的实现 Fibnacci的递归算法实现-Fibonacci search algorithm recursive algorithm to achieve Fibnacci
Laplace
- Laplace算法,canny算法,对比-Laplace algorithm, canny algorithm, compared
linklist.tar
- 链表的增添,删除,遍历等基本操作,是单向链表,自己编写的-List of add, delete, traverse and other basic operations
c1
- 顺序表源代码(自编)首先创建一个顺序表:从键盘读入一组整数(长度小于11),按输入顺序放入顺序表,输入以-1结束(注意-1不放到顺序表内);将创建好的顺序表元素依次输出到屏幕上。 2)在已创建好的顺序表中插入一个元素:从键盘读入需插入的元素值和插入位置,调用插入函数完成插入操作;然后将顺序表元素依次输出到屏幕上。 3)在已创建好的顺序表中删除一个元素:从键盘读入欲删除的元素位置(序号),调用删除函数完成删除操作;然后将顺序表元素依次输出到屏幕上。 4)删除顺序表中元素值为负数的所有元
xxb
- 线性表的插入和删除,主要实现文件的插入和删除,用的是类-Linear table insert and delete
Qsort
- 快速排序算法的Pascal源代码,可用于数据结构的教学。-Quick sort algorithm Pascal source code, can be used in the teaching of data structure.