搜索资源列表
人脸检测系统源码vc6
- 人脸检测程序源码,测试环境vc6 本源码仅供学习和交流之用-face detection procedures source, the test environment vc6 only source learning and the exchange of use! !
第05章 联机字符识别
- 用的VC6编的可以识别联机数字,联机英文,及联机汉字-the VC6 series of the figures can be identified on-line, on-line English, and Chinese characters on-line
AstarPath
- 用VC6++对A*寻路算法的简单实现,在界面上点击鼠标就行.-VC6 right with A * search algorithm for a simple way to achieve the click of a mouse interface on the line.
FDP_ga
- 用遗传算法实现的影片递送问题,编译环境VC6.0,语言C-Genetic Algorithm transmitted films, VC6.0 compiler environment, language C
ViewCDib
- 自己用VC6.0编写的用遗传算法进行图像分割的软件,该算法已经经过验证,绝对可靠。(菜单:边缘检测- 用遗传算法分割图像)本程序还包括其它一些图像处理的功能,但这些功能还有待进一步修改。-VC6.0 prepare themselves with the use of genetic algorithms for image segmentation software, the algorithm has been tested, absolutely reliable. (Menu : Edg
BParithmetic
- 神经网络五层自适应BP算法,能在VC6.0下调试通过-five-story adaptive neural network algorithm BP, in debugging through VC6.0
c++renlianshibie
- VC++开发的人脸识别程序,采用VC6.0开发,经验证较准确-VC development of the face recognition procedures, using VC6.0 development, proven more accurate
hu_8queen_scr
- 以VC6写的用遗传算法解决8皇后(8queens)问题,包括遗传算法介绍和代码的使用方法说明word文档-to write using genetic algorithms to solve the Queen (8queens). including genetic algorithms and code on the use of the methodology word document
GAforViusalC++
- 基于Viusal C++开发的遗传算法源程序,在VC6.0环境下调试通过。
xqsdk
- 一个VC6.0的象棋源代码,智能程度很高
A
- 在VC6.0下通过测试的A*算法源码,很珍贵的资料哦!
bpcolor
- 用VC6.0写的一个BP网络程序,简单易懂,不错的BP入门参考程序,无解压秘密
Genetic_and_Ant_Algorithms_src
- 遗传和蚁群算法改进源代码,对于研究仿真算法非常有用.可以深刻了解遗传和蚁群算法原理.采用VC6.0,通过编译和调试
宽度优先
- 宽度优先搜索法见cpp1.cpp文件,在vc6.0环境运行实现-width priority search see cpp1.cpp documents in the operation to achieve environmental vc6.0
8SM2
- 双向广度优先搜索算法法见8SM2.cpp文件,vc6.0环境运行实现-two-way breadth - first search algorithm see 8SM2.cpp France, achieving operating environment vc6.0
Cpp1
- 启发式搜索见cpp1.C文件,vc6.0环境运行实现-heuristic search cpp1.C see documents, achieving operating environment vc6.0
一个指纹识别的程序
- 一个指纹识别的程序,用VC6.0开发,还可以的。-a fingerprint identification procedures used VC6.0 development, but also can be.
AdaBoost人脸识别
- 用opencv在vc6.0下开发的人脸识别程序
GA_TRAIN_BP
- 遗传优化BP神经网络程序,GA训练BP。VC程序-GA train BP in VC6.0,it could improve accurate.
简单人机对抗的VC6源码
- VC6程序源码,可以和你玩石头剪刀布。原来是在网上看到牛人写的强化学习C语言例子,几十行代码就演示出基于强化学习的人机对抗效果!正在学习这方面,就稍微改了改键盘操作方式,让玩起来更顺畅。