-
一个可用于批量查看文件属性的FileInfo类模块
一个可用于批量查看文件属性的FileInfo类模块-1 can be used to view the file properties of bulk FileInfo Class Module
- 2022-03-05 16:11:35下载
- 积分:1
-
对于一个小的压缩文本的VB程序,还不错
vb作的小程序压缩文本用的还不错-vb procedures for a small compression of the text is also good
- 2022-06-02 06:51:13下载
- 积分:1
-
读取foxpro数据的com控件,使用于VB、Delhpi等windows开发环境。
读取foxpro数据的com控件,使用于VB、Delhpi等windows开发环境。-Com to read foxpro data control, for use in VB, Delhpi development environment such as windows.
- 2022-06-01 16:23:33下载
- 积分:1
-
a document inquiries integrated with the operation of the code can find the orig...
一个集文件查询与操作的综合原码 可以查询文件以及备份文件并且管理文件-a document inquiries integrated with the operation of the code can find the original documents of the backup file and document management
- 2023-02-19 02:05:04下载
- 积分:1
-
cs_net文件系统编程的程序集,介绍各种文件的歌剧…
CS_NET文件系统编程程序集,介绍多种文件操作,简单容易-CS_NET File System Programming procedure sets, introduce a variety of file operations, simple and easy
- 2023-05-06 03:25:02下载
- 积分:1
-
原始数据划分为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
-
搜索并替换文件中指定的字串
搜索并替换文件中指定的字串-search and replace documents specified string
- 2022-02-13 16:28:14下载
- 积分:1
-
功能相当全的字符串切分类,调用过程相当简单
功能相当全的字符串切分类,调用过程相当简单-quite cut all the strings classification, the process is quite simple call
- 2022-12-31 01:50:03下载
- 积分:1
-
一个通过调制解调器接收、发送报表的小程序,使用md5确定是否已传输,rar压缩、解压文件...
一个通过调制解调器接收、发送报表的小程序,使用md5确定是否已传输,rar压缩、解压文件-through a modem to receive, send statements for the small, the use of md5 determine whether transmission, rar compression, decompression documents
- 2022-03-12 16:12:09下载
- 积分:1
-
AirPIF files translation cad
AirPIF文件转换--cad-AirPIF files translation cad
- 2022-11-24 19:00:03下载
- 积分:1