资源列表
[人工智能/神经网络/遗传算法] vbpso
说明:粒子群算法的vb源程序,可以自定义算法参数,实现对6个非约束性测试函数极小值的全局优化,动态显示粒子的移动。低维下,优化效果很好。直接解压,无须密码。请多指正。-PSO algorithm vb source, the algorithm can define parameters to achieve the six non-binding function tests minimum of global optimization, dynamic display particle movem<> 在 2025-07-07 上传 | 大小:23kb | 下载:0
[matlab例程] pso toolbox
说明:基于MATLAB的微粒群工具箱,算法模型中引入收缩因子,收敛速度有所提高,但对高维函数的优化效果仍然不理想。-based on MATLAB Toolbox PSO algorithm model introduced shrinkage factor, convergence rate increase, but for high-dimensional optimization function effects are still not ideal.<> 在 2025-07-07 上传 | 大小:59kb | 下载:0
[人工智能/神经网络/遗传算法] Anneal
说明:求解tsp问题的模拟退火源码,数据文件请仿照文件中的input.txt自行创建-the simulated annealing source, data files copied documents requested the creation of their own input.txt<朱俊> 在 2025-07-07 上传 | 大小:2kb | 下载:0
[压缩解压] zlib-1.2.2.tar
说明:此代码为霍夫曼编码和LZ7编码的联合实现,它能较高地提高无损压缩及解码的速度-this code for the LZ7 Huffman coding and encoding of the Joint Implementation, to raise it higher lossless compression and decoding speed<刘刀冈> 在 2025-07-07 上传 | 大小:420kb | 下载:0
[压缩解压] yasuojieya
说明:本代码为LZW算法的C语言实现程序,他在此基础上加入了霍夫曼算法的优点-the LZW algorithm code for the C language procedure, he joined the basis of the merits of the algorithm Hoffman<刘刀冈> 在 2025-07-07 上传 | 大小:494kb | 下载:0
[matlab例程] 计算机控制实验——关于pid部分
说明:利用matlab仿真系统的响应,通过对系统的反馈参数的设计比较其输出的不同,并且分析其稳定性。-using Matlab simulation system in response to the system through feedback from the design parameters to compare the different outputs and analysis of its stability.<luise317> 在 2025-07-07 上传 | 大小:8kb | 下载:0
[压缩解压] 文本与二值图像的游程压缩[xtulbd,050418]
说明:【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示,最大长度可为255个重复字;(3) 重复字符。以上三部分合称为重复因子。可见要获得压缩效益,重复字符应在3个以上。2. 图像游程压缩的原理 对于二值图像,原始数据为零一矩阵,压缩时逐行处理该矩阵:(1) 连续n个1,表示为+n;(2) 连续n个0,表示为-n。-text and binary image-- an outbound tr<李勃东> 在 2025-07-07 上传 | 大小:549kb | 下载:0