资源列表
src
- 简单的重力模拟试验和双缓冲绘图试验,也是自己在闲暇时间做的程序试验。
LP
- 我自己编写的一个LP算法的Java程序,带有Windows界面,可以求解LP算法,并实时显示结果。
emd
- 希尔伯特黄变换的程序源码,可用于各种信号分析处理
FD
- 这是一个用于优化计算的算法,名为分之定界算法.能够优化约束问题.
x264
- H.264源码程序,是x264的源码,可以提供给学习264标准的朋友参考。
N_recipes
- numerical recipes in C source codes
USEIMMUNETOANYSISTHECAPACITY
- 先對故障依序編碼為陣列形式在用免疫演算法去做計算模擬得到正確的解答
AToplogy-BasedMatchingAlgorithmForFingerprintAuthe
- 指纹识别算法相关书籍 指纹识别算法相关书籍
pso_Methods_for_Pattern_Recognition_and_Image_Proc
- A dissipative particle swarm optimization is developed according to the self-organization of dissipative structure. The negative entropy is introduced to construct an opening dissipative system that is far-from-equilibrium so as to driving th
A_solution_to-knapsack-problem
- 背包问题是组合优化领域内经典的NP完备间题,本文介绍了pso解决0/1背包问题上的一个方法
CRCx8+x2+x+1
- CRC查表法生成x8+x2+x+1,里面有源程序
philosopher_th
- 五个哲学家的就餐问题,用线程编写的。不存在饿死的情况