搜索资源列表

  1. AI1

    0下载:
  2. 人工智能,一个8数码问题的解决,Java实现,采用A*算法。-a solution to eight number qusetion
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:betty
  1. eight

    0下载:
  2. 利用C#编写的八数码程序,由自己完成游戏,不是计算机自动完成-The use of C# written in eight digital process to complete the game by themselves, not a computer auto-complete
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:53248
    • 提供者:胡鹏伟
  1. eight

    0下载:
  2. 采用A*算法解决九宫格谜题,代码附有注释-Using A* algorithm to solve the puzzle TICTACTOEMIDLET
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:lzx
  1. eightpuzzle

    0下载:
  2. eight puzzle using RBFS and A* search and manhattan distance heuristic function
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:19456
    • 提供者:sam
  1. Eight

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。全部使用C语言完成的-Eight queens problem is an old and well-known problem is a typical Example backtracking algorithms. All done using the C language
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:210944
    • 提供者:mhj
  1. 8-queen

    0下载:
  2. 通过遗传算法实现八皇后的求解问题,用MFC实现可视化操作,界面很漂亮,算法是改良的遗传算法-Through the genetic algorithm for solving the eight queens problem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1906688
    • 提供者:Bill Gates
  1. AI

    0下载:
  2. this my sample code : code of eight numbered puzzle
  3. 所属分类:其他游戏

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:cheezee
  1. 8number

    0下载:
  2. 使用 人工智能里面的 A算法 解决八数码问题 使用C语言进行编写的-A method using artificial intelligence inside the eight-puzzle problem solving using the C language written in
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:朱玄
  1. eight-sorting-algorithm

    0下载:
  2. C++八种排序算法源码包括:BubbleSort InsertionSort QuickSort RadixExch radixLSD SelectionSort ShakerSort ShellSort-C++ source code, including eight sorting algorithm: BubbleSort InsertionSort QuickSort RadixExch radixLSD SelectionSo
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:139264
    • 提供者:lite
  1. eight

    0下载:
  2. 基于java的八数码,深度优先搜索,gui-Eight java-based digital, depth-first search, gui
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:牛彦清
  1. 3

    0下载:
  2. The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard such that none of them are able to capture any other using the standard chess queen s moves. The queens must be placed in such a w
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Mahmood
  1. eight

    0下载:
  2. 八方块移动游戏要求从一个含8个数字(用1-8表示)的方块以及一个空格方块(用0表示)的3x3矩阵的起始状态开始,不断移动该空格方块以使其和相邻的方块互换,直至达到所定义的目标状态。空格方块在中间位置时有上、下、左、右4个方向可移动,在四个角落上有2个方向可移动,在其他位置上有3个方向可移动-eight
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:chen
  1. eight-number

    0下载:
  2. 八数码的三种解法:A算法,广度优先,深度优先-Three Solutions to eight digital: A algorithm, breadth-first, depth first
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:977920
    • 提供者:毛毛
  1. eight

    0下载:
  2. 八数码拼图游戏的求解程序,通过双向广度优先搜索算法,输出最优解的路径.-Eight digital jigsaw puzzle solving process, through bi-directional breadth-first search algorithm, the optimal solution output path.
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zhuwc
  1. eight.queens

    0下载:
  2. 八皇后问题的高效解法-递归版An efficient method for the eight queens problem - recursive version -An efficient method for the eight queens problem- recursive version
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:utub
  1. eight-puzzle

    0下载:
  2. 人工智能八数码拼图游戏的设计与实现(C++语言)-Eight artificial intelligence design and implementation of digital jigsaw puzzle (C++ language)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:214016
    • 提供者:zaini
  1. Eight

    0下载:
  2. 经典的八数码问题,学生时代必须要掌握的代码,很实用的java代码-Eight classic digital issues, a student must master code, java code is very useful
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:sugar
  1. eight-queens-problem

    0下载:
  2. eight queens problem;e ight queens problem;e ight queens problem;e ight queens problem;e ight queens problem;eight queens problem;-eight queens problem;
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:shede223
  1. Eight

    0下载:
  2. VC++写的八数码问题求解,带求解过程,用双向BFS,Astar,即IDAstar多种方法实现,附带多种算法比较。-VC++ to write the eight digital problem solving, with the solution process, with bi-directional BFS, Astar, which IDAstar a variety of methods to achieve, compare
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2054144
    • 提供者:YUANZX
  1. eight

    0下载:
  2. 八数码问题,用VC++实现,是比较基础的人工智能算法-Eight digital problem, with VC++ implementation, it is more based on artificial intelligence algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:326656
    • 提供者:xielin
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org