-
关于excel的单元格的合并的问题,很有效的一个文件,帮助进行excel操作...
关于excel的单元格的合并的问题,很有效的一个文件,帮助进行excel操作-excel on the cells of the merger, a very effective one, for help operators excel
- 2022-05-08 15:17:59下载
- 积分:1
-
通过获取文件属性,自动删除不想要的文件,这在各种资料接收系统中非常有用,可以避免文件太多使硬盘空间不够...
通过获取文件属性,自动删除不想要的文件,这在各种资料接收系统中非常有用,可以避免文件太多使硬盘空间不够-through access to file attributes, automatic deletion of unwanted documents, which the various information systems to receive a very useful document avoided so much hard disk space enough
- 2023-06-16 00:15:03下载
- 积分:1
-
NTFS下$boot文件的全部引导程序源代码,可以很深入的了解WINDOWS的启动过程...
NTFS下$boot文件的全部引导程序源代码,可以很深入的了解WINDOWS的启动过程-NTFS files under $ boot all boot source code, can be a deeper understanding of the startup process WINDOWS
- 2023-02-04 21:10:03下载
- 积分:1
-
用于读写xml文件的非常轻量级的c++类的源代码
用于读写xml文件的非常轻量级的c++类的源代码-used to read and write xml documents very lightweight category c source code
- 2022-02-01 00:18:43下载
- 积分: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
-
一个恢复 数据文件的程序,一个恢复 数据文件的程序
一个恢复 数据文件的程序,一个恢复 数据文件的程序-A procedure to restore data files, a procedure to restore data files
- 2023-08-08 00:40:04下载
- 积分:1
-
Win32 API 提供了OpenFile 和 WriteFile 函数, 可以对二进制的文件进行读/写。 这两个函数使读/写格式化的文件更加灵活。 这里演示了...
Win32 API 提供了OpenFile 和 WriteFile 函数, 可以对二进制的文件进行读/写。 这两个函数使读/写格式化的文件更加灵活。 这里演示了操作大量格式化数组的一种技巧, 一次完成, 无须一个一个地操作。
- 2022-04-19 01:30:45下载
- 积分:1
-
对于大于1GB的文本文件,该软件有较好的查看能力
对于大于1GB的文本文件,该软件有较好的查看能力-for more than 1GB of text files, the software has a better ability View
- 2023-08-06 19:05:03下载
- 积分:1
-
拷贝wince文件到pc并删除wince中的文件
拷贝wince文件到pc并删除wince中的文件-Wince copy files to pc and delete files in wince
- 2022-08-16 19:37:43下载
- 积分:1
-
很有用的文件分割程序
很有用的文件分割程序 -Very useful procedure for the carving out of the document
- 2023-03-19 06:25:03下载
- 积分:1