搜索资源列表
TEST
- 此代码主要是一个做心理测试的小程序,大家试试看咯,用C写的
tangbiao132
- 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为
brick
- 打砖块的C++代码,经vc6.0测试,可以使用,喜欢的拿去-The object of BrickBreaker C++ code, the vc6.0 test, you can use, like take
Yeah-really-fight
- VC++人物格斗游戏模块代码,编写此功能需要使用以下知识: 1.对象的新属性:生命值、攻击力。 2.对象生命值的显示。 3.打斗时生命值的改变。 4.在场景中添加物品。 游戏测试操作的方法: A、在场景内点任意点,指挥主角移动。 B、将鼠标移到场景外,可以移动地图。 C、在微缩地图上点一下,可以快速定位。 D、ESC键,退出游戏。 你可以指挥主角去打猎了。
C
- c语言开发的一个斗地主小游戏,没有界面。考输入命令行来执行。-c language development of a Landlords game, there is no interface. Enter the command line to test execution.
Test
- 简单的贪吃蛇,没有实现换关等细节,只是做了一个很简单的,可以拿来学习一下C#里面的集合类,生成随机数-Simple Snake, did not materialize for customs, and other details, but made a very simple, can be used to learn about C# inside the collection class to generate random numbers, etc.
1
- 由Visual C++ 实现的记忆测试小游戏-A memory test game created by Visual C++
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
Visual-CPPDirectX9Game01
- VisualC++和DirectX混合编程,实现3D效果视图,VS测试通过~有助于游戏开发实现-Visual C++ and DirectX programming, 3D effects view, VS test by ~ contribute to the realization of the game development
Visual-CPPDirectX9Game05
- VisualC++和DirectX混合编程,实现3D效果视图,VS测试通过~有助于游戏开发实现~-Visual C++ and DirectX programming, 3D effects view, VS test by ~ contribute to the realization of game development~
src09beta2srceen
- Design and Code: Trinh Hung Anh k52 GameName: Dead Air 0.99final Day la game dau tay cua 1 dummy nhu toi nen co the co nhieu bug. Rat mong moi nguoi ung ho, test ca c bug va bao lai cho toi. More information facebook iJak Trinh Game opensou
DeadAir_src0.99final
- Design and Code: Trinh Hung Anh k52 GameName: Dead Air 0.99final Day la game dau tay cua 1 dummy nhu toi nen co the co nhieu bug. Rat mong moi nguoi ung ho, test ca c bug va bao lai cho toi. More information facebook iJak Trinh Game opensou
Visual-CPPbird_demo
- 游戏基础物理建模(三) 摩擦力系统模拟 测试案例用的是经典游戏愤怒的小鸟-Game underlying physical modeling (c) friction system simulation test case is a classic game angry birds
russiblock.tar
- linux下俄罗斯方块的C语言实现,超级经典,只有约800行代码,通俗易懂,RHEL5测试通过。-under linux Tetris C language, super classic, only about 800 lines of code, easy to understand, RHEL5 test through.
Snake-code
- 贪吃蛇代码-C语言-VC++6.0 /*这是一个贪吃蛇代码,运行环境VC++6.0(亲测完美运行)*/ /*该程序在dos系统下运行,不需要graphics.h头文件*/ -Snake code-C language-VC++6.0 /* this is a Snake code, operating environment VC++6.0 (dear test run perfectly) /* this program to run in the DOS syste
maze
- 用“穷举求解”(回溯)方法求解迷宫问题实验报告。从文件中读取迷宫数据,然后用穷举法求出一条迷宫通路,有迷宫文件的容错性检查,所有文件包括了.c源文件,.doc实验报告,.txt迷宫文件-With " exhaustive solving" (backtracking) method for solving the maze test reports. Maze of data read from the file, and then find a maze of paths w
CubeView
- 学习碰撞实验后编写的台球碰撞核心代码,分享与大家交流学习。C++ + VS2010-After learning to write collision crash test billiards core code, to share with you the exchange of learning. C+++ VS2010