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

搜索资源列表

  1. migongwenti

    0下载:
  2. 迷宫问题,寻求走出迷宫的一条通路。计算机专业数据结构课程的重点内容之一。-Maze to find a pathway out of the maze. Computer data structure course, one of the key elements.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:67719
    • 提供者:熊伟
  1. maze_ddvip

    0下载:
  2. 人工智能上课的作业之迷宫程序,用VB实现,界面漂亮美观-Artificial Intelligence class operating procedures of the maze, using VB to achieve, interface beautiful beautiful
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:3066
    • 提供者:huang hun
  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. skyblue_Rect

    0下载:
  2. 迷宫游戏:本源码是一个迷宫游戏代码。通过该代码可以开发更多的小型界面的游戏。-Maze Game: The source code is a maze game. The code can be developed through more small-scale game interface.
  3. 所属分类:Game Program

    • 发布日期:2017-05-25
    • 文件大小:218427
    • 提供者:wangqian
  1. 42

    0下载:
  2. OpenGL多视口的程序绘制3D迷宫 效果很酷-OpenGL Viewport procedures more than rendering the effect of cool 3D maze
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:32490
    • 提供者:王亚峰
  1. maze_src

    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. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:288316
    • 提供者:袁子
  1. migong

    0下载:
  2. 数据结构,迷宫求解。用Visual C++编写,通过调试-Data structure, solving the maze. Using Visual C++ Prepared, through the debugging
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2955
    • 提供者:姜丹
  1. myMouse

    0下载:
  2. 数据结构中,老鼠迷宫程序源码,练习堆栈的操作。-Data structure, the rat maze procedure source, practice stack operation.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:40724
    • 提供者:Robert
  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. MM

    0下载:
  2. 数据结构中常见的迷宫求解问题 使用顺序栈 初学者适用-Data structure of the maze to solve common problems using the order applies to stack beginners
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1459
    • 提供者:pcgg
  1. migong

    0下载:
  2. 数据结构课程设计报告及代码 C语言环境 迷宫问题的设计 -Data structure curriculum design reports and code C language environment maze design issues
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:222950
    • 提供者:熊彪
  1. 2

    0下载:
  2. 迷宫问题希望大家能够用的上啊里面是非递归算法-Maze problem hope that we can use on non-recursive algorithm inside ah
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:54360
    • 提供者:吕春龙
  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. release

    0下载:
  2. 走迷宫的A*算法,用的是数组,个人的练习作品-Maze of the A* algorithm, using the array, the individual s practice work
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:126816
    • 提供者:胡凯
  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. PUZZLE

    0下载:
  2. 自动创建一个迷宫地图,并在置一小人物,实现动态的找迷宫出口,是数据结构中一个非常典型的例子.-Automatically creates a maze map, and in the home a little, to achieve dynamic maze to find the export of data structure is a very typical example.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:193455
    • 提供者:zhengks
  1. maze

    0下载:
  2. 我们数据结构课的课程设计,是一个迷宫问题的实验,用了A*算法求解迷宫的最短路径-Data structure of our course curriculum design, the problem is a maze experiment, using the A* algorithm to solve the maze of the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2919970
    • 提供者:Shi
  1. Maze~manual~operation

    0下载:
  2. 迷宫游戏的手动操作,游戏分了三个级别,完整的C++代码程序,程序准确无误-Maze game manual, games were divided into three levels, complete C++ Code procedures, procedures for accurate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:793023
    • 提供者:李小兰
  1. migong

    0下载:
  2. 我们学校发的数据结构书上的迷宫算法,只实现了,控制台应用程序,只把源代码传上来了,但没有编译,-Our school books issued by the data structure on the maze algorithm, only to realize, console applications, only the source code Chuan-up, but did not compile,
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2827
    • 提供者:母平
  1. Puzzle

    0下载:
  2. 简易迷宫游戏 适合初中级读者,设计位图操作、文件操作、键盘操作、简易地图等,主要是完整的设计思想-Simple maze game for junior high school-level readers, design bitmap operations, file operations, keyboard operation, simple maps, the main design idea is a complete
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:39162
    • 提供者:matthew
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com