CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - VC 数码

搜索资源列表

  1. EightPuzzles.rar

    0下载:
  2. 利用VC开发的一个八数码程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:93.64kb
    • 提供者:
  1. VC野人八数码程序

    0下载:
  2. 用VC编制的集成的野人和八数码演示程序。其中野人程序用动态的效果演示,并能设置进度。八数码程序能根据给出的源状态转换成目标状态。-VC establishment of integrated Savage and eight digital presentations. Savage procedures which use dynamic demonstration effect, and can be programmed to progress. Eight digital process
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.65mb
    • 提供者:wangyan20032003
  1. 20051004深度优先

    1下载:
  2. 人工智能中的八数码难题 这个采用的是深度优先方法 编程球境是VC++ 解压即可.-artificial intelligence of eight digital problem is the depth of the preferred method of programming ball Habitat VC can be unpacked.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14.03kb
    • 提供者:刘强
  1. juigon

    0下载:
  2. 九宫问题(八数码)求解过程动态演示 用VC++编程实现,可以直观地看到演示效果!-JiuGongTu (Digital 8) solution process dynamic demonstration with VC + + programming, visual effects demo to see!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33.91kb
    • 提供者:陈相普
  1. 8puzzle

    0下载:
  2. 自己用VC编写的8数码问题求解程序,可以自动演示搜索过程。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55.68kb
    • 提供者:王平
  1. eight八数码

    0下载:
  2. 我做的的八数码游戏!!学人工智能的用vc编写的-the eight digital game! ! Using artificial intelligence study prepared by the vc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:79.92kb
    • 提供者:小风
  1. EightNumWithAStar

    0下载:
  2. 八数码难题的程序,在VC下可以实现自动求解和但不求解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:45.15kb
    • 提供者:张裕
  1. 八数码难题

    0下载:
  2. 八数码难题用vc++编写-eight digital problem with the preparation vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:81.12kb
    • 提供者:陈志勇
  1. 计算机014班王敏

    0下载:
  2. 这里有一个用vc写的人工智能八数码源代码,,非常有参考价值,感兴趣的或者是需要的人可以来下载哦~-Here is a use of artificial intelligence was vc eight digital source code, and very useful, or is interested in need can be downloaded from Oh!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:83.89kb
    • 提供者:晨风
  1. 8数码问题的源代码

    0下载:
  2. 我的文件是用VC设计的一个求解人工智能中8数码问题的程序。-my VC document is designed to solve a digital AI 8 issue procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:41.61kb
    • 提供者:周慧
  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
    • 文件大小:39.11kb
    • 提供者:段毅
  1. threemethods

    0下载:
  2. 解决15数码问题的3种算法,分别是深度,宽度,以及A*算法。c++编写,VC下都通过运行。-15 digital issues to solve three kinds of algorithm, namely depth, width, and the A* algorithm. c++ prepared, VC by running under.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:39.41kb
    • 提供者:andy
  1. bfs

    1下载:
  2. 基于8数码问题的BFS(宽度优先搜索)算法,在VC++6.0上运行通过。- a algorithm based on 8 number problem ,it can run in VC++ 6.0 platform.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-06-06
    • 文件大小:1.57kb
    • 提供者:乖乖虎
  1. EightPuzzles

    0下载:
  2. 利用VC开发的一个八数码程序--An 8-puzzle program developed by VC.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-12
    • 文件大小:93.9kb
    • 提供者:niugeur
  1. 8_num

    0下载:
  2. 深度优先搜索八数码问题[VC++] 简单实用-Eight digital depth-first search problem [VC++] simple and practical
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:13.24kb
    • 提供者:mingming
  1. atree

    1下载:
  2. 八数码问题用A*算法实现 VC++6.0实现的八数码问题-eightnum
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-03
    • 文件大小:150.18kb
    • 提供者:mengshen
  1. AI

    0下载:
  2. 八数码问题全局择优算法的VC++实现代码-AI VC++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2.11mb
    • 提供者:
  1. bashuma2

    0下载:
  2. 人工智能课中的八数码问题vc代码(AI)-Artificial Intelligence Course Eight Puzzle Problem vc code (AI)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1.89mb
    • 提供者:cl3
  1. Eight

    0下载:
  2. VC++写的八数码问题求解,带求解过程,用双向BFS,Astar,即IDAstar多种方法实现,附带多种算法比较。-VC++ to write the eight digital problem solving, with the solution process, with bi-directional BFS, Astar, which IDAstar a variety of methods to achieve, compared with a variety of algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:1.96mb
    • 提供者:YUANZX
  1. eight

    0下载:
  2. 八数码问题,用VC++实现,是比较基础的人工智能算法-Eight digital problem, with VC++ implementation, it is more based on artificial intelligence algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:318.97kb
    • 提供者:xielin
« 12 »
搜珍网 www.dssz.com