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

搜索资源列表

  1. migonggong

    0下载:
  2. 小迷宫 用c语言实现 实现的原理很简单 大家自己看吧-small maze with C Language Implementation of the principle is very simple we all Look here
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:3681
    • 提供者:baobao
  1. jindan

    0下载:
  2. 经典的迷宫算法,这是一个迷宫算法很好的例子,不懂的人可以下来-classic maze algorithm, which is a maze algorithm good example, but not the people can look down
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2985
    • 提供者:陆伟嘉
  1. myvcLabyrinth

    0下载:
  2. 谭浩强C语言书中的一个走迷宫的例子,此程序是其算法实现,用VC编译运行-Hao C-language book of a Maze example of this process is its algorithm, compiled with VC operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39751
    • 提供者:杨林
  1. AdvInAba

    0下载:
  2. 一个简单的迷宫冒险游戏。玩家要在避免被屠夫抓住的同时吃掉屏幕中不断出现的食物。。。要编译这个游戏,需要安装DirectX 8.0 SDK或以上版-a simple maze adventure game. Players must avoid being a butcher at the same time seize the screen continually eaten the food. . . To build this game and need to install DirectX
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:742093
    • 提供者:自治州
  1. TWOAlgorithm

    0下载:
  2. 包括两个有趣的算法:老鼠走迷宫和运算式中序式转后序式的C和JAVA实现的两个版本-including two interesting algorithm : Mouse Maze and the computation of the order after the order-to-C and JAVA two versions
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4966
    • 提供者:陶丽丝
  1. puzzlemigong

    0下载:
  2. 这是一个迷宫程序,迷宫大小是根据你定的数组大小来决定的,enjoy it。-This is a procedural maze, the labyrinth is based on the size you the array size to decide, enjoy it.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7901
    • 提供者:朱智
  1. mazel

    0下载:
  2. 走迷宫小程序,很好玩,自己和几个朋友随便玩着设计的-small Maze procedure is a lot of fun, they and several friends casually performers play design
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:37632
    • 提供者:刘叶
  1. labyrinth-java

    0下载:
  2. 数据结构中的迷宫算法,演示程序用java实现-data structure of the maze algorithm, demo program using java to achieve
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:276621
    • 提供者:曾柯
  1. Mazeofgame

    0下载:
  2. 这是一个老鼠走迷宫的游戏,写的还不错唷!-This is a rat Maze of the game, also wrote a public good!
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:5522
    • 提供者:林建达
  1. Assign01c

    0下载:
  2. Maze algorithm, to find the path in a maze map.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8546
    • 提供者:王琪
  1. ni

    0下载:
  2. 经典的迷宫算法,可实现一般的迷宫问题,是目前比较流行的一种算法。-classic maze algorithm, the realization of the maze is the issue of a popular algorithm.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:11947
    • 提供者:邱丐
  1. huishuo-VB

    0下载:
  2. 回溯演算法解迷宮問題-VB 本代碼是回溯演算法的非常經典的例子,可以做遊戲作簡單參考-backtracking algorithm maze problem - the VB code is backtracking algorithm very classic example. can be done to make the game simple reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3419
    • 提供者:張小龍
  1. CLaugYM

    0下载:
  2. 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算 -case a huge memory game two cases calculators Case 3 Case 4 game reversi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:67067
    • 提供者:chenguoren
  1. 2006081223131713066

    0下载:
  2. 迷宫地图的生成也有很多种方法,但是有些算法在生成较大维度时的计算速度很慢,尤其是如果用在电子词典之类上可能很成问题的。还有一个较大的问题就是很多算法生成的迷宫并不是真正意义上的迷宫,即路径不唯一。 用离散数学的集合观点来生成一个迷宫。 首先是M*N的一个矩阵,生成为M*N个集合,然后每次循环就合并一个集合,这样在M*N-1次合并之后就成了一个集合,也就是这M*N个元素连通了。算法首先得问题的是选择哪个元素来合并,我在这里是随机选择相邻集合。算法的关键是要记录合并的次序,否则你最后得到的只
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14193
    • 提供者:Xi Xie
  1. 12-3

    0下载:
  2. 关于如何走出迷宫的c语言程序,首先从键盘上输入迷宫进、出口位置,即可在屏幕上显示出口路线图。-on how out of the labyrinth c language program, the first from the keyboard input maze imports and exports position, can be displayed on the screen export the road map.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1506
    • 提供者:孙红艳
  1. marble

    0下载:
  2. a maze game which develop in 3D
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:211665
    • 提供者:enrico
  1. migong2

    0下载:
  2. 游戏迷宫的程序设计,基于c++,该程序短小、精悍。适用于初步编程的写手-maze procedures game design, based on the c, the program short, sharp and vigorous. Apply to the initial programming writers
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4597
    • 提供者:陈妍
  1. zmgcx

    0下载:
  2. 走迷宫程序 ....也是一个很好望的-Maze procedure .... is a good-looking mobile-to-mobile
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2676
    • 提供者:LB
  1. Global

    0下载:
  2. 这是用java制作的一个迷宫,里面用到的算法有难度,值得学习-This is a production of java maze, which uses the algorithm is difficult, it is worth learning
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:3800
    • 提供者:jaja
  1. migongqiujiea

    0下载:
  2. 一个迷宫求解程序。自己编着玩的,希望有人需要。编程序时一件乐事。-a maze solving procedures. Developed playing with the hope that someone needs. Programmed an enjoyable time.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1471
    • 提供者:田天
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com