-
文件压缩的一个派生类,专门用来压缩文件,非常好用。推荐!...
文件压缩的一个派生类,专门用来压缩文件,非常好用。推荐!-a class that compress files, it s usfull class.
- 2022-07-10 01:22:55下载
- 积分:1
-
二进制浏览器源码,VC++语言开发,可用来查看任意文件的二进制代码,在图形开发、多媒体开发时比较有用。...
二进制浏览器源码,VC++语言开发,可用来查看任意文件的二进制代码,在图形开发、多媒体开发时比较有用。-Binary-source browser, VC++ Language development, can be used to view arbitrary files binary code, in the graphics development, multimedia development, when more useful.
- 2022-02-04 20:29:48下载
- 积分:1
-
excel all function in vs2008 no error and warnning version 30, add unicode path...
excel所有函数在vs2008无错误和警告版本30中,添加unicode路径保存
- 2022-04-17 20:11:15下载
- 积分:1
-
由所获得的测井数据求取相应的层速度,密度,反射系数,并成图...
由所获得的测井数据求取相应的层速度,密度,反射系数,并成图-convert the log data to layer velocity,decity,reflectance,and plot them
- 2022-05-15 22:19:58下载
- 积分:1
-
XML文本的解析工具,调用MSXML4.0完成
XML文本的解析工具,调用MSXML4.0完成-XML text analysis tools, call completion MSXML4.0
- 2022-03-22 11:01:48下载
- 积分:1
-
一个可以自动对C源代码进行规范处理的软件的原代码,可以让你的源代码整齐规范...
一个可以自动对C源代码进行规范处理的软件的原代码,可以让你的源代码整齐规范-A C source code automatically to regulate the treatment of software source code, you can make your source code tidy norms
- 2023-02-09 03:10:04下载
- 积分: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
-
file type detection programs
文件类型探测程序-file type detection programs
- 2022-08-16 09:28:45下载
- 积分:1
-
用API实现文本操作
用API实现文本操作-text operation by API
- 2022-01-26 02:17:44下载
- 积分:1
-
that file describe openGl and specifications of it
that file describe openGl and specifications of it -that file describe openGl and specifications of it
- 2023-01-08 11:25:02下载
- 积分:1