-
自删除不同的实现方法
资源描述在软件卸载,或其他高级用途中,需要用到删除自身(.EXE)文件的功能
- 2022-02-02 22:13:11下载
- 积分:1
-
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。...
在指定目录内删除指定的后缀文件,支持自定义,多种后缀名。-Delete the specified directory specified suffix documents in support of custom, multi-suffix name.
- 2023-05-05 21:40:03下载
- 积分:1
-
DOS下修改文件属性,Windows下同样可以使用。
DOS下修改文件属性,Windows下同样可以使用。-DOS modify file attributes, Windows can use the same.
- 2022-01-22 02:05:38下载
- 积分:1
-
分析PE可执行文件,可以查看任意exe文件的DLL连接使用…
分析PE可执行文件,并可查看任意EXE文件所使用的DLL文件及包函的
涵数名或序数号,初学者程序打包时可以查看需要的DLL文件-analysis PE executable files and can check arbitrary EXE file used by the DLL files and 9.1.2 of the culvert, or several ordinal number, beginners process can be wrapped up View of DLL files
- 2022-06-11 20:50:29下载
- 积分:1
-
Ini文件的读取类
支持读取windows ini配置文件的读取和写入
Ini文件的读取类
支持读取windows ini配置文件的读取和写入-Ini document reader category of support read windows ini configuration file read and write
- 2022-02-12 22:55:54下载
- 积分: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
-
vc++开发的xml解析程序源代码有利于学习vc++好的程序
vc++开发的xml解析程序源代码有利于学习vc++好的程序-vc++ development xml parser source code conducive to learning vc++ good procedures
- 2022-09-12 22:05:05下载
- 积分: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
-
一个小型的ELF文件分析器,使用vc编写,是一个理解ELF文件格式的好工具....
一个小型的ELF文件分析器,使用vc编写,是一个理解ELF文件格式的好工具.-a small ELF document analyzer, using vc preparation, ELF is an understandable format good tool.
- 2022-07-09 03:36:21下载
- 积分:1
-
1支持JUBB(类似UBB) 2留言数据的合法性检测,如EMAIL,主页地址 3支持繁体字符的输入 4出错页面美化 初始管理密码为:redhat...
1支持JUBB(类似UBB) 2留言数据的合法性检测,如EMAIL,主页地址 3支持繁体字符的输入 4出错页面美化 初始管理密码为:redhat -a support JUBB (similar UBB) two messages testing the legality of data, such as e-mail, home address three characters in the traditional support of the importation of four pages landscaping mistakes initial management of passwords : redhat
- 2022-10-19 10:15:03下载
- 积分:1