搜索资源列表
qqwakuang
- 到现在都能用的QQ幻想挖矿工具。 非常适合初学者的学习,没有什么特别的技术。主要特点是TIMER的嵌套使用。 虽然简单,但也包含了做外挂最基本的一些函数,比如说FINDWINDOW 等等等等,就不多举例了。-now able to use the tool QQ illusion is there. Very suitable for beginners learning, not any particular technology. The main feature of the Ti
pro
- 1输出国际象棋棋盘 2打印楼梯,同时在楼梯上方打印两个笑脸 3古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? 4判断101-200之间有多少个素数,并输出所有素数。 5打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 6将一个正整数分解质因数。例如:输入90,打印
tanchishe
- 贪吃蛇,使用循环,嵌套,变量,随机函数等,通过啊,-A simple vc program, in the hope that we can download exchange
ForbiddenPointFinder
- 吕文哲老师的五子棋禁手算法 三三、四四、长连已经嵌套禁手-renju forbidden algorithm by luwenzhe
juzhenxiangcheng
- 编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。 分析: 首先我们可以根据题意写出函数头。可以定为void MatrixMutiply(int m,int n,int p,long lMatrix1[MAX][MAX],long lMatrix2[MAX][MAX],long lMatrixResult[MAX][MAX]),其中lMatrix1和lMatrix2分别是输入的m*n矩阵和n*p矩阵,lMatrixResult是输出的m*p矩阵。 因
ckym
- 窗口嵌套.e 调用置父窗口API来实现修改父窗口句柄 实现此效果-Window nested e call is set parent window API to modify the parent window handle to achieve this effect
game-scrap
- 此源码是一款 拼图游戏源码 具有多种图形 利用了嵌套式等多种算法 压缩了代码空间-void win(int x,int y,int dx,int dy,int color)
javaDesign
- 一个点阵字库的java实现,可以实现汉字的点阵显示。用的是Applet实现。可以嵌套在网页中使用,丰富网页的内容-A dot-matrix font java implementation, dot matrix display Chinese characters can be achieved. Achieved with the Applet. Can be nested in a web page using the rich content of the page
ForbiddenPointFinder
- 吕文哲老师的五子棋禁手算法三三、四四、长连已经嵌套禁手-renju forbidden algorithm by luwenzhe
ForbiddenPointFinder
- 吕文哲老师的五子棋禁手算法三三、四四、长连已经嵌套禁手-renju forbidden algorithm by luwenzhe
matlab
- 1. 实现扫雷游戏。以下saolei_main是扫雷游戏的函数,该函数的运行需要调用函数minefield(已经给出),除此以外,saolei_main内部有两个嵌套函数(Minesweeper.The following saolei_main is a function of the mine clearance games, the function of the operation need to call a function minefield (has), in addition