代码搜索:effect

找到约 4,591 项符合「effect」的源代码

代码结果 4,591
www.eeworm.com/read/490330/6454687

m imgfilter.m

% Main image filtering function % usage: % [output_img] = imgFilter ([input_img], mask) % mask - must be square matrix % Effect depends on the filtering mask. function [img_out] = imgFilter (im
www.eeworm.com/read/409692/11316319

java antialiasingdemo.java

// these properties seem to have no effect. import java.awt.*; import javax.swing.*; import java.util.Properties; public class AntiAliasingDemo { static { System.setProperty ("apple.awt
www.eeworm.com/read/406180/11448394

js window.js

/* * Compressed by JSA(www.xidea.org) */ var Window=Class.create();Window.keepMultiModalWindow=false;Window.hasEffectLib=(typeof Effect!="undefined");Window.resizeEffectDuration=0.4;Window.protot
www.eeworm.com/read/403567/11514812

m chap3_3.m

%RBF identification clear all; close all; alfa=0.05; xite=0.5; x=[0,0]'; %The parameters design of Guassian Function %The input of RBF (u(k),y(k)) must be in the effect range of Guass
www.eeworm.com/read/233013/14173750

m sgray.m

function sgray(alpha) %SGRAY: Non-linear transformation of a color gray colormap. % Same effect as clipping. % % sgray(alpha) % % IN: alpha: degree of clustering of B&W (try 5) % % % Author(s):
www.eeworm.com/read/130781/14174412

c sigdemo3.c

/* sigdemo3.c * purpose: show answers to signal questions * question1: does the handler stay in effect after a signal arrives? * question2: what if a signalX arrives while handling signalX? *
www.eeworm.com/read/226299/14482204

java longservlet.java

package coreservlets; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; /** Servlet with long output. Used to test * the effect of the gzip compression. *
www.eeworm.com/read/121981/14727675

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/121978/14727781

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/116744/14955851

txt ch15l01.txt

Listing 15.1 SpinBanner, a text effect applet. import java.applet.Applet; import java.awt.Graphics; public class SpinBanner extends Applet { String message; SpinText line; Long sleepDela