搜索资源列表
VC经典数据算法代码
- VC经典数据算法代码 几个有意思的算法,初学算法有益,经典,经典-classic VC data algorithm code several interesting algorithm, useful learning algorithm, classic, classic
背包问题之贪婪算法求解C语言源代码
- 其实原来的程序也是采用了贪婪算法,不过下面程序中的beibao1函数采用了贪婪算法的另一种写法,beibao函数是以前的代码,用来比较两种算法-fact, the original procedure is used in the greedy algorithm, but the procedures below beibao1 function of the greedy algorithm used another way, beibao function of the previous
银行家算法集
- 这是我收集的关于银行家算法的一些资料和代码-This is my collection of bankers, some of the algorithms and code
CipherOne6.0
- 本软件代码所有权属于Scaton Software Co.,你可以任意使用该代码,但不得以商业形式整体或整模块使用本代码。 scaton, 2006.2.16 CipherOne 加密钻石锁软件代码模块介绍: Zlib---zip压缩静态库代码,GNU代码 Rsaref---Rsa密钥处理及各算法代码库,RSA Lab拥有版权,Scaton Software增加了AES和IDEA算法代码 RsaKern---本软件加密、解密处理核心模块,Scaton Softw
geneticalgoritm
- 遗传算法代码,用VC++演示,还有中文说明。-genetic algorithm code, VC demonstration, the Chinese statement.
数据挖掘c++代码
- 包括关联 聚类 神经网络 遗传算法
yinhangjiasuanfa
- 银行家算法代码,能够实现银行家算法安全性检查,等等。-Banker s algorithm
sfdm
- 高教版《数据结构与算法》的源代码,非常适合学习(data structure and alrotithm source code)
LRU算法
- 操作系统 LRU算法 实验报告 及 程序代码服务一条龙(Operating system LRU algorithm experiment report and program code, service one-stop)
Matalb---GA算法代码---规范
- GA算法代码,比较规范,适合大家参考学习。(GA algorithm code, more standardized.)
抗积分饱和PID控制算法及仿真
- 抗积分饱和PID控制算法及仿真,含有积分饱和的算法代码(Anti - integral Saturation PID Control Algorithm and Simulation)
DOVLMP
- 一种分阶自适应Volterra滤波算法代码,对研究非线性自适应滤波器的同学非常有帮助(A hierarchical adaptive Volterra filter algorithm code, the study of nonlinear adaptive filter students very helpful)
PID算法
- PID代码的实现,各种代码的实现,详细的解释,非常好的学习教程(PID code to achieve a variety of code to achieve a detailed explanation, a very good learning tutorial)
BIHT_demo
- 一种基于1-bit压缩感知信号重构的matlab算法(Matlab algorithm for compressed sensing signal reconstruction based on 1-bit)
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.)
基于蚂蚁算法的移动机器人三维路径规划代码
- 基于蚂蚁算法的三维航迹规划,程序可以运行,亲测有效(Three dimensional path planning based on ant algorithm, the program can run, and the pro test is effective)
C语言常用算法代码
- C语言常用算法代码,包括常见的数值计算的珍贵源代码