搜索资源列表
TCS 2005
- 贪吃蛇2005 + 源程序 贪吃蛇 一个经典的小游戏,本人精心制作,相信会比其它所谓的贪吃蛇效果好很多。希望大家能提出更多宝贵的意见。游戏规则: 利用方向键控制蛇头运动,当蛇头碰到食物即吃到食物,获得积分; 在此过程中不允许蛇头出界或碰到身体,否则游戏结束。基本操作: 程序运行后输入数字0-9,选择级别;任何时候按Esc键即退出游戏;用键盘方向键控制蛇头运动方向;按任意键暂停,方向键和组合键除外;暂停后,按方向键继续游戏;出错后会出现是否继续游戏的提示,Y继续,N结束。
mantischess103s
- 这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~ 基本操作:鼠标左键点击选中棋子,再点移动。 -This is a well-made small Chinese chess games and picture clean, simple operation is its advantage, computer difficulty is not very high, so beginners can try -- to th
2006050303112921418
- 这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~ 基本操作:鼠标左键点击选中棋子,再点移动。-This is a well-made small Chinese chess games and picture clean, simple operation is its advantage, computer difficulty is not very high, so beginners can try -- to th
Good_chess
- 一部制作精良的中国象棋小游戏,画面清新,它的优势是操作简单,电脑的难度不高,非常适合初学者。基本操作:鼠标左键点击选中棋子,再点移动。
pushBox
- 推箱子C语言版,可以自定义地图,支持悔步和重复。可在VC6.0或TC中编译。很好的学生作业。文件打开关闭的基本操作。TXT文件的读取,键盘响应。坐标规划,C画图。
javaGame
- 自己用Java写的一个连连看程序,实现基本操作内容
石器时代Linux服务端
- 7.5的石器时代服务端,以下是架设说明 1.这个包中有两个小包,一个是saserver.tar.gz,这个是已经配置好的直接下下来就可运行的完整服务器端,一个是tool.rar,里面是登陆器和附带的一个内码转换的小工具,因为数据库是繁体的,所以要用这个工具转换。具体方法下面会说。 2.本服务器端要求架设的人有一定Linux基础,如果有看不懂的地方建议先补习一下Linux基本操作。 3.先将saserver.tar.gz拷到linux系统下,然后解压。(一定要在Linux下解压,在windows下
btgua
- 完美世界BT*源码,读写内存基本操作。-BT-source plug-perfect world, the basic operation to read and write memory.
ddz
- 斗地主源代码 可以实现斗地主的基本操作-斗地主source code can be achieved斗地主the basic operation
ELS
- 俄罗斯方块的程序,包括分数记录,速度变化,开始暂停等基本操作。-Russian box procedures, including scores of records, the speed of change, the basic operation suspended.
mantischess
- 这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~ 基本操作:鼠标左键点击选中棋子,再点移动。-This is a well-made Chinese chess game, the screen clean, simple operation is its advantage, the computer is not very high degree of difficulty, so beginners can also try
guandaoyouxi
- 一款Java管道连接游戏,将JAR包导入手机可以运行,另附有JAVA源文件,个人感觉做的还不错,而且很好玩,通过源代码你可以学到坐标、颜色、物件增大、增长的一些基本操作,这些操作将有助于你提高JAVA手机游戏编写水平。
Russia
- 用C++实现的一个俄罗斯方块游戏,包括一些游戏的基本操作与设定-Using C++ to achieve a Tetris game, including some of the basic operation of the game and settings
mantischess103s
- 这是一部制作精良的中国象棋小游戏,画面清新,操作简单是它的优势,电脑的难度不是很高,所以初学者也可以试试啦~ 基本操作:鼠标左键点击选中棋子,再点移动。-This is a well-made Chinese chess game, the screen clean, simple operation is its advantage, the computer is not very high degree of difficulty, so beginners can also
snake
- 利用c功能实现了贪吃蛇的基本功能,能实现贪吃蛇的一些基本操作-C function using the basic functions to achieve the Snake, to achieve some of the basic operation of Snake
2_1
- 用C++编写的扑克牌游戏。 创建一副扑克,并完成洗牌等基本操作。 (1)增加大小王。 (2)将洗完牌平均分给4个人,然后1将花色相同的牌按点数大小排列起来。2根据花色的大小将牌排列起来(大小王排前) (3)删除指定的牌,如红桃5、黑桃A等,并将其余牌显示。-Written in C++, poker game. Create a poker, and complete the reshuffle and other basic operations. (1) increasing
GameBaseProgramming
- Visual c++ 基础游戏编程;针对初学者了解游戏设计的基本知识,熟悉基本操作,游戏书画中的坐标系统,如何设定游戏的主要架构等!-Visual c++ based game programming for beginners to understand the basics of game design, familiar with the basic operation of the game in the painting coordinate system, how to set t
vblianliankan
- 我的课程设计,用不同的语言实现的连连看小游戏,源码完整,可以实现游戏的基本操作。-My course design, with different language Lianliankan game, complete source code, can achieve the basic operation of the game.
Snake-java-curriculum-design
- java课程设计之贪吃蛇,运用java的一些基本操作,实现贪食蛇设计的实现-Snake java curriculum design, the use of java some of the basic operations designed to achieve the realization of Snake
automating_web_browsing_src
- 网页*示例(C#) 网页*开发入门级源码,自动定位按钮响应Click事件,自动添写文本框内容,自动选择复选框,自动控制下拉列表等基本操作 基于VS2005的C#源码 -Web plug-in example (C#) web development entry-level external source, automatically positioning the button to respond to the Click event, automatically Please fil