登录
首页 » 文件处理 » 能读取经特殊格式处理过的文件内容,适合做二次开发的程序员,同时也是一个ActiveX控件,有兴趣的可以看一下....

能读取经特殊格式处理过的文件内容,适合做二次开发的程序员,同时也是一个ActiveX控件,有兴趣的可以看一下....

于 2022-07-27 发布 文件大小:29.13 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

能读取经特殊格式处理过的文件内容,适合做二次开发的程序员,同时也是一个ActiveX控件,有兴趣的可以看一下.-can read by special format dealt with the contents of the paper, suitable for secondary development programmers, but also an ActiveX control that are interested can look at.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 原始数据划分为train.dat和test.dat
    应用背景开始是做movielense的数据,可以把原始数据任意划分为train.dat和test.dat,主要是为了做验证实验。非常简单明了,适合初学者看看,如果不喜欢,请轻喷。关键技术# -*- coding: cp936 -*- from sklearn import cross_validation c = [] filename = r"Raw.data" #原始数据 out_train = open(r"train.txt","w") #训练集 out_test = open(r"test.txt","w") #测试集 for line in open(filename):     items = line.strip().split(",")      c.append(items)   c_train,c_test = cross_validation.train_test_split(c,test_size=0.1)#size =你需要的比例 for i in c_train:     out_train.write(",".join(i)+" ") for i in c_test:     out_test.write(",".join(i)+" ")
    2022-01-25 21:21:56下载
    积分:1
  • 可以把你选择的类型用你选择的程序打开。显示的图标也可以由你自己选择。附带SDK程序源代码。比较好用的程序...
    可以把你选择的文件类型用你选择的程序打开。显示的图标也可以由你自己选择。附带SDK程序源代码。比较好用的程序-You can open the file you chose with the program you chose.You also can choose the icon,with SDK program source code.A good program.
    2022-01-26 00:24:13下载
    积分:1
  • 8个用Java编写的I/O程序
    8个用Java编写的I/O程序-eight prepared by the Java I/O procedures
    2022-04-24 02:04:05下载
    积分:1
  • 现在,我将分割为操作简单,如下:1、O。
    下面我将这个文件分割器的运行流程简单列出如下: 1、 选择要分割原文件,用OpenFileDialog控件实现,变量SplitSourceFileName 记录文件路径。 2、 选择分割后文件的保存地址,用FolderBrouserDialog控件实现,变量SplTargetFolder记录保存路径。 3、 用户输入分块大小,可选择以KB或以MB为单位,变量ItemSize记录。 4、 点击“开始分割”按键,若个参数合法,则开始执行分割过程,进度条显示执行进度,否则提示错误。 5、 合并过程与分割过程类似,只是多了对可选择的合并文件的限制。 -Now, I will split the document for the operation is simple, is as follows : 1, opted to split the original document, with OpenFileDialog control achieved record variable SplitSourceFileName paper trails. 2, the choice of segmentation document addresses the preservation, use FolderBrouserDialog Controls, variable SplTargetFolder record keeping path. 3, user input block size, the option to KB or MB units, a variable ItemSize record. 4, clicking on the "Start split." Button, if parameter is lawful, the division started the process, the progress of the show progress in implementation, suggest otherwise wrong. 5, the merger process and segmentation process similar, but more on the choice of the merg
    2022-07-26 15:44:28下载
    积分:1
  • 查找,方便大家进行日常的搜索,大家请用
    文件查找,方便大家进行日常的文件搜索,大家请用-search for documents to facilitate day-to-day document search, please use
    2023-06-15 16:45:03下载
    积分:1
  • Code Line counter/code generator
    此应用程序是代码行计数器。它计算一个项目中的代码行。
    2022-01-21 21:18:02下载
    积分:1
  • 数据格式转换,实现了将dat格式,转换成nas格式,方便地导入到CAD/CAE系统中...
    数据格式转换,实现了将dat格式文件,转换成nas格式文件,方便地导入到CAD/CAE系统中-data format conversion, the realization of dat format, converted into nas format and easily imported into CAD/CAE system
    2022-01-26 04:25:46下载
    积分:1
  • 您可以使用配置来保存您的设置。
    You can use profile to save you setting.
    2022-05-11 00:05:26下载
    积分:1
  • PGPsdk_1.7.2_Win32 What s New in PGP Software Developer s Kit Version 1.7....
    PGPsdk_1.7.2_Win32 What s New in PGP Software Developer s Kit Version 1.7.2
    2022-02-03 19:42:36下载
    积分:1
  • 一个用多线程实现查找的例子本代码实现了利用多线程实现的查找...
    一个用多线程实现文件查找的例子本代码实现了利用多线程实现文件的查找-using a multi-threaded search files example of the implementation of the code by using multithreading document search
    2022-06-02 09:12:49下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载