搜索资源列表

  1. Taquin_v1.1

    0下载:
  2. a source code that solves the 8 puzzle problem. it uses A-star algorithm with prolog
  3. 所属分类:家庭/个人应用

    • 发布日期:2024-05-21
    • 文件大小:27648
    • 提供者:sarah
  1. eight-queens-puzzle

    0下载:
  2. 皇后问题(在8*8格的国际象棋盘上放置8个皇后,使得任意两个皇后不能互相攻击,即任何行,列或对角线上不得有两个或两个以上的皇后),打印输出皇后的位置,如在第一行第二个为01000000,以此类推逐行写出-The queen s problems (in 8* 8 s international chess on placed eight queen, make any two queen can t to fight each othe
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:小钟
  1. Newton_GDBH.tar

    0下载:
  2. 用pyhton简化的Nowton迭代,实现计算x^6=5的所有实根。适用与初学python的同学参考。同时附带GDBH问题在大于等于6时的10000次迭代范围内的正确性验证-calculate the equation : x^6=5, find all the real number x. Using python and Newton Iteration Method.Then the appendix code is about
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:若水三千
  1. Java_Eight-Puzzle

    0下载:
  2. 基于A星算法的8数码问题Java程序源代码-Java source code based on the A star algorithm Eight Puzzle
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:12288
    • 提供者:Ian_Wong
  1. PuzzleGame

    0下载:
  2. this source code is written in visual basic 8 puzzle tile I hope you enjoy it
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:43008
    • 提供者:sajjad
  1. puzzle-bfs

    0下载:
  2. This program solves the puzzle by profema of 8 DFS algorithm
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:pollo
  1. BFS

    0下载:
  2. This program implements the search algorithm depth in the 8 puzzle problem
  3. 所属分类:技术管理

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

    0下载:
  2. A* search algorithm implementation which solves 8-puzzle problem and simulates the tiles using DirectX 9
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:20890624
    • 提供者:burak
  1. puzzel-(2)

    0下载:
  2. e: C# code tha implements the Breadth-first-search (BFS) search algorithm. The program solves the 8-puzzle game using the algorithm
  3. 所属分类:文件格式

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:melhem
  1. ConsoleApplication1

    0下载:
  2. e: C# code tha implements the Breadth-first-search (BFS) search algorithm. The program solves the 8-puzzle game using the algorithm
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:melhem
  1. puzzle-(1).rar

    0下载:
  2. puzzle de 8, juego de rompecabezas aplicando busqyeda a ciegas,puzzle de 8, juego de rompecabezas aplicando busqyeda a ciegas
  3. 所属分类:其他游戏

    • 发布日期:2024-05-21
    • 文件大小:350208
    • 提供者:mery
  1. Puzzle(execude)

    0下载:
  2. this solve puzzle 8 by artificial intelligence. write by Visual c++ 2012 x64 & DirectX 9. work on windows 7 x64. -this is solve puzzle 8 by artificial intelligence. write by Visual c++ 2012 x64 & DirectX 9. wor
  3. 所属分类:DirextX编程

    • 发布日期:2024-05-21
    • 文件大小:1555456
    • 提供者:abbs
  1. 8-puzzle-(java)

    0下载:
  2. 8puzeel program by java-8puzeel program by java
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:193536
    • 提供者:may
  1. A_Star-puzzle

    0下载:
  2. 使用A星算法,解决8棋盘问题。但是有时会没有结果。-A star algorithm to solve the problem of the 8 board. But sometimes no results.
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-21
    • 文件大小:400384
    • 提供者:zijian
  1. source_code

    0下载:
  2. 八数码(启发式和广度优先搜索两种方法实现)+骑士巡游+比赛日程安排等经典问题的C++源代码-the source code of some classic problems, such as 8 puzzle question, Knight Parade, and Competition Schedule.
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. 这是一个8拼图 实现拼图的生成 绘画 查找 移动等功能-This is an eight jigsaw puzzle generation to achieve painting lookup mobile features
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:louise
  1. puzzle_Dialaog

    0下载:
  2. 采用A星算法,解决八数码问题。用的软件是Visual C++ 6.0,有图形界面。-A Star code for 8 Puzzle Problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2690048
    • 提供者:niping
  1. 8_puzzle

    0下载:
  2. 8数码问题,包含代码,可执行文件,readme,运行截图-8 puzzle, including code, executable files, readme, run shot
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 用深度优先搜索实现八数码问题,适合对java感兴趣的人作为一个有趣的练习-Depth-first Algorithm is used to implement the eight-figure puzzle, suitable for people interested in Java as a fun exercise
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 启发式搜索解决八数码问题,人工智能经典算法-Heuristic search to solve the problem of the digital, classic artificial intelligence algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:朱倩怡
« 1 2 3 4 5 6 7 89 10 11 12 »

源码中国 www.ymcn.org