资源列表

« 1 2 ... .82 .83 .84 .85 .86 187.88 .89 .90 .91 .92 ... 666 »

[外挂编程A_FindPath

说明:A*算法是一个求最短路径的函数,为许多即时战略游戏所用刀(或许人家大型的即时战略游戏笔者算法更好,不管它)。它由两个函数组成,一个是评估函数,也就是确定人物移动的下一个位置必须离目标位置最近,评估函数评估的结果越精确,则寻径的速度越快;另一个就是寻径函数,也就根据评估的结果做出响应,然后从新位置继续评估下一个位置,若无路可走(四周都是障碍什么的),那么折回一个路径节点,尝试其他方向,这个算法有个缺点,随着游戏中人物增多,相应的处理节点就增多了,会影响处理速度,而且占用大量的内存。 -err
<cctv> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[外挂编程myDraftsrc

说明:一个简单的外挂制作,最近在朋友那搞了个连连看游戏来玩玩,觉得还不错.-A simple plug-in production, recently staged a friend that Lianliankan games to play, feel good.
<zhp> 在 2025-06-08 上传 | 大小:49kb | 下载:0

[外挂编程10

说明:某游戏外挂的源码,虽然现在可能不好用了,但还是能给初学者一点启发的-Plug the source of a game, although it may now be well spent, but still give a little inspired beginners
<王喜> 在 2025-06-08 上传 | 大小:61kb | 下载:0

[外挂编程zuxianwaigua

说明:诛仙外挂,这是较近的一个版本。测试可以编译成功,实际游戏尚未测试。-诛仙plug, this is a more recent version. Test can be successfully compiled, the actual game has not yet been tested.
<> 在 2025-06-08 上传 | 大小:146kb | 下载:0

[外挂编程cstj

说明:传奇世界脱机外挂源代码,VC++写成。测试可编译。-Legends of the world s offline plug-in source code, VC++ Written. The tests will be compiled.
<ouyea> 在 2025-06-08 上传 | 大小:148kb | 下载:0

[外挂编程CALL

说明:转载源码 写机器码CALL捡物品 游戏外挂源码-Reproduced source binary CALL seized goods to write plug-game-source
<康龙> 在 2025-06-08 上传 | 大小:8kb | 下载:0

[外挂编程minezs

说明:扫雷用外挂程序 扫雷用外挂程序-Mine clearance process with plug-in plug-in procedures used in mine clearance
<leilei> 在 2025-06-08 上传 | 大小:47kb | 下载:0

[外挂编程skym

说明:VB程序完美国际双开源代码,仅供参考学习,当一个游戏运行时,打开这个程序就可以开第二个游戏了,开了就可以关闭这个程序-VB procedures perfect international dual open source code, for reference only to learn that when a game is running, open the program can open the second game, and opened the process can be sh
<春风化雨> 在 2025-06-08 上传 | 大小:2kb | 下载:0

[外挂编程huanshou3

说明:完美幻手3外挂源码,可以升级到最新版本。也可以直接更改内存地址-Perfect Magic 3 plug-hand source, you can upgrade to the latest version. Can also directly change the memory address
<王俊> 在 2025-06-08 上传 | 大小:277kb | 下载:0

[外挂编程GameMaster

说明:一个简单的游戏修改器,功能比较实用,热键激活,搜索地址,修改和锁定内存。-A simple game modifications, and more practical functions, hotkey activation, search address, modify, and lock memory.
<宋芬> 在 2025-06-08 上传 | 大小:103kb | 下载:0

[外挂编程zhuxianfeitian

说明:诛仙飞天外挂的源码,用vb写的,测试过了,可用。-Flying诛仙plug the source, using vb written, tested and available.
<gaochen> 在 2025-06-08 上传 | 大小:6kb | 下载:0

[外挂编程tlbb

说明:利用新的统计方法来识别复杂中文验证码,这个程序专用于天龙八部,还不完善,识别率有待验证。例子中包含了一些例子。具体做法把文字切割成单个汉字,去除黑白背景只留下空黑色像素壳字并统计出黑色像素,然后和选项中文字比较相识度。原理就是有些中文汉字笔划比不一样用的像素也不同了。这个方法局限性大,单适用天龙八部中。-The use of new statistical methods to identify the complexity of Chinese authentication code, thi
<应良中> 在 2025-06-08 上传 | 大小:405kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 187.88 .89 .90 .91 .92 ... 666 »

源码中国 www.ymcn.org