代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/241181/13164550
ini report.ini
release 9;
datawindow ( units=0 timer_interval=0 color=1073741824 processing=1 print.printername="" print.documentname="" print.orientation=0 print.margin.left=110 print.margin.right=110 print.marg
www.eeworm.com/read/321160/13411484
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% Time vector
t=[-.5:ts:1.5
www.eeworm.com/read/476392/6759310
m exa20.m
t0= 0; tfinal =5; % time interval
x0 = [1, 0]; % initial conditions
% [t,x] = ode23('pendulum', t0, tfinal, x0); % use with MATLAB 4
tspan = [t0, tfinal];
www.eeworm.com/read/476392/6759313
m exa19.m
t0= 0; tfinal =15; % time interval
x0 = [0.5, 0]; % initial conditions
% [t,x] = ode23('electsys', t0, tfinal, x0); % use with MATLAB 4
tspan = [t0, tfinal];
www.eeworm.com/read/476392/6759316
m exa18.m
t0= 0; tfinal = 3; % time interval
x0 = [0, 0]; % initial conditions
% [t,x] = ode23('mechsys', t0, tfinal, x0); % use with MATLAB 4
tspan = [t0, tfinal];
www.eeworm.com/read/407511/11417998
tcl pcftest.tcl
# Script testing PCF functionality by dugdale
# Command line options
set clo_nodes [lindex $argv 0]
set clo_prionodes [lindex $argv 1]
set clo_cbr_interval [lindex $argv 2]
set clo_cbr_packetsize [li
www.eeworm.com/read/158463/11612869
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% Time vector
t=[-.5:ts:1.5
www.eeworm.com/read/257010/11960291
m exa20.m
t0= 0; tfinal =5; % time interval
x0 = [1, 0]; % initial conditions
% [t,x] = ode23('pendulum', t0, tfinal, x0); % use with MATLAB 4
tspan = [t0, tfinal];
www.eeworm.com/read/257010/11960304
m exa19.m
t0= 0; tfinal =15; % time interval
x0 = [0.5, 0]; % initial conditions
% [t,x] = ode23('electsys', t0, tfinal, x0); % use with MATLAB 4
tspan = [t0, tfinal];
www.eeworm.com/read/257010/11960884
m exa18.m
t0= 0; tfinal = 3; % time interval
x0 = [0, 0]; % initial conditions
% [t,x] = ode23('mechsys', t0, tfinal, x0); % use with MATLAB 4
tspan = [t0, tfinal];