资源列表
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
newton
- 牛顿法求解方程最优解,输入初值和迭代精度,得到最优解-Newton' s method for solving equations optimal solution, the initial and iterative input accuracy, the optimal solution
envi2tiff
- 将envi标准格式转换为tiff格式,IDL 编译文件-convert envi file into tiff file
Curve-fitting
- 悬索桥预拱度的曲线拟合应用,在已知桥梁固定点的位置时,根据已知几个点采用几种不同精度的方法对预拱度进行拟合。-The degree of suspension bridge arch curve fitting application, known in the position of the bridge protection, according to several points using several different known the accuracy of the metho
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
number-of-partitions
- 问题描述: 整数划分是一个经典的问题。希望这道题会对你的组合数学的解题能力有所帮助。 输入: 每组输入是两个整数n和k。(1 <= n <= 50, 1 <= k <= n) 输出: 对于每组输入,请输出六行。 第一行: 将n划分成若干正整数之和的划分数。 第二行: 将n划分成k个正整数之和的划分数。 第三行: 将n划分成最大数不超过k的划分数。 第四行: 将n划分成若干奇正整数之和的划分数