搜索资源列表
maoxianhanhua
- 冒险岛自动登陆自动退出 自动喊话,检测好友是否在线的等功能 -automatic landing voluntarily quit engulfed automatically detect whether an online friend functions
stockfish国象的代码
- stockfish国象的代码,,注释很好。功能很强。-Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is not a complete chess program, but requires some UCI compatible GUI (like XBoard with PolyGlot, eboard, Jose, Arena, Sigma Chess, Shredder, Chess
WinmineCheat
- Windows 挖地雷作弊器,仅适用于Windows XP,通过内存扫描,探知地雷位置。-Winmine Cheater. For WinXP ONLY. Detect the position of BOMB by memory scan.
Wsock32.dll
- 以网易时期的《精灵》为例子,讲述了一下如何在网络游戏中作出被动的*而不需要使用系统钩子函数,但是对目前的很多网络游戏而言,通常都会检测自身目录中是否存在“Wsock32.dll”文件,如有一般来说都是*了,现在需要另辟蹊径才能到达这个目的!-Netease period to the "Wizard", for example, about how the network responds in a passive game without the need for plug-hook us
BaHuangHou
- 题目:八皇后问题。 八皇后问题是指求解如何在国际象棋8*8棋盘上无冲突的放置八个皇后棋子。因为在国际象棋里,皇后的移动方式是横竖交叉,所以在任意一个皇后所在的位置的水平,竖直和斜45度都不能有其他棋子的存在。一个完整的无冲突的八皇后棋子分布成为八皇后问题的一个解。设计思路:我使用了回溯的方法来解决八皇后问题,也就是逐次试探的方法。这个方法是通过函数putchess()对自身的递归调用来实现的。运行程序后,主函数调用putchess()函数在棋盘第一行第一列上放置棋子,开始向下一行递归。每一步
GAME
- 利用SIFT检测两图片的相同点,并获 ·北京大学数字图象处理课件,封举富 ·主要内容彩色256色转灰度图,hough变 ·OPENCV手册!opencv用具很实用,广 ·功能强大的图像处理软件可以打开,关 ·ICP是用来匹配两组未知点,可以用于 ·利用opencv完成的汽车牌号识别,支 ·細線化程式,本程式源 ·图像处理算法方面编程代码汇总,请 -Detect SIFT picture using the same two points, and digita
process
- Delphi检测指定进程是否存在. -Delphi detect the existence of the specified process. Delphi detect the existence of the specified process.
snake_OOP
- Game Snake. When application is running the game starts immediately. By default snake has length of 5. Its moving across the game board with some initial speed. Using arrow keys (←↑→↓) to drive the snake. Use Esc button to pause/continue game.
Chess
- 这是一个非常基本的国际象棋程序2的球员。我是来弥补计算机科学使用工具中央结算系统图形包中的类图形程序。虽然这是一个易于使用的软件包,它是在它的使用有限。<br> <br>此程序有一些inherant limiatations。首先,因为只有JPEG支持可用,我不得不作出许多图像的两倍(因为JPEG格式不支持透明像素)。该程序将无法检测检查或将死,因为我没有时间来实现这些功能。正如您将看到,没有撤消功能。这可能是有点容易实现。最大的错误是我在作品的方式存储在内存中。他们居住
zhuxian
- 对游戏 诛仙 的多开分析文档 文中说游戏 诛仙 检测用户多存在的几种手段 从而提出了对应的逃避检测方法-To open the game Zhu Xian analysis of multi-document text that the game Zhu Xian detect the existence of several means more than the user to put forward corresponding to evade detection
DiskMonitor
- DiskMonitor这个程序可以检测到本地电脑的使用情况,还可以对一个磁盘的使用情况进行单独的检测-DiskMonitor this procedure can detect the use of the local computer, you can also use a separate disk test
BounceThread
- 1) 小球在窗口内的移动不能垂直向下,可以以某个角度斜向下运动。小球最初在窗口顶部出现的位置可以固定,以可以随机在某个位置出现 (2) 运动方向可以通过每次在x方向和y方向上增量不同来得到。 能检测窗口边界,碰到边界后会发生碰撞并且沿合理的方向运动。 在每次绘制小球时候,判断绘制该小球的位置是否已经到了窗口的上下左右边界。如果到了,就应该通过改变x和y方向的增量。来改变方向。 -1) The ball is not moving in the window vertically d
sudoku_solver.tar
- Simple sudoku solver written in C, very fast for solvable games but sometimes loop for ages on unsolvable boards. Making it detect unsolvable boards faster is left as an exercise to the reader :)
YY
- 检测是否在用户指定YY频道,如果不在的话程序无法继续运行-YY detect whether the user specified channel, if not, then can not continue to run
detect
- 游戏书籍,关于碰撞检测的,有需要的下载啊-Game books, about the collision detection, there is a need to download ah
YY
- 一个自动检测是否登陆YY的程序 有模块和密码 可以试试 很好用的-Automatically detect whether a program has modules YY login and password, you can try very good use
Version-detection
- 版本偵測 用於偵測 當前版本是否為最新的:D 可用於外掛上的更新,或是個人程序的更新通知-Version detection used to detect the current version is the latest: D can be used to plug the update, or a personal update notification program
CheatDetectionSRC
- 应用层反*模块,探测恶意*,最反*人员有一定帮助-Anti-plug-in application layer module, to detect malicious plug-in
MAZE
- 本文介绍了一种随机生成二维迷宫的方法,并指出了该方法的几个关键点,即如何生成连接起点和终点的通路,如何实现强连通图,以及如何绘制迷宫和捕获键盘事件的编程技巧。虽然代码不多,却实现了一个较为完整的迷宫游戏,希望能为游戏编程爱好者们起到参考作用-We can use this program to detect the main frequency of CPU by using RDTSC instructor.
6renshuohayuanma
- 朋友那里弄来的最新6人梭哈源码,改进了功能,删除了漏洞,经本人检测无任何问题可以生成-Friend got the latest Stud source to improve the function, delete the vulnerability without any problems can be generated by I detect
