资源列表
dispybchreferto
- 易语言实现ring0下暴力关闭进程,纯易语言实现,请不要用到破坏行为上()
NLNXGB128
- 易语言实现 HTTP访问 利用WININET模块()
自用绘制模块
- 易语言模块绘制模块,用于FPS游戏部分模型上色等(Easy language module drawing module for FPS game part model color, etc.)
UCUH
- 易语言天龙八部*源码,采用后台*形式 方便使用,自动捡包()
SFPNHQU
- 易语言*海模块,易语言万能模块的源代码,破解版()
Delphi-OpenSSL-master
- hi this is Delphi SSL component source code for use this code and create secure communication between client and server application.
638863
- 易语言可以对屏幕进行录像 并生成动态图片文件()
microBoxEsp
- This is esp32 micro box,you can try it.
新建文件夹
- 基于QScintilla 的编辑器。用于QSintilla的初学者。(An editor based on QScintilla. A beginner for QSintilla.)
开源CF变态驱动内存无检测源码
- 开源CF变态驱动内存无检测源码,适用于新手学习(Open source CF abnormal driver memory non detection source code, suitable for novice learning)
绝地求生内部自瞄加速辅助源码
- 绝地内部自瞄加速,新手开源,适用于新手学习。(The inner self aim of the Jedi speed up, the novice open source, suitable for the novice learning.)
折半查找法
- 折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数a0~a4,要查找的数是X,其基本思想是: 设查找数据的范围下限为l=1,上限为h=5,求中点m=(l+h)/2,用X与中点元素am比较,若X等于am,即找到,停止查找;否则,若X大于am,替换下限l=m+1,到下半段继续查找;若X小于am,换上限h=m-1,到上半段继续查找;如此重复前面的过程直到找到或者l>h为止。如果l>h,说明没有此数,打印找不到信息,程序结束。(The method of bin
