资源列表

« 1 2 ... .67 .68 .69 .70 .71 9572.73 .74 .75 .76 .77 ... 66581 »

[其他小程序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

[数据库编程pt

说明:主要用于船舶经济性计算,针对特殊船型,不同航态进行经济计算-used to caculate the economy of ships
<yjy> 在 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

[其他小程序sqlist

说明:北京工业大学电控学院大一下学期必修课——数据结构与算法,作业程序示例。 北工大电控学院数据结构与算法第二章(线性表)作业程序中的顺序表程序,可实现顺序表的插入、删除、定位、检索等功能。-Sqlist. Beijing University of Technology.
<永乐孤雁> 在 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
« 1 2 ... .67 .68 .69 .70 .71 9572.73 .74 .75 .76 .77 ... 66581 »

源码中国 www.ymcn.org