资源列表
地震数据匹配滤波算法
- 对两列地震数据道进行相位和频率自适应匹配滤波,能够进行数据的一致性校正,可用于时移VSP、VSP走廊数据等。
rle
- matlab源代码,用于行程编码和解码。
timu
- 有n(最大20)个人围成一圈,顺序排号。从第1个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号-With n (maximum 20) individuals form a circle, the order Arranging. 1 person reported from the start number (number from 1 to 3 report), 3 registration people who withdraw from the circle
Gaussian_Ramdom
- 使用C++实现高斯随机数,源代码,通过编译,简单易读-use C++ to implement Guassian random value
QuickSort
- 快速排序(Quick Sort)是一种有效的排序算法。虽然算法在最坏的情况下运行时间为O(n^2),但由于平均运行时间为O(nlogn),并且在内存使用、程序实现复杂性上表现优秀,尤其是对快速排序算法进行随机化的可能,使得快速排序在一般情况下是最实用的排序方法之一。快速排序被认为是当前最优秀的内部排序方法-the implementation of quick sort
Queue
- queue implementation
bspline1
- 绘制一条与控制多边形相切的三次均匀b样条曲线。-A degree-3 uniform b spline curve, it is tangent to its control polygon.
BUBLE-SORT
- sorting and sershing by buble
maxamin
- 如何用分治法求一个数组中的最大值和最小值-With the Method find an array of maximum and minimum values
grad
- 最速下降法,用最速下将法求解无约束优化问题的matlab程序。-Steepest descent method, with the most under-speed method for solving unconstrained optimization problems matlab program.
maram
- MATLAB code for image forgery detection
demo2_compress_image
- 基于dft的图像压缩 matlab实现-Based on dft image compression matlab achieve