-
杂草算法优化程序
最近出现的杂草算法优化程序,可以进行天线等多种算法的优化(Optimization of the recent emergence of weeds algorithm optimization procedures, the antenna can be a variety of algorithms)
- 2020-07-04 09:00:02下载
- 积分:1
-
IA_LD
IA_LD是用免疫优化算法(immune algorithm)解决物流配送中心选址(Logistics and Distribution)的问题。文件打开后运行IA_LD.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。(IA_LD is immune optimization algorithm (immune algorithm) to solve the logistics distribution center location (Logistics and Distribution) problem. Run IA_LD.m file to get the file to open the result, the code has detailed notes, easy to modify. Run the sample has been saved as a picture attached to the compressed package.)
- 2014-02-08 12:25:55下载
- 积分:1
-
DO-GUI
关于污水处理厂中生化池中溶解氧的控制,程序使用的是一般的PID控制,PLC模块存放在PLC的CPU中,m文件中有OPC通讯。(About sewage treatment plant biochemical control of dissolved oxygen in the pool, the program uses the general PID control, PLC module is stored in the PLC CPU, m is the file has OPC communication.)
- 2015-04-17 14:32:05下载
- 积分:1
-
dsakf
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
% result是提取的信息
function result=randlsbget(output,len_total,goalfile,key)
ste_cover=imread(output)
ste_cover=double(ste_cover)
% 判断嵌入信息量是否过大
[m,n]=size(ste_cover)
frr=fopen(goalfile, a )
% p作为信息嵌入位计数器将信息序列写回文本文件
p=1
% 调用随机间隔函数选取像素点
[row,col]=randinterval(ste_cover,len_toal,key)
for i=:len_toal
if bitand(ste_cover(row(i),col(i)),1)==1
fwrite(frr,1, bit1 )
result(p,1)
else
fwrite(frr,0, bit1 )
result(p,1)=0
end
if p==len_total
break
end
p=p+1
end
fclose(frr)
()
- 2007-06-28 16:08:04下载
- 积分:1
-
AThreshold
阈值法实现灰度图像分割,效果不错,可行,可以借鉴(Threshold method to achieve gray-scale image segmentation, the effect of a good, viable, can learn from)
- 2009-05-10 13:22:18下载
- 积分:1
-
Simpletwopathmultipthefadingchannel
Simple two path Rayleigh fading channel
- 2011-01-10 19:52:52下载
- 积分:1
-
IdealAir
A matlab code for ideal air properties
- 2011-07-22 17:18:50下载
- 积分:1
-
SMOTE
The SMOTE function takes the feature vectors with dimension(r,n) and the target class with dimension(r,1) as the input.
And returns final_features vectors with dimension(r ,n) and the target class with dimension(r ,1) as the output.
- 2016-10-22 15:33:03下载
- 积分:1
-
c
说明: This mfile change the place of a picture that included of 4 pictures that they are in it.
- 2010-10-03 21:58:05下载
- 积分:1
-
USB_Modular_Scope_MATLAB_Programming_Example
安捷伦USB 示波器例程。有这东西的兄弟有福了(Agilent USB Oscilloscope routines. The brothers have this blessed thing)
- 2010-12-12 21:39:33下载
- 积分:1