资源列表
DC滤波器
- 基于一个新算法的直流滤波器程序,可有效滤出直流分量,且不改变幅度值。
zhang
- 快速并行细化算法,并保证细化后曲线的连通性。-Fast parallel thinning algorithm, and to ensure connectivity after thinning curve.
Unsharp_Enhancement
- 图像增强处理的方法有很多,本程序采用反锐化掩膜法增强图像,并与直方图均衡法增强图像的效果进行对比。-There are alot of methods of Image enhancement processing.this program is based on the Anti sharpen mask method.Then contrast the result with Histogram equalization method.
sqrt_q15
- 采用泰勒级数展开法编写的定点化的开方运算,定点化精度为Q15-Taylor series expansion method used to prepare the prescr iption of the fixed-point computation, fixed-point precision for Q15
Pinball
- VC++解决弹珠游戏问题,常用算法中的优秀解答-Pinball games VC++ to solve problems, answer the outstanding common algorithm,,,,
inttobin
- Componetn pascal lib to chromosomes
Lagrange_Parabolic
- 1:利用差分方法数值求解抛物方程,适当改编后,可以用于求解其他的抛物方程,2,: 利用符号运算计算lagrange插值基函数。-1: Using the method of differential numerical solution of parabolic equations, appropriately adapted, can be used to solve parabolic equation 2: the use of symbolic computation lagrange
2sum_hash
- 斯坦福机器学习公开课作业2sum的作业答案,python实现,运行结果已经经过验证-Stanford machine learning open class jobs 2sum job answer, python implementation, the results have been proven
jacobi
- 线性方程组求解Jacobi迭代法C++程序-Linear equations Jacobi iteration C++ program
SOFM
- 自组织特征映射聚类实例-Self orgnazation map
Gauss-Seidel-iteration-method
- Gauss-Seidel iteration method
selection_sort
- Selection sort algorithm.