搜索资源列表
spiht算法(c++)
spiht算法实现,包括编解码。
图像OTSU分割算法实现C源代码
- 图像分割的OTSU算法,高效实用。
标准增量PID算法的C实现
- 标准增量PID算法的C实现
DES加密算法实现的C++类
- DES加密算法实现的C++类-DES encryption algorithm realization C kind
rsa加密算法实现
- rsa加密算法的实现,很详细-rsa encryption algorithm to achieve great detail
DES算法实现过程分析 之 C++
- DES算法实现过程分析 之 C-DES algorithm process analysis C
数据结构算法集---C++语言实现
- 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
C语言kmp算法实现
- 研究计算机程序算法中关于字符串操作的经典算法实现源程序-study computer programming algorithm for string manipulation of the classic algorithm source code
各种排序算法的C语言实现
- 各种排序算法的C语言实现,图形菜单,排序数随机生成.-various algorithm C language, graphic menu, ordering random number generation.
DES算法的C++编写实现
- DES算法C语言实现的源代码,本人已经测试同uo,效果还可以,真的好好的!!!睇下吧大家!-DES algorithm C language source code, I have uo with the test results can also really good! ! ! Dixia it all!
tspants
- TSP的蚂蚁算法实现,C++原程序,无密码.-TSP ant algorithm, C program, without a password.
MD5(c++)
- md5算法的c++实现,包含MD5.cpp和MD5.h-md5 Algorithm c++, and includes MD5.cpp MD5.h
C-algorithm-Sources
- 《妙趣横生的算法(C语言实现)》的源代码,学习算法的朋友们看看。-" Fun algorithm (C language)," the source code, learning algorithms friends to see.
图像去雾算法源代码c++
- 图像去雾c++版源代码,实现效果还不错,可直接运行。(Fog to remove the c++ version of the source code, the effect is not bad, can be run directly.)
PCA两种算法matlab+C++
- C++和matlab的两种算法实现PCA的源程序。(Two algorithms to achieve PCA source.)
PID控制算法的C语言实现(完整版)(1)
- pid算法各个环节的c语言实现,微分,积分,比例环节(PID algorithm in all aspects of C language, differential, integral, proportional link)
数据结构各种算法实现(C++模板)
- 算法导论c语言实现, 清华大学版本, 欢迎使用(the introduction of algorithm solution with c)
机器学习_梯度下降算法实现
- 机器学习_梯度下降算法实现——C++ 程序使用方法: 程序只包括一个源文件gradient.cpp 运行的时候,将train.dat和test.dat两个数据及gradient.cpp放在同个目录下. 利用以下命令行操作即可. g++ gradient.cpp -o gradient gradient 程序运行的结果会在命令行中打印出来 该程序10秒钟内可以运行结束.(Machine learning _ gradien
赫夫曼算法C++
- 赫夫曼压缩算法的C++实现,可用于对字符串的压缩并计算压缩率(Huffman compression algorithm C++)
PID控制算法的C语言实现一 PID算法原理
- PID控制算法的C语言实现一 PID算法原理,工业控制(The C language of PID control algorithm realizes the principle of a PID algorithm, industrial control)