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

搜索资源列表

  1. atomization

    0下载:
  2. 本文档实现opengl的纹理贴图,光照,摄像机漫游,含有随机球和迷宫,含有三种物体贴图,三种光源的切换-This document realize opengl texture map, illumination, camera roaming, has random ball and maze, contains three kinds of object map, three of the light switch
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:6898
    • 提供者:王雁
  1. Maze32

    0下载:
  2. 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构-Implemented in C maze solving algorithm. Graphical interface, the solution process with reference to the depth-first search, then the matrix generated by the maze, using the stack as the storage st
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5266948
    • 提供者:杨萝卜
  1. maze

    0下载:
  2. 这是一个c语言编写的迷宫小程序,不过没有使用MFC,只是最初级的DOS操作界面。-C This is a small program written in a maze, but did not use MFC, only the most junior of the DOS interface.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:192562
    • 提供者:Gao
  1. mazes

    0下载:
  2. 一个C++的迷宫小游戏,益智的过关的游戏,可以供大家初步学习C++;基本的代码已实现。-A C++ maze games, puzzle games cross the border, can be used for all preliminary study C++ basic code has been achieved.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-14
    • 文件大小:3502180
    • 提供者:孟祥远
  1. 电脑鼠比赛的源码

    1下载:
  2. 本源码为去年湖南赛区参加电脑鼠比赛的源码能够实现连续转弯和迷宫的快速搜索。下载即用-The source for the Division to participate in Hunan last year, the source computer mouse game to achieve a continuous maze of turns and quick search. Download-use
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2012-12-14
    • 文件大小:137777
    • 提供者:hekai
  1. maze

    0下载:
  2. 数据结构迷宫算法的例子,随即产生一个迷宫,适合初学者,-The data structure of the maze algorithm example, is suitable for beginners
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-16
    • 文件大小:269457
    • 提供者:王汉顺
  1. chaptor1102

    1下载:
  2. 根据用户的要求随机生成一个三角形迷宫,用户可以指定迷宫的入口和出口的位置-produce an tri_angle pusszl
  3. 所属分类:Other systems

    • 发布日期:2014-12-13
    • 文件大小:2048
    • 提供者:
  1. Solution_Stack

    0下载:
  2. 这是用WPF编写的一个走迷宫的用户界面程序源码,可以很好地演示走迷宫的整个过程。-This is written in a maze with WPF user interface program source code, can be well demonstrated Maze of the whole process.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:179934
    • 提供者:everysleeping
  1. xiaotuzizoumigong

    0下载:
  2. 模拟了一个小兔子走迷宫的界面,并且可以让用户自己操纵兔子移动,知道走出迷宫。-Simulation of a small rabbit Maze interface, and allows user to manipulate the rabbit moved out of the maze know.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:292999
    • 提供者:李强
  1. rat_in_maze

    0下载:
  2. 基于栈数据结构的迷宫老鼠问题C语言求解,在VS2010下编写并测试通过-C language to solve maze mouse problem based on a stack data structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:776254
    • 提供者:lunm
  1. migong

    0下载:
  2. 该程序用c++实现了走迷宫的个小游戏,能够成功的运行,代码结构清晰,适合初学者去学习-The program with c++, a maze of small game, able to successfully run a clear code structure, suitable for beginners to learn
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:606341
    • 提供者:徐桀
  1. vcmigong.rar

    0下载:
  2. 用vc编程实现迷宫,用随机生成的方法生成迷宫地图。改程序提供做迷宫的详细步骤。,Vc programming implementation with the maze, using randomly generated maze map generated Ways. Changed to provide the detailed steps to do the maze.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-12
    • 文件大小:2636585
    • 提供者:wanghao
  1. MOUSEFINDWAY.rar

    0下载:
  2. 传统的老鼠走迷宫程序 通过堆栈来实现的 C++ 程序,little mouse find the right way in a maze
  3. 所属分类:Data structs

    • 发布日期:2015-09-17
    • 文件大小:221340
    • 提供者:王飞
  1. maze_pass.rar

    0下载:
  2. 以一个mXn的长方阵表示迷宫,0和1表示迷宫的通路和障碍。实现对任意设定的迷宫,求出一条从入口到出口的通道或下结论没有通道,With a long square mXn that maze, 0 and 1 that the maze of pathways and barriers. The realization of the maze of arbitrary, derived from the entrance to the exit of a channel or a conclusi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:372836
    • 提供者:zzzz
  1. main.rar

    0下载:
  2. 电脑鼠走迷宫的一种算法(周立功单片机)右手算法,搜索迷宫的初级算法。,Computer Mouse Maze an algorithm (ZLG MCU) right algorithm, the primary search algorithm for maze.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:6986
    • 提供者:李会龙
  1. labyrinth

    0下载:
  2. 迷宫图求解程序,九宫格,人工智能实验 可以在Prolog环境下,希望对大家有所帮助-Figure maze solver, squared, artificial intelligence experiments in Prolog environment, we want to help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:18646
    • 提供者:jenny
  1. maze

    0下载:
  2. 随机生成迷宫的深度遍历算法 以用使用了A*算法的小DEMO-The depth of a randomly generated maze traversal algorithm to use the A* algorithm using a small DEMO
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:2045206
    • 提供者:胡凯
  1. Maze

    0下载:
  2. 迷宫问题,算法是深度搜索,压缩包中有相应输入文件。-Solve a maze
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2738455
    • 提供者:王钊
  1. maze

    0下载:
  2. 不错的走迷宫算法~~~~~有兴趣的可以看一下-micromouse maze algorithm
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:103665
    • 提供者:neret
  1. game

    0下载:
  2. 这是一款游戏叫做迷宫吃豆的源代码, 还有它的.exe的可运行程序。想学习java下的小游戏的开发可以下载下来研究!-This is a game called maze Pac source code, there it is. Exe can run the program. Want to learn java under the development of the game can be downloaded research!
  3. 所属分类:Java Develop

    • 发布日期:2017-11-08
    • 文件大小:212058
    • 提供者:杨续
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com