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

搜索资源列表

  1. eightdirection

    0下载:
  2. 以八个方位为主的迷宫问题解法,列出所有可能解法,并找出最短路径及计算出最佳解的个数。-mainly to the eight position maze Solutions, listing all possible solutions, and find the shortest path and calculate the number of the optimal solution.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6842
    • 提供者:张乃文
  1. maze_Tr.ZIP

    0下载:
  2. 一个走迷宫的程序。通过mazeTraverse递归函数实现走迷宫。-a Maze procedure. MazeTraverse through recursive function to achieve Maze.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1503
    • 提供者:金琦
  1. cgprojectFinalFinal

    0下载:
  2. CG做的迷宫游戏,可以用键盘转变视角等. You can enter: w for up to see the sence x for down to see the sence a for seeing left side of the sence d for seeing right side of the sence z for zooming the sence c for shuming the sence s for chan
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11594
    • 提供者:顾玮
  1. CMousemaze

    0下载:
  2. 一个用C++实现的迷宫程序,可以自己画迷宫,计算出最短路径,并显示。-C achieve a maze of procedures, can you paint the labyrinth, calculate the shortest path, and displayed.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10706
    • 提供者:周君
  1. mymazes

    0下载:
  2. 一个MAZE程序,可以由VC实现迷宫显示。可以自动搜索路径。-a MAZE procedure, by the VC maze shows. Automatic search path.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:42828
    • 提供者:周君
  1. SearchWay

    1下载:
  2. 解迷宫的算法,从任意大小的迷宫自动解出出入口并输出。用队实现。-maze algorithm from the maze of arbitrary size up automatically exits and output. With the Group.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7643
    • 提供者:baiyin
  1. MIGONGall2

    0下载:
  2. 求迷宫所有通路的程序,采用递归算法设计方法-seeking access to all the maze procedure using recursive algorithm design method
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:839
    • 提供者:yy
  1. MazeGame_VC++

    0下载:
  2. 一个简单的迷宫小游戏 运用迷宫算法实现迷宫小游戏,功能有设置迷宫大小、新建迷宫、显示走过路径、迷宫图的保存和打开、游戏的自动玩等功能。-a simple maze game using small maze algorithm maze of small game, functional install maze size, new maze, showing traversed path, the preservation of the maze map and opened the ga
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:140546
    • 提供者:陈锦标
  1. d_0609030843321

    0下载:
  2. 用有限状态机实现的走迷宫演示程序,用到了opengl,可以当作DEMO来用-finite state machine to achieve the Maze demo program, used the opengl, to be used as DEMO
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:91338
    • 提供者:灵芝
  1. jj_migong

    0下载:
  2. 挺有意思的迷宫程序,感兴趣的朋友可以看一下,一起交流。-quite interesting maze procedure, interested friends can see it in the exchange.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:278517
    • 提供者:林陈
  1. cgames

    0下载:
  2. qq好友管理,仓储管理系统,迷宫地图编辑器,迷宫游戏,模拟电子时钟的程序,人机对战扑克游戏,通讯录,图书馆管理系统-qq friends management, warehousing management system, the maze map editor, maze games, simulated electronic clock procedures man-machine war poker games, address book, library management syste
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:14648
    • 提供者:dyingbt
  1. newLabyrinth

    0下载:
  2. 程序开始运行时显示一个迷宫地图,迷宫中央有一老鼠。迷宫的右下方有一粮仓。游戏任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。为了增加游戏的趣味性,在迷宫的路上设置若干门,一次通过后即锁上(变为墙)。 程序应使用SDI结构,有建立、修改和存储迷宫地图等功能。-started running shows a map of the maze, the labyrinth is a central rats. The lower right corner of the maze is a
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:8341
    • 提供者:海港
  1. PathFinder_Applet

    0下载:
  2. 一个很有意思的互动式的走迷宫程序。你可以用鼠标画出一个迷宫,然后电脑会找出迷宫走法。 当你点击\"Go\"按钮后,蓝色点会在你绘制的迷宫中试图找出通往绿色点的路径。-a very interesting interactions between the Maze procedure. You can use the mouse painted a labyrinth, and then the computer would find the maze in law. When you cli
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5940
    • 提供者:尤冉
  1. yangshuangxue

    0下载:
  2. 数据结构的迷宫问题 贵州大学计算机学院-data structure maze of computer problems Guizhou University College
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4786
    • 提供者:小白杨
  1. c-migong

    0下载:
  2. 一款在c语言下编写的迷宫游戏,比较有趣,但只有一种形式,不能够自主生成迷宫-paragraph c of the language to prepare the maze game that's more interesting, but only one form, not able to independently generated maze
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1224
    • 提供者:一杯沧海
  1. numbermaze

    0下载:
  2. 数字迷宫游戏,即在一个九乘九的矩阵中填入1~9的数字,使得行,列以及3个小九宫格中的数字没有重复。下载后,用鼠标点击单元格进行初始数字的填充(也可以运行初始化,填充已经设定好的题目),然后单步运行。注意,在反复进行清除行,列,九宫格重复后,一定要多进行几回已知重复,否则,结果会出现问题。-figures maze games in a nine Jiucheng Enter the Matrix a nine-figure, making OK, out of three small previ
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:27997
    • 提供者:墨风
  1. vc_maze

    0下载:
  2. maze目录下包含了4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法,分别编译其中的.dsw文件即可获得相应的应用程序。-maze directory contains four maze of source code : a simple maze generation algorithm, complex maze generation algorithm, a simple search algorithm maze, the labyr
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:107620
    • 提供者:yyang
  1. CCodeExample

    0下载:
  2. c代码用例。内容包括案例一 贪吃蛇游戏(学习基于while(!keyhit())的即时原理) 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算-c code with cases. Case including a hu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:73460
    • 提供者:maccoo
  1. shiyang3

    0下载:
  2. 迷宫中老鼠模型,马尔可夫过程的应用实现例子-maze rat model, Markov process of achieving example
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:297481
    • 提供者:dangdang
  1. securit

    0下载:
  2. 这是一个关于迷宫问题的原代码,其中1表是障碍物,0表示可以通行!-This is a maze of the original code, which is a form of obstructions, said a passable 0!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:170976
    • 提供者:guobeilei
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com