资源列表
排序选择:
[ListView/ListBox] keypass
说明:密码管理的功能,实现存储密码账户,访问网页。避免记密码得麻烦。-Password management features, implement store passwords accounts, visit the website. Avoid remember the password too troublesome.<wangtian> 在 2025-09-22 上传 | 大小:1.29mb | 下载:0
[编译器/词法分析] libgslcblas
说明:GSL的配置文件,在安装配置GSL时候使用。需要和libgsl.zip配合使用-GSL configuration file used when the installation configuration GSL. Used in conjunction with the needs and libgsl.zip<李冬冬> 在 2025-09-22 上传 | 大小:4kb | 下载:0
[软件工程] position-control-algorithm
说明:在运动控制中反馈和前馈补偿的位置控制算法的研究,以及软件实现。-n motion control feedback and feedforward compensation position control algorithm and software implementation.<孙开环> 在 2025-09-22 上传 | 大小:2.27mb | 下载:0
[图形图像处理(光照,映射..)] texture_matrix
说明:图像处理中灰度共生矩阵纹理图像实现函数,能够直接调用-Image processing to achieve GLCM texture image function can be called directly<刘佳岩> 在 2025-09-22 上传 | 大小:1kb | 下载:0
[编程文档] PLC-example
说明:经典PLC题目,包含了经典题目,题目的解决方式,提供给初学者-Classic PLC topics, including the classic title, the title of the solutions available to beginners<郭一> 在 2025-09-22 上传 | 大小:75kb | 下载:0
[图片显示浏览] avatar_face
说明:利用swf 头像上传,可以剪裁,支持php技术-upload face swf<wangnan> 在 2025-09-22 上传 | 大小:103kb | 下载:0
[Windows编程] FileBrowse
说明:类似于windows资源管理器,对电脑上的文件进行管理。-Similar to the windows explorer, for the management of files on the computer.<夏雨翔> 在 2025-09-22 上传 | 大小:94kb | 下载:0
[数据结构常用算法] Hotname
说明:数据结构采用的是独立链法。用一个maxtimes和maxname实时跟新最大次数及对应的名字。使用了一个 hash函数: hash = hash * 131 + (int)name[j] int serial = hash 10007 (先要卷乘131,然后将得到的结果模一个和10000相近的素数,采用10007)(网络上的现成的算法)。然后生成一个链表,链表由节点组成,节点里面装入姓名和出现的次数;如果出现次数为0,则新建节点,否则在原节点操作(出现冲突时要下拉节点)。-The data st<周嘉莉> 在 2025-09-22 上传 | 大小:1kb | 下载:0