`

Sample of perl format data file

    博客分类:
  • Perl
 
阅读更多
#!../soft/perl/bin/perl
#ident  "%W%"
#format data file

my ($inputfile)=$ARGV[0];
my ($outfile)=$ARGV[1];

&getDatas();

sub getDatas{

#column size 5,2,2,2,6,8,5,15,1,30,30,10,10,10,8,23,20,2,4
#data size   5,2,2,2,6,8,5,20,1,30,30,3,10,10,8,26,20,2,4
@clmsLen=(5,2,2,2,6,8,5,20,1,30,30,3,10,10,8,26,20,2,4);
open(IN,">$outfile");
open(DATA,"$inputfile") || die "Required file not found \n";

while($input = <DATA>){
  chomp($input);
  $pos=0;
  $result="";
  foreach $len(@clmsLen){
      $result .= substr($input,$pos,$len) . "|";
      $pos=$pos+$len;
      }
  $result .="\n";
  printf IN $result;

}
close(IN);
close(DATA);
}
 

 

分享到:
评论

相关推荐

    sample_libsvm_data.txt

    spark 机器学习使用的例子数据,sample_libsvm_data.txt

    Quick Time File Format

    The QuickTime File Format is structured around a hierarchical system of boxes (atoms) that define the overall structure and metadata of the file. Each box serves a specific purpose and contains either...

    Opencv samples data file

    Opencv samples data file,shape_sample,Blender_Suzanne1..

    sample_libsvm_data

    spark 机器学习使用的例子数据

    salem-sample-data.zip

    【标题】"salem-sample-data.zip"所代表的是一个压缩包文件,其中包含了用于研究和毕业设计的数据集。这样的资源对于学术研究、数据分析以及学习如何处理和分析数据来说是非常宝贵的。 【描述】"精品数据集,用作...

    a sample program of sent data to internet by simulate explor

    标题 "a sample program of sent data to internet by simulate explor" 提供了一个关于通过模拟浏览器发送数据到互联网的示例程序的信息。这个程序可能是为了演示如何在没有实际浏览器参与的情况下,使用编程方式...

    criteo_sampled_data.csv

    criteo_sampled_data.csv

    sample_moriyama_data.tar.gz

    标题 "sample_moriyama_data.tar.gz" 指向的是一个包含 Autoware 相关样例数据的压缩文件,该数据集主要用于演示或测试 3D 点云(pointcloud)和向量地图(vector map)的应用。Autoware 是一个开源的自动驾驶软件...

    generate xml format file

    标题“generate xml format file”指的是创建XML格式的文件,这是一项常见的数据序列化任务,尤其在编程中。XML(eXtensible Markup Language)是一种结构化的数据存储方式,广泛用于数据交换、配置文件以及Web服务...

    fileIO_sample.c_fileI/O_

    在给定的标题“fileIO_sample.c_fileI/O_”和描述“file input and output”中,我们可以理解这是一个关于C语言实现文件I/O操作的示例代码。下面将详细介绍C语言中的文件I/O操作,并通过`fileIO_sample.c`这个文件名...

    Optimal Sampled-Data Control Systems

    在自动化控制领域,**采样数据控制系统**(Sampled-Data Control Systems)是一种重要的控制策略,它通过周期性地采集系统的状态信息,并基于这些信息调整控制信号来实现对过程的精确控制。《Optimal Sampled-Data ...

    pentaho的sample_data.sql

    pentaho 社区版的数据库在换到mysql以后,缺少sample data数据库的创建语句,这个sql就是用来做这件事的。

    File access sample.zip

    This sample shows how to create, read, write, copy and delete a file, how to retrieve file properties, and how to track a file or folder so that your app can access it again. This sample uses Windows....

    Sample-Format.rar_sample mp4

    在MP4文件结构中,“sample format”是一个关键概念,它涉及到如何编码和解码媒体数据。这个概念对于理解MP4文件的工作原理以及如何处理音视频流至关重要。 MP4文件的基本构建块是“样本”(sample),每个样本代表...

    the sample of dll

    the sample of dll

    Test sample data of ten tags on 2D random distribution.xlsx

    Test sample data of ten tags on 2D random distribution.xlsx

    dhtmlx file upload sample

    “dhtmlx file upload sample” 指的是一个使用dhtmlx库进行文件上传的示例项目。dhtmlx是一个JavaScript组件库,它提供了多种UI控件,如表格、树形视图、图表等,用于构建富前端应用。其中,"file upload"部分特别...

    T-Drive trajectory data sample.rar

    标题中的"T-Drive trajectory data sample.rar"是一个压缩文件,它包含的是T-Drive出租车轨迹数据集的样本。这个数据集是由微软研究部门提供,用于数据分析、机器学习或人工智能相关的研究和竞赛。由于在描述中提到...

    sample_data1.csv

    测试数据集,用于测试决策树的

Global site tag (gtag.js) - Google Analytics