代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/163777/10145842
m program_2_2.m
% Program 2_2
% Generation of real exponential sequence
%
a = input('Type in exponent = ');
K = input('Type in the gain constant = ');
N = input ('Type in length of sequence = ');
n = 0:N;
x =
www.eeworm.com/read/359403/10147460
uv2 t2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Targ
www.eeworm.com/read/359367/10153308
c e2-2.c
www.eeworm.com/read/359367/10153329
c op2-2.c
www.eeworm.com/read/359245/10159348
m exa2_2.m
% exa2-2_z.m, for example 2-2
% to test conv.m, residuez.m and filter.m
clear;
b=[4 -5 6 -7];
a=[1 -2 3];
x0=[1 -1];
y0=[-1 1];
xic=filtic(b,a,y0,x0)
bxplus=1;
axplus=[1 -1];
ayplus=conv(a
www.eeworm.com/read/163199/10171056
mdl chap2_2.mdl
Model {
Name "chap2_2"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/163198/10171262
m test2-2.m
z1 = [1 2 4;3 4 1];
z2 = [-1 2 2; -5 -6 1];
b=[0;-1];
con1=concur(b,3);
n1 = netsum(z1,z2)
n2 = netprod(z1,z2)
n3 = netsum(z1,z2,con1)