代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/391056/8425256
h cscreeneffect.h
#ifndef _CSCREENEFFECT_H_
#define _CSCREENEFFECT_H_
#define MAX_ARG_DATA_SIZE 50
#define MAX_EFFECT_SPRITE 20
#define MAX_SPRITE_TYPE 50
#define MAX_FRAME_COUNT 40
#include
#inc
www.eeworm.com/read/388457/8608163
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/387887/8649569
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/430342/8755413
h cscreeneffect.h
#ifndef _CSCREENEFFECT_H_
#define _CSCREENEFFECT_H_
#define MAX_ARG_DATA_SIZE 50
#define MAX_EFFECT_SPRITE 20
#define MAX_SPRITE_TYPE 50
#define MAX_FRAME_COUNT 40
#include
#inc
www.eeworm.com/read/184955/9063784
bas demo1.bas
5 DEFINT A-Z
10 ' BASICA/GWBASIC Version of Sound Effects Demo Program
15 '
20 ' Sound effect menu
25 Q = 2
30 WHILE Q >= 1
35 CLS
40 PRINT "Sound effects": PRINT
45 COLOR 15, 0: P
www.eeworm.com/read/180485/9305491
m program_10_4.m
% Program 10_4
% Effect of Down-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.42 0.48 1];
mag = [0 1 0 0];
x = fir2(101, freq, mag);
% Evaluate a
www.eeworm.com/read/373375/9459565
h cscreeneffect.h
#ifndef _CSCREENEFFECT_H_
#define _CSCREENEFFECT_H_
#define MAX_ARG_DATA_SIZE 50
#define MAX_EFFECT_SPRITE 20
#define MAX_SPRITE_TYPE 50
#define MAX_FRAME_COUNT 40
#include
#inc