资源列表
Unityserial
- Unity3D 平台下与硬件RS232通信的代码,大家一定要记得看哦,-Under the Unity3D platform and hardware RS232 communication code, we must remember Kane,
p1.c.tar
- Sierpinski Gasket program to divide tetrahedron
4.c.tar
- House program to rotate house by any degr-House program to rotate house by any degree
tictactoe
- this contains c program for tic-tac-toe game. three by three matrix will be there.players are human and computer and each ones have three moves. human is assigned by 3 and computer represent by 5. who complete by filling the matrix in row or column w
TOH
- the towers of hanoi game implemnted in java and verified
贪吃蛇
- 经典的贪吃蛇小游戏,虽然界面很简陋,但是很好玩哦(It is an amazing and reminiscent game which everybody has played it before. It is for sure that you are going to love it.)
pong
- simple ball game made using nokia LCD 5110 screen and arduino. Interfaced through SPI
lua
- huangye求生的辅助,希望大家可以试着下载使用下。(huangyeqiusheng help)
GameCode
- This Game is Javascr ipt code, and Html5
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); }