-
realtime_density_map
realtime edge density estimation - road detection
- 2010-07-15 19:56:04下载
- 积分:1
-
huisepid1
灰色PID的位置跟踪MATLAB源程序代码(PID)
- 2009-12-12 21:29:39下载
- 积分:1
-
scrollpanel
matlab滚动条例子,也是从matlab论坛上得到的(matlab sub roll Ordinance is obtained from the matlab forum)
- 2010-12-16 14:54:58下载
- 积分:1
-
DES_-KEY-dan-contoh-gambar
Encrypt a picture using DES
- 2013-11-24 12:03:24下载
- 积分:1
-
NiBianQi
模型预测电流控制其控制思想基于以下原理:首先,功率变换器产生的开关状态个数有限,且通过建立模型可以预测每一个开关状态下被控变量的对应变化特性;其次,定义价值函数评价被控变量的预测值,为判别最优有限开关状态提供依据;最后,计算出每一种开关状态下的价值函数值,以此评价每一种开关状态下被控变量预测值的优劣,选择出最优的开关状态并应用。(The control idea of model predictive current control is based on the following principles: firstly, the number of switching states produced by power converter is limited, and the strain characteristics of controlled variables under each switching state can be predicted by establishing a model; secondly, the value function is defined to evaluate the predicted values of controlled variables, which provides a basis for judging the optimal finite switching state; lastly, the optimal finite switching state is calculated. The value function value under switching state is used to evaluate the predicted value of controlled variables under each switching state, and the optimal switching state is selected and applied.)
- 2019-01-30 10:28:38下载
- 积分: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
-
example-of-optimization
说明: 最优控制仿真例子.给出最优控制书里经典算例代码(Optimal control simulation example. Gives the optimal control book classic example code)
- 2011-03-11 21:22:10下载
- 积分:1
-
4
说明: wisper that is useful for all of the algorithms.
- 2013-02-19 18:31:53下载
- 积分:1
-
Laganiere-Robert---OpenCV-2-Computer-Vision-Appli
Laganiere Robert - OpenCV 2 Computer Vision Application Programming Cookbook - 2011
- 2014-01-28 15:01:04下载
- 积分:1
-
Dining_philosophers_problem
Dining philosophers problem in C++
- 2011-02-13 23:46:45下载
- 积分:1