搜索资源列表

  1. EightPuzzles

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

    • 发布日期:2024-05-10
    • 文件大小:96256
    • 提供者:niugeur
  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

    • 发布日期:2024-05-10
    • 文件大小:106496
    • 提供者:顾小军
  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. 所属分类:多媒体编程

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:王涛
  1. 8puzzle

    0下载:
  2. This a utility which introduces the user to the 8 puzzle
  3. 所属分类:其他游戏

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

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

    • 发布日期:2024-05-10
    • 文件大小:2485248
    • 提供者:小风
  1. 8puzzle

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

    • 发布日期:2024-05-10
    • 文件大小:16384
    • 提供者:Kevin Tuan
  1. Puzzle

    0下载:
  2. 实现8张图片的拼接,锻炼思维,从而助拓展思维-8 picture realize splicing, exercise ideas, and thus help expand thinking
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1160192
    • 提供者:crazyboy
  1. puzzle

    0下载:
  2. [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [
  3. 所属分类:游戏

    • 发布日期:2024-05-10
    • 文件大小:518144
    • 提供者:mj
  1. 8-Puzzle

    0下载:
  2. 8-Puzzle Problem solving using Artificial Intelligence
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:Hoang
  1. 8puzzle_Astar

    0下载:
  2. An A-star algorithm for solving 8-puzzle problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:iman
  1. BigStockDesign-1109

    0下载:
  2. Game 8 puzzle Game 8 puzzle Game 8 puzzle-Game 8 puzzle Game 8 puzzle Game 8 puzzle Game 8 puzzle Game 8 puzzle
  3. 所属分类:金融证券系统

    • 发布日期:2024-05-10
    • 文件大小:860160
    • 提供者:Hanh Ngo
  1. puzzle

    0下载:
  2. 有一个迷宫,用一个二维数组maze[1: m][1: n]表示,其元素值只有两个:0与1。其中以值0表示该位置可以走通,以值1表示该位置阻塞。在迷宫的左上方maze[1][1]处有一入口,右下方maze[m][n]处有一出口,如图1-1所示。现要求探寻从迷宫入口到出口有无通路;若有,则指出其中一条通路的路径:将迷宫数组中通路上的0替换成另一数字(例如8),输出找到通路的迷宫数组;同时按照走通的顺序输出路径上每一步的位置坐标及向下一步前进
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:张三
  1. 8-puzzle-genetic

    0下载:
  2. It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algo
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:ramin
  1. n-puzzle

    0下载:
  2. n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:rrc
  1. 8puzzle

    0下载:
  2. Descr iption the 8-puzzle for lisp.
  3. 所属分类:游戏

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:jrmx
  1. Puzzle

    0下载:
  2. 8-puzzle game with search strategy
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:Shiva
  1. 8-Puzzle-2.0-With-Numbers

    0下载:
  2. This Source For 8 Puzzle With C# This Program Is Professional 8 Puzzle With A* And HilCliming
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:680960
    • 提供者:hamed
  1. 8-puzzle-v2

    0下载:
  2. AI 8 puzzle solver: version 2 of 9 block 8 puzzle solver
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:dudu
  1. matlab-8-puzzle-master

    0下载:
  2. matlab-8-puzzle-master.zip
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:88064
    • 提供者:Basid
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org