搜索资源列表
kbKernel
- 利用库函数可实现类似按键精灵的键盘、鼠标、抓点抓色功能-none!
dancer
- 自己业余时间编的一些小游戏,只供学习之用。实现逻辑也非常简单。 用户可以根据 箭头指示。 来让小人跳舞 -none
newBridge
- it is a card game... the very famous bridge. it does not have a graphical user interface but is none the less a good game to play.
source
- 水仙花数是指一个 n 位数 ( n≥3 ),它的每个位上的数字的 n 次幂之和等于它本身。(例如:1^3 + 5^3 + 3^3 = 153) // 功能:判断输入 nValue 是否为水仙花数 // 输入: nValue为正整数 // 输出:无 // 返回:如果输入为水仙花数,返回1,否则返回0-Daffodils refers to a number of bits n (n ≥ 3), the numbers on each of its bits equal to n-t
xls2lua
- lua开发的游戏 非常不错 值得一看 花了很大功夫拿到的 -IE 7+, Opera 11+, Safari 5+, Firefox 5+ and Chrome 14+ are REQUIRED according to Bootstrap compatibility page. If you have none of them, click here for BNUOJ 2.0, or here for the original BNUOJ. Enjoy and have fun!
zjdy
- doing的终极地狱完整版。可以说doing的这个版本在ES2架构中算首屈一指的,虽然他说自己的作品很粗糙,但在多年来的国内MUD界来说,其严谨细致的思路及程序写法是绝对可以值得借鉴学习。可惜doing曾经说过,不太有可能再写文字MUD,如果可能再写也不会做现有hell架构的MUD。但这个版本足以是我们受益非浅了。-doing the ultimate hell full version. You can say that doing this version ES2 architecture
kbKernel
- 利用库函数可实现类似按键精灵的键盘、鼠标、抓点抓色功能-none!
newBridge
- it is a card game... the very famous bridge. it does not have a graphical user interface but is none the less a good game to play.
Snake_Game
- This is a standard snake game. Features are as follows -If you hit any of the picturebox s side (i named this wall ), you ll die. -If you collide with yourself, you ll die. -When the score is exact multiple of 10, a special bait will be generated. Th
Man
- 左键单击画圆,右键单击画方,双击清空屏幕上所有内容-left is circle,right is rectangle,double is none
N huanghou
- 国际象棋中皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将N个皇后放在一个国际象棋的棋盘上(有8 * 8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。我们现在扩展一下,对于某个满足要求的N皇后的摆放方法,定义一个皇后序列与之对应,即{(x1,y1),(x2,y2)…(xN,yN)},其中(xi∈[1,N],yi∈[1,N],N∈[4,16]),其中(xi,yi)为相应摆法中第i个皇后所处的坐标(行数和列数)。那么需要针对这个序列进行检测,检测序列给定的皇后们是否存在可以相互吃掉的