代码搜索:Attributes
找到约 10,000 项符合「Attributes」的源代码
代码结果 10,000
www.eeworm.com/read/245849/12777688
m s_frequency_attributes.m
function attributes=s_frequency_attributes(seismic,varargin)
% Compute median frequency, bandwidth, and power spectrum of seismic input data
% Written by: E. R.: February 22, 2005
% Last updated: Marc
www.eeworm.com/read/245849/12778113
m s_zone_attributes.m
function seismic=s_zone_attributes(seismic,varargin)
% Compute attributes such as minimum, maximum, RMS amplitude in a trace-dependent
% interval/zone and either print them to the screen or store them
www.eeworm.com/read/241364/13151466
sql query_implicit_attributes.sql
DROP TABLE tbl;
CREATE TABLE tbl (onecol NUMBER);
INSERT INTO tbl
VALUES (1);
INSERT INTO tbl
VALUES (2);
COMMIT ;
DECLARE
n PLS_INTEGER := 0;
PROCEDURE plsb (str IN V
www.eeworm.com/read/300891/13883312
m plot_spectral_attributes.m
function plot_spectral_attributes(t0,w,dt,fmax,N,pos1,pos2);
%PLOT_SPECTRAL_ATTRIBUTES: plot amplitude and phase of a wavelet
% in a nice way (read disclaimer..)
%
% plot_spe
www.eeworm.com/read/136989/5827819
h debug_attributes_builder.h
// -*- C++ -*-
//=============================================================================
/**
* @file Debug_Attributes_Builder.h
*
* Debug_Attributes_Builder.h,v 1.7 2003/07/19 19:0
www.eeworm.com/read/136989/5827828
cpp debug_attributes_builder.cpp
// Debug_Attributes_Builder.cpp,v 1.8 2002/10/13 03:58:57 kitty Exp
#include "ACEXML/common/SAXExceptions.h"
#include "ACEXML/parser/debug_validator/Debug_Attributes_Builder.h"
ACEXML_Debug_Att