-
CAS
单点登陆的例子,说明文档,源码,jar包都有(Examples of single-point landing, documentation, source code, jar package has)
- 2007-10-23 09:13:21下载
- 积分:1
-
matlab
《MATLAB实用指南》系列丛书DE源代码()
- 2008-03-21 17:18:39下载
- 积分:1
-
denoise
自己编写的小波去噪原程序,使用的是轶值降噪的方法,和大家一起学习一下。(I have written the original wavelet denoising procedure, using a method of noise reduction Yi value, and the community together to learn about.)
- 2008-05-02 20:11:40下载
- 积分:1
-
61549809windfarms
潮流计算,含风电场的潮流计算,主程序很大含随机潮流计算。(Flow calculation, wind flow calculation, the main program with large random flow calculation.)
- 2017-11-03 11:24:29下载
- 积分:1
-
KC
说明: 计算数列的KC复杂度的函数,可用于脑电分析领域(KC series calculation complexity of functions for the field of EEG analysis)
- 2010-11-03 14:57:31下载
- 积分:1
-
random
产生一个随机数序列,具有高斯统计特征,可用于载波仿真。(create a random sequence with gaussian statistical features,which can be used in carrier wave stimulation
)
- 2010-11-23 10:32:47下载
- 积分:1
-
2222211
利用圆规法测量二维图像的分形图像维数的程序源码(Compass measurement using two-dimensional fractal dimension of the program source code image)
- 2010-11-23 19:49:36下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
maxeandzishiying
说明: 通过最大熵和自适应灰度阈值方法来对图像进行分割,可得到效果较好的分割图像(By maximum entropy and the adaptive threshold method of image segmentation, image segmentation can be obtained better)
- 2011-03-30 19:32:38下载
- 积分:1
-
Gps
GPS卫星的动态仿真模型 一共包括九个程序 体现了卫星的运动 定位过程(GPS yundong dingwei fangzhen)
- 2010-05-31 11:11:16下载
- 积分:1