资源列表
WindowsFormsApplic44ation1
- 实现记事本的功能,适合应付老师布置的作业- realize the function of notepad
all-powerful-button-
- 全能全键盘自定义按键支持所有游戏,此源码为按键精灵所写,且为前台-Universal keyboard custom key support all games
BINGOO-(7x7)---Risky
- bingo game created using excel VB macro to create random unique number
snake.c
- Mini project in C many Student do management project like library management ,Hotel management etc.But Snake Game is mini project of first semester build by my friend which is very different.It is console application without graphic library that s wh
Arduino-smartcar
- 制作一个Arduino自平衡小车,自平衡小车的原理也比较简单:利用陀螺仪和加速度模块获得小车角度,Arduino对获取的数据进行处理,然后控制电机运转纠正倾斜,从而达到平衡的效果。-Arduino making a self-balancing car, the principle of self-balanced car is relatively simple: the use of gyroscopes and accelerometers module to get the car an
sokoban solver c++
- a recursive algorithm to find all possible solutions for given sokoban game. inputs are given in .txt file then executing program will solve it for you.
dandantan
- 不错的游戏程序,初学者可以试试看看,提高自己的游戏编程水平。-Good game program, beginners can try to see, and raise their level of game programming.
MrDom
- 一件简单的安卓贪吃蛇游戏,实现了贪吃蛇游戏的基本功能。-A simple Android Snake game Snake game to achieve the basic functions.
mrnom
- 一个自定义框架的贪吃蛇游戏的源代码。并可以自由添加功能.-A custom frame Snake game source code.
TicTacToe
- TicTacToe C++ Code for TicTacToe Game
PythonShootGame
- 模仿微信打飞机游戏的python源代码。基于pygame。可以在PC机上尽量打飞机了。-Mimic the aircraft game python source code. Based on pygame. You can try to play on PC.
LinkGame_Csourcefile
- 连连看c源码 [ 核心算法 ] * 先进行水平方向判断,找出两点所在的水平直线活动范围, * 算出这两条线段在垂直方向的共同区域!!!, * 遍历该区域判断能否在两线段间架起公垂线,能则两点连接上; * 接着进行垂直方向判断,类同。无论两点在不在一条直线上, * 都能使用该算法,因为两点同线只是两点作为矩形对角点的特例而已。 -LinkGame C source file------- look for more details,please download