搜索资源列表
migongyouxi
- 请将程序中的main()函数中的 initgraph(&gd,&gm,\"C:\\\\TC\") 函数中的\"C:\\\\TC\" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gd,&gm,\"D:\\\\Tools\\\\TC\") -I would be grateful if the procedures main () function of initgraph (
rzVS
- 操作: \"w\" \"s\" \"a\" \"d\" 分别为 上 下 左 右 胜利条件: 控制 曾rz 吃掉所有的 囧 超级简单并且无聊的游戏 是用win32控制台写的 -Operating : "w" "s" "a" and "d" from top to bottom were about victory conditions : rz control have eate
PengPeng1
- 这是是我前几天仿写的小游戏《看谁守得住》的源代码,有详细的注释,代码短,但涉及到windows实时网络游戏的诸多基本元素,包括多线程、套接字、双缓冲、边界检查、3D视角等,程序可扩展性好,对程序中小球个数NBALL重新赋值(比如改成6)可以方便的扩展成网络桌球,对大球个数修改可以方便的扩展成网络足球(需要修改碰撞判断条件),也可以很方便的移植为调试OpenGL、D3D程序的平台(替换显示类C3DConvertor),是一个值得参考的入门级实时3D游戏编程框架 游戏支持单机和双人局域网两
lcs
- 算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn } 求X和Y的一个最长公共子序列 举例 X = { a , b , c , b , d , a , b } Y = { b , d , c , a , b , a } 最长公共子序列为 LSC = { b , c , b , a }
snake
- 贪吃蛇的游戏源码。 该版本目前不具有存档功能,游戏中“u”键加速,“d”键减速
snooker
- /*运行环境 TC2.0下的台球游戏 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个\"mouse.h\",所以去掉了, 如有人想要带鼠标的可与我连系*/-/ * WITH TC 2.0 operating environment under the billiards game w, s, a, d to control direction, the comma and full stop controlling forces, space-could
russ
- 一个简单的俄罗斯方块程序。3个难度。 操作:A,左移;D,右移;S,加速下落;W,变形;空格,暂停。-a simple Tetris procedures. Three more difficult. Operation : A, the left; D, the rig ht; S accelerate whereabouts; W, deformation; Box suspended.
mGgame
- 迷宫游戏源码,包括2.5D的源码,自动获取地图!-Maze game source code, including source code 2.5D automatic access to maps!
Light_Cycles1
- 双人游戏,通过控制方向键盘来控制橙色(W上、S下、A左、D右)和蓝色光车(方向键盘),触壁或者碰到自己或者对手的轨迹者输-Double game, by controlling the direction of the keyboard to control the orange (W' s, S Next, A left, D right) and blue light vehicles (the direction of the keyboard), touch wall, or hi
Snake_App
- 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置-I also a Snake game source code, even though each of the games are played are the same as a Snake, but the programming algorithm is d
c4
- 纯用 字符 和数组编的五子棋,棋盘也是用字符画的。 编了1上午了,主要是算法跟按键比较烦,发现有bug-- 按键速度过快会产生延时显示,可能是算法不好。 操作:玩家1: a,s,w,d(方向) 空格(落子) 玩家2: 上、下、左、右 回车 (落子) ESC: 退出 -Using only an array of characters and series of backgammon, the board is painted with the characters
LodeRunner
- LodeRunner。一款很好玩的噢智力游戏,又称警察抓小偷,把每一关中的金子拿完即可过关.A键为向左吐火,D键为向右.-LodeRunner. Oh, a very fun puzzle game, also called the police catch the thief, the gold in each level you can get complete clearance. A key to spit fire from the left, D keys to the right.
guessNum
- 猜数字游戏C语言代码 a,一个四位数,各位上的数字不重复,从1到9。 b,按以下提示猜出这个四位数。 c,每次猜测输入的数据给出类似的提示*A*B。 d,其中A前的*代表你本次猜对了多少个数字。 e,其中B前的*代表你本次猜对的数字并且位置正确的个数。 -Guessing game C language code a, a four-digit, you do not repeat the figures, from 1 to 9. b, the following
snake
- 一个可调式的贪吃蛇程序 无素材 方向键W S A D-An adjustable-style Snake
Mo_fang2
- 魔方游戏vc源代码。 这是一个魔方游戏界面的雏形。用户可以按键转动魔方 U up D down L left R right B back F front 建模参考意义很大-Cube games vc source code. This is the prototype of a cube game interface. Users can rotate button Cube U up D down L left R right B back F front g
Tetris
- 自己做的俄罗斯方块毕业设计,界面是放腾讯的,自己加入了攻击和人工智能在里面,可做学习之用-Tetris own graduation, Tencent interface is put, he' d joined the attack and artificial intelligence in it, learning to do with
PushBox
- Android益智游戏推箱子,界面较好,采用2.5维显示界面-Android puzzle game Sokoban, the interface is better, a 2.5-D display interface
Gluttony-snake
- 贪食蛇,你们都懂的。请将程序中的main()函数中的 initgraph(&gdriver,&gmode,"e:\\TC") 函数中的"e:\\TC" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gdriver,&gmode,"d:\\Tools\\TC") -Gluttony snake,A classic example of c program
Vector2D
- 2Dc++使用allego的小游戏,演示了基础制作c++2D的小游戏具体过程-2Dc++ using allego little game that demonstrates the basis for making c++2 D specific process of the small game
We-love-tang-poetry
- a.功能:通过游戏来进行对唐诗的背诵 b.性能:由于是单人的游戏,所以对性能的要求为最低等级。 c.输出:输出为该用户对唐诗的熟悉度。 d. 输入:输入对用户通过鼠标键盘的操作来对游戏进行控制。 e. 基本的数据流程:操作得到熟练度然后存入数据库,数据库的添加删除。 f.安全与保密要求:由于是单人学习软件 所以安全度不高。 g.与软件相关的其他系统:操作系统。 -learning poem by play our gmae