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

搜索资源列表

  1. eightnumbyahei0802

    0下载:
  2. 八数码难题求解程序本程序所采用的启发函数,本人不能证明它能解决任何的八数码难题,如果对于较难的问题会产生很多节点,有可能会使空间不足,所以尽量不要出太难的问题难为它.希望广大的人工智能爱好者能写出更好的启发函数.-eight digital problem solving program of the procedures used by the heuristic function, I can not prove that it can resolve any of the eight di
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:47584
    • 提供者:辜小花
  1. ninegong

    0下载:
  2. 本人这学期写八数码作业,采用三种人工智能算法,在vc2003开发完成-I write this semester eight digital operations, in three artificial intelligence algorithm, developed in vc2003
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:111900
    • 提供者:闫旺
  1. EightFigure

    0下载:
  2. 自己用JAVA编的人工智能的A*算法的八数码程序-own use JAVA series of the artificial intelligence of the A * algorithm eight digital procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2267591
    • 提供者:妄言
  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
    • 文件大小:14363
    • 提供者:刘强
  1. a星算发

    0下载:
  2. 人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等 -artificial intelligence Queen's classic 8, the algorithm is a * algorithm. Use of this algorithm can solve eight digital, 8 Queen's problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:39852
    • 提供者:春风秋雨
  1. chenbo广度

    0下载:
  2. 人工智能运用广度优先算法来解决八数码问题,由初始状态到目标状态按层搜索-breadth priority use of artificial intelligence algorithms to solve eight digital issue, the initial state to the target state by layer Search
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11649
    • 提供者:春风秋雨
  1. NGrid

    0下载:
  2. 经典8数码问题扩展为N数码问题,JAVA可视化编程,注意算法大家看一下-classic problem for the N digital expansion, JAVA visual programming, the attention we look at the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3244
    • 提供者:陈皓
  1. 8数码A算法

    0下载:
  2. 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13600
    • 提供者:陈士骞
  1. EightNumbers

    0下载:
  2. 此软件是八数码软件,图形界面操作,分别用“将牌的距离和”、“不在位将牌数”和“宽度优先搜索”求解八数码问题。-eight digital software, a graphical interface operation, "to the distance and licensing", "will not place the number of licenses" and "width Search" Solving the prob
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:264420
    • 提供者:jiaohc
  1. artificial_intelligence_AI

    0下载:
  2. 人工智能AI实验(八数码) 比较简单的小东西,看着提示就可以用了。-AI Artificial Intelligence Experiment (Digital 8) is relatively simple and small things, watching suggest it can be used by.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:48843
    • 提供者:周易
  1. digit15

    0下载:
  2. 一个解决15数码的问题,里面有个读文件的函数,需要自己编一个矩阵文件。-a solution to the digital issue, which has a reading of the document function, it needs its own part of a matrix document.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1914
    • 提供者:吴凡
  1. digit8_dfs

    0下载:
  2. 8数码问题深度遍历解法,里面有一个读文件的说明,请自己写一个矩阵文件让程序读入即可。-eight digital depth Traversal Solution to the problem, and they read a paper, please write their own documents for a matrix procedure can be read.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2068
    • 提供者:吴凡
  1. wdbsmyx

    0下载:
  2. 八数码游戏的不同实现方法! 1.八数码游戏与A*算法的结合! 本程序主要是给出一个A*算法的示例!效率并不高 2.广度算法 这个效率还可以的!-eight digital games of different methods! 1. Eight digital game with the A * algorithm combined! This process is essentially to an A * algorithm examples! two efficiency
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3818
    • 提供者:王哲江
  1. 8sm

    0下载:
  2. 是个八数码问题的代码 基于A*算法,倒序将步骤写出-is eight digital code based on the A * algorithm, reverse steps to write
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:39161
    • 提供者:wzw
  1. 563

    0下载:
  2. A*八数码问题的程序,用C++编写,非常非常不错,分2中方法计算-A * 8 issue of the digital process, the preparation of C, a very good 2 hours calculated 04:40
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15399
    • 提供者:我是谁
  1. h3456

    0下载:
  2. JAVA源码下载 人工智能八数码(九宫重排)问题-eight digital download artificial intelligence (JiuGongTu rearrangement) issue
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29359
    • 提供者:林倾城
  1. 七段数码管接口

    0下载:
  2. gfnqjgq服务费违反违反违反违反1赴全国副IE七八个覅部分还不放假而不服你和覅?很方便开办(wrgnjwhg hwgfhqgfhqbfkjqhfjqhfjq)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-16
    • 文件大小:391168
    • 提供者:fnqefhbqe
  1. 8Puzzle

    0下载:
  2. 本代码用于求解8数码问题,运用A*算法,内附有UI(This code is used to solve 8 digital problems, with UI)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:Sunnymee
  1. 8sm

    0下载:
  2. 一个利用深度优先搜索完成的八数码问题,人工智能(A eight digital problem with depth first search)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:305152
    • 提供者:mazr
  1. A*算法解决数码、皇后问题

    0下载:
  2. 使用A*算法来解决十六数码问题以及皇后问题的帮助代码,可运行。
  3. 所属分类:人工智能/神经网络/遗传算法

« 1 2 34 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com