搜索资源列表
banker
- C++实现操作系统中的银行家算法,只具有实现算法中的核心部分的代码,没有图形界面,有待修改.
PID
- PID算法C语言程序,实现了简单的PID控制功能
1-1
- c++二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n)
matlab
- MATLAB神经网络0-9数字识别 该程序利用神经网络对数字0-9...遗传算法优化小波神经网络源程序 基于C语言实现的人脸识别
wu-manber
- wu-manber算法纯c实现, wu-manber算法纯c实现-wu-manber algorithm
cheng
- 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借 用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性 的提高。-Genetic Algorithm (Genetic Algorithm, GA) in recent years developed a brand new global optimization algorithm, which, by With the biological point
C
- 利用分支限界算法求解最优装载,实现了最优装载问题的求解-The use of branch and bound algorithm to solve the optimal load to achieve the optimal load for solving the problem
C
- 用C++实现的BP神经网络算法程序, 用于预测数据及模数识别-C++ BP
RLS
- 通过均衡器的RLS算法在MATLAB中实现消除传输信道的噪声干扰。-Through the equalizer in the RLS algorithm in MATLAB to achieve elimination of the transmission channel noise.
C
- 主要介绍线性结构,树型结构,图状结构三种逻辑结构元素的存储实现,在此基础上介绍一些典型算法及时,空效率分析.-Introduces the linear structure, tree structure, graph-like structure of three elements of the logical structure of the storage to achieve, on this basis are some typical algorithms in time, spac
DES-CPP-source-code
- DES算法用C++实现的源代码-The source code to achieve the DES algorithm C++
KMPsuanfa
- c语言 的 KMP算法(C语言实现) C语言字符串匹配KMP算法的简单实现。-The c language KMP algorithm (C language implementation) KMP algorithm simple realization of C language strings match.
kruskal
- 最小生成树 用c++实现的,用的是kruskal算法实现的-Minimum spanning tree
fastica
- fastica算法的实现,基于visual C++平台,有结果-fastica algorithm, based on visual C platform, have been done with results
K_Means
- 该源代码主要是K_Means 聚类分析算法C++ 实现-The source code to achieve is K_Means clustering algorithm C++
MoHu-pingpan--C-yuyan-code
- 模糊综合评判算法(C语言编程)的实现: 本算法采用了二级模糊综合评判法,评价集个数为4,评价因子个数为11,实现c语言编译过程 -Fuzzy comprehensive evaluation of the implementation of the algorithm (C programming language): This algorithm uses two fuzzy comprehensive evaluation method, the number of evaluati
RC4-C
- RC4加密算法的C语言实现,还包括它的带哦用示例,希望能够对大家有所帮助-The RC4 encryption algorithm C language implementation
AES
- C++实现AES的算法,支持128 256,支持自定义密钥,-C++ realize AES algorithm to support 128,256 to support custom keys
rsa
- RSA加密解密算法C语言实现,代码思路清晰简洁明了。-RSA encryption and decryption algorithm C language, code ideas clear and concise.
C++实现神经网络算法
- BP神经网络 c++完整实现代码,加了非常详细的注释,代码可以直接运行