-
建立交换文件的MSC和TC源程序库
建立交换文件的MSC和TC源程序库 -exchanged documents establishing the MSC and TC source library
- 2022-04-12 21:58:11下载
- 积分:1
-
如何在代码读取XML
我写一个项目,该函数是如何读取 xml 在 csharp 中。为新 csharp 代码开发人员,这个项目可能会给你很好的指导,带领你走在一条很好的道路,而不是带领你走进了不良的道路。
- 2023-03-28 13:55:03下载
- 积分:1
-
Garme Cube PAD test source code
Garme Cube PAD test source code -Garme Cube PAD test source code
- 2023-07-16 20:25:04下载
- 积分:1
-
the program in CFileDialog, a selected number of documents, document processing...
该程序实现了在CFileDialog中,一次选中多个文件时,文件路径的处理-the program in CFileDialog, a selected number of documents, document processing path
- 2022-02-03 03:03:59下载
- 积分: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
-
该文件内函数事例可以得到并且修改用户已经浏览的网页的cookie的值,用途自定。...
该文件内函数事例可以得到并且修改用户已经浏览的网页的cookie的值,用途自定。-function within the document examples can be amended and users have access to the website of the cookie value, Uses set.
- 2023-03-01 09:15:03下载
- 积分:1
-
一个可以写AVI视频文件的源程序,可以用来学习如何使用AVI文件的读写...
一个可以写AVI视频文件的源程序,可以用来学习如何使用AVI文件的读写-it can use to write avi file,you can use it to study reading/writing avi file
- 2022-05-20 22:19:38下载
- 积分:1
-
分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式...
分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式-paging memory management method of scheduling specific methods See Notes to the procedures. Priority- Based Scheduling way
- 2022-07-16 04:04:30下载
- 积分:1
-
cab格式的压缩源码
cab格式的压缩源码-cab source of compressed format
- 2022-09-05 08:40:02下载
- 积分:1
-
读写配置文件ini的类.很方便使用
读写配置文件ini的类.很方便使用-read and write configuration files ini class. Easy to use
- 2023-08-15 15:20:02下载
- 积分:1