-
DESHTM
用VHDL语言实现了DES加密算法,其中包含了测试程序,能够进行仿真。(Using VHDL language implementation of the DES encryption algorithm, which contains the test procedures can be simulated.)
- 2009-03-15 12:29:56下载
- 积分:1
-
SoC001
该算法能自适应地完成SOC中软硬件划分问题,且效果很好。(the adaptive algorithm can complete SOC hardware and software division, and the results very good.)
- 2007-06-05 20:31:21下载
- 积分:1
-
MatlabRWP
Random WayPoint mobility model in Matlab
- 2011-11-02 07:03:16下载
- 积分:1
-
as1500cd_sheet
AS1500CD user manual
- 2014-02-24 19:58:17下载
- 积分:1
-
Matlab
Matlab详细手册 ME116 计算机应用授课大纲(Matlab detailed instruction manual ME116 Computer Application Outline)
- 2007-09-07 21:12:17下载
- 积分: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
-
wuyueshuduoweiwenti
最优化计算一书中无约束多维优化问题源代码,已通过测试,可直接运行!(Optimization calculation of a book unconstrained multidimensional optimization problem source code has been tested and can be run directly.)
- 2012-05-08 15:39:25下载
- 积分:1
-
optimal-steady-state
TE过程仿真模块 SIMULINK 对应有参考文献 对于研究田纳西伊斯曼的同志 绝对是福音(TE process SIMULINK simulation module corresponds with references for the study of Tennessee Eastman comrades absolutely Gospel)
- 2013-09-25 20:45:21下载
- 积分:1
-
gyhbit_dmap1
分组法求点方向图.若要求其他的指纹图像的点方向图,将“fp=imread( finger.tif ) 读入指纹图象”里的imread的参数修改成所需要的图像文件名。图像准备好后,在matlab中直接运行即可。(Packet Method pattern requires fingerprint image point pattern, fp = imread (' finger.tif to' ) reads the fingerprint image " the imread parameters modify the image files into the required names. The image is ready, you can run directly in matlab.)
- 2013-04-08 16:17:32下载
- 积分:1
-
ImageGallery
ImageGallery extends NoSearchActivity implements for Andriod.
- 2013-12-13 14:50:53下载
- 积分:1