资源列表
[文件操作] File-partition
说明:C++ Builder 环境下编写的一个小程序,用于对文件进行分割,方便初学者熟悉对文件的各种操作:打开、读写、分割、合并、关闭等-file partition<刘培顶> 在 2025-02-03 上传 | 大小:1kb | 下载:0
[文件操作] ResourceManagerExp01
说明:使用visual c++编译的windows资源管理器程序,实现了大部分资源管理器的功能,界面与原资源管理器很接近。-Use visual c++ to compile the Windows Explorer program, and most of the functionality of the Explorer, is very close to the interface with the original Explorer.<李杰> 在 2025-02-03 上传 | 大小:3.29mb | 下载:0
[文件操作] numCopyFile
说明:实现任意文件复制,并序列化命名。可以自定义开始编号和多遍数复制-Any file copying and serialization named. You can copy the self-defined start number and the number of times<douya> 在 2025-02-03 上传 | 大小:17kb | 下载:0
[文件操作] APIwenjian
说明:介绍了API函数进行文件的读写操作等功能-API functions for file read and write operations<雷鸣> 在 2025-02-03 上传 | 大小:37kb | 下载:0
[文件操作] File-System--
说明:图形化界面,支持文件创建,文件删除,文件重命名,文件复制,剪切和粘贴以,文件保护,文件查找,查看文件属性等操作,多用户系统。-Graphical interface, supporting documents, and create, delete file, file renaming, file copying, cutting and pasting to, protect documents, file search, chec<longer> 在 2025-02-03 上传 | 大小:3.22mb | 下载:0
[文件操作] file-system
说明:一个模拟的多用户多级目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。-A simulation of many users of multistage directory file system. By a specific file storage space, the management of the physical structure of fil<longer> 在 2025-02-03 上传 | 大小:1.15mb | 下载:0
[文件操作] mult-users-mult-dir-file-system
说明:功能: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用<longer> 在 2025-02-03 上传 | 大小:1.34mb | 下载:0