资源列表
dbubblesort
- 这一段程序 可以用于 数据结构中的双向起泡排序-this can be used to sort the data,and it is right
fbsc
- 禁忌搜索算法C/C++源代码,比较经典的算法。初学者可以看看 -Tabu search algorithm C/C++ source code, compare the classic algorithms. Beginners can look at the
8QUEEN
- Program in C++ for 8QUEEN Problem
xishujuzhenzhuanzhi
- 数据结构之稀疏矩阵的转至。程序完整有主程序。-The sparse matrix data structures go. Integrity of the process are the main program.
matrix
- 矩阵求逆算法,用于简单C/C++编程,通过简单C实现的矩阵求逆算法过程。-inverse of matrix
length
- 利用佛洛伊德算法计算节点之间的最短路径,用于复杂网络中计算平均路径长度-average path lengh
PRIME-TEST
- 素数测试问题, 如果把乘、除法(包括取模)看成常数时间, 则算法的时间复杂度为 (k)= (log m)=O(log n)。 而当n极大时,与n在同一数量级的两个数相乘除, 不超过O(log2n)次二进制位操作。 ∴算法的时间复杂性为O(log3n)二进制位操作 -Prime test, If the multiplication, division ( including the modulus as a constant
charushanchunixu
- 插入删除和逆序算法 谁用谁知道啊详细功能、包含内容说明
2
- 算法设计中的经典问题字符串距离问题,使用C语言编写。-The classic problem of string distance problem in algorithm design, use the C language.
ap-sr
- 基于非周期随机共振的实现,求最大相关系数有明显的效果-Implementation based on aperiodic stochastic resonance
FDTD1d
- da6003dae3f8.rar
eight-queen
- 数据结构经典问题 八皇后问题 使用c++语言进行实现-Eight queens problem data structure