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

搜索资源列表

  1. puzzle

    0下载:
  2. 通过c语言写项一个回朔法用来走迷宫的小程序-Through c language of a retrospective method for small Maze procedure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:15220
    • 提供者:zjw
  1. QQ

    0下载:
  2. 这是一个关于迷宫游戏的BASIC程序,可以生成根据输入宽度和高度生成随机迷宫,且保证有且只有一条通路。-This is a BASIC game on the maze procedure, can be generated according to input width and height to generate a random maze and ensure that there are and there is only one access road.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1425
    • 提供者:郑志敏
  1. migong

    0下载:
  2. 迷宫问题 的c语言实现算法。在数据结构中是很重要的一个问题。-Maze problem algorithm c language. In the data structure is very important to a problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:879
    • 提供者:冷月X
  1. codes

    0下载:
  2. C应用源代码.包括贪心食,迷宫源码,绝对的好东西-C application source code. Including greedy food, maze-source is definitely a good thing
  3. 所属分类:Windows Develop

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

    0下载:
  2. 解决迷宫问题的程序,能求出迷宫的输出路径。-Solve the maze procedure to derive the output path of the maze.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:77517
    • 提供者:毛宗禹
  1. ARQ23

    0下载:
  2. 一个有用的ARQ代码,对于初学者有帮助,理解自动请求重传有帮助。-A useful ARQ code, help for beginners, understanding ARQ helpful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:35702
    • 提供者:xiongjun
  1. migong_2

    0下载:
  2. 开发环境visual studio 2005 实现的是一个小的可以在图片上点击实现搜索最短路径的迷宫类的东西。所有源码都在。-Visual studio 2005 development environment to achieve is a small can in the picture by clicking on the realization of search the shortest path a maze of things. All source code in.
  3. 所属分类:Windows Develop

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

    0下载:
  2. 关于迷宫求解的一个通常解法,大家相互参考一哈吧,认真分析还是能解决的,数据结构的经典题型-On solving a maze is usually solution, we let each other with reference to a Kazakh, a careful analysis, or can be resolved, the data structure of the classic questions
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:12125
    • 提供者:jianping
  1. migong

    0下载:
  2. 迷宫 已经定义好迷宫的障碍 找出所有可以走出迷宫的路径-Maze has been an obstacle to the definition of a good maze to find out all we can get out of the path of the maze
  3. 所属分类:GUI Develop

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

    1下载:
  2. 编写一个程序求解迷宫问题。迷宫由m行n列的二维数组设置,0表示无障碍,1表示有障碍。设入口为(1,1),出口为(m,n),每次只能从一个无障碍单元移到周围四个方向上任一无障碍单元。编程实现对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 算法输入:代表迷宫入口的坐标 算法输出:穿过迷宫的结果。 -The preparation of a program to solve maze problems. Maze by m lines n set out in two
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:132322
    • 提供者:罗子
  1. cytestms18migong

    0下载:
  2. 一个迷宫问题的算法,详细的描述了迷宫的绘制、求解过程。-The issue of a maze algorithm, a detailed descr iption of the maze of the map, the solution process.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:32061
    • 提供者:lqiang
  1. migong

    0下载:
  2. 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Loo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1676
    • 提供者:吕璐
  1. mouse

    0下载:
  2. 一个简单的迷宫程序,需要输入矩阵,1代表墙,0代表通路,输出走出迷宫的路径-A simple maze procedure, need to enter the matrix, 1 representative of the wall, 0 on behalf of access, the output of the path out of the maze
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:6765
    • 提供者:ly
  1. MFC

    0下载:
  2. 用C++面向对象方法写的程序,实现了模拟“海龟过迷宫”-With C++ Object-oriented method to write the procedures for the realization of a simulation of sea turtles off the maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:42932
    • 提供者:liuhongliruc
  1. migong

    0下载:
  2. C语言的迷宫程序 只能实现查找路径 需要自己构造迷宫-C language maze procedure only to find the path to achieve the needs of their own maze constructed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1331
    • 提供者:hehe
  1. migong

    0下载:
  2. 运用c++ 实现迷宫问题,算法比较紧简单,-Use c++ Achieve maze problem, the algorithm relatively simple,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1055
    • 提供者:
  1. Maze32

    0下载:
  2. 一个迷宫的小游戏!而且完美随机生成迷宫,且游戏难度分成3个不同的等级-A maze of small game! And randomly generated a perfect maze, and the difficulty of the game is divided into three different grades
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:58737
    • 提供者:hyh
  1. lyj3

    0下载:
  2. 一个用C++写的兔子走迷宫游戏,用键盘上的方向键控制兔子走动,左边为小地图,右边为大地图,地图都是随机产生的,建议先到左边! -One with C++ Written rabbit Maze game, using the arrow keys on the keyboard to control the rabbit around the left for small maps, the right for the big map, maps are randomly generated,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:145245
    • 提供者:刘佳
  1. zou_migong

    0下载:
  2. 超酷小鼠走迷宫问题,经典算法与数据结构问题-Cool mouse Maze problems, the classic algorithm and data structure issues
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2609
    • 提供者:weishantc
  1. MIGONG

    0下载:
  2. 迷宫的完整设计过程报告,包括调试结果。在编程软件上得到验证过的,完全可以使用-Maze complete design process, including debugging results. In the programming software has been verified, can be used
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:41187
    • 提供者:洋洋
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 40 »
搜珍网 www.dssz.com