-
这是用Delphi7在windows下开发的“搜索目录”小程序。软件大小为:(400KB)...
这是用Delphi7在windows下开发的“搜索目录”小程序。软件大小为:(400KB)-This is the windows with Delphi7 developed under "Search Directory" small programs. Software Size : (400KB)
- 2022-08-18 03:04:44下载
- 积分: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
-
The importation of a certain period of a day, this is the one to judge the first...
输入某年某月某日,判断这一天是这一年的第几天?-The importation of a certain period of a day, this is the one to judge the first few days this year?
- 2022-01-21 02:34:23下载
- 积分:1
-
文件切割器,可以切割任意格式的文件,在将小文件组合起来...
文件切割器,可以切割任意格式的文件,在将小文件组合起来-paper cutter, cutting arbitrary document format, in small paper combination
- 2022-04-10 14:58:34下载
- 积分:1
-
its very important file
y have to read this
akj
its very important file
y have to read this
akj
- 2022-04-12 14:28:00下载
- 积分:1
-
Spatial data files, data format conversion shp files into OGC specifications wkt...
空间数据文件,数据格式的转换shp文件转换成OGC规范的wkt数据格式-Spatial data files, data format conversion shp files into OGC specifications wkt data format
- 2022-04-17 07:57:56下载
- 积分:1
-
一个可以统计指定目录下所有文件字节数的程序
一个可以统计指定目录下所有文件字节数的程序-statistics can be designated a directory of all documents byte of the process
- 2022-03-18 00:31:48下载
- 积分:1
-
email VC.NET source code, I use a very good shape;
发送电子邮件VC++.NET实现源码,本人用了,挺好的-email VC.NET source code, I use a very good shape;
- 2022-05-17 07:18:37下载
- 积分:1
-
企业员工管理系统
下面是 “员工请假登记” 这一项的源代码:
Option Explicit
"窗口与消息API声明
Private Declare Function SetTimer Lib "user32.dll" (ByVal hwnd As Long, _
ByVal nIDEvent As Long, ByVal uElapse As Long, _
ByVal lpTimerFunc As Long) As Long
Private Declare Function KillTimer Lib "user32.dll" (ByVal hwnd As Long, _
ByVal nIDEvent As Long) As Long
Public Declare Function FindWindow Li
- 2022-07-04 08:41:33下载
- 积分:1
-
要写的文件,该文件将被读出确定形成列表,根据吨。
对文件的读写操作,将文件读出形成行链表,根据文件的信息进行解析,修改文件内容-to write the document, the document will be read out OK formed List, According to the information, analyze, and revise the contents of the documents
- 2023-03-09 02:45:04下载
- 积分:1