搜索资源列表
迷宫
- 这是一个迷宫游戏的原代码-This is a maze game's original code
Maze033205
- MAZE是一种网络协议,其核心就是通过网络从别人的电脑里下载文件。本代码实现了Maze这一功能。-use of MAZE is a network protocol, the core of the network is from other people's computer files. The source implementation of this function Maze.
cgprojectFinalFinal
- 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
Maze
- 迷宫 Command Lines Results Maze.exe - 0 error(s), 0 warning(s)
s DMaze new
- Direct 3D编写的图像引擎迷宫程序。需要首先安装Direct X 9.0-Direct 3D graphics engine prepared by the Maze procedure. You first need to install Direct X 9.0
周立功电脑鼠源代码
- 周立功电脑鼠源代码,可实现记忆功能,环境为IAR,芯片LM3s615,Week Ligong computer mouse source code, memory function can be realized, the environment for the IAR, chip LM3s615
Maze_view
- 用JOGL Java 开发 的 多视角 迷宫程序。-It s a multiple view of Maze developed using JOGL.
maze
- 作品功能介绍:这个软件的功能是娱乐作用,玩家可以同过四个键(分别为WASD,W为向上,S为向下,A为向左,D为向右),来控制里面的圆圈,圆圈代表着一个人物,只要你能控制小圆圈到达目的地(即是另外一个红圆圈),那就代表你完成了任务,也就是你胜利了.-Features works: This software is the role of entertainment, players can be had with four keys (respectively WASD, W for up, S
mouse
- 问题描述:在一个迷宫内,猫正在追老鼠,猫总是选择在迷宫中到老鼠最近的路线走,而老鼠也选择远离猫的路线逃离。模拟猫抓老鼠的动态过程。 -Problem Descr iption: In a maze, the cat is chasing a mouse, a cat always choose to mice in the maze of lines recently, and the mice chose to flee away from the cat' s line. Simu
MAZE
- 该迷宫游戏系统具有下列功能: ⅰ、储存玩家的游戏进度,只要选择continue game 就能使用曾经用过的用户名继续游戏,并积累游戏分数。 2、给各个玩家评分并会进行排名。排名可在排行榜上查到。并且系统还会通过玩家的积累分数判断玩家的级别,共分为五个级别。0~300为baby,300~900为student,900~1800为teacher,1800~3300为professor。 -The maze game system has the following functions:
maze
- 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.
maze
- It s one simple version of famousgame "Maze".
maze
- 一个迷宫程序,可以编译运行,本科生的作业。-a program which structures a maze.it can has been compiled.it s a homework of a undergraduate student.
maze
- TQ2440嵌入式开发板的回溯法迷宫实现(Qt/Embedded)-TQ2440 s Embedded Maze Write By Qt/Embedded
Mazing-Problem
- 迷宫问题 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 基本要求: (1)首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。 (2)测试几组数据,数据的规模由小变大,即网格越来越小,障碍越来越复杂。 拓展要求: 实现该问题的可视化界面,用鼠标点
Mines-maze--knight-eight-Queen-s-
- 本有细小软件包含地雷、迷宫、骑士、皇后 用于探索回溯算法的研究-The software contains a small mine, maze, knights, queens used to explore the backtracking algorithm
Maze
- 基于PRIM算法的迷宫生成,并用迭代的方式寻找迷宫路径,可以设置多出口多入口。可以用TXT文件输入迷宫,也可以生成迷宫TXT文件。-PRIM-based maze generating algorithm and finding the maze s path by iteration, you can set up multiple export multiple entrances. you can enter the maze by txt files,and also generate
Romeo-and-Juliet-maze-problem
- 罗密欧与朱丽叶的迷宫问题。罗密欧与朱丽叶身处一个m×n的迷宫中,如图所示。每一个方格表示迷宫中的一个房间。这m×n个房间中有一些房间是封闭的,不允许任何人进入。在迷宫中任何位置均可沿8 个方向进入未封闭的房间。罗密欧位于迷宫的(p,q)方格中,他必须找出一条通向朱丽叶所在的(r,s)方格的路。在抵达朱丽叶之前,他必须走遍所有未封闭的房间各一次,而且要使到达朱丽叶的转弯次数为最少。每改变一次前进方向算作转弯一次。请设计和实现一个算法帮助罗密欧找出这样一条道路。-Romeo and Juliet m
maze
- 里面包含的是迷宫游戏的源代码,可以直接运行.exe文件,安装easyx即可编译运行-Which contains a maze game' s source code, you can run the .exe file directly, you can compile and run the installation easyx
Maze
- 基于队列走迷宫解决方案 通过队列操作子模块中函数的作用,理解通知器操作函数的差异,并明白其缓存数据的特点-Queue- based maze- based solution Understand the differences in the Notifier s operating functions by understanding the functions of the functions in the Queue Operations sub-module, and the ch