搜索资源列表

  1. 8puzzle

    0下载:
  2. solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.-solve the 8-puzzle problem using A * algori thm. Definitely written by my self. NBS also include gra
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:19118
    • 提供者:jinghe
  1. 57130.45916033

    0下载:
  2. 人工智能八数码源代码 启发式搜索解决八数码问题的源代码 8数码难题算法,界面比较漂亮。操作简单-eight digital artificial intelligence heuristic search the source code to solve the problem eight digital source code 8 puzzle algorithm, interface more beautiful. Simple o
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2485362
    • 提供者:小风
  1. pythonsudoku-0.11

    0下载:
  2. Sudoku puzzle generation implemented by Python
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:204419
    • 提供者:dick law
  1. 8puzzle

    0下载:
  2. 8puzzle game by Java This program can automatically solve 8 puzzle games with Manhattan approach and show each step.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:16656
    • 提供者:Kevin Tuan
  1. 人工智能(课程)

    0下载:
  2. 其中readme是整个程序的要求,1.txt是测试程序,hw3.java是编写的程序。主要是为了实现8-puzzle问题(手机上都有的那个小游戏,9个格子,8个数字,让你移动到一种终止状态)。-readme which is the entire process, 1.txt test procedures hw3.java preparation procedures. Major is to achieve 8-puzzle (th
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:106654
    • 提供者:顾小军
  1. Puzzle

    0下载:
  2. 实现8张图片的拼接,锻炼思维,从而助拓展思维
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1160982
    • 提供者:crazyboy
  1. 8puzzlesolve

    0下载:
  2. This an 8-puzzle solver. You input the current state of your annoying little 8 puzzle and it ll use the Hillclimbing Algorithm to calculate a list of moves which you can use to solve the puzzle. It is written in C++ with
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:5936
    • 提供者:王涛
  1. 8puzzle

    0下载:
  2. This a utility which introduces the user to the 8 puzzle
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:44542
    • 提供者:葛進成
  1. 皇后之謎

    0下载:
  2. this small program to give one possible solution of the 8 queens puzzle...
  3. 所属分类:棋牌游戏

  1. 8puzzle

    0下载:
  2. 求解八数码难题,用广度优先得最优解。用Visual c++6.0编译运行。-Solving eight digital problem, with a breadth-first optimal solution. Using Visual c++ 6.0 compiler to run.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:蒋海苏
  1. pythonsudoku-0.11

    0下载:
  2. Sudoku puzzle generation implemented by Python
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-21
    • 文件大小:203776
    • 提供者:dick law
  1. 8Puzzle_by_ShuYiLi

    0下载:
  2. 用以解簡單的8Puzzle,可解3×3至5×5,另有練習模式-For the solution of simple 8Puzzle, solvable 3 × 3 to 5 × 5, and another practice mode
  3. 所属分类:按钮控件

    • 发布日期:2024-05-21
    • 文件大小:7410688
    • 提供者:李恕毅
  1. eightnums

    0下载:
  2. 八数码拼图程序源码,可以实现初始8个数码顺序到目标8个数码顺序的自动拼图-Eight digital jigsaw program source code, can achieve the initial eight digital sequence to the target sequence of eight digital automatic puzzle
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:82944
    • 提供者:harderwu
  1. 8puzzle

    0下载:
  2. 这是一个非常好的程序,主要用来解决模糊变结构控制问题,是我导师给我的,现在和大家分享。-fsekjl dfsdfj psdfsdf sdfklsdjfopsd
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:李华青
  1. 8Puzzle

    0下载:
  2. This an example of solving 8puzzle problem by computer-This is an example of solving 8puzzle problem by computer
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:ersin 莽elik
  1. 8puzzle(C)

    0下载:
  2. A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:51200
    • 提供者:吴超前
  1. AIpuzzle

    0下载:
  2. 使用A*算法 双向搜索实现的8PUZZLE问题-Bi-directional search using the A* algorithm implementation issues 8PUZZLE
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:Raistlin
  1. 8puzzle

    0下载:
  2. 8数码难题求解,3*3矩阵,输入初始状态和最终状态,编译运行观察运动步骤。-8 digital problem solving, 3* 3 matrix, enter the initial state and final state, the compiler is running observe the movement step.
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:韩俊华
  1. Puzzle

    0下载:
  2. 八数码问题的爬山法,首选爬山法,随机重启爬山法,退火算法的实现以及比较。(This code solve 8-puzzle problem using hill climbing and simulated annealing. And then I compare with each other.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:450560
    • 提供者:情杀
  1. 15Puzzle

    0下载:
  2. 8/15 puzzle C# implementation using A * (A Star) Algorithm.
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:78848
    • 提供者:adrenaline96
« 1 2 3 4 56 7 8 9 10 11 12 »

源码中国 www.ymcn.org