代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/315751/13536867
m mstripa.m
% mstripa.m - microstrip analysis (calculates Z,eff from w/h)
%
% Usage: [eff,Z] = mstripa(er,u)
%
% er = relative permittivity of substrate
% u = width-to-height ratio = w/h
%
% eff = effect
www.eeworm.com/read/303512/13813932
m mstripa.m
% mstripa.m - microstrip analysis (calculates Z,eff from w/h)
%
% Usage: [eff,Z] = mstripa(er,u)
%
% er = relative permittivity of substrate
% u = width-to-height ratio = w/h
%
% eff = effect
www.eeworm.com/read/158649/11595009
java finaldata.java
//: c06:FinalData.java
// The effect of final on fields.
// {NoAutomaticTesting}
package c06;
class Value { int i;
public Value(int ii) { i = ii; }
}
public class FinalData {
// Can b
www.eeworm.com/read/344239/11895614
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/339483/12230533
sh ex38.sh
#!/bin/bash
. data-file # Load a data file.
# Same effect as "source data-file", but more portable.
# The file "data-file" must be present in current working directory,
#+ since it is referred t
www.eeworm.com/read/215120/15074784
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/205378/15317023
h user.h
; Module: user
;
#ifdef EFFECT
// .extern OLD_Stream_Rd_Ptr
.extern Debug_Dump_Ptr
#endif
#define IBUF_SIZE 0x4000 // 2304 bytes
#define IBUF_START
www.eeworm.com/read/455463/1614815
m aperstudy.m
% APERSTUDY: study the aperture effect
%
% Just run the script
vo=1500;c=.6;
A=[1000 4000 12000 20000];
z=0:25:20000;
theta=zeros(length(A),length(z));
for k=1:length(A)
theta(k,:)=thape
www.eeworm.com/read/452231/1657625
pas main.pas
unit main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
te_controls, te_engine, te_switcher, StdCtrls, ImgList,
te_extra_Effect_Controls, te_
www.eeworm.com/read/452231/1657626
pas extra_demo_filectrl.pas
unit extra_demo_FileCtrl;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, te_extended, te_controls, te_extra_FileCtrl,
te_extra_Effect_Controls;