资源列表
24点游戏
- 用c语言写的益智计算游戏,根据给出的数字,思考公式结果等于24(The puzzle computing game written in the C language, according to the figures given, the result of the thinking formula is 24.)
新建 好压 ZIP 压缩文件
- 在规定的范围内,随机选中一个数字,你进行猜测(In the specified range, a random number is selected and you make a guess.)
p1
- java练手,一个简单的桌球了练习,培养java学习兴趣(Java hand, a simple table tennis practice, cultivate interest in learning java)
pro-evolution-soccer-2010.19933
- IT IS PES 2010 SAVE FILES, PLZ TAKE THESE FILES IN PROGRAM FOLDER.
Report Free Gibbs Energy.synctex
- bhjbguhdrtsdufviyfgyuftfu
Retro Snaker
- 基于C++的贪吃蛇小游戏,适合初学者学习,可根据代码加入背景图片、速度因子等自行更改设定。(C++ based Snake game, suitable for beginners to learn, according to the code to add background pictures, speed factors and other self - change settings.)
PingPong Game
- 一个打乒乓球的小游戏 WS和上下移动 D和左是发球(WS and up and down moving D and left are serve)
simon game
- 这是一个记忆类的游戏,随着游戏进程的深入,留给玩家记忆的时间越来越少(This is a memory game. As the game progresses, the time that is left for players to remember is less and less.)
完美开心农场网页源代码php
- 一款游戏源代码用于开发学习研究借鉴了解交流i互动(A game source code for developing learning, learning, learning, understanding, communication, I interaction.)
Sokoban
- c++语言纯代码,在运行框中实现推箱子游戏(C++ language, implementation of Sokoban)
ud
- 快捷命令,erlang开发调试接口,方便新手快速开发(Shortcut command, Erlang develops debug interface to facilitate new development of novice.)
Snake1
- void Pos(int x,int y) { COORD pos; HANDLE hOutput; pos.X=x; pos.Y=y; hOutput=GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleCursorPosition(hOutput,pos); }