代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/382408/2637350
fx _shared.fx
// shared effect parameters
#ifndef __SHARED_FX
#define __SHARED_FX
static const float PI = 3.1415926535897932384626433832795029f;
shared float4x4 mWorld;
shared float4x4 mWVP;
shared floa
www.eeworm.com/read/355264/3062016
h relicutil.h
#ifndef __RELIC_UTIL_H__
#define __RELIC_UTIL_H__
#include "Exception.h"
#include "Effect.h"
#include "Item.h"
class Object;
class Corpse;
class Creature;
class Zone;
class PlayerCreature;
bool isR
www.eeworm.com/read/133648/14031495
java finaldata.java
//: c06:FinalData.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// The effect of final on fields.
class Value {
int i =
www.eeworm.com/read/112277/15490436
java finaldata.java
//: c06:FinalData.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// The effect of final on fields.
class Value {
int i =
www.eeworm.com/read/388457/8608148
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/387887/8649552
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/160929/10469999
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/439446/7708640
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