-
用vc开发,将AVI文件中的 视频数据进行分割,得到视频数据,这对数据解压非常有用...
用vc开发,将AVI文件中的 视频数据进行分割,得到视频数据,这对数据解压非常有用-it can split avi file data to many blocks,it s useful to compression.
- 2022-01-25 16:18:19下载
- 积分:1
-
netty-springmvc整合netty和springmvc
netty-springmvc整合netty和springmvc 框架,提高开发效率
- 2022-01-28 07:42:24下载
- 积分:1
-
通过读取DXF文件中的BOM表获得材料的详细信息
通过读取DXF文件中的BOM表获得材料的详细信息-DXF file reader through the material BOM access detailed information
- 2022-01-25 20:58:13下载
- 积分:1
-
simple text processing
简单的文本处理程序-simple text processing
- 2022-03-06 15:25:18下载
- 积分:1
-
能够比较文件与文件夹,大小及内容等属性进行比较
能够比较文件与文件夹,大小及内容等属性进行比较-to compare files and file folders, size and content attributes comparison
- 2022-02-18 14:00:51下载
- 积分: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
-
本程序可根据用户指定的数据库自动生成WinWord 格式(因此用户必须首先安装Word 2000)的数据库数据字典。 (1) 自动生成数据库数据字典(2) Wo...
本程序可根据用户指定的数据库自动生成WinWord 格式(因此用户必须首先安装Word 2000)的数据库数据字典。 (1) 自动生成数据库数据字典(2) Word2000格式(3) 支持Access,SQLServer,Sybase,Oracle,MySQL,DB2.(4) 使用方便-procedures under the user-specific database automatically generate Word format (users must first install Word 2000) database data dictionary. (1) Automatic generation database data dictionary (2) format Word2000 (3) Support Access, SQL Server, Sybase, Oracle, MySQL, DB2. (4) easy to use
- 2022-06-12 05:50:40下载
- 积分:1
-
交通流仿真
交通流仿真
- 2022-04-29 09:50:22下载
- 积分:1
-
本下载演示应用程序只能下载一个目录内的文件。我..
This download demo application can only download the files within a directory. If you have more than one directory that needs to be downloaded, you need to modify the source code to download files from sub-directories. You can also run multiple instances of this application to get files from sub-directories as well.
History
- 2022-10-16 05:35:03下载
- 积分:1
-
literacy ini file type, which can be used to read and write ini file,
读写ini文件类,可以用于读写ini文件,-literacy ini file type, which can be used to read and write ini file,
- 2022-03-23 12:15:57下载
- 积分:1