代码搜索:L

找到约 10,000 项符合「L」的源代码

代码结果 10,000
www.eeworm.com/read/433114/8544886

m l_reflections.m

function wlog=l_reflections(wlog,varargin) % Function computes reflection coefficients; % Written by: E. R., November 5, 2000 % Last update: March 18, 2001; Complete rewrite with new curve-name conve
www.eeworm.com/read/433114/8544905

m l_rename.m

function wlog=l_rename(wlog,varargin) % Function replaces one or more curve mnemonics by new ones % The function also works with structure arrays. % See also: l_curve with option "rename" % Written
www.eeworm.com/read/433114/8544909

m l_plot.m

function aux=l_plot(wlog,varargin) % Function plots log curves; % A curve's properties can be changed by right-clicking on that curve and % choosing new curve parameters from the pop-up menu (genera
www.eeworm.com/read/433114/8545080

m l_average.m

function wlog=l_average(wlog,varargin) % Function computes running average over specified log curves % The function needs equidistantly sampled data; no null values % % Written by: E. R., June 7, 2001
www.eeworm.com/read/433114/8545171

m l_gd.m

function description=l_gd(wlog,mnem) % Get the description of the curve with mnemonic "mnem" from log data set "wlog". % If S4M.case_sensitive is set to false, the case of the curve mnemonic is disreg
www.eeworm.com/read/433114/8545173

m l_interpolate.m

function wlog=l_interpolate(wlog,mnemonics) % Function interpolates null values of all curves specified by an optional list % of mnemonics. The function assumes that null values are represented by Na
www.eeworm.com/read/433114/8545184

m l_lithocurves.m

function wlog=l_lithocurves(wlog,varargin) % Function computes "logical" curves representing lithology. The curve values are % either 1 (true), if a particular lithology is present, or 0 (false), if i
www.eeworm.com/read/433114/8545738

m l_info.m

function info=l_info(wlog,mnem) % Get the row of column_info that pertains to a particular column of a well log. % If global variable S4M.case_sensitive is set to false, the case of the % column mnemo
www.eeworm.com/read/289444/8550704

h l97.h

#ifndef L97_H #define L97_H extern void l97_2D(int **rows, int width, int height, int levels,bool inverse); extern void l97Quad(int *wave,int width,int height,int fullw,bool inverse); #endif
www.eeworm.com/read/289444/8550914

c l97.c

#include #include #include #include #define MULT(x,y) ((((x)*(y))+16383)>>15) /********** #define ONE (1