CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - vc c语言

搜索资源列表

  1. C++神经网络开发包ANNIE源程序(最新版)

    3下载:
  2. C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序-C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET environ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:462405
    • 提供者:刘华
  1. classify2006

    0下载:
  2. 很好的分类程序。。。。C++语言编写。。。VC开发环境-good classification procedure. . . . C language. . . VC development environment.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:558278
    • 提供者:liang
  1. anneal

    0下载:
  2. 模拟退火C语言源代码,vc平台开发,又网络收藏
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:43373
    • 提供者:voodoo
  1. BP

    0下载:
  2. BP神经网络,C语言,VC开发环境,直接编译即可。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16825
    • 提供者:张学君
  1. annie365

    0下载:
  2. C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序 -C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET enviro
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:485642
    • 提供者:yybb
  1. 基于VC的神经网络开发程序包(原码)

    1下载:
  2. 可以用C++语言开发各种神经网络:BP,RBF,HOP~…………,使用前请看看说明文档,然后建立一个自己的项目文件,只要能明白作者的思路就能很方便地进行各种神经网络的设计,本人现在就在一个系统中使用它,目前这个开发包的版本已进入0.7了,但功能差不多,本人认为0.5这个版本用着也很方便,所以把他发来,大家共享。-C language can be used to develop a variety of neural networks : BP, RBF, HOP ~ ... ... pleas
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:422928
    • 提供者:李洋
  1. 15数码问题的3种算法(算法和具体代码)

    5下载:
  2. 15数码问题的3种算法(算法和具体代码) 解决15数码问题的3种算法,分别是深度,宽度,以及A*算法。c语言编写,VC下都通过运行。,15 digital issues three kinds of algorithm (algorithm and the specific code) to solve the problem of 15 digital three kinds of algorithms, respectively, are the depth, width, and th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-21
    • 文件大小:40052
    • 提供者:段毅
  1. tic-tac-toe

    0下载:
  2. 在VC环境下用C++语言编写的一字棋小程序,采用人工智能原理里的博弈树的启发式搜索原理-VC environment in C++ language with the preparation of the word game of small procedures, the principle of the use of artificial intelligence in the game tree search heuristic principle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:959094
    • 提供者:lina
  1. BP

    0下载:
  2. 一个神经网络BP算法的程序,与matlab编写不同,本程序是采用C语言,经vc++程序改制而成。-BP algorithm for a neural network procedures, and preparation of different matlab, this procedure is the use of C language, by vc++ Procedures transformed from.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8733
    • 提供者:王平
  1. sga-c

    0下载:
  2. 利用C开发的一个遗传算法案例。C语言程序在Dev-Cpp下编译通过,在VC下面应当也可以编译通过。-Use C to develop a genetic algorithm case. C language program at compile under Dev-Cpp is passed, the following should be in the VC can also be compiled through.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:33539
    • 提供者:eric
  1. SGA

    0下载:
  2. 该程序实现了在VC平台上用C语言实现遗传算法,结构清晰,注解详细,非常适合初学者,是初学GA者不可多得得好材料 -The program implements the VC platform using C language implementation of genetic algorithms, structure, clear, detailed annotations, very suitable for beginners, is a good beginners GA are har
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:259232
    • 提供者:zsy
  1. GA

    0下载:
  2. VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1454684
    • 提供者:zhoulimin
  1. BPN

    0下载:
  2. 用VC++作为饿哦开发平台,用C语言实现的bp神经网络的编程-With VC++ development platform as hungry Oh, with C language programming of bp neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:31235
    • 提供者:zhengwei
  1. ART1

    0下载:
  2. 用VC++作为开发平台,ART神经网络的实现(C语言编程)-With VC++ as a development platform, ART neural network implementation (C programming)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:53984
    • 提供者:zhengwei
  1. BP-neural-network

    0下载:
  2. BP神经网络的C语言实现,在VC环境下编译通过-BP neural network C language, compiled by VC environment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3920
    • 提供者:陈轩
  1. fenzhidingjie

    0下载:
  2. 本程序用C语言编写实现,程序源代码文件为“分支定界实现源程序.c” ,在windows XP下用VC++6.0上编译运行通过,生成可执行文件“分支定界实现程序.exe” 。运行程序时,请将题目中所给的文件“m1.txt” 和“m2.txt”与可执行文件“分支定界实现程序.exe”放在同一个文件夹下,然后双击打开“分支定界实现程序.exe”即可运行程序。-The program using the C language implementation, program source code fil
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:150597
    • 提供者:biscuit
  1. GEP_genericalgorithm

    1下载:
  2. 很好的基因表达式编程(GEP)的入门小程序,C 语言写的,欢迎下载。-gep vc code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:49580
    • 提供者:shawn
  1. PathFinding

    0下载:
  2. A*算法用c++语言实现,可以在指定位置更改障碍物,验证A*算法的局限性-A* algorithm c language implementation, route.txt for the map file, @ for obstacle,.cpp source code, running environment vc++ 6.0
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:36958
    • 提供者:肖开勇
  1. capatiqyiarchivpinamespace

    0下载:
  2. VC版本2,8,16等进制转换,算法全部又C语言标准库编写()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:121856
    • 提供者:Lpurg
  1. 神经网络C源码

    2下载:
  2. 基于C语言实现基于LM等多种神经网络,神经网络VC代码 包括BP LM QN算法(A variety of neural networks based on LM and so on based on C language)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:361472
    • 提供者:hanzy88
« 12 »
搜珍网 www.dssz.com