CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - maze

搜索资源列表

  1. source

    0下载:
  2. 这是简易迷宫的源程序,非常简单,对于C++初学者有很大帮助,希望大家能喜欢-This is a simple maze source code is very simple for the novice C++ helps a lot, hope everyone can enjoy ~ ~
  3. 所属分类:Windows Develop

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

    0下载:
  2. 求解c++迷宫的重要方法,源码!!!数据结构重要一课!!大家请珍惜-c++ maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1011
    • 提供者:suereagan
  1. 123

    0下载:
  2. 用VC++编小游戏 J迷宫老鼠1迷宫老鼠源程序源程序-Compiled with VC++ game J Maze Mouse Maze Mouse a source program source program
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2062387
    • 提供者:yiweian
  1. maze_pro

    0下载:
  2. 迷宫问题,用了一个类,成功解决普通的迷宫问题,源码代码清晰易懂,方便重用-Maze problems, and use of a class, successful resolution of an ordinary maze of issues, source code is clear and easy to understand, to facilitate reuse
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1042
    • 提供者:zhengjie
  1. MazeDemo

    0下载:
  2. 一款使用VC++6.0实现的走迷宫程序。通过文件输入获取地图,输入起点和终点,若有路径,将路径用“*”标记打印出来,若无路径,则输出“There is no path!”-An implementation using VC++6.0 Maze procedure. Through the file input to obtain maps, enter the start and end, if there is a path ,the path will be marked "*",othe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:42643
    • 提供者:jack
  1. zmg

    0下载:
  2. A* 算法实现走迷宫通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-A* algorithmthrough the preparation of the maze procedure to skillfully master A* algorithm.* A full understanding of algorithms and heuristic function of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1844
    • 提供者:harris
  1. MazePath

    0下载:
  2. 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。-Enter a maze of any size, using the stack find a path out of the labyrinth, and displayed on the screen. Program implementa
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:10447
    • 提供者:
  1. MazeGame

    0下载:
  2. Visual c++编的迷宫游戏~~~挺好的-Visual c++ compilation of the maze game is quite good ~ ~ ~ ~ ~ ~
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:161333
    • 提供者:wsy
  1. Game

    0下载:
  2. game maze code Please read your package and describe it at least 40 bytes in English. System will automatically delete the directory of debug and release, so please do not put files on these two directory.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:63774
    • 提供者:nio_4500
  1. migong

    0下载:
  2. windows sdk 写的迷宫程序,算法比较简单。-windows sdk write maze procedure, the algorithm is relatively simple.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:398310
    • 提供者:李文
  1. migong

    0下载:
  2. 求两点路径是一个数据结构上的典型的迷宫问题,很多数据结构的书上都有介绍,解决办法如下:从一点开始出发,向四个方向查找,每走一步,把走过的点的值+1(即本节点值+1),防止重复行走,并把走过的点压入堆栈(表示路径),如果遇到墙、或者已走过的点则不能前进…… -Seeking two path is a data structure of a typical maze, a lot of books on data structures are introduced, the solution is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:6864
    • 提供者:水生
  1. mouse

    0下载:
  2. 简单的小游戏,老鼠走迷宫,可能有点小问题,本人是新手,大家体谅体谅.-A simple little game, mice Maze, may be a bit small problem, I am a novice, we appreciate the understanding.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:4588684
    • 提供者:张宏
  1. MazeGames

    0下载:
  2. **迷宫游戏生成及最佳路径** 迷宫原理:把平面中的每个奇数坐标如:(1,3),(5,5)...设为节点,深度搜索每个节点并打通所有的路径行成随机迷宫. 最佳路径:从迷宫的入口点开始广度优先搜索每一个通道求得到达终点的最佳路径. -** Maze games maze generation and the best path** Principle: the plane coordinates of each odd-numbered, such as: (1,3), (5,5) .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2065
    • 提供者:lin
  1. mappath

    0下载:
  2. 我们数据结构的作业题,书上的一个迷宫。就是指定一个入口,程序得出出口并显示出来。-Our data structure, operating title of the book on a maze. Is to specify an entry, the program come to exports and displayed.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:805
    • 提供者:霍去病
  1. Asatr

    0下载:
  2. 利用Astar算法成功解决 迷宫问题 其中函数接口设计利于使用 用户体验一级棒 希望大家喜欢-Astar algorithm used to solve a maze problem in which the successful function of interface design favors the use of user experience hope everyone likes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1760442
    • 提供者:zhengjie
  1. cSoureOfMAZE

    0下载:
  2. 一个简单的迷宫程序 环境 visual c-A simple maze for visual c++ program
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:3800
    • 提供者:亚小暖
  1. tuzimigong

    0下载:
  2. 小游戏兔子迷宫,可选择左右两条道路,由c++编写。-Small Game Rabbit Maze
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:299115
    • 提供者:ttccdd
  1. 20624836-235-2

    0下载:
  2. here is my lab experiment about finding all possible paths in a matrix maze-here is my lab experiment about finding all possible paths in a matrix maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:693722
    • 提供者:erkan
  1. migongchengxu

    0下载:
  2. 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。-Enter a maze of any size, using the stack find a path out of the labyrinth, and displayed on the screen.
  3. 所属分类:Other windows programs

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

    0下载:
  2. 迷宫问题,有详细的注释,实现了自己设置入口出口,可找所有路径和最短路径并输出所有路径-Maze problem, there are detailed notes, to achieve its own entrance exit he could find all the paths and the shortest path and the output of all paths
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1827
    • 提供者:朱科圣
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 40 »
搜珍网 www.dssz.com