搜索资源列表
tangbiao132
- 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为
chezi
- 简单赛车只有很基本的功能就是有几个赛道车子来了小车就闪开-Simple car only a very basic functionality is there are several tracks on the car to the car get out of the way
RobotView
- VC++游戏——会沿路径行走的机器人,路径当然是你规划出来的,如果你固有的那就没意思了。程序源码在VC6编译通过,要想让机器人沿着路径走,你还需要做些前奏工作,比如规划路径、设置路障等,会玩了也挺有意思的。 -VC++ game- will be walking along the path of the robot, path planning out your course, if you would inherently senseless. Program source code i
MUD-Game-Programming
- 一本介绍如何使用C++编写Mud游戏的书。英文版-In order to create an MMORPG, you need to know MUD programming. Get ready to build your foundation! If you have a basic knowledge of C++, "MUD Game Programming" gives you everything you need to know to begin programming your
tuzibobihuluobodazhan
- 进入兔子波比的角色–伶俐可爱的胡萝卜行动新星!你需要解开50关的谜题,拔掉所有的胡萝卜获得最后胜利。但是要注意那些难对付的陷阱,穿过陷阱后将不能返回!如果你能轻松完成“胡萝卜大丰收”,你可以尝试困难模式——复活节彩蛋。但是不用担心,每关都可以重新开始游戏,游戏会自动存档。祝您玩的愉快!一款轻松的益智游戏。游戏中有陷阱,激光,镜子,传送带,旋转石头等多种障碍和工具,运用你的智慧解开所有的谜题。-Enter Bobby Carrot role- cute and cuddly carrot acti
12-3
- 关于如何走出迷宫的c语言程序,首先从键盘上输入迷宫进、出口位置,即可在屏幕上显示出口路线图。-On how to get out of the maze c language program, the first input from the keyboard labyrinth inlet and outlet locations can be displayed on the screen exit roadmap.
New-Microsoft-Office-Word-Document-(2)
- We implemented a prototype for a moving alarm clock which runs away from the user when they try to silence the alarm. It has all the features of a “regular” alarm clock: settable time and alarm, snooze, and alarm on/off. The alarm clock displays the
TicTacToe
- This a simple VB console based TicTacToe program. I do have parts of the code commented out that are the building blocks of a minimax based ai computer player. I have yet to get the AI working but I wanted to be able to view some of the code on here