-
bit
说明: 在MPLAB-C18中使用union and structure来使用控制单一个bit(in MPLAB- C18 use union and control structure to the use of a single bit)
- 2005-11-25 16:02:15下载
- 积分:1
-
DDC
数字下变频DDC的matlab原码,采用cordic算法(DDC The DDC matlab source code, you can refer to see)
- 2013-10-30 07:46:29下载
- 积分:1
-
phpmysql
php to my sql used to deal with bot Php and MySql
- 2010-08-26 22:43:25下载
- 积分:1
-
matlab(bp)
matlab神经网络应用设计,里面随有详细代码(Matlab neural network application design, which with a detailed code)
- 2006-11-10 02:09:00下载
- 积分:1
-
nonlinearmodel_work
The above is nonlinear simulink model of a Quadrotor.
- 2011-05-31 06:01:09下载
- 积分:1
-
five
五子棋代码,智能实现人机对战。欢迎下载观看(The Gobang code, intelligent man-machine battle)
- 2012-04-30 12:37:02下载
- 积分:1
-
trans
将idNO类中序列相差2以内的子序列进行连接,用于交流留的数据处理(Conecting the subsequences which are next to others (less than 2). This is used for data processing of transpotation flow)
- 2013-10-15 19:43:56下载
- 积分:1
-
beam
内部连个文件,一个是多天线阵列的方向图,一个是多天线v-blast仿真程序,对学习波束成形的朋友有用。(Even within the files, a multi-antenna array pattern, a multi-antenna v-blast simulation program, to learn useful for beamforming friends.)
- 2009-11-22 14:58:33下载
- 积分:1
-
DeMat
用matlab编写的一些经典差分算法,很实用(Using matlab to prepare some of the classic differential method, it is useful)
- 2009-12-08 23:49:20下载
- 积分: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