-
LZC
计算一维向量的LZC,已经设置为头文件,可以直接运用(One-dimensional vector of LZC, has been set for the header files, can be applied directly)
- 2011-01-07 10:48:40下载
- 积分:1
-
Matlab遗传算法工具箱
说明: Matlab遗传算法工具箱:
Matlab遗传算法工具箱,以及一些应用实例。(Matlab Toolbox : Matlab Toolbox genetic algorithms, as well as some application examples.)
- 2021-04-07 21:19:01下载
- 积分:1
-
F7EA6D2B-BDB9-137E-CC74F951EBB8FCA0_45593
说明: 通过matlab编程来优化层状光栅的尺寸,从而实现光栅在1.3微米作为100%效率的反射镜设计。(Through the matlab programming to optimize the size of lamellar grating in order to achieve the 1.3-micron grating as 100 percent efficient reflector design.)
- 2008-12-02 21:48:39下载
- 积分:1
-
filterCode_improved
Improved HS and LK optical flow technique is attached. In addition, newly devloped estimation algorithm is available,
- 2013-10-28 12:48:06下载
- 积分:1
-
CandMatlab
基于C的Matlab函数功能扩充组合代码(Based on the C to expand the portfolio of Matlab Function code)
- 2008-04-02 13:18:03下载
- 积分:1
-
Patton_copula_toolbox
PATTON各种时变COPULA的M文件(PATTON variety of time-varying COPULA M-file)
- 2011-05-26 19:49:05下载
- 积分:1
-
CAcode
GPS系统C/A码的产生,37颗卫星的都有,还可以输出前10位进行验证(GPS system, C/A code generation, 37 satellites have, you can also output the first 10 to verify)
- 2012-06-02 17:56:36下载
- 积分:1
-
22674394levelset-segmentation-vc
颜色空间的转换应用matlab编写的程序 很好用的程序(color space change use matlab wirite it is a good program)
- 2013-11-29 18:49:16下载
- 积分: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
-
queuetest
使用信号灯(semaphore),事件(Event),临界区(CriticalSection)进行线程同步的例子( Uses the signal light (semaphore), the event (Event), the
critical zone (CriticalSection) carries on line regulation
synchronization the example )
- 2001-12-10 00:00:00下载
- 积分:1