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

搜索资源列表

  1. maze

    0下载:
  2. 一个用C语言开发的走迷宫程序。采用了底层图形API画图。对图形学画图有很高的参考价值。-A Maze with a C language development program. Paint with the underlying graphics API. Paint on the graphics a high reference value.
  3. 所属分类:Graph Drawing

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

    0下载:
  2. 关于迷宫的程序 功能很强大 对于学习java有很大帮助 里面有比较精良的算法-code maze
  3. 所属分类:Java Develop

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

    0下载:
  2. 本程序实现找一个迷宫的最短路径。程序的实现方法是从开始结点开始对这个迷宫进行广优先遍历 -The process to achieve a maze to find the shortest path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2509
    • 提供者:李拂晓
  1. maze

    0下载:
  2. Java上的一个走迷宫程序,迷宫自动生成,根据每个格子的数字找出从起点到终点最短路径-Java on one Maze procedure, maze automatically generated, according to the number of each check to find the shortest path from start to finish
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:10672
    • 提供者:龚恺
  1. maze

    0下载:
  2. 一个图片移动实现游戏移动的程序,是一个简单迷宫,但是不能自动生成迷宫-A picture of mobile games mobile program implementation, is a simple maze, but can not automatically generate a maze
  3. 所属分类:Other Games

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

    0下载:
  2. 三个迷宫,多线程,GUI,三个人在一个迷宫中迷了路,用多线程帮他们找到出路-3 maze, multithreading, GUI, three people lost in a maze of roads, using multiple threads to help them find a way out
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:28975
    • 提供者:wsxg
  1. Maze(Stack)

    0下载:
  2. 应用栈求迷宫通路,用的是“穷举求解”的方法,即从入口出发,顺某一方向向前探索,若能走通,则继续往前走;否则沿原路退回,换一个方向再继续探索,直至探索到通路为止。-Application stack requirements maze path, using a "brute-force solving" approach, starting from the entrance, along a forward direction to explore, if we go through, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:englishteam
  1. VC_OPENGL_programming_code_maze

    0下载:
  2. VC OPENGL编程实现迷的代码VC OPENGL programming code maze-VC OPENGL programming code maze
  3. 所属分类:OpenGL program

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

    0下载:
  2. maze algorithms. console application
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:961012
    • 提供者:jang
  1. Maze

    0下载:
  2. java game 游戏 Maze-java game Maze
  3. 所属分类:Java Develop

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

    0下载:
  2. 自动生成各种不同的迷宫,可以自己配置迷宫!-Automatically generate a variety of maze, you can configure their own maze!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:30821
    • 提供者:张强
  1. maze

    0下载:
  2. 通过学习奥赛培训课程,利用回溯加递归的编程技巧完成的迷宫问题-Training courses through learning Orsay, plus use of recursive programming skills back to complete the maze problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:874120
    • 提供者:hust小羊
  1. maze

    0下载:
  2. 代码实现了电脑鼠走迷宫,利用右手算法,快速并且准确-Code of the computer mouse maze, using the right hand algorithm, fast and accurate
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4846
    • 提供者:寒梅天香
  1. Maze

    0下载:
  2. 使用C++实现迷宫,文件里有具体的算法分析。-Use C++, maze, file a specific algorithm analysis.
  3. 所属分类:Data structs

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

    0下载:
  2. 你的朋友Jefferson在一个二维迷宫(可以视为是有N*M个格子的方阵)中迷了路,他目前只知道他的起始坐标(startX, startY)和他需要抵达的目的地坐标(destX, destY)。然而迷宫中有许多格子是不能进入的,还有一些格子是收费的——要知道Jefferson手头的现金(cash)极其有限。所以现在你需要写一个程序来帮助他:给出一条步数最短的路径,让Jefferson能够用手头的现金抵达目的地。 1. 迷宫表示,迷宫用一个二维矩阵表示。当用户输入N,M后,计算机随机生成一个N
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:1763
    • 提供者:张强
  1. Maze

    0下载:
  2. 智能鼠走迷宫的改进程序,速度已明显改进可以试试一试-Improved Intelligent Mouse Maze procedure, the speed has been a marked improvement
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:110067
    • 提供者:还聚百川
  1. Maze

    0下载:
  2. C++文本界面编写的迷宫程序。可以手动输入迷宫,程序会自动判断迷宫是否能走通,并显示出一条通路。-C++ text interface written in the maze procedure. You can manually enter the maze, the program will automatically determine whether to go through the maze, and shows a path.
  3. 所属分类:Game Program

    • 发布日期:2017-04-05
    • 文件大小:605165
    • 提供者:byd
  1. Maze

    0下载:
  2. 用一个具体的二维数组(其元素只含0 1,其中0表示路,1表示墙)抽象成一个迷宫,探谜者从迷宫唯一的一个入口进入迷宫,找出一条通路从唯一的一个出口走出来。-With a specific two-dimensional array (whose elements contain only 01, where 0 means Road, 1 wall) abstracted into a maze, who Exploring the Mystery of the only one from th
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1552
    • 提供者:wangyuejia
  1. grafkom

    0下载:
  2. perfect Maze 2 dimensi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:214985
    • 提供者:mei
  1. computer_graphic_maze

    0下载:
  2. perfect maze 2 dimension
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:215013
    • 提供者:mei
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com