-
Packaging, a recorded log function reusable imitate Log4j development tools VC
封装了 记录日志的功能 可重用
模仿Log4j
开发工具 VC-Packaging, a recorded log function reusable imitate Log4j development tools VC
- 2022-08-24 15:11:37下载
- 积分:1
-
vc preserved ini file format for text, and to read ini format text, lucid
vc中保存文件为ini格式文本,以及读取ini格式的文本,清晰易懂-vc preserved ini file format for text, and to read ini format text, lucid
- 2022-10-31 20:00:03下载
- 积分:1
-
Is to download a simple procedure, enter the URL can be downloaded directly on y...
是下载的一个简单的程序,输入网址就直接就可以下载啦-Is to download a simple procedure, enter the URL can be downloaded directly on you
- 2023-06-23 01:00:04下载
- 积分:1
-
文件快车1(227KB)<END>
文件快车1(227KB)-a document Express (227KB) lt; ENDgt;
- 2022-08-12 08:09:56下载
- 积分:1
-
国外的一个比较有名气的文本编辑器kupu 1.2.1
国外的一个比较有名气的文本编辑器kupu 1.2.1-abroad a famous text editor Kupu 1.2.1
- 2023-06-06 18:35:04下载
- 积分:1
-
这是你能找到的最好的文件
this the best file ever you can find-this is the best file ever you can find
- 2023-01-19 07:10:03下载
- 积分:1
-
VC7到VC6工程的转换工具 VC7到VC6工程的转换工具
VC7到VC6工程的转换工具 VC7到VC6工程的转换工具-Vc7 to VC6 project Vc7 conversion tools to convert VC6 project tools
- 2022-04-15 04:04:53下载
- 积分:1
-
动网格程序编辑
在应用fluent6.3进行模拟时,可以参考本教程,学习相关模型的特殊设置方法,从而顺利进行自己模型的求解。
- 2022-03-06 23:29:26下载
- 积分: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
-
原始数据划分为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