代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/250243/4440732
c emufx.c
/*
* Copyright (c) by Jaroslav Kysela
* Creative Labs, Inc.
* Routines for effect processor FX8010
*
* BUGS:
* --
*
* TODO:
* --
*
* This progr
www.eeworm.com/read/245545/4502321
as textanimation.as
package com.beavercore.effects {
public class TextAnimation {
public function TextAnimation () {
trace("Imagine a text effect with great majesty.");
}
public function start
www.eeworm.com/read/245545/4502329
as textanimation.as
package com.beavercore.effects {
public class TextAnimation {
public function TextAnimation () {
trace("Imagine a text effect with great majesty.");
}
public function start
www.eeworm.com/read/221464/4828417
jam bootstrap.jam
# Demonstration that module variables have the right effect in actions
# Set a variable which says how to dump a file to stdout
if $(NT)
{
CATENATE = type ;
}
else
{
CATENATE = cat
www.eeworm.com/read/209559/4972813
c emufx.c
/*
* Copyright (c) by Jaroslav Kysela
* Creative Labs, Inc.
* Routines for effect processor FX8010
*
* BUGS:
* --
*
* TODO:
* --
*
* This progr
www.eeworm.com/read/179213/5309121
java mything.java
public class MyThing extends Thing {
private final int arg;
/*
* This constructor is illegal. Rewrite it so that it has the same
* effect but is legal.
*/
public MyT
www.eeworm.com/read/168845/5429830
jam bootstrap.jam
# Demonstration that module variables have the right effect in actions
# Set a variable which says how to dump a file to stdout
if $(NT)
{
CATENATE = type ;
}
else
{
CATENATE = cat
www.eeworm.com/read/337546/3338457
c emufx.c
/*
* Copyright (c) by Jaroslav Kysela
* Creative Labs, Inc.
* Routines for effect processor FX8010
*
* BUGS:
* --
*
* TODO:
* --
*
* This progr
www.eeworm.com/read/324920/3497202
c emufx.c
/*
* Copyright (c) by Jaroslav Kysela
* Creative Labs, Inc.
* Routines for effect processor FX8010
*
* BUGS:
* --
*
* TODO:
* --
*
* This progr
www.eeworm.com/read/315526/3620427
js example_keeprollover.js
/***************************************************************
*
* Example script for keeping rollover effect when a menu item is clicked.
*
*
* Copyright notice
*
* (c) 1998-2000 Kasper Sk錼h鴍
*