代码搜索:Las 开发教程

找到约 10,000 项符合「Las 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/286777/8743530

txt lasmerge_readme.txt

**************************************************************** lasmerge: reads multiple LIDAR data files in the LAS format and merges them into a single file. The filenames can either b
www.eeworm.com/read/433114/8544700

m read_las_file.m

function wlog=read_las_file(filename,varargin) % Function reads well logs from a disk file in LAS format (Log ASCII Standard) % Versions 2.0 or 3.0 as specified by the Canadian Well Logging Society.
www.eeworm.com/read/433114/8544826

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/433114/8544868

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/433114/8545503

m interpret_las3.m

function [wlog,aux]=interpret_las3(tlines,param) % Interpret the lines of a file in LAS 3.0 format and create a well-log % structure. Called by "read_las_file". % % Written by: E. R.: December 16, 200