-
文件查找,方便大家进行日常的文件搜索,大家请用
文件查找,方便大家进行日常的文件搜索,大家请用-search for documents to facilitate day-to-day document search, please use
- 2023-06-15 16:45:03下载
- 积分:1
-
一个vc+matlab混合编程的例程
一个vc+matlab混合编程的例程-a mixed vc+ Matlab programming routines
- 2022-02-28 18:32:46下载
- 积分:1
-
自己写的文件取反加密类,对于加密不是太严格的程序来说差不多足够了,主要是用于本地消息传输。
包括从文件读数据,写入加密数据,恢复加密数据。...
自己写的文件取反加密类,对于加密不是太严格的程序来说差不多足够了,主要是用于本地消息传输。
包括从文件读数据,写入加密数据,恢复加密数据。-Himself wrote the paper check category of anti-encryption, the encryption is not very strict procedures for nearly enough, mainly for the local message transfer. Including data from the document read, write encrypted data, the restoration of encrypted data.
- 2022-07-07 07:35:28下载
- 积分:1
-
INI文件控制,c写的,可以放到Linux/Wince的OS
INI文件控制,c写的,可以放到Linux/Wince的OS-INI file control, c write, you can put Linux/Wince of OS
- 2022-08-24 15:42:54下载
- 积分:1
-
代码检查Windows系统的页面文件的大小。
The code checks the size of pagefile in windows systems.
- 2022-11-04 17:20: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
-
cs_net文件系统编程的程序集,介绍各种文件的歌剧…
CS_NET文件系统编程程序集,介绍多种文件操作,简单容易-CS_NET File System Programming procedure sets, introduce a variety of file operations, simple and easy
- 2023-05-06 03:25:02下载
- 积分:1
-
soucre insight 配置文件。。。自已用的
soucre insight 配置文件。。。自已用的-soucre insight configuration file. . . Their own use. .
- 2023-06-23 18:20:03下载
- 积分:1
-
查看字库文件ttf的导出数据,包括单个表的导出,…
查看字库文件ttf的导出数据,包括单个表的导出,字形数据的导出。来自microsoft-View library of documents ttf derived data, including a single table is derived, font data is derived. From microsoft
- 2022-01-30 22:35:18下载
- 积分:1
-
PDF格式的压缩图像文件格式的电子书。
Ebook on Compressed Image File Formats in pdf format.
- 2022-08-07 21:43:12下载
- 积分:1