-
3C质量认证标准体系
3C质量认证标准体系-the quality authentication standard system of 3C.
- 2022-03-19 09:47:36下载
- 积分:1
-
This program searches disk for files that matches specified mask and deletes the...
This program searches disk for files that matches specified mask and deletes them to clean disk from unused and unneeded files.
- 2022-03-26 06:32:35下载
- 积分: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
-
java操作PPT
并可以将内容在控制台打印
java操作PPT
并可以将内容在控制台打印-PPT operation java and content can be printed in the console
- 2022-03-24 05:18:53下载
- 积分:1
-
将RGB565格式的位图转换为C语言的代码
将RGB565格式的位图转换为C语言的代码-to RGB565 format bitmap conversion to the C language code
- 2023-06-06 02:00:04下载
- 积分:1
-
Linux/Unix下大型项目使用的通用编译工具nb(避免自己写Makefile的痛苦)
nb--编译系统:
1)使用通用make脚本以及bash脚本实现, 可以安装在Linux系统中;
2) 压缩包里面解压后,运行install即可安装;
3) 压缩包里面有样例工程可以使用;
4) 安装后,在样例工程的src目录下运行nb 既可以编译,具体可以阅读的design-tips.txt文件;
5) 该工具实现了多核编译,源代码和目标码分不同目录输出;
6) 利用模板文件make.mk文件,实现大型项目下的各子目录编译的控制,非常灵活方便。
- 2022-06-30 13:24:16下载
- 积分:1
-
自己写的公交查询系统 vb读写文件操作,比较简单
自己写的公交查询系统 vb读写文件操作,比较简单-Write their own public inquiry system file vb read and write operation, relatively simple
- 2022-03-22 21:11:38下载
- 积分:1
-
自己写的一个直接操作win2000/xp下的磁盘的程序,可读写。
自己写的一个直接操作win2000/xp下的磁盘的程序,可读写。-himself in a direct operation of the disk Win2000/xp the procedure can read and write.
- 2022-09-09 21:30:04下载
- 积分:1
-
能够轻松的合并和切割文件,是使用者能够通过自己的程序就能进行文件切割...
能够轻松的合并和切割文件,是使用者能够通过自己的程序就能进行文件切割
-Can easily and cutting the combined document, a user can, through their own procedures document will be able to cut
- 2022-06-12 10:37:44下载
- 积分:1
-
很有用的文件分割程序
很有用的文件分割程序 -Very useful procedure for the carving out of the document
- 2023-03-19 06:25:03下载
- 积分:1