-
BVH文件阅读器的头文件
bvh reader header file
- 2022-12-01 00:30:03下载
- 积分: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
-
用vc写的程序来监视文件的操作。适合初学者。
用vc写的程序来监视文件的操作。适合初学者。-vc used to write the document procedures to monitor the operation. For beginners.
- 2023-06-21 17:45:03下载
- 积分:1
-
用vb.net写的把access转为xml文件的源代码。为自己亲手创作。有的下载网站已提供下载。如果要看编译好的程序,在网上搜索“access数据库生成xml文...
用vb.net写的把access转为xml文件的源代码。为自己亲手创作。有的下载网站已提供下载。如果要看编译好的程序,在网上搜索“access数据库生成xml文件”即可找到。-Using vb.net write access to xml document to the source code. For their own creative hands. Some download sites have been available for download. If the compiler depends on a good program, in-line search access the database to generate xml document you can find.
- 2023-08-30 15:10:04下载
- 积分:1
-
source description : Export favorites to the contents of a document html
源码简介: 导出收藏夹的内容到一个html文件中 -source description : Export favorites to the contents of a document html
- 2022-04-07 09:26:54下载
- 积分:1
-
读取CAD文件DXF文档信息,从而实现vb程序与cad的连接
读取CAD文件DXF文档信息,从而实现vb程序与cad的连接-CAD file DXF files to read information in order to achieve vb connection procedures and cad
- 2022-07-13 07:45:27下载
- 积分:1
-
AirPIF files translation cad
AirPIF文件转换--cad-AirPIF files translation cad
- 2022-11-24 19:00:03下载
- 积分:1
-
防EXCEL写的,内容很不错,希望有高手把他再完善.其中用到了一个FlexCell表格控件,需要注册,请用户支持正般....
防EXCEL写的,内容很不错,希望有高手把他再完善.其中用到了一个FlexCell表格控件,需要注册,请用户支持正般.
- 2023-01-11 14:15:04下载
- 积分:1
-
VB解压缩RAR文档,可以自己做压缩,和自解压等。
VB解压缩RAR文档,可以自己做压缩,和自解压等。-VB decompress RAR files can be done compression, and other self-extracting.
- 2022-07-24 18:02:19下载
- 积分:1
-
Times the software can encrypt documents, to ensure that information security do...
次软件可以给文件进行加密,确保文件信息的安全.-Times the software can encrypt documents, to ensure that information security documents.
- 2022-07-07 12:25:40下载
- 积分:1