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

搜索资源列表

  1. maze

    0下载:
  2. 经典的问题——迷宫,用A*算法实现-Classic problem- the maze, using A* algorithm
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-08
    • 文件大小:1977114
    • 提供者:liuwei
  1. Maze

    0下载:
  2. 数据结构的迷宫求解,用C++编程,在VC编译通过-Data structure to solve the maze, using C++ programming, compiler in VC through
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:587184
    • 提供者:dahai
  1. Maze

    0下载:
  2. 老鼠爬迷宫, 迷宫地图可自己设置, 老鼠走的路线,每走一步,都会实时输出,走错了会倒退,直到走出迷宫。-Rats climbing maze, the maze map to their own settings, the mouse line, every step will be real-time output, is going the wrong way will lead to retrogression, until out of the maze.
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:5486
    • 提供者:Eileen
  1. Maze

    0下载:
  2. 用java写的迷宫代码,注重代码的简洁与易懂,通过算法的基本思想来编写代码-The maze used to write java code, pay attention to the simple and easy to understand code, through the algorithm the basic idea to write code
  3. 所属分类:Java Develop

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

    0下载:
  2. 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或者得到没有通路的结论。-create a maze and find pathway in it
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2265
    • 提供者:黄远
  1. maze

    0下载:
  2. 用队列实现迷宫问题:寻找并记录通过迷宫的最短路径。-Queue with the realization of the maze problem: to find and record the shortest path through the maze.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:1149
    • 提供者:
  1. maze

    0下载:
  2. 一个非常好的迷宫游戏,对大学的同学可能有帮助-A very good game of maze, the students of the University may be of assistance
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-06
    • 文件大小:1043404
    • 提供者:jiangyuan
  1. maze

    0下载:
  2. 运用面向对象程序设计编写的迷宫19*19的。自动生成迷宫地图,自动走出,显示走出路径-The use of object-oriented programming prepared maze 19* 19. Automatically generate a maze map, automatic out, showing out of the path
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1885
    • 提供者:秫秸
  1. maze

    0下载:
  2. 电子老鼠迷宫:输入起点坐标和终点坐标(最小为1 1,最大为12 12),以及一个20*20的迷宫(“.”表示通道,否则就是墙),就能找出到终点的最短步数。-E-rat maze: Enter the starting point coordinates and end coordinates (minimum of 1 1, a maximum of 12 12), and a maze of 20* 20 ( " ." Said the channel, otherwise,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1593
    • 提供者:殷浩
  1. Maze

    0下载:
  2. 运行周立功电脑鼠,具有探索迷宫、记忆功能、-Run ZLG computer mouse, has explored the maze, memory function,
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:99507
    • 提供者:牛哥哥
  1. maze

    0下载:
  2. 形象演示《数据数据结构与算法(用C++语言描述)》书里面的一个迷宫算法-Image Demo " Data Data Structures and Algorithms (with C++ language descr iption)" the book inside a maze algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:495852
    • 提供者:李先生
  1. Maze

    0下载:
  2. all possible solution to Maze using backtracking algorithm in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1629
    • 提供者:ira
  1. maze

    0下载:
  2. A turtle is moving in a maze. You can manipulate it, using buttons a,d,w,s,R and q. Pretty simple algorithm but it shows some skills of student.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:839
    • 提供者:Andrey
  1. Maze

    1下载:
  2. 该程序是 我参加“国际IEEE智能老鼠走迷宫大赛”时获奖的一套程序,该程序针对的cpu是LM3S615-The program that I participated in " International IEEE Intelligent Mouse Maze Contest" the award-winning set of procedures, the program aimed at cpu is LM3S615
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:109561
    • 提供者:何波
  1. maze

    0下载:
  2. 迷宫 随机产生用方块代替的地图,在里面设置入口和出口,并最终找出最短的路径-Box instead of randomly generated maze with a map inside entrance and exit, and ultimately find the shortest path
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2086744
    • 提供者:周毅
  1. maze

    0下载:
  2. 简单的迷宫程序,是基本的数据结构入门程序,适合初学者学习-A simple maze procedure, is the basic data structure entry procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1149013
    • 提供者:yaochao
  1. Maze

    0下载:
  2. 小人走迷宫的小Java游戏,在此基础添加声音等,基本框架已完善成型,可供在校学生参考。-Curs Maze little Java games, on this basis, adding sounds, the basic framework has been perfect shape, for in-school students for reference.
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:57456
    • 提供者:陈瑾
  1. maze

    1下载:
  2. 自动生成迷宫,以及动态演示寻路算法,寓教于乐-Maze and dynamic display generation algorithm find its way, entertaining
  3. 所属分类:Game Program

    • 发布日期:2017-03-29
    • 文件大小:152039
    • 提供者:newkedison
  1. maze

    0下载:
  2. 一个小迷宫的代码, 就一点小功能,查找路径-maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:10939617
    • 提供者:chenhang
  1. maze

    0下载:
  2. 迷宫问题,C++编写,codeblocks环境下,可以用vc打开我的主文件,自己编译-Maze problem, C++ written, codeblocks environment, you can use vc to open my main file, compile it yourself
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:17539
    • 提供者:
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com