代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/292241/8365729
asv juanji.asv
x=[3,11,7,0,-1,4,2];nx=[-3:3]
h=[2,3,0,-5,2,1];ny=[-1:4]
[y,ny]=conv(x,h)
plot(y,'r+')
www.eeworm.com/read/392047/8365730
dat agmiv0.dat
x(0)=-1.190476e+00
x(1)= 9.523810e-01
x(2)=-6.666667e-01
MAT A+ :
-4.761905e-02 3.809524e-01 2.380952e-01 -4.761905e-02
2.380952e-01 9.523810e-02 -1.904762e-01 2.380952e-01
-6.666667e-01
www.eeworm.com/read/292241/8365731
m juanji_zxiangguan.m
%comprasion between signal shift 2 and shift 4
x=[3,11,7,0,-1,4,2];nx=[-3:3]
[y,ny]=sigshift(x,nx,2);
%y=x;ny=nx+2;
w=randn(1,length(y));
%nw=ny;
nw=[-3:3]
[y,ny]=sigadd(y,ny,w,nw);
%y=y+w;
www.eeworm.com/read/192685/8365732
txt 如何能够判断网络已经断线.txt
我对C++ Builder不太了解,这里给你一个使用VB的解决方案,你可以将它移植到C++中。
'API函数定义
Dim eR As EIGCInternetConnectionState
Dim sMsg As String
Dim sName As String
Dim bConnected As Boolean
www.eeworm.com/read/392047/8365733
dat aggje0.dat
x(0)= 1.000000e+00
x(1)= 0.000000e+00
x(2)= 2.000000e+00
x(3)=-2.000000e+00
x(4)= 4.000000e+00
x(5)=-1.000000e+00
x(6)= 3.000000e+00
x(7)= 1.000000e+00
www.eeworm.com/read/292241/8365734
asv huxiangguan.asv
% xcorr(A,B) caculate correlation function
x=[3,11,7,0,-1,4,2];nx=[-3:3]
[y,ny]=sigshift(x,nx,2);
figure(4);
subplot(2,1,1);stem(nx,x);
subplot(2,1,2);stem(ny,y);
%y=x;ny=nx+2;
w=randn(1,
www.eeworm.com/read/392047/8365736
c aband0.c
www.eeworm.com/read/392047/8365737
c acgas0.c
www.eeworm.com/read/292241/8365738
asv juanji_zxiangguan.asv
x=[3,11,7,0,-1,4,2];nx=[-2:4]
[y,ny]=sigshift(x,nx,2);
%y=x;ny=nx+2;
w=randn(1,length(y));
%nw=ny;
nw=[-3:3]
[y,ny]=sigadd(y,ny,w,nw);
%y=y+w;
[x,nx]=sigfold(x,nx);
%nx=-nx;
%x=-x
[rxy,n