代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/372616/2770532
c l64781.c
/*
driver for LSI L64781 COFDM demodulator
Copyright (C) 2001 Holger Waechtler for Convergence Integrated Media GmbH
Marko Kohtala
This program is fre
www.eeworm.com/read/372616/2770544
h l64781.h
/*
driver for LSI L64781 COFDM demodulator
Copyright (C) 2001 Holger Waechtler for Convergence Integrated Media GmbH
Marko Kohtala
This program is fre
www.eeworm.com/read/372067/2776338
h l_api.h
#ifndef L_API_H
#define L_API_H
/******************************************************************************
*
* Copyright (C) 2005
www.eeworm.com/read/372067/2776348
h l_gen.h
#if !defined (L_GEN_H)
#define L_GEN_H
/******************************************************************************
*
* Copyright (
www.eeworm.com/read/371704/2779034
m l_crossplot.m
function l_crossplot(wlog,mnem1,mnem2,varargin)
% Function makes crossplot of curve with mnemonic "mnem1" (x-axis) vs curve with
% mnemonic "mnem2" (y-axis)
% Written by; E. R., March 19, 2001.
%
www.eeworm.com/read/371704/2779036
m l_check.m
function ier=l_check(wlog)
% Function checks if log structure set is consistent and complies with
% specifications
% Written by: E. R., August 26, 2001
% Last updated: March 12, 2004: More lenient
www.eeworm.com/read/371704/2779037
m l_convert.m
function wlog=l_convert(curves,info,aux_wlog)
% Function converts a matrix of curve values, curve names, curve units of measurement,
% curve description, etc. into a well log structure.
% Written
www.eeworm.com/read/371704/2779039
m l_resample.m
function logout=l_resample(wlog,step,varargin)
% Function resamples all curves of a log. Gaps in log curves (NaNs) are
% interpolated prior to resampling (l_interpolate). Gaps are filled even
% i
www.eeworm.com/read/371704/2779045
m l_gu.m
function units=l_gu(wlog,mnem)
% Function extracts units of curve with mnmeonic "mnem" from log data set "wlog"
% If global variable CASE_SENSITIVE is set to false, the case of the curve
% mnemonic
www.eeworm.com/read/371704/2779051
m l_data.m
function wlog=l_data
% Create a synthetic well log for test and demo purposes; the log curves are not
% based on any rock physics;
% Written by: E. R.: October 1, 2005;
% Last updated: October 30