代码搜索:Describing 有哪些应用?
找到约 10,000 项符合「Describing 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/418151/10964315
m mod2.m
function mod = mod2()
% mod = mod2()
% Populate a structure describing the second-order modulator
A=[1 0; 1 1];
B=[1 -1; 1 -2];
C=[0 1];
D=[0 0];
ABCD=[A B; C D];
mod.ABCD=[A B; C D];
[mod.H mod.G] =
www.eeworm.com/read/333524/12677246
m mod1.m
function mod = mod1()
% mod = mod1()
% Populate a structure describing the first-order modulator
A=1;
B=[1 -1];
C=1;
D=[0 0];
mod.ABCD=[A B; C D];
[mod.H mod.G] = calculateTF(mod.ABCD);
www.eeworm.com/read/333524/12677419
m mod2.m
function mod = mod2()
% mod = mod2()
% Populate a structure describing the second-order modulator
A=[1 0; 1 1];
B=[1 -1; 1 -2];
C=[0 1];
D=[0 0];
ABCD=[A B; C D];
mod.ABCD=[A B; C D];
[mod.H mod.G] =
www.eeworm.com/read/238485/13883090
3 error_str.3
.TH error_str 3
.SH NAME
error_str \- names for syscall error codes
.SH SYNTAX
.B #include
char *\fBerror_str\fP(\fIe\fR);
int \fIe\fR;
.SH DESCRIPTION
.B error_str
returns a printable str