-
multifunctional document search tool
多功能文件搜索工具-multifunctional document search tool
- 2022-05-29 12:44:18下载
- 积分:1
-
Microsoft MSF process guidance can be used to guide the 1 ~ 500 more than the de...
微软MSF过程指南,可以用于指导1~500人以上的团队进行协作开发-Microsoft MSF process guidance can be used to guide the 1 ~ 500 more than the development team to collaborate
- 2023-03-13 17:35:04下载
- 积分:1
-
一个FTP工具,武器和传统的客户端代码可以运行
一个ftp工具,有素武器和客户端代码,可以运行-an ftp tools, weapons and the traditional client code can run
- 2023-04-25 15:40:02下载
- 积分:1
-
一个通过网络传输文件的程序,供网络编程学习。
一个通过网络传输文件的程序,供网络编程学习。-A network to transfer files through the procedures for learning network programming.
- 2023-07-06 21:35:02下载
- 积分:1
-
获得 Windows 的一些特殊目录,比如 Program Files、我的文档、图片收藏、桌面等等特殊目录。...
获得 Windows 的一些特殊目录,比如 Program Files、我的文档、图片收藏、桌面等等特殊目录。-receive some special Windows directory, for example Program Files, My Documents, Photo collections, and so on the desktop special directory.
- 2022-12-13 10:25: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
-
有关WCE文件操作方面的源代码,用EVC写的。文件查找。
有关WCE文件操作方面的源代码,用EVC写的。文件查找。-WCE documents relating to operational aspects of the source code, written by EVC. Document search.
- 2022-07-04 23:27:38下载
- 积分:1
-
本人写的一个能自动格式化C代码的控制台程序,其实就是对文件的读写,和对字符的处理。...
本人写的一个能自动格式化C代码的控制台程序,其实就是对文件的读写,和对字符的处理。-I write a C code can automatically format the console program, in fact, the document is read and write, and the handling of characters.
- 2023-06-03 08:45:03下载
- 积分:1
-
vc6.0操作word表格,可以用做数据库查询结果的输出.
vc6.0操作word表格,可以用做数据库查询结果的输出.-vc6.0 operation word forms can be used as database query results output.
- 2022-02-02 06:07:29下载
- 积分:1
-
递规地枚举文件,获取文件名、大小、最后修改时间、版本号等文件属性。...
递规地枚举文件,获取文件名、大小、最后修改时间、版本号等文件属性。-delivery to Enumerate regulatory documents, access to a file name, size, last modification date, version and other file attributes.
- 2022-02-09 23:24:07下载
- 积分:1