搜索资源列表
YHJ_VC
- 基于Visual C++ 6.0的银行家算法的程序源码 -Visual C 6.0 bankers algorithm source code procedures
FP-GROWTH
- 本人上传的是FP-GROWTH算法的Visual C++ 6.0下的源代码实现,已调试通过-I upload the FP-GROWTH algorithm Visual C 6.0 source code is realized, Debugging has passed
02092028
- 1. 背景简介 日常生活中经常有自动售货机,这种机器不需要人来随时控制,只是按照其内部的一些默认程序来 工作,是一种比较简单的人工智能程序,本程序为对这种机器的一种模拟。 2.项目目标 (1)向顾客显示所售的各种商品; (2)让顾客进行选择; (3)向顾客显示所选商品的价格; (4)收款; (5)发送顾客所选择的商品; (6)向顾客找零。 3.运行环境 PⅢ级别计算机(CPU主频300Mhz以上、128MB内存) WINDOWS操作系统
OpenSVM-1.0.1-Beta-SRC(2)
- OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rig
0BPANN
- 采用Visual C++6.0开发的BP神经网络程序, 输入数据在程序中修改,无界面。
BP
- 基于Visual C++6.0的BP神经网络程序,具有可视化界面,可以自由选择输入节点个数,层数,最大迭代次数,步长
000
- 本程序是基于Visual C++6.0平台采用C语言开发的求解铁路上无任何约束条件下技术站单组列车编组计划的单亲遗传算法源程序。
001
- 本程序是基于Visual C++6.0平台采用C语言开发的求解铁路上无任何约束条件下技术站单组列车编组计划的双亲遗传算法源程序。
002
- 本程序是基于Visual C++6.0平台采用C语言开发的求解铁路上无任何约束条件下技术站单组列车编组计划的带随机扰动机制的双亲遗传算法源程序。
SVMLight_vc
- 机器学习文本分类的SVM算法实现,VC++ 6.0环境下编译-A SVM algorithm for text classification in machine learning, and compiled under the Visual C++ 6.0 environment.
vcDEMO
- 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。 实现环境:Visual C++ 6.0. -Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorit
BPsuanfa
- 在Microsoft Visual C + + 6.0 环境下BP 学习算法关键步骤的实现-In Microsoft Visual C++ 6.0 environment, BP learning algorithm for the realization of the key steps
AI
- 利用遗传算法解决的背包问题,程序开发环境:Visual C++6.0-Using genetic algorithm to solve the knapsack problem, program development environment: Visual C++6.0
diana
- DIANA算法程序说明 编程语言:C++ 运行环境:Visual C++ 6.0 采用控制台应用程序,样本数据在程序中给出,直接点击编译、链接、运行,就能得出所要求的结果。 -DIANA algorithm program the programming language: C++ Runtime Environment: Visual C++ 6.0 console application using the sample data given in the program,
chess_fugai_mfc
- 在visual c++6.0环境下实现使用L形骨牌进行棋盘覆盖问题。-In visual c++ 6.0 environment using the L-shaped dominoes board cover.
bp1
- BP算法实现,通过Visual C++6.0环境实现的BP算法源程序-BP
puzzle_Dialaog
- 采用A星算法,解决八数码问题。用的软件是Visual C++ 6.0,有图形界面。-A Star code for 8 Puzzle Problems
Recognition
- 人脸识别的代码,在visual C++6.0下可以运行识别-Recognition of code that can run under the identify visual C++6.0
RBF神经网络的VC源码bp_rbf
- RBF神经网络C++实现,使用Visual C++6.0打开,可直接编译运行。(RBF neural network C++ implementation, using Visual C++6.0 to open, can be directly compiled and run.)
tifrastructuresmart
- 基于线性规划的回归支持向量机源程序,开发环境Visual C++6 0,控制台程序()