代码搜索:Las 有哪些应用?
找到约 10,000 项符合「Las 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/371704/2779059
m read_las_file.m
function [wlog,las_header]=read_las_file(filename,iprint)
% Function reads well logs from a disk file in LAS (Log ASCII Standard) Version 2.0
% format as specified by the Canadian Well Logging Society
www.eeworm.com/read/371704/2779106
m write_las_file.m
function write_las_file(wlog,filename,iprint)
% Function creates a disk file in LAS (Log ASCII Standard)format,
% Version 2.0, as specified by the Canadian Well Logging Society
% Written by: E. R.
www.eeworm.com/read/371704/2779117
m show_las_header.m
function header=show_las_header(filename)
% Function displays/outputs the header of a LAS file
% Written by: E. R.: March 18, 2000;
% Last updated: December 13, 2000: use standard form for getting fil
www.eeworm.com/read/194440/8194692
m logtype2las.m
function [mnem,name]=logtype2las(itype)
% [mnem,name]=logtype2las(itype)
%
% Convert a numeric logtype, as generated by LAS2LOGTYPE, to a 4 letter
% las mnemonic identifying a log.
% The master lis
www.eeworm.com/read/194440/8194764
m las2logtype.m
function itype=las2logtype(mnem)
% itype=las2logtype(mnem)
%
% Convert a 4 letter las mnemonic identifying a log to a numeric logtype.
% The master list of possible numeric logtypes is to be fou
www.eeworm.com/read/135535/13922507
cc s_las2.cc
// File: s_las2.cc -- Implements the las2 class
// Author: Suvrit Sra
// Date: 14 nov, 2003
/*************************************************************************
THE ORIGINAL SVDPAKC COPYRIGHT
www.eeworm.com/read/135535/13922545
cc s_las1.cc
// File: s_las1.cc -- Implements s_las1
// Author: Suvrit Sra
// Date: 14, nov 2003
/*************************************************************************
THE ORIGINAL SVDPAKC COPYRIGHT
www.eeworm.com/read/135535/13922557
h s_las1.h
// File: s_las1.h
// Author: Suvrit Sra
// Date: 12 Nov, 2003
// (c) Suvrit Sra 2004 All Rights Reserved
#ifndef _S_LAS1_H_
#define _S_LAS1_H_
#include "las.h"
namespace ssvd {
/****************
www.eeworm.com/read/135535/13922563
h s_las2.h
// File: s_las2.h -*- c++ -*-
// Author: Suvrit Sra
// Date: 12 Nov, 2003
// (c) Suvrit Sra 2004 All Rights Reserved
#ifndef _S_LAS2_H_
#define _S_LAS2_H_
#include "las.h"
namespace ssvd {
/****
www.eeworm.com/read/235612/14061443
m logtype2las.m
function [mnem,name]=logtype2las(itype)
% [mnem,name]=logtype2las(itype)
%
% Convert a numeric logtype, as generated by LAS2LOGTYPE, to a 4 letter
% las mnemonic identifying a log.
% The master lis