代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/301474/3839627
m p5_3.m
% Program P5_3
% Illustration of the Aliasing Effect
% in the Frequency-Domain
clf;
t = 0:0.005:10;
xa = 2*t.*exp(-t);
subplot(2,2,1)
plot(t,xa);grid
xlabel('Time, msec');ylabel('Amplitude');
www.eeworm.com/read/286235/4040753
err profile.err
"profile.c", line 30: Warning: C2917W: no side effect in void context: 'unary *'
"profile.c", line 44: Warning: C2870W: variable 'divider' declared but not used
"profile.c", line 60: Warning:
www.eeworm.com/read/275567/4175024
c fifoq0.c
/* fifoQ0.c - demonstrate the Haas effect with WindView */
#include "vxWorks.h"
#include "msgQLib.h"
#include "taskLib.h"
#include "semLib.h"
#include "wvLib.h"
#include "stdio.h"
#define MSGS_MAX (
www.eeworm.com/read/448886/1683535
m p5_3.m
% Program P5_3
% Illustration of the Aliasing Effect
% in the Frequency-Domain
clf;
t = 0:0.005:10;
xa = 2*t.*exp(-t);
subplot(2,2,1)
plot(t,xa);grid
xlabel('Time, msec');ylabel('Amplitude');
www.eeworm.com/read/427458/1971799
err profile.err
"profile.c", line 30: Warning: C2917W: no side effect in void context: 'unary *'
"profile.c", line 44: Warning: C2870W: variable 'divider' declared but not used
"profile.c", line 60: Warning:
www.eeworm.com/read/378914/2679357
m p5_3.m
% Program P5_3
% Illustration of the Aliasing Effect
% in the Frequency-Domain
clf;
t = 0:0.005:10;
xa = 2*t.*exp(-t);
subplot(2,2,1)
plot(t,xa);grid
xlabel('Time, msec');ylabel('Amplitude');