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

搜索资源列表

  1. MazePath

    0下载:
  2. 本程序可以实现从既定的迷宫当中选择一条可行的通路,迷宫也可以自行设计-This procedure can be established maze from which to choose a feasible path, the labyrinth can also design their own
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:905
    • 提供者:HouZhihua
  1. Labyrinth

    0下载:
  2. c语言迷宫代码,实现了迷宫游戏所带有的相关功能-c language code maze, maze games has brought some related functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2912
    • 提供者:韦祥
  1. 20070221

    0下载:
  2. 灰鸽子源码加密解迷器-Gray pigeon labyrinth source encryption solution
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:236897
    • 提供者:ftx
  1. labyrinth

    0下载:
  2. 自己写的一个迷宫算法,通过栈来中转。 开始的时候初始化一个迷宫,为了简单,只实现了算法,没有图形界面。-Wrote it myself, a maze algorithm to transit through the stack. The beginning of the initialization of a maze, for simplicity, only the realization of the algorithm, there is no graphical interfac
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1051286
    • 提供者:张文虎
  1. 11111111

    0下载:
  2. 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并显示在屏幕上 -labyrinth
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:10672
    • 提供者:叶奇旺
  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. migong

    0下载:
  2. 一个迷宫路径求解的设计与编写思路,该程序采用C语言编写,主要使用了非递归算法和数组的运用。-A labyrinth path for solving the design and preparation of ideas, the program using C language, the main use of non-recursive algorithm and array use.
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2115
    • 提供者:tangqing
  1. labyrinth

    0下载:
  2. 求解方法是:从入口出发,顺某个方向走,若能过去,继续;否则,沿着原路返回,换方向继续走,直到所有可能的通路都被找到为止。-Solving method is: starting from the entrance, and to conform to a direction, if in the past, continue otherwise, along the same route back, changing direction to go, until all the possibl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1320
    • 提供者:张臻
  1. box

    0下载:
  2. 一个小的迷宫游戏 汇编代码 用MASM和link调试过 可用-Labyrinth Game assembly code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3991
    • 提供者:宋天辰
  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(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,j)等于1表示障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。各个命令以及相关数据的输入格式如下: 输入迷宫:C,接下来一行是m n,其中m是迷宫矩阵行数,n是迷宫矩阵列数,接下来的m行数据是迷宫矩阵,每行n个值,表示一个m*n的迷宫矩阵 求迷宫的一条通路:Q 当输入的命令为E时,程序
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:805
    • 提供者:ma
  1. migongwenti

    0下载:
  2. 迷宫问题。以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论 起点就是方阵中的(1,1)终点就是(m-1,n-1) -Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Designing a program, for any se
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:754
    • 提供者:随风而去
  1. labyrinth-client-0.6.2-bin

    0下载:
  2. metod astar where the best way is calculated
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:19709
    • 提供者:hugo
  1. migongyouxi

    0下载:
  2. 迷宫游戏,用键盘控制顺利走出迷宫者算过关-Maze game, use keyboard to control the smooth operator who pass out of the labyrinth
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:3305
    • 提供者:高商
  1. laberinto_a

    0下载:
  2. labyrinth for Visual c++ (spanish)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:12599
    • 提供者:Crievous
  1. MIGONG

    0下载:
  2. 迷宫小游戏,希望和大家一起分享,很好玩的,哈哈,快来下载吧-labyrinth
  3. 所属分类:Game Program

    • 发布日期:2017-05-10
    • 文件大小:2098259
    • 提供者:吴子君
  1. migong_all_path

    0下载:
  2. 迷宫问题,完成的是一个现实中的迷宫游戏求最短路径及所有路径的问题,本程序相对于航班信息查询系统比较简单,主要包含使用系统迷宫(可以选择迷宫的入口和出口,并输出所有路径和最短路径),使用新建迷宫(可以自己设计迷宫的大小,及所有通路,可以选择迷宫的入口和出口,并输出所有路径和最短路径),用到了栈的使用,如栈的创建、入栈、出栈等函数功能。 -Maze problem, complete the maze is a real game for the shortest path and all path
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9071
    • 提供者:lijin
  1. Puzzle

    0下载:
  2. 用c++写的迷宫程序。读者需要根据程序提示自己先在记事本上写一个0、1的阵列,再将其复制到dos命令窗口。-A labyrinth program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1081
    • 提供者:饶海清
  1. classic_C_algrithm

    0下载:
  2. 里面包括了很多经典的算法,包括 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一)等等 -Which includes many classic algorithms, including the Tower of Hanoi Fibonacci Liebasika triangular tri-color chess mouse labyrinth walk (1), etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:441489
    • 提供者:my
  1. 11

    0下载:
  2. 迷宫小车的整体电路图以及其主要的芯片资料,还有电路图-The overall circuit labyrinth car and its main chip data, there are circuit
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:1160833
    • 提供者:dq
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com