-
是一个用JAVA写的能让你的JAVA程序读如EXCEL文件的类,很好用的,只要调用这个类,就可以解决JAVA本身没有读写EXCEL文件的难题!...
是一个用JAVA写的能让你的JAVA程序读如EXCEL文件的类,很好用的,只要调用这个类,就可以解决JAVA本身没有读写EXCEL文件的难题!-Java is used to write one of you can read the Java procedures such as Excel document categories, the good, as long as the category called on the Java itself can be solved without literacy problems Excel documents!
- 2022-04-15 03:35:50下载
- 积分:1
-
arm嵌入式平台下保存avi文件的代码
q嵌入式平台下保存avi格式的代码,简单明了。
使用了ffmpeg库,源码在arm交叉编译环境下编译通过,适合arm v7架构直接使用。
- 2022-01-26 03:03:57下载
- 积分:1
-
6tunnel功能添加
6tunnel功能添加
-6tunnel functionality addition
- 2022-07-16 15:18:34下载
- 积分:1
-
将RGB565格式的位图转换为C语言的代码
将RGB565格式的位图转换为C语言的代码-to RGB565 format bitmap conversion to the C language code
- 2023-06-06 02:00:04下载
- 积分:1
-
This program checks a folder and copies the specified files to another folder....
This program checks a folder and copies the specified files to another folder.
During this course it writes a log file
- 2023-06-26 21:00:03下载
- 积分:1
-
我自己写的文件列表程序,可以将一个目录下的文件名列表输出到一个文本文件中。...
我自己写的文件列表程序,可以将一个目录下的文件名列表输出到一个文本文件中。-my own list of documents written procedures can be a directory under the file name to a list of the output text file.
- 2022-06-18 23:08:29下载
- 积分:1
-
在DOS系统下的多任务列队处理C语言源程序。
在DOS系统下的多任务列队处理C语言源程序。-DOS system in the multi-task processing parade C language source code.
- 2022-12-04 04:35:03下载
- 积分:1
-
快速的CRC32实现,使用非常方便(只需一个函数)
快速的CRC32实现,使用非常方便(只需一个函数)-fast CRC32-achieving, very convenient to use (only one function)
- 2023-09-03 13: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
-
disk belonging to a scheduling algorithm is an extremely important algorithm, th...
属于磁盘调度算法的一种,是一个极其重要的算法,在操作系统中占有很重要的地位-disk belonging to a scheduling algorithm is an extremely important algorithm, the operating system occupies a very important position
- 2023-07-21 13:30:03下载
- 积分:1