代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/226071/14497883
h dvdsetup_op.h
/*
////////////////////////////////////////////////////////////////////////////////////////////////////////
//Transform the ID
#define SETUP_SCREEN_TV_SYSTEM_BEGIN SETUP_DISPLA
www.eeworm.com/read/290713/8465983
srd d_add_sales_order.srd
$PBExportHeader$d_add_sales_order.srd
$PBExportComments$DataWindow to add a new Sales Order
release 8;
datawindow(units=0 timer_interval=0 color=73955432 processing=0 HTMLDW=no print.documentname="
www.eeworm.com/read/290713/8465995
srd d_dddw_fin_code.srd
$PBExportHeader$d_dddw_fin_code.srd
$PBExportComments$Financial codes
release 8;
datawindow(units=0 timer_interval=0 color=1083244543 processing=1 HTMLDW=no print.documentname="" print.orientation
www.eeworm.com/read/290713/8466001
srd d_dddw_cust.srd
$PBExportHeader$d_dddw_cust.srd
$PBExportComments$Grid: Customer ID, Company Name
release 8;
datawindow(units=0 timer_interval=0 color=1083244543 processing=1 HTMLDW=no print.documentname="" print
www.eeworm.com/read/433114/8544747
m s_data.m
function seismic=s_data
% Generate test dataset consisting of 12 traces of filtered random Gaussian
% noise (1000 ms long, 4 ms sample interval)
% The dataset has one header ('CDP')
%
% Written by: E.
www.eeworm.com/read/433114/8545132
m s_data_3d.m
function seismic=s_data_3d
% Generate test dataset consisting of 12 traces of filtered random Gaussian
% noise (1000 ms long, 4 ms sample interval)
% The dataset has one header('CDP')
%
% Written by:
www.eeworm.com/read/371445/9552923
m golden_sect.m
% Program: golden_sect.m
% Title: Golden-Section Search
% Description: Implements the golden-section search.
% Input:
% fname: objective function
% [xL1,xU1]: initial interval of uncertain
www.eeworm.com/read/365318/9869914
m checkfr.m
% checkfrac
%
%
% script to check what the 1D and 2D power spectra of a
% simulated fractal surface yield
clear
% stel sampling interval = 20 m
dx = 0.02;
N = 128;
beta = 8/3;
fprint
www.eeworm.com/read/168118/9938585
m marmousi_demo.m
% Marmousi: finite difference modelling of Marmousi
%
% Marmousi finite difference modelling
% Just run the script
load marmousi_dz10
%load marmousi_mod
dx=x(2)-x(1);; %cdp interval
xmax=max(
www.eeworm.com/read/167116/9980407
m fmintx.m
function u = fmintx(F,a,b,tol,varargin)
%FMINTX Textbook version of FMINBND
% x = FMINTX(F,a,b) finds a local minimizer x of the function F
% in the interval a