资源列表
[其他小程序] kmeansfromlightfast
说明:unsupervised kmeans clusetring algorithm of data<Abel> 在 2025-12-07 上传 | 大小:3kb | 下载:0
[通讯编程] roundrobin
说明:A round robin scheduling program for the code<Pushblog> 在 2025-12-07 上传 | 大小:3kb | 下载:0
[钩子与API截获] my_VBHOOKAPItest
说明:能成功的拦截目标API在内存中的地址,打开被拦截程序内存,将API地址首字节换成汇编指令RET[返回]-To find an intercept of the target API address in memory, open the interception program memory, the API address of the first byte into assembly instructions RET[returns]<zhang> 在 2025-12-07 上传 | 大小:3kb | 下载:0
[钩子与API截获] TEXT_-Getword
说明:用VB写的可以直接读取鼠标所在位置的单词,以及那一行的全部文本-Direct reading of the mouse location of VB can be used to write the words, and that for all text<zhang> 在 2025-12-07 上传 | 大小:3kb | 下载:0
[其他小程序] FollowmeButton
说明:Simple Follow me Button Source code<A. Mulyana> 在 2025-12-07 上传 | 大小:3kb | 下载:0
[其他小程序] ShutdownWindowsApiEx
说明:Source code To shutdown windows API<A. Mulyana> 在 2025-12-07 上传 | 大小:3kb | 下载:0
[其他小程序] linklist
说明:建立链表对其进行基本操作例如删除元素增加元素归并两条链表等等,以及建立多项式相加减等功能-Establishment of the list of its basic operations such as removing elements add elements merge two lists, etc., as well as the establishment of polynomial functions such as addition and subtraction<abby> 在 2025-12-07 上传 | 大小:3kb | 下载:0
[其他小程序] LIJIANNING
说明:用到文件处理的学生成绩排序程序,使用时注意学生成绩的格式,可移植性强-this is a C++file, dealing with the sorting of students grades<Lucien> 在 2025-12-07 上传 | 大小:3kb | 下载:0
[其他小程序] binary-search
说明:折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数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,说明没有此数,打印找不到信息,程序结束。-binary search<tjl> 在 2025-12-07 上传 | 大小:3kb | 下载:0
[按钮控件] SplitButton
说明:XP样式拆分按钮控件,按钮右边有下拉按钮,可以绑定及弹出菜单。用Delphi打开后可以正常安装使用。-XP style controls the right side of the split button, the button has drop-down button, you can bind and pop-up menu opens with Delphi normal installation.<goldcicada> 在 2025-12-07 上传 | 大小:3kb | 下载:0