搜索资源列表
CRC循环校验具体算法
- 本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
CondensationAlgorithm
- particle filter算法代码,该算法经常用于图像跟踪,目标跟踪领域,是一份难得的滤波代码-particle filter algorithm code, the algorithm is frequently used image tracking, Tracking the field, is a rare filter code
erfenpipei
- 此文件包含某大学ACM暑期培训课程中关于二分匹配的讲义ppt和匈牙利算法代码。
Csuanfa
- c常用算法代码集锦
GA_Denis_Cormier
- 这是最简单的,也是最清楚的遗传算法代码,您只要自定义其评价函数,定义说明在文档里,然后就直接可用!
chengxu
- 用vc++求解五阶矩阵的算法代码,可以用于图像处理的最小二乘法椭圆拟合曲线
五次插值
- 五次插值。 这个算法代码可是花了很长的时间,希望和大家共享-five interpolation. But the algorithm code for a very long time, and hopes to share
线性规划代码__VB
- 线性规划算法-linear programming algorithm
简单的循环赛vc算法
- 一个简单的算法,本源代码给出了16只队伍,进行双循环的赛程编排-a simple algorithm, the source code is 16 teams, double-scheduling cycle race
算法代码
- FIFO+LUR算法演示系统,是老师对学生进行算法教学的一个演示课件-FIFO LUR algorithm demonstration system is the teacher to student teaching in an algorithm demonstration courseware
矩阵求逆的JAVA代码
- 用JAVA写的各种数学常用算法,包括矩阵求逆等。
Matlab-2D-Gaussian-fitting-code Matlab的二维高斯拟合代码
- Matlab的二维高斯拟合代码 数值分析中非常有用的算法 -Two-dimensional Gaussian fitting Matlab code is very useful in numerical analysis algorithms
GA
- 在Visual 2008环境下,用C#编写的一个基本的遗传算法代码。相信对学习遗传算法的人有一定的参考价值。-In Visual 2008 environment, using C
sceua
- 一个非常好的全局优化算法代码,可以用于优化求解各种非线性方程,包括数据同化领域都可以应用。-The SCE-UA method is a general purpose global optimization program.
徐士良编FORTRANS算法集
- 徐士良编FORTRANS算法集,一部分常用的代码和算法
零基础学算法_第二版
- 数据结构课程的实践性是很强的, 不只是要掌握理论上的方法, 还必须将这些方法应用到程序设计的实践中去。 鉴于此, 作者编写了本书。 本书没有详细介绍各种数据结构的原理, 而是重点介绍各种数据结构的实现方法, 及相应的具体程序代码。(The practice of data structure course is very strong, not only to grasp the theoretical method, but also must apply these methods to t
chapter23
- 一些常用的MATLAB算法代码,建模常用,亲测有效(Examples of numerical algorithms)
方腔驱动流源代码(SIMPLE算法)
- 从方程离散到代码,到最终结果的后处理都有详细的描述(From equation discretization to code, to post-processing of final results are described in detail.)
遗传算法实例
- 用matlab展现遗传算法的计算过程。例子为求0.711*t1-0.084*(a0*t4*t1/(t2-t1+t3))+0.7*(t4-t3)+0.091*t2+0.162*(a0*t2*t4/(t2-t1+t3))这个看起来很复杂的式子的最小值,各个变量的约束条件在代码里写了出来。(Matlab is used to show the calculation process of genetic algorithm. The example is to find the minimum val
卡尔曼算法代码
- 文档尾kalman滤波算法,C语言代码实现