-
文件操作源码
文件操作源码 -file manipulation source file manipulation FO
- 2022-12-21 01:50:03下载
- 积分:1
-
/ / /只有WinXP及以上系统的支持shopenfolderandselectitems()API / / /…
/// 只有WinXp及以上及系统才支持SHOpenFolderAndSelectItems() API
/// 那其它系统该怎么实现这个功能呢?只能采用其它的方法来处理
/// 首先用XP跟踪到SHOpenFolderAndSelectItems()API中,看它是如何处理的,再用同样的方法去实现
/// 其它系统的这个功能使用工具 VC6 .net 2003 MSDN Ollydbg v1.10中文版-/// Only Winxp and above and system support SHOpenFolderAndSelectItems () API///that other systems how to realize this function? But to use other methods to deal with///First of all, to use XP tracking SHOpenFolderAndSelectItems () API, the look is how to deal with it, and re-use the same method to realize///other systems to use this feature tools VC6. Net 2003 Chinese version of MSDN Ollydbg v1.10
- 2023-02-11 13:50:03下载
- 积分:1
-
一个可以自动对C源代码进行规范处理的软件的原代码,可以让你的源代码整齐规范...
一个可以自动对C源代码进行规范处理的软件的原代码,可以让你的源代码整齐规范-A C source code automatically to regulate the treatment of software source code, you can make your source code tidy norms
- 2023-02-09 03:10:04下载
- 积分:1
-
一套用vc写的源码,可以压缩和解压缩的解压缩文件,提供了ocx和dll两种格式可供调用...
一套用vc写的源码,可以压缩和解压缩的解压缩文件,提供了ocx和dll两种格式可供调用-vc write with a set of source code, can compress and decompress compressed documents, and provided a randomly dll both formats can be deployed
- 2022-05-07 00:32:36下载
- 积分:1
-
分散索引的虚拟文件系统
分散索引的虚拟文件系统-scattered Index Virtual File System
- 2022-12-05 17:30:03下载
- 积分: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
-
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。...
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。-Delete the specified directory specified suffix documents in support of custom, multi-suffix name.
- 2023-05-05 21:40:03下载
- 积分:1
-
通过调用文本,文件通过修改并输出希望对大家有用
通过调用文本,文件通过修改并输出希望对大家有用-By calling the text file and output by modifying the U.S. wishes to be useful
- 2022-06-13 01:20:50下载
- 积分:1
-
this upload sample
this upload sample-this upload sample................
- 2022-02-20 09:36:49下载
- 积分:1
-
VC++ Document batch class, you can access a volume directory file name format, s...
VC++的文件批处理的类,可以批量的获得某目录下的文件的名字大小类型格式等操作.-VC++ Document batch class, you can access a volume directory file name format, such as the size of the type of operation.
- 2022-08-15 07:38:16下载
- 积分:1