代码搜索:方波逆变
找到约 4,865 项符合「方波逆变」的源代码
代码结果 4,865
www.eeworm.com/read/132740/14075053
ota 看我七十二变.ota
www.eeworm.com/read/350382/10746085
m 3-9.m
%例程3-9 产生非周期方波
t=-1:1/1E3:1;
x=tripuls(t,0.3);
y=tripuls(t,0.3,-0.8);
subplot(2,1,1);
plot(t,x);
subplot(2,1,2);
plot(t,y);
www.eeworm.com/read/444759/7607515
m 3-9.m
%例程3-9 产生非周期方波
t=-1:1/1E3:1;
x=tripuls(t,0.3);
y=tripuls(t,0.3,-0.8);
subplot(2,1,1);
plot(t,x);
subplot(2,1,2);
plot(t,y);
www.eeworm.com/read/486198/6538012
m 3-9.m
%例程3-9 产生非周期方波
t=-1:1/1E3:1;
x=tripuls(t,0.3);
y=tripuls(t,0.3,-0.8);
subplot(2,1,1);
plot(t,x);
subplot(2,1,2);
plot(t,y);
www.eeworm.com/read/485392/6561186
m 3-9.m
%例程3-9 产生非周期方波
t=-1:1/1E3:1;
x=tripuls(t,0.3);
y=tripuls(t,0.3,-0.8);
subplot(2,1,1);
plot(t,x);
subplot(2,1,2);
plot(t,y);
www.eeworm.com/read/343634/11937562
m zrectpuls.m
%产生长度为1s的非周期方波,宽度为0.6s
t=0:0.1:1;
x=rectpuls(t,0.6);
plot(t,x);
www.eeworm.com/read/341613/12075837
m 3-9.m
%例程3-9 产生非周期方波
t=-1:1/1E3:1;
x=tripuls(t,0.3);
y=tripuls(t,0.3,-0.8);
subplot(2,1,1);
plot(t,x);
subplot(2,1,2);
plot(t,y);
www.eeworm.com/read/415746/11055940
m 3-9.m
%例程3-9 产生非周期方波
t=-1:1/1E3:1;
x=tripuls(t,0.3);
y=tripuls(t,0.3,-0.8);
subplot(2,1,1);
plot(t,x);
subplot(2,1,2);
plot(t,y);
www.eeworm.com/read/289579/8541870
c 逆波兰计算器.c
#include
#include
#include
#define MAXOP 100
#define NUMBER '0'
int getop (char [] );
void push (double);
double pop(void);
int getch(void);
void ungetch(
www.eeworm.com/read/287060/8728603
c 逆波兰计算器.c
#include
#include
#include
#define MAXOP 100
#define NUMBER '0'
int getop (char [] );
void push (double);
double pop(void);
int getch(void);
void ungetch(