-
jj
说明: 先对图像均衡化 增强对比度 加噪声 然后分别进行空域和频域滤波(First, the contrast enhanced image equalization plus noise and then separate airspace and frequency domain filtering)
- 2010-04-29 19:28:06下载
- 积分:1
-
cartpole-master
Cart-pole problem solition with python
- 2013-11-27 03:51:04下载
- 积分: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
-
stage_reaction
这个小程序是计算涡轮一级的反动度沿叶高分布的,只要有压力沿叶高分布的.csv文件即可(This program can calculate the reaction in the turbine, it only needs the pressure distribution along radial direction.)
- 2013-12-05 19:46:11下载
- 积分:1
-
kdtree
k-d树的matlab程序,包含了KDTREE, KDTREEIDX and KDRANGEQUERY functions。提供了两个Demo
scripts(kdtree_demo.m & kdrange_demo.m),很实用(
This distribution contains the KDTREE, KDTREEIDX and KDRANGEQUERY functions.
Included are the source code files in kdtree/src, as well as precompiled
mex files for the following systems:
- Mac OS X (Matlab 6.5)
- Redhat Linux (Matlab 6.5)
- Windows (Matlab 6.1)
Two demo scripts are provided (kdtree_demo.m & kdrange_demo.m).
The new features added June 2004:
+ You can now use N dimensional data points, where N>3.
+ Use KDTREEIND to return the index value to the closest point,
instead of the closest point values.
+ KDRANGEQUERY can now return these index values as well.
Written by/send comments or suggestions to :
Guy Shechter
guy at jhu dot edu
June 2004
)
- 2013-11-07 16:28:39下载
- 积分:1
-
分布式电源微电网潮流
本程序考虑到孤岛和并网的状态,可以进行微电网的潮流计算(This procedure takes into account the island and grid connected state, can be micro power flow calculation)
- 2021-03-06 17:19:30下载
- 积分:1
-
fdaMatlab
大量的函数型数据分析研究专注于对函数修匀方法、函数对齐方法(registration)、函数型主成分分析( FPCA)、典型相关性分析(FCCA)及函数型线性模型等的研究。(Functional data analysis、Functional Principal Component Analysis)
- 2020-08-09 17:18:31下载
- 积分:1
-
dpdk-release-notes-1.7.0
DPDK官方手册,release note,可以作为参考(These release notes cover the new features, fixed bugs and known issues for Intel®
Data Plane Development Kit (Intel
®
DPDK) release version 1.7.0.)
- 2014-10-24 10:11:00下载
- 积分:1
-
xuniciliansvm
该模型是基于虚拟磁链的空间矢量控制,作相关研究的人可以看一下(The model is based on virtual flux space vector control, as related research people can look at)
- 2015-01-15 09:55:52下载
- 积分:1
-
matlab
说明: matlab与科学计算的教程编写的课堂课件(MATLAB and science calculational)
- 2010-04-20 20:47:28下载
- 积分:1