代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/279872/10382039
~pas mainform.~pas
unit Mainform;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,ShellAPI, te_controls, te_engine, StdCtrls, ExtCtrls,
te_extra_Effect_Controls, Me
www.eeworm.com/read/279872/10382164
pas mainform.pas
unit Mainform;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,ShellAPI, te_controls, te_engine, StdCtrls, ExtCtrls,
te_extra_Effect_Controls, Me
www.eeworm.com/read/422617/10624933
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/350572/10731737
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/419860/10833583
ini new-sys.ini
; Add these lines to the [386Enh] section of the SYSTEM.INI file in
; your Windows directory. The changes will not take effect until
; you exit and restart Windows.
;
; If your SYSTEM.INI file a
www.eeworm.com/read/460712/7106001
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/461264/7230638
pro co_aberration.pro
PRO co_aberration, jd, ra, dec, d_ra, d_dec, eps=eps
;+
; NAME:
; CO_ABERRATION
; PURPOSE:
; Calculate changes to Ra and Dec due to "the effect of aberration",
; EXPLANATION:
; a
www.eeworm.com/read/441922/7663166
m main.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/439271/7713753
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/399161/7885242
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?
*