-
introduccion
应用背景1过程numeros_pares_impares ;2cont & lt;C & nbsp;3numpar
- 2022-03-18 06:48:03下载
- 积分:1
-
通过API实现对内存访问的一个例子。读取大文件的速度很快
通过API实现对内存访问的一个例子。读取大文件的速度很快-through API memory of a visit examples. Readers of large files fast
- 2023-04-06 02:45:03下载
- 积分:1
-
把指定目下符合后缀条件的文件改名字,批量更改。
把指定目下符合后缀条件的文件改名字,批量更改。-Heads in line with the conditions specified suffix to the file to change the name, bulk changes.
- 2022-05-06 11:33:41下载
- 积分:1
-
A class that makes it easy to implement an INI settings file in your application...
一个类,它使在应用程序中实现INI设置文件变得容易。
- 2022-03-20 01:16:19下载
- 积分: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编写,用到类CStdioFile...
主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile
-main functions : to make the full text of the document search and replace, with VC preparation, use category CStdioFile
- 2022-03-21 13:09:56下载
- 积分:1
-
ResourceEidtor Base Speadrum CPU, This is the exe file
ResourceEidtor Base Speadrum CPU, This is the exe file
- 2022-03-26 17:22:17下载
- 积分:1
-
开源 DXF 文件处理库
很多开发人员和地理信息系统 (GIS) 专家一直无法使用 Drawing Interchange Format (DXF) 格式的文件。这些 AutoCAD 格式的文件通常需要安装了 Windows® 和 AutoCAD 才能打开。借助便捷的开源库 dxfLib,您的应用程序就可以读取任何操作系统上的 DXF文件,并且不产生任何成本。
- 2022-12-03 11:20:03下载
- 积分:1
-
二进制文件编辑程序源代码,我试了一下还行,实在没有了
二进制文件编辑程序源代码,我试了一下还行,实在没有了-binary file editing source code, I tried it also OK, it is not a
- 2022-01-26 00:36:40下载
- 积分:1
-
This tool will clear up to 400 GB on each
drive by writing into 1 GB Files unt...
This tool will clear up to 400 GB on each
drive by writing into 1 GB Files until drive space is full
then these files will be deleted.
- 2022-06-13 06:05:57下载
- 积分:1