CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 迷宫

搜索资源列表

  1. Maze

    0下载:
  2. 小人走迷宫的小Java游戏,在此基础添加声音等,基本框架已完善成型,可供在校学生参考。-Curs Maze little Java games, on this basis, adding sounds, the basic framework has been perfect shape, for in-school students for reference.
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:57456
    • 提供者:陈瑾
  1. maze_back

    1下载:
  2. 电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数-Computer Mouse Maze algorithm is a function that contains a maze search and sprint
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:86721
    • 提供者:钱江潮
  1. maze

    0下载:
  2. 迷宫求解问题。程序中已经建好了一个数组作为迷宫数组。然后进行试探,输出迷宫从起点到终点的路径。-Maze solving the problem. The program has been built as a maze of an array of arrays. And then test the output from the beginning to the end of the maze path.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1141
    • 提供者:dong8499
  1. axing

    0下载:
  2. 利用a星算法来走迷宫的C++实例。console下运行,a星算法比较简洁明了,便于学习-The use of a satellite algorithm to Maze in C++ examples. console running, a star algorithm is relatively simple and clear, easy to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:9794
    • 提供者:温智君
  1. maze

    0下载:
  2. 走迷宫的小程序:8*8的小迷宫,可以随机自动生成,左上角为起点,右下角为终点,0代表通,1代表不通;行走方向有八个(不是四个),方向代号由正南起,逆时针依次是0到7.迷宫路径以8表示,最后生成的迷宫路径记录中,第一个坐标和第二个坐标表示横、纵坐标,第三个表示在当前位置时出路的方向。程序可以自动识别无出路的迷宫。到目前为止测试没出现问题!-Maze small program: 8* 8 a small maze, you can randomly auto-generated upper-lef
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:253356
    • 提供者:刘勇
  1. migong

    0下载:
  2. VC实现迷宫问题,用穷举法找出一条路径,用递归形式的算法求得迷宫中所有可能的通路,以方阵形式输出迷宫及其通路. -VC to achieve maze problems,and use brute-force method to find a path,using the recursive form of algorithm to seek all possible paths in the maze in order to form the output matrix and the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:167751
    • 提供者:mfw
  1. unknownpalace

    0下载:
  2. 一个小人走迷宫,描述了如何走出的迷宫的具体的走法与算法-A villain Maze, describes how to get out of the maze of concrete walk method and algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-07
    • 文件大小:1930224
    • 提供者:叶碧
  1. mazegames

    0下载:
  2. 一款java设计的游戏,走迷宫,用于初学者理解java语言-Design of a java game, Maze, for beginners to understand java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:10052
    • 提供者:罗云峰
  1. migong

    0下载:
  2. 迷宫是一款非常实用的游戏.这是该游戏的程序.-A program of kigong!
  3. 所属分类:Game Program

    • 发布日期:2017-03-25
    • 文件大小:170384
    • 提供者:李军
  1. MouseGame1.1

    0下载:
  2. 老鼠走迷宫,简单的游戏源代码,可以学习很多-Mouse Maze, a simple game source code, you can learn a lot
  3. 所属分类:Game Program

    • 发布日期:2017-04-06
    • 文件大小:181525
    • 提供者:yangweili
  1. ScapeMan

    0下载:
  2. 自己用MFC做的小游戏,迷宫小游戏,有三关,但音乐-A game
  3. 所属分类:Graph program

    • 发布日期:2017-05-22
    • 文件大小:7080577
    • 提供者:暴龙
  1. WinGame

    0下载:
  2. 采用VC6开发的一个迷宫小游戏,可以直接调试运行。适合游戏开发入门。-The development of a maze using VC6 games, can be directly commissioning. Entry for game development.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:196714
    • 提供者:yywwin
  1. migong

    0下载:
  2. 迷宫课程设计,已经试验多次能够实现,希望对大家有用。-Maze course design has been tested many times to achieve, we want to be useful.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:59403
    • 提供者:jiajia
  1. PUzzll-OpenGL

    0下载:
  2. 三维迷宫,用OpenGL在VC++下开发,实现了三维漫游的功能-3D
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:5870093
    • 提供者:Forrest
  1. TheProgramofDataStructure

    0下载:
  2. 数据结构实验:包括基本实验代码,霍夫曼书,最短路径,排序算法,计算器,迷宫算法等经典算法的完整代码实现。所有代码均已完成上机实验调试成功。-Experiment data structure: the basic experiment code, Hoffman book, the shortest path, sorting algorithms, calculators, and other classical algorithm maze algorithm to achieve the
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:4041072
    • 提供者:lilil
  1. Maze

    0下载:
  2. 走迷宫,迷宫搜索算法,对于一个任给的迷宫,给定入口,自动给出出口及走迷宫的路径-Maze, maze search algorithm, for a term to the maze, given the import, export and automatic paper path Maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:832
    • 提供者:张晓东
  1. MazeShow

    0下载:
  2. 基于OpenGL的三维迷宫程序,自动随机生成迷宫,并以第一人称视角漫游-An OpenGL Based Maze Navigation Programme
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:641508
    • 提供者:杨飞
  1. maze

    0下载:
  2. 迷宫问题,C++编写,codeblocks环境下,可以用vc打开我的主文件,自己编译-Maze problem, C++ written, codeblocks environment, you can use vc to open my main file, compile it yourself
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:17539
    • 提供者:
  1. migong

    0下载:
  2. 数据结构中的迷宫问题算法,根据严蔚敏版的数据结构书上的要求编写的。-Maze problem data structure algorithms, according to Yan Wei Min version of the book on data structure request.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:180921
    • 提供者:wuyichen
  1. mazeSolving

    0下载:
  2. 可执行的经典问题——迷宫求解(数据结构)程序-Classic problem of the executable- maze solving (data structure) program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:126033
    • 提供者:唐新
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com