资源列表
yearsum
- 这是一个用C++编的实现的年,月计算的程序-This is a C + + realization of the series, on the procedures for calculating
duipaixu
- 关于堆排序算法的相关的用c语言编写的一个源程序代码-heap sorting algorithm for the use of the c language a source code
Boyer-Moore
- BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。
123
- 数据结构课程中,采用非递归算法 ,利用栈中序遍历二叉树。-Data structure course, the use of non-recursive algorithm using binary tree traversal stack.
11
- 求解线性方程组程序 求解线性方程组程序-To solve the linear equations program
Cubic-spline-interpolati
- 三次样条插值算法(压紧样条)及其图形绘制-Cubic spline interpolation algorithm (compression spline) and its graphics rendering
SA
- Simulated Annealling Algorithm
Queue_Plalindrome
- 数据结构基础知识学习,判断字符串是否回文。用栈操作实现。-To learn basic knowledge of data structures, to determine whether a string palindrome. Stack operations.
SIRT
- 该程序可以用来快速方便计算大型稀疏系数矩阵的欠定问题-The program can be used to quickly and easily calculate the large sparse matrix of underdetermined problem
WAVE1D
- 基于特征线法,实现弹性波在一维杆中传播的模拟过程。-Based on the characteristic line method, the realization of elastic wave propagation in one dimensional rod simulation process.
FFT
- this the code for fast fourier transform. there are also code for ifft,invfft-this is the code for fast fourier transform. there are also code for ifft,invfft......
Linear-table-operation
- 1,线性表在顺序存储结构上的建立、插入、删除运算。 2,线性表在链接存储结构上的建立、插入、删除运算。-1, the establishment, insertion and deletion of the linear table in the sequential storage structure. 2, the linear table in the link storage structure, the establishment, insertion, delete ope
