-
afsa2011555
说明: 用人工鱼群算法实现旅行商问题以及求解极值问题,是一种仿生物行为优化算法(Algorithm using artificial fish solving the traveling salesman problem and extremal problems, is an imitation of biological behavior of optimization)
- 2011-03-18 15:11:17下载
- 积分:1
-
IEEEPowerFlwTestCases
ieee各种节点图形,仅供参考。电力系统的分析和计算中,需要不同网络结构和参数。在应
用这些参数之前,收集和整理工作会花费大量的时间和精力。(ieee various node graph, for reference only. Power system analysis and calculation, require different network structures and parameters. Before applying these parameters, the collection and collation will spend a lot of time and effort.)
- 2010-05-10 18:14:15下载
- 积分:1
-
Subspe
matlab sound processing(Matlab sound processing)
- 2007-05-05 13:27:52下载
- 积分:1
-
information_shang
此程序提供两种一维信号信息熵的计算方法,其中一种是近似信息熵计算,可以有效的识别信号的复杂度(This program provides two kinds of one-dimensional signal and the calculation method of information entropy is one kind of approximate entropy calculation, can effectively identify the complexity)
- 2020-07-01 03:40:02下载
- 积分: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
-
Pt1000FDB
可在matlab上直接运行输出Pt1000铂热敏电阻的分度表。(Can be directly run matlab output Pt1000 platinum thermistor sub-degree table.)
- 2008-02-14 09:32:47下载
- 积分:1
-
mwCallFunction
说明: 很好的与c++ 接口的实际例子111111111(很好的与c++ 接口的实际例子111111111111)
- 2010-04-19 19:14:30下载
- 积分:1
-
WiMAX_System_Level_Simulation_Investigation
说明: 通过动态系统仿真,给出了上述各种MIMO体系下的仿真结果,优秀学位论文
( Under conditions of the Proportional Fair scheduling algorithm, the above-mentioned various MIMO modes are simulated in the proposed dynamic simulation platform. A series of system level metrics are considered in the simulation.)
- 2010-04-30 09:57:37下载
- 积分:1
-
Watermarking
this program water mark a sound in picture with GUI based on haar transfrom
- 2013-08-25 17:05:37下载
- 积分:1
-
1
说明: matlab简单例程,可以熟悉矩阵的建立、提取、逻辑循环等功能(matlab simple routine, familiar with the matrix can be set up, extraction, logic cycle and other functions)
- 2010-07-21 18:02:19下载
- 积分:1