代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/151143/12232545
m l_sonic2time.m
function wlog=l_sonic2time(wlog,varargin)
% Function computes two-way time by integrating sonic log and adds it to the input log structure.
% By default, the function assumes that interval transit t
www.eeworm.com/read/250804/12383962
m highv_wedge.m
% HIGHV_WEDGE: model an anticline beneath a high velocity wedge
%
% high velocity wedge
% Just run the script
dx=5; %cdp interval
xmax=2500;zmax=1000; %maximum line length and maximum depth
xpin
www.eeworm.com/read/130383/14196255
m normalizeinterval.m
function [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale,minimum)
% USAGE
%
% [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale)
%
% normalize x so that x is in interval [0,1*scale];
% scale is
www.eeworm.com/read/222728/14678362
c protocol.c
#include
#include
#include "protocol.h"
// "Register-proxy: ; ; \n"
char *registerProxy = "Register-proxy";
// "Registered-proxy: \n"
www.eeworm.com/read/222728/14678421
c protocol.c
#include
#include
#include "protocol.h"
// "Register-proxy: ; ; \n"
char *registerProxy = "Register-proxy";
// "Registered-proxy: \n"
www.eeworm.com/read/222728/14678468
c protocol.c
#include
#include
#include "protocol.h"
// "Register-proxy: ; ; \n"
char *registerProxy = "Register-proxy";
// "Registered-proxy: \n"
www.eeworm.com/read/218782/14906089
m twister.m
%TWISTER Uniformly distributed pseudo-random numbers.
% R = TWISTER(N) returns an N-by-N matrix containing pseudo-random values
% drawn from a uniform distribution on the unit interval. TWIST
www.eeworm.com/read/11356/228227
s stopwatc.s
; Stopwatch primitives - used in sw.c
include asmglobal.h
public stopval,swstart
.CODE
dbase dw @Data
; start the interval timer
swstart proc far
push ax
; send the mode word to the 825
www.eeworm.com/read/13787/283451
s stopwatc.s
; Stopwatch primitives - used in sw.c
include asmglobal.h
public stopval,swstart
.CODE
dbase dw @Data
; start the interval timer
swstart proc far
push ax
; send the mode word to the 825
www.eeworm.com/read/13911/287246
m normalizeinterval.m
function [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale,minimum)
% USAGE
%
% [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale)
%
% normalize x so that x is in interval [0,1*scale];
% scale is