资源列表
SNAKE
- 使用C语言所编写的DOS下的贪吃蛇游戏。-Written using C language under DOS game Snake.
jingxi
- 想给你女朋友一个惊喜吗?一个小程序让你实现这个愿望.粘贴到记事本里面,另存为,再把文件名的后缀名改为hta就OK了,效果自己双击就看的到,成功编辑以后,想关掉他可以按ALT+F4
5151
- 这是一个小表白程序,把结尾修改成cmd你就会发现秘密的-Do this is a small program, the end modified into CMD you will find the secret
mw
- 有一个魔王总是使用自己的一种非常精练而抽象的语言讲话,没有人能听得懂,但他的语言是可以逐步解释成人能听懂的语言-There is a devil is always a very concise to use their own language and abstract speech, no one can understand, but his interpretation of the language can be gradually understand the language of
javaPpiano
- 简单的手机钢琴源代码 供初学者参考 希望共同探讨进步-piano source code
fullscreen-api-polyfill
- missing files allure fullscreen-api-polyfill.js
SpriteManage
- 这一个游戏是通过Visual C++代码来编写的,程序的功能比较简单-This is a game by Visual C++ code to write, the process is relatively simple function
edit4
- 自己设计的简单的开机密码程序下-Simple power-on password design their own program
game
- 猜数字 什么才是经典 你能通关? 很难的优质课啊 游戏 猜数字-What is a classic guess numberclearance can you? Quality is difficult lesson ah guess number Game
FloatTipText
- 手游常见的游戏中中弹tip功能,详细用法参考源码(The game in the hand tour of the game in the tip function, detailed use of the reference source code)
mt
- 我的世界格雷科技5.09木炭堆点火器自动摆放原木程序(My world Gray technology 5.09 charcoal ignitor automatically sets the log program)
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); }