搜索资源列表
Apriori(VC程序)
- 本程序是数据挖掘中的关联规则模型中著名的Aprior算法的VC实现程序,可用于知识发现、数据挖掘、人工智能、模式识别等领域(请先解压文件)-The code is the VC implementation of the well-known Aprior algorithm in Association Rule Model of Data Mining field, can be used in Knowledge Discovery, Data Mining, AI, Pattern Re
TestMATLAB
- 本压缩文件提供了VC平台中调用matlab中的函数,实现了两种开发环境的连接-the compressed files provided VC platform called the Matlab functions and realized the two development environment link
GP_VC
- 遗传规划算法的VC程序实现 智能算法:遗传规划,即关于GP的VC代码程序,在项目文件中包含了GP的程序设计代码和经典问题求解程序。可以参考该程序进行遗传规划的程序设计工作,用于自己的毕业设计中。-genetic programming algorithm for the VC program Intelligent Algorithm : genetic programming, on the VC GP code procedures, the project document conta
印章识别
- 印章识别算法实例,说明文件包含在VC程序内。程序比较简单-chop recognition algorithm illustration of documents contained in VC process. Relatively simple procedures
sf_20058170465
- 一个遗传算法的VC版本,就是没法使,好像是缺少工程文件-a genetic algorithm VC version is not so, there is a lack of engineering documents
BasicLoadBmp
- VC编写的基本读图文件,有完整的工程文件-VC interpret drawings prepared by the basic documents, a complete engineering documents
GA_code_in_vc
- 用vc++编写的遗传算法程序,解压之后打开文件夹,运行gf.dsw文件就可以了!-vc prepared using genetic algorithms procedures, unpacked after opening the folder, running gf.dsw document can!
bp-c++
- vc++6.0编写人工神经网络BP程序,C++源程序文件,有一个类CNeuroNet_BP::CNeuroNet_BP
yiqun
- 用vc++编写的蚁群算法,基本实现了蚁群算法,只包含一个cpp文件
基于VC的神经网络开发程序包(原码)
- 可以用C++语言开发各种神经网络:BP,RBF,HOP~…………,使用前请看看说明文档,然后建立一个自己的项目文件,只要能明白作者的思路就能很方便地进行各种神经网络的设计,本人现在就在一个系统中使用它,目前这个开发包的版本已进入0.7了,但功能差不多,本人认为0.5这个版本用着也很方便,所以把他发来,大家共享。-C language can be used to develop a variety of neural networks : BP, RBF, HOP ~ ... ... pleas
8数码问题的源代码
- 我的文件是用VC设计的一个求解人工智能中8数码问题的程序。-my VC document is designed to solve a digital AI 8 issue procedures.
基于vc的神经网络数字识别系统源码
- 运行里面的stdafx.cpp文件就可之间运行系统,在进行数字识别前要对图片进行预处理。
TrackEye_src.zip
- 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
dps7.05.rar
- 唐启义教授的DPS7.0版,是国内第一个数据挖掘或数据分析应用软件,内有统计分析、层次分析法、模糊综合评价、神经网络等多个领域,内有一个解密文件。,Professor Tang Qiyi the DPS7.0 version is the first data mining or data analysis applications, there is statistical analysis, analytic hierarchy process, fuzzy comprehensive ev
svmclass
- 本代码是实现支持向量机的源码,用VC++实现,如果不懂请读里面的文件说明-This code is to achieve source Support Vector Machine with VC++ Achieve, if not understand, please read the documentation inside
Implement_Apriori_with_VC
- 用VC实现了Apriori算法. 在使用时,请先在“控制面板/管理工具/数据源ODBC”中配置数据源,名称为“TRANSACTION”,数据库在 Apriori 文件夹下。-VC achieved using Apriori algorithm. In use, the first in the
Canny
- CAnny算子提取边缘 边缘检测中canny良好独特的效果,广受青睐。内附完整的VC项目文件,和原图像及实验结果图像-Canny edge extraction operator Edge Detection canny good effect unique and widely popular. Containing a complete VC project documents, and the original image and experimental result image
GPLib
- 遗传规划算法 智能算法:遗传规划,即关于GP的VC代码程序,在项目文件中包含了GP的程序设计代码和经典问题求解程序。可以参考该程序进行遗传规划的程序设计工作,用于自己的毕业设计中。-Genetic programming using C++
genetic-algorithm-vc
- 用VC实现的遗传算法的完整工程文件。有转轮法,交叉和变异。-VC genetic algorithm implemented with the full project file. There wheel method, crossover and mutation.
GA
- VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm