代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/306178/3746068
c taiji.c
// 太极拳PFM
// snowman
#include
int check_fight(object me);
int remove_effect(object me);
int exert(object me)
{
if( !me->is_fighting() || !living(me))
return notify_fa
www.eeworm.com/read/306178/3746099
c taiji.c
// 太极拳PFM
// snowman
#include
int check_fight(object me);
int remove_effect(object me);
int exert(object me)
{
if( !me->is_fighting() || !living(me))
return notify_fa
www.eeworm.com/read/306178/3747364
c chanrao.c
#include
inherit F_SSERVER;
int check_fight(object me, object target, object weapon, int skill);
void remove_effect(object me, object target, object weapon, int skill);
int perform(object
www.eeworm.com/read/306178/3747396
c chuangong.c
#include
inherit F_SSERVER;
void remove_effect(object me, int i);
int perform(object me, object target)
{
int skill;
if(!objectp(target)) return notify_fail("你要传功给谁?\n");
www.eeworm.com/read/301474/3839622
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
www.eeworm.com/read/448886/1683530
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