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

搜索资源列表

  1. snake

    0下载:
  2. Make the snake grow longer by directing it to the food. % Extra bonus points are given from hearts, eat them as fast as possible % as amount of bonus points decreases with time. % Higher level gives more points for the food but will also make
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4963
    • 提供者:cl
  1. tangbiao132

    0下载:
  2. 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:3740
    • 提供者:李凤宪
  1. 数据结构实习 迷宫求解

    0下载:
  2. 数据结构实习 迷宫求解-data structure internship Maze Solving
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:244566
    • 提供者:李创
  1. Delphi OpenGL编的3D迷宫,带地图编辑器(更新)

    0下载:
  2. Delphi OpenGL编的3D迷宫,带地图编辑器(更新).-Delphi series of the OpenGL 3D maze, with the map editor (update).
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:936749
    • 提供者:顾恩礼
  1. mazesaaaa

    0下载:
  2. 迷宫算法-maze algorithm
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:38683
    • 提供者:四国迷
  1. 超级迷宫-c语言

    0下载:
  2. 游戏随机创建迷宫,并给用户提供交互,自我感觉不错,只是有些函数过于冗长,随机生成算法过于累坠,不过是一五官俱全的游戏,(mazeMain.c是主要文件,编译时请将Compiler的Model改为Huge<TC2>)-randomly create a maze game, and to give users interactive, self-satisfied, but some functions are too lengthy, random generation algori
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:93813
    • 提供者:文曦畅
  1. 迷宫问题aaa

    0下载:
  2. 迷宫问题 数据结构-maze data structure problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3024
    • 提供者:ddr
  1. VC坦克走迷宫源码

    0下载:
  2. 数据结构里的走迷宫实验,把它编成一个类似坦克游戏的程序-data structure, the Maze experiments it into a game similar to the procedures for tanks
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:477654
    • 提供者:李龙
  1. 迷宫问题的算法

    0下载:
  2. 迷宫问题的算法,用c实现的-maze of algorithm, with the realization c
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:906
    • 提供者:陈志勇
  1. 迷宫正确答案

    0下载:
  2. 经典迷宫问题求解-classic Maze Problem Solving
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3456
    • 提供者:李白
  1. 迷宫老鼠源码

    0下载:
  2. 用VC开发的迷宫老鼠源码-development of the VC rat maze FOSS
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:6881
    • 提供者:杨威利
  1. 0312890 崔留强 可视化程序设计 《迷宫》

    0下载:
  2. 是一个利用数组编写的迷宫程序!-is an array prepared by the use of the maze procedure!
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1936
    • 提供者:cuiliuqiang
  1. 迷宫问题的算法(优于广度优先,深度优先

    0下载:
  2. 迷宫问题的算法(优于广度优先,深度优先-maze of algorithm (priority than breadth, depth priority
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:10720
    • 提供者:大叔
  1. TC求解迷宫问题并显示

    0下载:
  2. 输入一个任意大小的迷宫, 用栈求出一条走出迷宫的路径, 并显示在屏幕上。-importation of a maze of arbitrary size, with a stack get out of the maze of trails and on the screen.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7878
    • 提供者:光清
  1. 随机产生迷宫

    0下载:
  2. 随机产生一个迷宫。可以找出一条可以通过的路径。也可以找出全部可以通过的路径。-randomly generated a maze. To be able to find a path through. All can find the path through.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1723
    • 提供者:李南宁
  1. simplemaze

    0下载:
  2. 一个用Javascr ipt写的走迷宫游戏,用键盘上的→←↑↓键进行游戏,走出迷宫。请按照maze.txt中的说明把一部分代码复制到<head></head>之间,另一部分代码复制到<body></body>之间:-a written using Javascr ipt Maze games, the keyboard keys for the game, out of the labyrinth. Maze.txt follow the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2852
    • 提供者:王羊
  1. AI_maze

    0下载:
  2. 载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等-maze included txt file containing several search methods, such as depth first search, breadth first search, etc.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15035
    • 提供者:黄丽雯
  1. gMaze

    0下载:
  2. vc、opengl编写的迷宫游戏 包含源码和执行程序 用方向键控制走出迷宫-vc, opengl games prepared by the Maze contains source and implementation of procedures used to control the direction keys out of the maze
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:17825
    • 提供者:金宜
  1. OGRE_01a

    0下载:
  2. 数据结构里的走迷宫实验,把它编成一个类似坦克游戏的程序 -data structure, the Maze experiments it into a game similar to the procedures for tanks
  3. 所属分类:射击游戏

    • 发布日期:2008-10-13
    • 文件大小:1879520
    • 提供者:陈庄
  1. DesignPatternMaze

    0下载:
  2. Design Pattern 里讲到的Maze类,用于创建型模型,可以一边看书,一边看这里面的代码,加深理解. 代码只是示意,只能Compile,Link不能成功,因为有些函数没有实现.只为学习用的^_^-Design Pattern category referred to in the Maze, used to create models that can read the side, while watching this code inside a deeper understandi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:39245
    • 提供者:ZDL
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com