搜索资源列表

  1. N-puzzle

    0下载:
  2. N迷游戏问题(拼图类)可以支持3--35迷
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:41828250
    • 提供者:123
  1. N-puzzle

    0下载:
  2. N迷游戏问题(拼图类)可以支持3--35迷-N vagus game questions (puzzle type) can support the 3- 35 fans
  3. 所属分类:游戏

    • 发布日期:2024-05-14
    • 文件大小:41828352
    • 提供者:123
  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-14
    • 文件大小:2048
    • 提供者:张三
  1. EightPuzzle

    0下载:
  2. Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:Duc Dung
  1. puzzle

    0下载:
  2. 在一个n*n 矩阵中找到 沿着八个方向搜索,找长度大于4并且字典中包含的单词。-N* n in a matrix along the eight found in the direction of search, to find the length of more than 4 and the word dictionary is included.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:杨超
  1. 8

    0下载:
  2. 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:phil
  1. npuzzle

    0下载:
  2. 用java写的一个解8-puzzle直到n-puzzle的软件,会清晰的显示步骤和算法。使用的是ai中的一个算法-Using java to write an 8-puzzle solution until the n-puzzle software, will clearly show the steps and algorithms. Use of an algorithm for ai
  3. 所属分类:游戏

    • 发布日期:2024-05-14
    • 文件大小:2073600
    • 提供者:钱祥隽
  1. Calcoolation_SourceVS2005

    0下载:
  2. "Calcoolation" is a puzzle game that at first looks like the popular Sudoku. Just like in Sudoku, you have an N x N matrix, where the digits 1 through N must be placed in each column and in each row without repetition. T
  3. 所属分类:其他游戏

    • 发布日期:2024-05-14
    • 文件大小:24576
    • 提供者:vddh
  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-14
    • 文件大小:4096
    • 提供者:rrc
  1. hnpuzzle

    0下载:
  2. n-puzzle problem in c-n-puzzle problem in c++
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:36864
    • 提供者:gayathri
  1. puzzle

    0下载:
  2. 大于3的任意n×n的拼图游戏,附带使用说明-This program can automatically solve n puzzle games,
  3. 所属分类:游戏

    • 发布日期:2024-05-14
    • 文件大小:190464
    • 提供者:芦荟
  1. Puzzle

    0下载:
  2. 任意m * n的拼图的BFS最快解。进行了裁剪优化。最多支持5 × 5-Any m* n the puzzle the fastest solution BFS. Were cut optimization. Up to 5 × 5
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:WuHanyu
  1. puzzle

    0下载:
  2. 能输入一个N*M矩阵代表迷宫分布,指定入口出口后,程序自动搜索从入口到出口的路径。-You can input a N*M matrix to represent a maze ,define an entrance and exit,this program will search the way from entrance to exit .
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. game n-puzzle for mobile,code java
  3. 所属分类:其他游戏

    • 发布日期:2024-05-14
    • 文件大小:68608
    • 提供者:lamthuy
  1. AStart

    0下载:
  2. A*算法解决N数码问题演示程序,可以学习到很多Java的Swing编程,关于窗口背景,combox,textfield,图标显示到托盘等,同时拖过程序的界面演示,可以轻松掌握A*算法。-A* algorithm to solve the N puzzle problem demo program, you can learn a lot of Java Swing programming, about the background of
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:1536000
    • 提供者:czs
  1. N-puzzle

    0下载:
  2. yi ge jiu gong ge you xi -A N puzzle game , generate sloveable game only, applied save/load function
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:胡紫
  1. N-Puzzle

    0下载:
  2. 软件学院实训阶段三任务3 - 挖迷宫,拼图并设计优化方案-Software Engineering Training Stage Three Task 3- digging maze, puzzle and design optimization
  3. 所属分类:其它源码

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:yuchen
  1. Puzzle

    0下载:
  2. 人工智能课程,N数码问题java代码实现。-Artificial Intelligence course, N digital issue java code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:young
  1. N-Puzzle

    0下载:
  2. Game N-Puzzle: 3x3, 4x4, 5x5
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:219136
    • 提供者:ziz1907
  1. 启发式搜索A算法

    0下载:
  2. 启发式搜索的定义、估价函数和算法过程,并利用A*算法求解N数码难题,理解求解流程和搜索顺序(The definition, evaluation function and algorithm process of heuristic search, and A* algorithm is used to solve the N digital puzzle, and the solution flow and search order
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:214016
    • 提供者:anbao
« 12 3 »

源码中国 www.ymcn.org