搜索资源列表

  1. number1

    0下载:
  2. 八数码的C++解法,广度优先算法完成,人工智能中难题-eight digital C solution, the breadth- first algorithm. AI problems
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:晓天
  1. Eidffakght

    0下载:
  2. 利用BFS算法解八数码问题 在3*3的方格上放着1-8数码,有一空格为0变化规则为空格可以和上,下,右,左四个相邻的数字互换, 至到和目标状态相等, 每一种状态用一个结点表示 而每个结点每次变化最多有四种结点,将这些结点依次入队列中, 例如初始结点S0,入队列后出队,将S0变化最多产生的四种结点S01,S02,S03,S04依次入队列中, 当S01出队后,产生的四种结点S11,S12,S13,S14(实际上不会
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:刘少人
  1. A星算法

    0下载:
  2. 八数码问题的A*算法.本实验的A*算法的h(n)=p(n),p(n)定义为每个将牌与其目标位置之间的距离(不考虑夹在其间的将牌)的总和,显然有p(n)=<h*(n),g(n)仍就为节点深度.-the A* algorithm. The experiment of the A* algorithm h (n) = p (n), p (n) is defined for each license its goal the distan
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:杨秀云霁
  1. 8numbers

    0下载:
  2. 八数码源程序vc++实现。做的比较好的版本。-eight digital source vc achieve. Do a good version.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:154624
    • 提供者:陈妍
  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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:264192
    • 提供者:jiaohc
  1. juigon

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

    • 发布日期:2024-05-18
    • 文件大小:34816
    • 提供者:陈相普
  1. 8num

    0下载:
  2. 使用JAVA编写的八数码问题求解程序,程序使用A*算法-use Java to prepare the eight digital problem solving procedure is the use of the A* algorithm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-18
    • 文件大小:62464
    • 提供者:alian
  1. lunwen-bashuma

    0下载:
  2. 是个八数码问题的论文,可以帮助你在做毕业设计的时候做参考.用WORD编写的用也方便-8 is the digital paper I can help you do when graduation design for reference. WORD prepared with the ease of use
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:46080
    • 提供者:黎明
  1. EightNumber1.2

    0下载:
  2. 使用模块化实现八数码问题的解决方案,实现方法科学实用-use modular realization of eight digital solutions, scientific and practical methods
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:238592
    • 提供者:Jackon
  1. rengongzineng

    0下载:
  2. 人工智能上机实验题目:自动求解八数码难题。 八数码难题:在3×3的方格棋盘上,分别放置了标有数字1,2,3,4,5,6,7,8的八张牌,初始状态S0,目标状态如下图所示,可以使用的操作有:空格左移,空格上移,空格右移,空格下移。 -err
  3. 所属分类:电子书籍

    • 发布日期:2024-05-18
    • 文件大小:805888
    • 提供者:panyy
  1. 8fdsafsdf

    0下载:
  2. 8数码问题,能有效的解决八数码问题,可以看看呀!-eight digital, can effectively solve the problem eight digital, we can!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:151552
    • 提供者:图形
  1. 8sm

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

    • 发布日期:2024-05-18
    • 文件大小:38912
    • 提供者: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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:924672
    • 提供者:我是谁
  1. eight_number

    0下载:
  2. 本程序可以实现有启发式函数的八数码搜索问题:你可以输入任何合理的初始值和中止值,就可以运行并输出最优解!-this program can achieve a heuristic function of eight digital Search : you can import any reasonable value and the initial value of the stay on the run and the output
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:64512
    • 提供者:efeffeef
  1. er2006.6.28

    0下载:
  2. 用八数码算法写的贴图游戏! 作了提示和等级设置功能!-with eight digital mapping algorithm written in the game! Tips and made grades of functional!
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-18
    • 文件大小:3055616
    • 提供者:王哲江
  1. 140019

    0下载:
  2. 基于A*算法的八数码问题的课程设计报告 设计任务:运用所学的关于搜索策略的算法(广度优先,深度优先,A*算法等)解决八数-A* algorithm based on the eight digital design a curriculum to design tasks : use study on the search strategy algorithm (breadth, depth priority, A* algorit
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:582656
    • 提供者:buleqq
  1. h3456

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

    • 发布日期:2024-05-18
    • 文件大小:28672
    • 提供者:林倾城
  1. BASHUGE1

    0下载:
  2. 此程序是解决八数码问题的。由于使用广度优先搜索,并且程序中用数组存储节点。所以只能进行比较简单的操作。-eight digital solve the problem. The use of BFS, and procedures with an array storage nodes. Therefore, only for a relatively simple operation.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:于雷
  1. Arithmetic_realization

    0下载:
  2. JAVA实现的人工智能的八数码题,不过没有界面,只能在命令窗口中显示.-JAVA of artificial intelligence that eight digital, but not the interface, the order can only display window.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:李少波
  1. AIbashuma

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

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:丁如敏
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org