CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - depth first

搜索资源列表

  1. 8_nums

    0下载:
  2. 一个九宫问题的源码,a星算法,深度优先广度优先算法都有-a JiuGongTu the source, a Star algorithm, depth-first algorithm has breadth priority
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:46073
    • 提供者:小熊·
  1. Battlefield_C_2008

    0下载:
  2. This application is a battlefield simulator game with three types of units: Infantry, Cavalry, and Artillery. The map consists of several different terrain types lined in a six-sided-square grid as seen in many turn-based video games. The computer pl
  3. 所属分类:Game Engine

    • 发布日期:2017-03-28
    • 文件大小:467899
    • 提供者:vddh
  1. ChnChess

    0下载:
  2. 本程序在Windows98下用VC6.0编译通过,所使用位图来源于“象棋大师”教学软件, 设计和改进时参考了BorlandC++3.1的国际象棋程序和陈成涛所写的“中国象棋程序”。 在算法上采用有界深度优先Alpha-Beta剪枝递归搜索技术-The program under Windows98 using VC6.0 to compile, the use of bitmap from " Chess Master" teaching software design and
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:456175
    • 提供者:guanmj
  1. huarongdao

    0下载:
  2. “华容道”游戏解法的研究与实现 “华容道”是中国古代传统单人玩的拼板类游戏。虽然以前多次见到报刊、网络有具体解法的报道,但未见到有对此游戏全面的分析和通用局的计算机解法的描述。为此,作者采用改进的非递归深度优先算法对《华容道》通用局的解法进行了全面的分析和论证。随后通过编程实现了这一通用解法,并通过对当前常见的几十个布局进行了测试,从而验证了分析结论及其有效性。-" Huarong" Research and implementation of the game solut
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:1082224
    • 提供者:gh
  1. skode

    0下载:
  2. 自己用c++编写的计算数独的程序。使用枚举法,深度优先搜索得出结果。不能判断是否有多解。适合初级程序员参考。-Their written using c++ calculate the number of separate procedures. Enumeration method used, the outcome of depth-first search. Can not determine whether the multiple solutions. Junior programme
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:590
    • 提供者:vidfa
  1. TileProblem.tar

    0下载:
  2. This is simulation of classic 15 tile puzzle problem solver. It has capability to solve the problem using artificial intelligent techniques of depth first search and A-star search. This project is completely done in netbeans for running game requ
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:22182
    • 提供者:ravi
  1. AIprogram3

    0下载:
  2. 用c++语言实现井字棋的游戏,要求要用深度优先搜索的算法。-Written in c++ language realization, well character chess game with requires depth first search algorithm.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:66930
    • 提供者:郑娟娟
  1. qishixunyou

    0下载:
  2. 国际象棋棋盘的骑士巡游问题,深度优先,穷举搜索-Chessboard knight tour problem, depth first, exhaustive search
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:769456
    • 提供者:znt
  1. Maze

    0下载:
  2. 自己用Java写的一个随机生成迷宫程序,采用深度优先算法生成迷宫,模拟小老鼠走迷宫。-A randomly generated maze procedure written in Java, using depth-first algorithm to generate a maze to simulate the maze of little mice.
  3. 所属分类:Other Games

    • 发布日期:2017-03-28
    • 文件大小:3079
    • 提供者:exfoide
  1. BFS_DFS

    0下载:
  2. Breath First Search and Depth First Search
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:4489
    • 提供者:sultan
  1. EightQueen_bcb6

    0下载:
  2. (This is Borland C++Builder version) The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so was originally proposed in 1848 by the chess player Max Bezzel, and over the years, many mathematicians, including
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:293915
    • 提供者:yout
  1. EightQueen_java

    0下载:
  2. (This is Java version) The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so was originally proposed in 1848 by the chess player Max Bezzel, and over the years, many mathematicians, including Gauss, have wo
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-25
    • 文件大小:121125
    • 提供者:yout
  1. EightQueen_vb

    0下载:
  2. (This is Visual Basic 6 version) The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so was originally proposed in 1848 by the chess player Max Bezzel, and over the years, many mathematicians, including Gaus
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:32042
    • 提供者:yout
  1. EightQueen_vs2008

    0下载:
  2. (This is VS2008 version) The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so was originally proposed in 1848 by the chess player Max Bezzel, and over the years, many mathematicians, including Gauss, have
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:168063
    • 提供者:yout
  1. knight

    0下载:
  2. 基于Java,使用GUI界面完成的国际象棋骑士遍历棋盘的问题。深度优先和广度优先皆有使用!-Completed using the GUI interface based on Java, chess knight traverse chessboard. The depth-first and breadth-first are both used!
  3. 所属分类:Games

    • 发布日期:2017-12-05
    • 文件大小:63830
    • 提供者:谢力
  1. src

    0下载:
  2. 基于java实现的迷宫生成小程序,采用深度优先算法实现-Achieve maze based java applet is generated using a depth-first algorithm
  3. 所属分类:Other Games

    • 发布日期:2017-11-23
    • 文件大小:2810
    • 提供者:曾翔
  1. pathsearch

    0下载:
  2. 推箱子的搜索算法 采用深度优先的A*算法 算法具有拓展性-The Sokoban of depth-first search algorithm using A* algorithm algorithm scalability
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-22
    • 文件大小:278831
    • 提供者:好好噶
  1. code

    0下载:
  2. maze迷宫游戏,vc编译,本游戏源码迷宫游戏,学习如何深度优先遍历,迷宫游戏源码仅供参考-maze maze game, vc compiler source code for this game maze game, learn how depth-first traversal, maze game source code for reference only.
  3. 所属分类:Game Program

    • 发布日期:2017-11-16
    • 文件大小:43369
    • 提供者:孔祥稀
  1. jyyEight_Num_Fengart

    0下载:
  2. 八数码问题的解决,包括三种路径的查找最优解,例如:深度优先查找,广度优先查找。-Eight digital problem solving, including three kinds of paths to find an optimal solution, for example: depth-first search, breadth-first search.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-25
    • 文件大小:8504814
    • 提供者:jyy
  1. Maze-Generration-and-routing

    1下载:
  2. 设计算法生成一个N×M(N行M列)的迷宫,完成迷宫的组织和存储。实现两种不同的迷宫路由算法:广度优先和深度优先算法,并比较(包括理论和实验)两种方法的时间复杂性。-Design algorithm to generate a NM (N rows and M columns) of the maze, the maze to complete the organization and storage. Achieve two different maze routing algorithms:
  3. 所属分类:Other Games

    • 发布日期:2017-04-24
    • 文件大小:74446
    • 提供者:周利
« 12 »
搜珍网 www.dssz.com