搜索资源列表
geneticalgoritm
- 遗传算法代码,用VC++演示,还有中文说明。-genetic algorithm code, VC demonstration, the Chinese statement.
0720050105214413
- 著名的矩阵算法代码,这是我们在写论文时搜集整理的。-famous matrix algorithm code, which is the collection of papers written finishing.
09
- vc++ 实现数字图像处理,包括腐蚀、膨胀,开和闭运算算法代码-vc++ realization of digital image processing, including corrosion, expansion of open and closed code algorithms
数据挖掘c++代码
- 包括关联 聚类 神经网络 遗传算法
Graph
- 图的基类以及最短路径算法,dijkstra,floyd,Kruskal算法等,代码来自北大赵海燕老师编著的数据结构与算法。-Graph base class as well as the shortest path algorithm, dijkstra, floyd, Kruskal algorithm, code Zhao Haiyan teachers from Beijing University and edited by the data structure and algorith
sousuo
- 算法分析与设计中的二分搜索算法代码,用来实现数字查找。-Algorithm Analysis and Design of the two sub-search algorithm code, used to achieve the number of search.
shujujiegou
- 清华大学严蔚敏数据结构书本各章节算法代码-Tsinghua University, Yan Wei-min data structure algorithm code books
TEA
- TEA的C语言算法,编译通过可以运行,而且加了个test代码-TEA algorithm in C language, the compiler can be run through, and added a test code
c
- c入门代码大全,算法大全,数据类型,文件,指针-c Guinness entry code, algorithms Guinness Entry code Guinness, Guinness algorithm, data type, file, pointer
DelphiAlgorithm
- 常用的算法代码,delphi实现,包括了方程求解,插值,优化,特征值等-Algorithm commonly used code, delphi achieve, including the equation, interpolation, optimization, eigenvalue, etc.
TSP
- 是用归并排序 开发环境是C++ 算法代码经acm测试通过 -无
sfdm
- 高教版《数据结构与算法》的源代码,非常适合学习(data structure and alrotithm source code)
抗积分饱和PID控制算法及仿真
- 抗积分饱和PID控制算法及仿真,含有积分饱和的算法代码(Anti - integral Saturation PID Control Algorithm and Simulation)
PID算法
- PID代码的实现,各种代码的实现,详细的解释,非常好的学习教程(PID code to achieve a variety of code to achieve a detailed explanation, a very good learning tutorial)
C语言算法速查手册 第三版
- 常用数学算法的C语言代码,包含矩阵运算、多项式拟合、快速付立叶变换等等算例。(The C language code of common mathematical algorithms includes matrix operation, polynomial fitting, fast Fourier transform and other examples.)
二维ostu代码
- 维基百科上的二维ostu代码有点问题,这个是根据其原理修改后的(The two-dimensional Ostu code on Wikipedia has some problems. This is a modified version based on its principles.)
《智能优化算法及其MATLAB实例-(第2版)》源码
- 课本所有章节的代码,对应课本每章节每个案例代码均有,可以放心使用(Code for all chapters of the textbook)
基于人群搜索算法的PID参数整定
- 第7章 基于人群搜索算法的PID参数整定,代码完整好使。(In Chapter 7, PID parameters are adjusted based on crowd search algorithm, and the code is complete.)
C语言常用算法代码
- C语言常用算法代码,包括常见的数值计算的珍贵源代码