代码搜索:effect

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

代码结果 4,591
www.eeworm.com/read/169058/9883245

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/168118/9938869

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/358780/10179875

txt console6.txt

Example: Note, this flashes the LEDs as well for effect, they aren't needed here. #include #include #include #include #include
www.eeworm.com/read/418155/10964224

m slew.m

function out = slew(in,alfa,sr,GBW,Ts) % % Models the op-amp slew rate for a discrete time integrator % % in: input signal amplitude % alfa: effect of finite gain (ideal op-amp alfa=1) % sr:
www.eeworm.com/read/332978/7141889

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/458682/7291383

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/458661/7291908

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/442608/7648781

m~ rre.m~

function S=rre(Pt, R, rcs, opFreq, Gt, Gr) % RRE Shows effect of power vs range % % rre(Pt, R, rcs, opFreq, Gt, Gr) % % AIM: To display how the received power of an antenna is effected by % ra
www.eeworm.com/read/442608/7648817

m~ rrea.m~

function S=rre(Pt, R, rcs, opFreq, Gt, Gr) %RADAR_RANGE Shows effect of power vs range % % radar_range % % AIM: To display how the received power of an antenna is effected by % range. % % TECHNICAL
www.eeworm.com/read/325023/13231211

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.