-
C #直接打印和发送命令和字符串到打印机
c# direct printing and sending commands and string to printer
- 2022-07-21 05:43:52下载
- 积分:1
-
COMPOUND_files stream and save process
COMPOUND_文件流和储存处理-COMPOUND_files stream and save process
- 2022-07-15 13:31:02下载
- 积分:1
-
一个遍历文件夹中文件的例子,已经在源码上做了修改,方便调用!...
一个遍历文件夹中文件的例子,已经在源码上做了修改,方便调用!-traverse a document folder example, the source code has been revised to facilitate the call!
- 2022-01-22 17:09:13下载
- 积分:1
-
用vb.net编写的源码,列出系统中的文件及显示此文件在系统中的图标(文件自身标的图标)。非常好的。...
用vb.net编写的源码,列出系统中的文件及显示此文件在系统中的图标(文件自身标的图标)。非常好的。-vb.net prepared with the source code, listing system and the documents show this file in the system"s icon (the subject of its own document icon). Very good.
- 2023-04-27 03:30:04下载
- 积分:1
-
多文档程序,使用VC6完成carichive类序列的。
多文档程序,vc6下完成,利用CArichive类实现文件序列化,实现两个绘图窗口的简单响应.-more documentation procedures, vc6 completed using CArichive category sequence files, graphics window to achieve two simple response.
- 2022-01-25 18:55:29下载
- 积分:1
-
TXT files to split into files of any size, easy to portable devices such as mobi...
对TXT文件进行分割成任意大小的文件,便于手机等便携设备出里-TXT files to split into files of any size, easy to portable devices such as mobile phones out in
- 2022-08-11 22:30:49下载
- 积分:1
-
scan subfolders example, the right to operate certain folder, find out as partic...
扫描子文件夹的示例,对某些文件夹操作,查找等特别有用。看似简单但不知道,对有些操作就会特头痛。 //复杂的程序都是由不起眼的东东拼凑起来的-scan subfolders example, the right to operate certain folder, find out as particularly useful. Seemingly simple, but I do not know, for some special operation will be a headache.// Complex procedures are unremarkable pieced together Wanton
- 2023-07-12 10:30:03下载
- 积分:1
-
Call procedures in the directory where generated Log folder in the folder every...
在调用程序所在目录下生成Log文件夹,在该文件夹下每天生成一个日志文件(如2004-07-03.log)-Call procedures in the directory where generated Log folder in the folder every day to generate a log file (such as 2004-07-03.log)
- 2022-01-22 09:04:47下载
- 积分: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
-
文件的分割与合并,把文件分割成指定的份数,然后进行合并,分割的信息保存为一个key文件中....
文件的分割与合并,把文件分割成指定的份数,然后进行合并,分割的信息保存为一个key文件中.-document with the division of the merger, the document is divided into specific shares, and then combined to split the information as a key document.
- 2022-12-16 14:10:03下载
- 积分:1