-
如何将数据导入 Word
如何将数据导入 Word-how the data into Word
- 2022-04-15 07:48:04下载
- 积分:1
-
document access information source, beginners can look at things more systematic...
获得文件信息的源码,初学者可以研究一下,比较系统的东西-document access information source, beginners can look at things more systematically
- 2022-06-16 04:04:14下载
- 积分:1
-
file cuts,siplest come true.
文件分割 最简单的实现-file cuts,siplest come true.
- 2022-03-22 12:05:39下载
- 积分:1
-
VC7.1项目文件将被转换为VC6.0
将 vc7.1 的工程文件转换为vc6.0的-Vc7.1 the project file will be converted to the vc6.0
- 2022-04-20 10:26:06下载
- 积分:1
-
这是一个"虚拟分区"的源代码,其功能是把任何一个文件夹虚拟成一个分区.其实现主要是利用了dos的subst命令.然后加入了写入注册表的功能.实现了临时建立分区和...
这是一个"虚拟分区"的源代码,其功能是把任何一个文件夹虚拟成一个分区.其实现主要是利用了dos的subst命令.然后加入了写入注册表的功能.实现了临时建立分区和永久建立分区的效果.delphi7源代码-This a "virtual" as the source code, and its function is a virtual folder into a district. Its main achievement is the use of dos subst orders. Write then joined the registry function. Achieved through the establishment of temporary and permanent establishment of regional results. Delphi7 source code
- 2022-07-25 23:17:45下载
- 积分:1
-
该代码例子提供了一个对文件进行压缩和解压文件操作过程
该代码例子提供了一个对文件进行压缩和解压文件操作过程-The code provides an example of the documents to document compression and decompression operation
- 2022-01-25 22:40:36下载
- 积分:1
-
中缀计算器
这是中缀计算器。它计算中缀表达式的值直接,而不转换它从前缀以中缀的后缀。
- 2022-09-30 01:30: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
-
its very important file
y have to read this
akj
its very important file
y have to read this
akj
- 2022-04-12 14:28:00下载
- 积分:1
-
来自《Visual C++程序设计技巧与实例》第6单元
来自《Visual C++程序设计技巧与实例》第6单元-from "Visual C programming skills and examples" of the first six modules
- 2023-08-28 03:15:04下载
- 积分:1