代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/154760/11928825
m convnum.m
function Y =convnum(x,y,dt,ty)
% CONVNUM Numerical convolution.
%
% Z = CONVNUM(X,Y,DT,TY) numerically convolves vectors X and Y
% DT = sampling interval (DEFAULT: DT = 1)
% TY = Numerical Inte
www.eeworm.com/read/339483/12231669
sh connect-stat.sh
#!/bin/bash
PROCNAME=pppd # ppp daemon
PROCFILENAME=status # Where to look.
NOTCONNECTED=65
INTERVAL=2 # Update every 2 seconds.
pidno=$( ps ax | grep -v "ps ax" | grep -v grep | g
www.eeworm.com/read/250804/12383935
m syncline.m
% SYNCLINE: model a channel beneath a few layers
%
% high velocity wedge
% Just run the script
dx=10; %cdp interval
xmax=2500;zmax=1000; %maximum line length and maximum depth
x=0:dx:xmax; % x c
www.eeworm.com/read/207167/15281252
sc connect_demo.sc
stk.v.6.1
BEGIN Scenario
Name connect_demo
BEGIN Epoch
Epoch 1 Jun 2002 12:00:00.000000000
END Epoch
BEGIN Interval
Start 1 Jun 2002 12:00:00.000000000
Stop
www.eeworm.com/read/477919/1355104
h at91_pit.h
/*
* [origin: Linux kernel include/asm-arm/arch-at91/at91_pit.h]
*
* Copyright (C) 2007 Andrew Victor
* Copyright (C) 2007 Atmel Corporation.
*
* Periodic Interval Timer (PIT) - System periphera
www.eeworm.com/read/455463/1614000
m channel_hyp.m
% CHANNEL: model a channel beneath a few layers
%
% low velocity channel beneath a v(z) medium
% Just run the script
dx=5; %cdp interval
dt=.002; %time sample rate
xmax=2500;tmax=1.0; %maximum l
www.eeworm.com/read/455463/1614326
m vave2vint.m
function vint=vave2vint(vave,t)
% vins=vave2vint(vave,t)
%
% Convert average to interval velocity
% NOTE: It is illegal for you to use this software for a purpose other
% than non-profit education or
www.eeworm.com/read/455463/1614681
m syncline.m
% SYNCLINE: model a channel beneath a few layers
%
% high velocity wedge
% Just run the script
dx=10; %cdp interval
xmax=2500;zmax=1000; %maximum line length and maximum depth
x=0:dx:xmax; % x c
www.eeworm.com/read/248077/4471032
m ex9_5.m
% EX9_5.M Compute the spectrum of a signal saved
% in file CLEX95.MAT. (Created by CLEX95DT.M) The data are:
% N samples of the |FFT| are plotted
% Ts sampling interval in seconds
% t ti
www.eeworm.com/read/236246/4643045
cpp fixed.cpp
//fixed.cpp
#include "fixed.h"
#include
#include
#include
Fixed::Fixed(unsigned accNo, float balan)
:Savings(accNo, balan)
{
int interval;
cout