-
编程时发现,网上下的许多代码文件开头的几个都不是所需要的代码,因此就写了个简单的除去一个文件每行开始的几个字符的程序,最近发现每次要选文件的路径不方便,改用直接...
编程时发现,网上下的许多代码文件开头的几个都不是所需要的代码,因此就写了个简单的除去一个文件每行开始的几个字符的程序,最近发现每次要选文件的路径不方便,改用直接拖东文件更方便
-discard the first byte from a source file,this new editon,you can drap source file and not to select source file s path
- 2022-03-22 17:13:29下载
- 积分:1
-
一个D++编辑器,听说是一个14岁的老外写的,代码还不错,有兴趣的朋友可以拿去研究一下。...
一个D++编辑器,听说是一个14岁的老外写的,代码还不错,有兴趣的朋友可以拿去研究一下。-A D++ Editor, heard of a 14-year-old foreigner written code is also good friends who are interested can look away.
- 2022-10-13 15:10:03下载
- 积分:1
-
创建一个大文件,不过预先要在指定的目录路下创建一个文件...
创建一个大文件,不过预先要在指定的目录路下创建一个文件-create a large file, but prior to the specified directory under way to create a document
- 2022-03-21 17:46:49下载
- 积分:1
-
~Eliminating Explorer s delay when deleting an in
~Eliminating Explorer s delay when deleting an in-use file
- 2023-06-24 23:30:03下载
- 积分:1
-
This what extract the MS word file to plain text file. But, It just demo
This what extract the MS word file to plain text file. But, It just demo-This is what extract the MS word file to plain text file. But, It just demo
- 2022-01-26 02:44:12下载
- 积分:1
-
vb写的文件浏览器,可以与WINDOWS的相比哦。 更多源码请到http://yxbasic.51.net下载...
vb写的文件浏览器,可以与WINDOWS的相比哦。 更多源码请到http://yxbasic.51.net下载-vb write the file browser, can be compared with the Windows oh. More source code downloaded free http://yxbasic.51.net
- 2022-07-20 11:42:05下载
- 积分:1
-
这是一个在后台读取闪盘里所有东西的小软件。只要闪盘一插上,所有的内容都会被拷走。...
这是一个在后台读取闪盘里所有东西的小软件。只要闪盘一插上,所有的内容都会被拷走。-This is a flash in the background to read all the things a small software. As long as the flash plug in one, all the content will be copy away.
- 2023-05-09 21:15:03下载
- 积分:1
-
使用FileReader和FileWriter类,采用字符文件访问方式操作文件
使用FileReader和FileWriter类,采用字符文件访问方式操作文件-FileReader and FileWriter use category, the use of characters in a document file access operations
- 2022-11-17 12:05:04下载
- 积分:1
-
安装能实现自删除的程序
安装能实现自删除的程序-installation can be achieved since the deletion of procedures
- 2022-01-26 08:07:58下载
- 积分:1
-
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文...
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并与分解函数,合并文件后的文件中各子文件顺序存放-document merging algorithm to the original document as a unified binary files were read, followed by the introduction of a new binary file, so it completed the merger operation; Contrarians can separate document ... their first definition of a common document, for instance, the following format : Name length (4 bytes), file name, file size (4 bytes), the contents of the file. Then a new document, you will be included in the document were included (as binary files). As for the reduction yet, dialer after the merger documents, to be followed by the following process Reduction Document : Reading into the file name length, according to the length of availability of documents, and read into the length of documents, accord
- 2022-09-07 18:55:02下载
- 积分:1