代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/306178/3746070
c powerup.c
// powerup.c 太极神功加力
#include
inherit F_CLEAN_UP;
void remove_effect(object me, int amount);
int exert(object me, object target)
{
int skill;
if( target != me )
return notify_fail
www.eeworm.com/read/306178/3746229
c powerup.c
// powerup.c 化蛇大法
#include
inherit F_CLEAN_UP;
void remove_effect(object me, int amount);
int exert(object me, object target)
{
int skill;
if( target != me ) return notify_fail("
www.eeworm.com/read/306178/3746301
c xianglong.c
// reserve.c 轻身
#include
inherit F_CLEAN_UP;
void remove_effect(object me, int a_amount, int d_amount);
int perform(object me, object target)
{
object weapon;
int skill;
st
www.eeworm.com/read/306178/3746469
c powerup.c
// powerup.c 混天气功加力
// Modified by Venus Oct.1997
#include
inherit F_CLEAN_UP;
void remove_effect(object me, int amount);
int exert(object me, object target)
{
int skill;
www.eeworm.com/read/306178/3746500
c shayi.c
//杀意 exert shayi
#include
void remove_effect(object me);
int exert(object me)
{
if( (int)me->query_skill("shayi-xinfa", 1) < 180 )
return notify_fail("你的杀意
www.eeworm.com/read/301474/3839549
m p5_2.m
% Program P5_2
% Illustration of Aliasing Effect in the Time-Domain
% Program adapted from [Kra94] with permission from
% The Mathworks, Inc., Natick, MA.
clf;
T = 0.1;f = 13;
n = (0:T:1)';
xs = cos(2
www.eeworm.com/read/301474/3839554
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');
title('