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

搜索资源列表

  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. juigon

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

    • 发布日期:2008-10-13
    • 文件大小:34728
    • 提供者:陈相普
  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. 8888

    0下载:
  2. 人工智能的8数码问题的求解-eight digital artificial intelligence problem solving
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2610
    • 提供者:李林骏
  1. 11.c

    0下载:
  2. 矩阵相乘.zip - C语言源代码 矩阵相乘... - 本人这学期写八数码作业,采用三种人工智能算法,在-matrix multiplication. Zip-C language source code matrix multiplication ... - I wrote this semester eight digital operations, in three artificial intelligence algorithm, the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2814
    • 提供者:智成
  1. search_algorithm

    0下载:
  2. 常用搜索算法,包括8数码游戏,A star算法类的实现,以及黑白棋算法等-commonly used search algorithm, including eight digital games, Class A star of the algorithm to achieve, and reversi algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:142331
    • 提供者:林晓芸
  1. AIbashuma

    0下载:
  2. 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个\"扩展数组[4]\"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5507
    • 提供者:丁如敏
  1. AIbashumaJava1

    0下载:
  2. 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个\"扩展数组[4]\"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10381
    • 提供者:丁如敏
  1. 2005217185414373

    0下载:
  2. 八数码问题的几种不同解法 八数码问题的几种不同解法-eight digital issues several different solutions to the problem of digital eight several different solution
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3733
    • 提供者:shasha
  1. ChessEight

    0下载:
  2. 解决八数码问题的经典程序。实现了宽带优先算法,深度优先算法,A* 算法。图形化显示结果。-solve the classic problem of the digital process. Broadband achieved priority algorithm, depth-first algorithm, A * algorithm. Graphic shows results.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:69904
    • 提供者:我怕升级
  1. my8num.RAR

    0下载:
  2. 八数码问题的深度优先算法,优秀的显示效果。-eight digital depth of the priority algorithm, showed excellent results.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14716
    • 提供者:康宋章
  1. aEightNum

    0下载:
  2. 八数码,人工智能课程设计,实现八数码的两个搜索算法-eight digital, artificial intelligence curriculum design, realization of the two eight digital search algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:77609
    • 提供者:caiyitang
  1. eight-num.tar

    0下载:
  2. 八数码小游戏,人工智能很著名的问题,作的不好,请多指教。-eight small digital games, artificial intelligence is a well-known problem for the poor, please enlighten.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:132356
    • 提供者:junjun
  1. AI-eightnumber

    0下载:
  2. 实现八数码自动有初始状态到达目标状态,并显示输出各步走向.-achieve eight digital automatic initial state at the target state, and that each step toward output.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1569
    • 提供者:wsq
« 1 2 3 4 5 67 8 9 10 11 ... 27 »
搜珍网 www.dssz.com