资源列表
[文件操作] ckcswj
说明: 这套源码包比较全,包括开发文档-文件拆包协议以及所使用的控件COMDRV32 -The relatively complete source packages, including the development of the document- the file unpacking agreement and the use of control COMDRV32<kkbeibei123> 在 2025-06-21 上传 | 大小:639kb | 下载:0
[文件操作] length-varible-record-file-library
说明:代码实现的是一个可变长记录文件的类库,用于通过调用相应的API,可以往文件里加入长度不限的记录,功能类似一个简单的数据库。同时这个是一个数据库的课程设计-this code is writed to implemented a library for length-variable record file system and also a solution for curricular design of data structure<luodequan> 在 2025-06-21 上传 | 大小:14kb | 下载:0
[文件操作] filenamefilter
说明:一个能够自动索引当前目录下所有文件名称的小工具,包含子目录。-filenamefilter<RichLi> 在 2025-06-21 上传 | 大小:20kb | 下载:0
[文件操作] FileStore
说明:用于分档的分割与合并。原理是用目标文件所在的目录相加得到的ascii码值的和做为种子获得随机数,然后用得到的随机数列模2得到0或1,然后分别向两个文件写入,以实现简单的加密功能(当然种子的获取方法和分割的文件数都是可以改的,只要模的值不同即可)。文件合并功能正好相反,是读取两个文件后还原出原来的文件-For the sub-file division and consolidation. The principle is to use the directory where the target<stefnull> 在 2025-06-21 上传 | 大小:31kb | 下载:0