-
数字频率计
数字频率计
- 2022-03-21 01:04:13下载
- 积分:1
-
Find files on drives FAST using wildcards within search criteria. Easy and fully...
Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it. 使用通配符查询文件- Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it.
find files by wildcard
- 2022-03-13 01:13:00下载
- 积分:1
-
window handle through the implementation of File Name
通过窗口句柄得到执行文件名 -window handle through the implementation of File Name
- 2022-02-14 04:22:56下载
- 积分:1
-
WinCE下文件系统编程,在WinCE平台下创建文件。
WinCE下文件系统编程,在WinCE平台下创建文件。-under WinCE file system programming, the WinCE platform document creation.
- 2022-12-28 04:25:03下载
- 积分:1
-
本程序实现的功能主要以块方式对文件进行复制拷贝,然后读取文件中数据把块作为
缓冲通过串口发送数据。具体程序见界面上三个按纽的响应函数...
本程序实现的功能主要以块方式对文件进行复制拷贝,然后读取文件中数据把块作为
缓冲通过串口发送数据。具体程序见界面上三个按纽的响应函数-the program"s main function right way to block copying of documents. Then read data include documents as a block buffer data sent through the serial port. See specific procedures three button interface response function
- 2022-03-13 17:43:28下载
- 积分:1
-
一个用文件流实现对文本的颜色、字体、字体大小等属性存取的程序。...
一个用文件流实现对文本的颜色、字体、字体大小等属性存取的程序。-a document with the flow of the text color, typeface, font size attributes such as access to the procedure.
- 2022-12-05 22:20:03下载
- 积分:1
-
VC完整应用程序代码本代码实现利用FCI/FDI库进行文件压缩
VC完整应用程序代码本代码实现利用FCI/FDI库进行文件压缩-VC integrity of the application code using code to achieve FCI/FDI library file compression
- 2023-04-20 02:50:03下载
- 积分:1
-
Examples of reading and writing files. Will be more files Cypriot files into a f...
读写文件的例子。将多个文件塞到一个文件中进行读写
- 2022-07-23 19:59:08下载
- 积分: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
-
WINDOWS操作系统可执行文件加密器,
WINDOWS操作系统可执行文件加密器,-Windows operating system executable file encryption device.
- 2022-08-17 18:57:46下载
- 积分:1