-
C代码的文件分割
C代码的文件分割- dividfile for c
- 2022-10-05 05:30:03下载
- 积分:1
-
VS2005 on the basis of the source code to operate xml, query, add, delete and so...
该源码基于vs2005基础上操作xml,包括查询,添加,删除等.在平时配置设置中经常使用xml,该例可作参考-VS2005 on the basis of the source code to operate xml, query, add, delete and so on. In the usual configuration settings in the frequent use of xml, the cases should be used for reference
- 2023-04-10 10:35:04下载
- 积分:1
-
Simple XML applications. XML, including some basic algorithms. Suitable for begi...
简单的XML应用程序。包括一些XMl基本的算法。适合初学者。-Simple XML applications. XML, including some basic algorithms. Suitable for beginners.
- 2022-02-12 00:55:44下载
- 积分:1
-
主要用于文件的传输,仿制于网络上的文件传输法。文件的传送...
主要用于文件的传输,仿制于网络上的文件传输法。文件的传送-mainly for document transmission, in imitation on the network file transfer method. The document transmission
- 2022-07-01 14:13:51下载
- 积分:1
-
Fastcopy源代码
fastcopy source code -fastcopy source code
- 2023-01-31 05:45:03下载
- 积分:1
-
能将ELF&AFX 文件转换成二进制文件的解析源码
能将ELF&AFX 文件转换成二进制文件的解析源码-ELFAFX can convert documents into the binary files of source code analysis
- 2022-02-03 03:14:12下载
- 积分: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
-
C程序源代码美化(缩进)工具
C程序源代码美化(缩进)工具-tool about beautifying c code
- 2022-10-05 03:40:03下载
- 积分:1
-
使用CFile类实现对文件的操作
使用CFile类实现对文件的操作-use CFile class to achieve the operation of the document
- 2022-03-26 05:41:31下载
- 积分:1
-
use id = main.jsp can see the list of files used only in exchanges, used to make...
使用main.jsp?id=就可以看到文件列表 仅做交流使用,用做商业用途,请保留此说明。 文件管理可以更改,删除文件,修改文件内容,修改文件名。-use id = main.jsp can see the list of files used only in exchanges, used to make commercial use, please retain this note. Document management can change, and delete files, modify the contents of the documents, modify the file.
- 2023-05-24 14:25:03下载
- 积分:1