搜索资源列表
DES加密算法实现的C++类
- DES加密算法实现的C++类-DES encryption algorithm realization C kind
数字信号处理理论算法实现
- 数字信号处理理论算法实现,可是一个经典的算法实现。是学习信号处理的床头宝典。-digital signal processing algorithm theory, but a classic algorithm. Learning signal processing bedside book.
最新椭圆曲ECC线算法实现
- 最新椭圆曲ECC线算法实现是目前广泛应用于智能卡上的加密算法。当然也可以用于其他地方,它能保护你的数据安全。-The newest ellipsoit ECC arithmetic program is wildly used in the smart card filed.Of course it can be used in anyother else and it can provide the security of your data.
农夫过河问题算法实现
- 农夫过河问题算法实现,可以直接下载,不用解码的.-farmer river issues algorithm can be downloaded directly without decoding.
禁忌搜索算法实现蚁群繁殖问题算法
- 采用禁忌算法实现的蚁群繁殖算法,该问题可以很好地解决蚁群问题中优化问题-taboo algorithm using the Ant Algorithm breeding, the problem can be successfully resolved ant colony optimization problems
作业调度算法实现
- 这是一个关于作业调度和进程调度的算法实现,操作系统的试验程序!-This is one of the job scheduling and process scheduling algorithm, the operating system of testing procedures!
Kriging 算法实现 2D和3D地图等高线
- 利用vc++实现Kriging 算法,此算法实现 2D和3D地图等高线-use vc achieve Kriging algorithm, the algorithm to achieve 2D and 3D contour maps
K-MEANS算法实现
- K-MEANS算法实现
改进的K-Means算法实现车牌字符的分割
- 本实验基于K-Means聚类算法思想实现了字符分割,因为车牌规定是7位的,所以K取7。另外本实验对K-Means算法进行了改进,充分考虑了初始点的设置及迭代结束条件。实验结果证明这种改进的K-Means算法实现车牌字符分割是快速、有效的。
基于二维图像的FFT算法实现
- 基于二维图像的FFT算法实现
FFT汇编算法实现
- TMS320LF240X 有关FFT算法的汇编程序实现
Matlab_ica.该算法实现了两路语音的分离
- 该算法实现了两路语音的分离。主要为fastica算法的matlab实现。,The algorithm achieved a separation of two-way voice. Mainly to achieve fastica algorithm matlab.
bplus.zip 简单好用的B+树算法实现
- 一个简单好用的B+树算法实现, A simple easy to use B tree algorithm realizes
ECDSA算法实现源码
- ecdsa 算法实现 通过openssl 实现(ecdsa use the openssl lib)
机器学习_梯度下降算法实现
- 机器学习_梯度下降算法实现——C++ 程序使用方法: 程序只包括一个源文件gradient.cpp 运行的时候,将train.dat和test.dat两个数据及gradient.cpp放在同个目录下. 利用以下命令行操作即可. g++ gradient.cpp -o gradient gradient 程序运行的结果会在命令行中打印出来 该程序10秒钟内可以运行结束.(Machine learning _ gradient descent algorithm)
部分背包的贪心算法实现
- 通过贪心算法实现装进背包物品价值最大化,具体步骤是依次选择价值密度最大的物品放入背包(Through greedy algorithm to maximize the value of goods loaded into backpacks.)
SM2&SM3&SM4国密规范及Java软算法实现
- SM2&SM3&SM4国密规范及Java软算法实现(SM2 & SM3 & SM4 java sourcecode)
最短路径算法实现
- 用dikstra算法实现,在商场地图上两个门店之间的最短距离(With the dikstra algorithm, the shortest distance between two stores on a mall map)
用遗传算法实现语音识别--基于mfcc参数
- 用遗传算法实现语音识别--基于mfcc参数(Speech recognition based on genetic algorithm -- Based on MFCC parameters)
Python实现EM算法完美版
- Python EM算法实现过程说明 具体代码(Python EM algorithm implementation process)