资源列表
[文件操作] 文件的~1
说明:文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并<> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[文件操作] html2word-2003-04-28.tar
说明:html2word is a class which is used to parse files or html pages. by using this class you can get a list of words which are used in the page and number of them.<吕宗霖> 在 2025-06-08 上传 | 大小:3kb | 下载:0
[文件操作] 考试成绩分析系统V1.1
说明:用于考试成绩分析系统,数据处理文件为Excel,可以从学校教务处网站上拷贝成绩到Excel中,加载,处理即可,同时可以进行分数的技术调整-examination results for analysis system, data processing documents for Excel, from the office of the school site copy results to Excel, loading, handling can and can be scores of te<王> 在 2025-06-08 上传 | 大小:442kb | 下载:0
[文件操作] jsp文件管理
说明:使用main.jsp?id=就可以看到文件列表 仅做交流使用,用做商业用途,请保留此说明。 文件管理可以更改,删除文件,修改文件内容,修改文件名。-use id = main.jsp can see the list of files used only in exchanges, used to make commercial use, please retain this note. Document management can change, and delete files, modi<成军> 在 2025-06-08 上传 | 大小:17kb | 下载:0
[文件操作] 垃圾文件清除器源代码
说明:一个系统整理程序,虽然功能不是很全面,但是速度却比windows系统整理要快的多。这个程序拥有双重 功能。是一个不错的选择-a systematic collation of proceedings, although functionality is not very comprehensive, but still better than the Windows system to collate much faster. This process has a double function<刘跃红> 在 2025-06-08 上传 | 大小:16kb | 下载:0