-
激光雷达LAS文件读取
激光雷达LAS文件读取 可以实现LAS1.0的读取,为下一步进一步处理点云做准备
- 2022-08-22 05:23:59下载
- 积分:1
-
自编写的一个清除指定目录的程序;我常用它来在windows启动时,删除临时目录的文件;...
自编写的一个清除指定目录的程序;我常用它来在windows启动时,删除临时目录的文件;-since the preparation of a list of designated clearing procedures; I used it to launch the windows, remove the temporary directory;
- 2022-06-29 05:31:32下载
- 积分:1
-
该程序实现了对读取多个文件的文件路径的处理,将选中的多个文件路径显示在列表中,还实现了对某个文件夹的选择,并可将选中文件夹的路径显示在列表中...
该程序实现了对读取多个文件的文件路径的处理,将选中的多个文件路径显示在列表中,还实现了对某个文件夹的选择,并可将选中文件夹的路径显示在列表中-the program achieved a number of documents to read in the paper path, it will select a number of file path displayed in lists, but also to achieve a certain folder options could be selected folder path displayed in lists
- 2023-05-04 10:30:04下载
- 积分: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
-
用 ADO 访问有密码的 Access 数据库
用 ADO 访问有密码的 Access 数据库-visit to the Access database password
- 2022-03-20 16:36:37下载
- 积分:1
-
document search, multi
文件查找,多先程,多层目录查找,等等,主要是用来清除DEBUG和REALEASE的文件-document search, multi-first, multi-layered directory search, etc., It is mainly used to remove DEBUG and the paper REALEASE
- 2023-08-01 05:05:04下载
- 积分: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
-
基于FPGA的数字时钟clock.vhd
应用背景digita_clock_clock.vhd_on_fpga _digita_clock_clock.vhd_on_fpga _关键技术fpga_appication_with_vhdl_sample_program_fpga_appication_with_vhdl_sample_program_
- 2022-03-17 21:17:39下载
- 积分:1
-
以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板Array来代替C++预定义的数组类型。...
以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板Array来代替C++预定义的数组类型。-to a small company personnel information system. use the base class pointer array to handle different types of derived objects, thereby realizing Rafah called polymorphism. Dynamic Array array class template to replace the C array of predefined types.
- 2022-01-26 08:14:38下载
- 积分:1
-
with VB.NET development of the Serial procedures
用VB.NET开发的串口程序-with VB.NET development of the Serial procedures
- 2023-07-08 06:40:03下载
- 积分:1