-
这是一个文件监控程序,可以在应用层级别对指定目录下的文件操作进行监控,包括修改删除新建重命名等,并且可以指定文件的类型,以进行细粒度控制...
这是一个文件监控程序,可以在应用层级别对指定目录下的文件操作进行监控,包括修改删除新建重命名等,并且可以指定文件的类型,以进行细粒度控制-This is a document control procedures, the application layer level to the designated directory file operations to monitor, the new amendments include the deletion rename, and can specify the type of document, for fine-grained control
- 2022-12-19 05:45:03下载
- 积分:1
-
说明了如何从资源文件中释放出自己的文件。
工程首先需要一个testdll.dll,其中只有一个函数test(),表明工程是否正确加载了该dll。然后运行后点...
说明了如何从资源文件中释放出自己的文件。
工程首先需要一个testdll.dll,其中只有一个函数test(),表明工程是否正确加载了该dll。然后运行后点击按钮释放出testdll2.dll,替换原先的testdll.dll,仍旧可以正常运行。-of how the resources released from the documents themselves in the paper. First projects need a testdll.dll, of which only one function test (). indicate whether the correct loading of the dll. Then run after it released testdll2.dll button, replacement of the original testdll.dll, remains normal operation.
- 2022-02-02 20:06:47下载
- 积分:1
-
读ms word文件并以文本方式打印出来
读ms word文件并以文本方式打印出来-Reading ms word document and print out the text
- 2023-04-10 05:55:08下载
- 积分:1
-
that file describe openGl and specifications of it
that file describe openGl and specifications of it -that file describe openGl and specifications of it
- 2023-01-08 11:25:02下载
- 积分: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
-
原始数据划分为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
-
WIN32 SDK文件流函数操作实例代码
WIN32 SDK文件流函数操作实例代码-Win32 SDK documentation flow function operation code examples
- 2022-01-28 12:31:27下载
- 积分:1
-
此程序实现文件管理,模拟os中的文件管理,可实现文件的创建,访问,删除等功能!...
此程序实现文件管理,模拟os中的文件管理,可实现文件的创建,访问,删除等功能!-this program document management, simulation os of document management, document can be realized in the creation, access, and delete functions!
- 2022-03-31 18:35:41下载
- 积分:1
-
台达变频器串口通讯控制程序,包括启动、停止、调速等常用命令。
台达变频器串口通讯控制程序,包括启动、停止、调速等常用命令。-Delta converter serial communication control procedures, including start, stop, speed control, such as commonly used commands.
- 2022-01-31 07:49:32下载
- 积分:1
-
Examples of reading and writing files. Will be more files Cypriot files into a f...
读写文件的例子。将多个文件塞到一个文件中进行读写
- 2022-07-23 19:59:08下载
- 积分:1