代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/366702/2877822
c dg-outexists-exp-f.c
/* { dg-do compile } */
/* { dg-options "-Wunused-value -Werror" } */
int main (void) { 0; } /* { dg-error "no effect" } */
/* { dg-message "warnings being treated as errors" "" { target *-*-* } 0
www.eeworm.com/read/366702/2877844
c dg-outexistsnot-exp-p.c
/* { dg-do compile } */
/* { dg-options "-Wunused-value -Werror" } */
int main (void) { 0; } /* { dg-error "no effect" } */
/* { dg-message "warnings being treated as errors" "" { target *-*-* } 0
www.eeworm.com/read/355264/3061467
cpp effectmagicelusion.cpp
#include "EffectMagicElusion.h"
#include "Zone.h"
EffectMagicElusion::EffectMagicElusion( Zone* pZone, ZoneCoord_t ZoneX, ZoneCoord_t ZoneY ) throw(Error)
: Effect( pZone, ZoneX, ZoneY, NULL, 0 )
{
www.eeworm.com/read/267896/4258366
as colorfx.as
package de.alex_uhlmann.animationpackage.utility {
import flash.geom.ColorTransform;
import flash.display.Sprite;
/**
* Offers some color effect methods.
*
* Example 1: Sets the movieclip
www.eeworm.com/read/192824/8270243
java lineparticles.java
// LineParticles.java
// Andrew Davison, April 2005, ad@fivedots.coe.psu.ac.th
/* A particle system for showing a fountain effect using lines.
The points are stored in a LineArray using a BY_REF
www.eeworm.com/read/236337/14019833
~pas unit1.~pas
unit Unit1;
{The transparent form effect is done with Regions.
First create a region that encompasses the entire form.
Then, find the client area of the form (Client vs. non-Client) and
combi
www.eeworm.com/read/111884/15500985
h generic.h
/* generic.h -- anything you don't #undef at the end remains in effect.
The ONLY things that go in here are generic indicator flags; it's up
to your programs to declare and call things based o
www.eeworm.com/read/165912/10047046
m threshold.m
function vt = threshold(vsb, type, vt0, gamma)
% analysis of threshold in the presence of body effect
phi = -0.6 * type;
vt = vt0 + gamma * (sqrt(abs(-phi + vsb)) - sqrt(abs(phi)));
www.eeworm.com/read/355337/10274907
m lti_disc.m
%LTI_DISC Discretize LTI ODE with Gaussian Noise
%
% Syntax:
% [A,Q] = lti_disc(F,L,Qc,dt)
%
% In:
% F - NxN Feedback matrix
% L - NxL Noise effect matrix (optional, default ide
www.eeworm.com/read/355237/10284122
m lti_disc.m
%LTI_DISC Discretize LTI ODE with Gaussian Noise
%
% Syntax:
% [A,Q] = lti_disc(F,L,Qc,dt)
%
% In:
% F - NxN Feedback matrix
% L - NxL Noise effect matrix (optional, default ide