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

搜索资源列表

  1. Maze

    0下载:
  2. 迷宫问题,有图形界面,很好的学习资料,实用与c++的初学者-maze problem,A graphic interface, very good learning material
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5658160
    • 提供者:胡金豆
  1. maze

    0下载:
  2. 在一个现有的迷宫中,输入一个起始位置和一个终点,完成路径。-In one of the existing maze, input a starting position and a destination, complete the path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:12077
    • 提供者:吴利芳
  1. Maze

    0下载:
  2. C++迷宫界面 学计算机的都来看一看啊 虽然写的不太好-Maze learning C++ interface to look at the computer are written in not very good though ah
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:197032
    • 提供者:张楠
  1. Maze

    0下载:
  2. 迷宫问题 [问题描述] 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论 -Maze [Problem Descr iption] to a long-m* n matrix that maze, 0 and 1, respectively, in the maze of paths and obstacles. Design a program, for any set of the m
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:13074
    • 提供者:harry
  1. maze

    0下载:
  2. 电脑鼠迷宫记录源码 电脑鼠迷宫记录源码-Record source computer mouse mazeRecord source computer mouse mazeRecord source computer mouse maze
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:5181
    • 提供者:徐诚
  1. Maze-problem

    0下载:
  2. 解决数据结构中的迷宫问题 可在TUEBOC中直接运行-Data structure to solve the maze problem can be run directly in TUEBOC
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1033
    • 提供者:陈蓝
  1. Maze

    0下载:
  2. C++语言实现的迷宫求解算法,可以自动生成迷宫,也可以手动生成迷宫-C++ language of the maze solving algorithm, can automatically generate the maze, the maze can also be generated manually
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1150419
    • 提供者:桂柯易
  1. Maze

    0下载:
  2. 迷宫生成算法,使用applet显示,可以修改循环的次数的大小来改变迷宫的大小-Maze generation algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:5953
    • 提供者:一蓑烟雨
  1. maze

    0下载:
  2. Java初学者必学的迷宫游戏代码,已经编译运行-Java beginners will learn the maze game code has been compiled to run
  3. 所属分类:Games

    • 发布日期:2017-04-08
    • 文件大小:8178
    • 提供者:刘璐
  1. maze

    0下载:
  2. 这是我学VC时自己设计的迷宫游戏,不足之处希望大家多多指点!-This is my own design when you learn VC maze game, a lot of the inadequacies of hope pointing!
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2732845
    • 提供者:吴贤明
  1. maze

    0下载:
  2. 这个迷宫游戏使用MFC编辑的,很实用,不足之处大家多多指点。-The maze game using MFC editing, very practical, lots of pointing the inadequacies of everyone.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:283893
    • 提供者:吴贤明
  1. Maze

    0下载:
  2. 基于栈和队列的迷宫程序 实现自动生成迷宫,一步一步演示迷宫解法的功能-Stack and queue based on automatically generated maze maze procedure, step by step demo features a maze solution
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1938040
    • 提供者:张子文
  1. maze

    0下载:
  2. 用C++编写的迷宫游戏,由于时间仓促,写的不是很好-Simple maze game
  3. 所属分类:Other Games

    • 发布日期:2017-05-13
    • 文件大小:3115152
    • 提供者:GMR
  1. maze

    0下载:
  2. 一个迷宫游戏,希望对学习C++的同学有所帮助-A maze game, I hope to learn C++ students help
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-24
    • 文件大小:31895
    • 提供者:杨希明
  1. maze

    0下载:
  2. 通过广度优先搜索的方法搜寻走通特定迷宫的最短路径-To find the nearest road in a maze by breast first search
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:527108
    • 提供者:LI
  1. maze

    0下载:
  2. 利用数组实现的迷宫代码,在VC环境下运行-Code using the array to achieve the maze, run in VC environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:182653
    • 提供者:xia
  1. maze-game

    0下载:
  2. 一款自己编的小白菜走迷宫的小游戏,是图像处理课上的大作业-Maze their own series of cabbage a little game, is the image processing operations on a large class
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:11221758
    • 提供者:莫斌峰
  1. Maze

    0下载:
  2. 实现最简单的小迷宫游戏,从文件里读图形,显示在桌面上-Achieve the most simple little maze game from the file read graphic display on the desktop
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:947
    • 提供者:lifei
  1. Maze-solving-Two-way-circular-list

    0下载:
  2. 实现了经典的迷宫求解问题和双向循环链表问题,应用性很强-To achieve a classic two-way circular maze solving problems and problem list, the application of highly
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4329
    • 提供者:黎明
  1. Maze

    0下载:
  2. 迷宫问题求解,一个经典的算法。包含完整的程序代码,可以直接运行。-Maze problem solving, a classical algorithm. Contains the complete code can be run directly.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1753539
    • 提供者:追风
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com