代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/438718/1823062
py test_ima.py
#! /usr/bin/env python
"""Test script for the imageop module. This has the side
effect of partially testing the imgfile module as well.
Roger E. Masse
"""
from test_support import verbose, un
www.eeworm.com/read/373336/2765177
java waverenderer.java
package org.gameeden.micro.effect;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
/**
* 水波渲染。
* @author Sol
* @since CLDC 1.1
*/
public final class Wa
www.eeworm.com/read/262041/4318014
h endian.h
/* endian.h:
* macros used for endian conversion.
* The intent is that the macros have nil effect on Big_Endian
* systems...
* ecs: endian-convert short
* ecl: endian-convert long
*/
#ifd
www.eeworm.com/read/106743/15623388
c textrun.c
#include
#include
/*
* wrap around a string *text by step characters
* repeated calls give a "running text" effect
*/
void textrun(char *text, unsigned int step)
{
char *tmp
www.eeworm.com/read/290499/8479923
c highp.c
/*
* Sound Tools High-Pass effect file.
*
* (C) 2000 Chris Bagwell
* See License file for further copyright information.
*
* Algorithm: Recursive single pole high-p
www.eeworm.com/read/387560/8665184
m hole_example1.m
% hole_example1.m
%
% 2D example showing the "hole in sphere" effect for OSEM
%
% Copyright 2004-5-13, Jeff Fessler, The University of Michigan
if ~has_aspire, return, end
%
% generate data
%
if ~is
www.eeworm.com/read/285528/8832835
csv rung_1.csv
; Rung :
; all the blocks with the following format :
; type (see classicladder.h) - ConnectedWithTop - VarType (see classicladder.h) / VarOffset
#VER=1.0
#LABEL=
#COMMENT=S7 or B20 for queue effect
1
www.eeworm.com/read/384831/8839749
java finaldata.java
//: reusing/FinalData.java
// The effect of final on fields.
import java.util.*;
import static net.mindview.util.Print.*;
class Value {
int i; // Package access
public Value(int i) { this.
www.eeworm.com/read/373369/9460534
java finaldata.java
//: reusing/FinalData.java
// The effect of final on fields.
import java.util.*;
import static net.mindview.util.Print.*;
class Value {
int i; // Package access
public Value(int i) { this.