资源列表
Lagrange-interpolation_C_swf
- 拉格朗日插值算法:C语言源码,同时包含Flash制作的算法动态演示swf文件,观演可直示差值算法的执行过程。 -Lagrange interpolation algorithm: C Source Code, swf dynamic demonstration.
Spline-interpolation_C_swf
- 三次样条算法:C语言源码,同时包含Flash制作的算法动态演示swf文件,观演可直示差值算法的执行过程。 -Spline interpolation algorithm: C Source Code, swf dynamic demonstration.
ACM1088
- pku ACM1088 滑雪问题 源代码-pku acm1088 skipping source code
CondensationSimpleCond
- A simple implementation of the Condensation algorithm
ACM_guide
- 国际大学生程序设计大赛指南。详细讲解ACM程序设计竞赛编程、调试方法,已经提高实际空间性能的策略,并充分利用C++泛型编程的高效率、规范化特点,全部采用C++泛型编程。-International Collegiate Programming Contest guide. Explain in detail the ACM programming contest programming, debugging method, have improve the actual spatial prop
artificial-fish-swarm-algorithm-
- 鱼群法在函数寻优中的应用-The fish method in function optimization
PSO-
- 粒子群优化的基本算法,不错的进行粒子群优化初步学习的代码。-PSO algorithm
Clearance-pruning-method
- 限界剪枝法的VB编程ppt,让你了解该算法。-Clearance pruning method of VB programming ppt, so that you understand the algorithm.
ant
- 蚁群算法,不错的书,《蚁群算法原理及其应用》--段海滨-a good book introducing ant algorithm
efficientalgorithm
- 几种高效算法合集的书籍,很是有用,很好的对各种算法进行了原理解释。-Several efficient algorithms collection of books, very useful.
TSP-matlab-code
- TSP问题 功能很强大,希望对大家学习蚁群算法有帮助-Ant colony algorithm for traveling salesman problem want help learning ant colony algorithm
yyy103
- 解决生产者,消费者对共享资源的互斥问题,生产者要做改动,消费者要读取。-producer,consumer