资源列表
main
- it is code, my code for olympiad programming task
SortingAlgorithm
- 用VC实现数据结构中冒泡排序,快速排序,希尔排序等各种改进排序算法-Data structure with the VC bubble sort, quick sort, Shell sort and other sorting algorithm to improve
Lagrange
- 用拉格朗日插值法分配系统内存,程序实用 易懂-Lagrange interpolation method to allocate system memory, the program useful to understand
rle
- rle source pour faire la decomresi et la compression de caratec-rle source pour faire la decomresi et la compression de caratec
LZW
- LZW Algorithm code in C.
lsm
- 最小二乘法matlAB源码最小二乘实现多项式拟合,数值分析作业,给初学者作为参考-Achieve least-squares polynomial fitting matlAB source least squares, numerical analysis operations, as a reference for beginners
kruskal
- 最优化代码的并查集优化的kruskal代码-it is about kruskal,but it is very simple and easy to use!
hadama-applications-
- 沃尔什哈达玛变换是实时的,堆对称的正交变化,在图像处理中应用广泛-Wall Shiha dammar transform in real time, changes in the heap orthogonal symmetry, widely used in image processing
circle
- 用OpenGL绘制一个圆,元的颜色为白色,系统默认颜色。-shape a circle
number-of-partitions
- 问题描述: 整数划分是一个经典的问题。希望这道题会对你的组合数学的解题能力有所帮助。 输入: 每组输入是两个整数n和k。(1 <= n <= 50, 1 <= k <= n) 输出: 对于每组输入,请输出六行。 第一行: 将n划分成若干正整数之和的划分数。 第二行: 将n划分成k个正整数之和的划分数。 第三行: 将n划分成最大数不超过k的划分数。 第四行: 将n划分成若干奇正整数之和的划分数
WAVE
- 此代码为基于Matlab开发环境,写的有关全色影像与多光谱影像的小波融合算法,不到之处敬请赐教。谢谢!-This code is based on wavelet fusion algorithm Matlab development environment, we wrote about panchromatic and multi-spectral images, not the Department please enlighten me. THX!
example151
- The Gaussian pdf is extensively used in pattern recognition because of its mathematical tractability as well as because of the central limit theorem.