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

搜索资源列表

  1. c

    0下载:
  2. 黑白棋游戏、计算器,贪吃蛇、人机游戏,天气预报,背包、彩色框设计、模拟时钟、五子棋、迷宫的C语言源程序.-Reversi games, calculators, Snake, man-machine games, weather forecasts, backpack, color box design, simulation clock, Gobang, the maze of C language source code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:17524
    • 提供者:阿铁
  1. 3970995Turtle_Maze

    0下载:
  2. 视觉画的迷宫问题 功能强大 适合于数据结构处学习和 -Painting visual maze problems powerful data structure suitable for learning and Office
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:48984
    • 提供者:136899
  1. migong

    0下载:
  2. 实现迷宫问题 用VC6.0开发 可实现迷宫问题-The question of the realization of the maze can be achieved using VC6.0 Development maze problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1725
    • 提供者:lxcnbnb
  1. maze1

    0下载:
  2. 這是一個可以產生迷宮的程式,並且只有唯一一個出口,可以讓程式自動找出口.-This is a program that can generate the maze, and only the only one exit, you can enable the program to automatically look for export.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:12959
    • 提供者:Grand Chen
  1. 3dmaze

    0下载:
  2. its a 3d maze using visual basic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:18533
    • 提供者:safaa
  1. mzae

    0下载:
  2. 本人自己写的迷宫问题,C 语言描述,刚学数据结构的时候写的- maze problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2651
    • 提供者:张贵川
  1. tcmaze

    0下载:
  2. 迷宫探险算法,一个CPP文件实现。在TC下编译生成。生成的程序是dos exe。LEFT/UP/RIGHT/DOWN 在迷宫中向左、上、右、下走一步。走过的路线显示为黄色,回头路显示为红色。-Adventure maze algorithm to achieve a CPP file. TC compiled in the next generation. Procedure is generated dos exe. LEFT/UP/RIGHT/DOWN in the maze to t
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:68450
    • 提供者:Tank Source
  1. xtem

    0下载:
  2. 压缩包里有5个c程序,分别实现5个不同的算法:1个迷宫算法,-个货郎担算法-Compression bag 5 c procedures, respectively, to achieve five different algorithms: a maze algorithm,- a traveling salesman algorithm ..
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:8147
    • 提供者:项玉
  1. Stack

    0下载:
  2. 完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文 -Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation
  3. 所属分类:Other windows programs

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

    0下载:
  2. 是一个迷宫程序,程序里用0表示可以走的路,1表示墙,计算机自动寻找出口的程序。-Is a maze procedures, procedures that can be spent 0 path, 1 that the wall, the computer automatically search for the export process.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:174795
    • 提供者:quan
  1. migong

    0下载:
  2. 经典的迷宫问题,用户可以选择随即地图,或者使用已存好的地图,然后画出这个地图,然后自动走迷宫,用户可慢慢观察走的路线,最后打印出可通路径。-Classic maze problem, then map the user can choose, or keep using a good map, and then draw the map, and then automatically Maze, the user can observe the route, and finally print
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:57912
    • 提供者:孙晓麦蒂
  1. zoumigongsheji

    0下载:
  2. 有一个m*n格的迷宫(表示有m行、n列),其中有可走的也有不可走的,如果用1表示可以走,0表示不可以走,文件读入这m*n个数据和起始点、结束点(起始点和结束点都是用两个数据来描述的,分别表示这个点的行号和列号)。现在要你编程找出所有可行的道路,要求所走的路中没有重复的点,走时只能是上下左右四个方向。如果一条路都不可行,则输出相应信息(用-l表示无路)。 -A m* n grid of a maze (that has m lines, n out), which may also not go
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:592
    • 提供者:肖影
  1. puzzle

    0下载:
  2. 有一个迷宫,用一个二维数组maze[1: m][1: n]表示,其元素值只有两个:0与1。其中以值0表示该位置可以走通,以值1表示该位置阻塞。在迷宫的左上方maze[1][1]处有一入口,右下方maze[m][n]处有一出口,如图1-1所示。现要求探寻从迷宫入口到出口有无通路;若有,则指出其中一条通路的路径:将迷宫数组中通路上的0替换成另一数字(例如8),输出找到通路的迷宫数组;同时按照走通的顺序输出路径上每一步的位置坐标及向下一步前进的方向;若没有,则给出相应的信息。-There is a m
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1853
    • 提供者:张三
  1. Catalanandmaze

    0下载:
  2. 产生Catalan数,火车调度的所有排列,以及证明排列的正确性. 迷宫算法.-produces Catalan number, and all permutation in train dispatch, and of course including the proof. maze algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2288
    • 提供者:youguiyan
  1. 1111

    0下载:
  2. 迷宫问题解决 C实现 简单明了,实用性强 请多支持,-maze
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1190
    • 提供者:单双
  1. MazeProblem

    0下载:
  2. C语言编写的迷宫问题小程序,在Turboc2.0下编译通过,界面友好-C language, the issue of small maze procedure adopted in the compiler under Turboc2.0, user-friendly
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2571
    • 提供者:liuwei
  1. 123

    0下载:
  2. 迷宫问题,如何在C/C++环境下实现迷宫问题-Maze problem, how C/C++ environment the question of the realization of the maze
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:841
    • 提供者:宁宁
  1. samples

    0下载:
  2. it is some games sorce code with c++ like maze and minsweeper and some programs like hafman compression and merge sort and quick sort and .... most of then by turbo or borland c++ compilers code .
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:38951
    • 提供者:davood
  1. shujujiegoudaima

    0下载:
  2. 内涵约瑟夫环迷宫算法 源代码 希望对你学习有所帮助-Connotation Joseph Central maze algorithm source code would like to help you learn
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:994138
    • 提供者:caoweifeng
  1. xyz

    0下载:
  2. C语言课程设计集合 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算 -C language curriculum design a collection of case calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:59422
    • 提供者:xyz
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »
搜珍网 www.dssz.com