搜索资源列表
文件与复制合并
- 本程序从若干个原始文件合并成的文件中恢复出其中一个或全部原始文件。合并文件中先顺序存储各原始文件,然后顺序存储各原始文件的控制信息,即文件名,文件长度和在合并文件中的位置。-this program from a number of original documents into the document resume out one or all of the original documents. The merger docume
批量的复制文件
- 对很多数目的文件进行批量的复制,并有抱错。-right number of documents quantities of reproduction, and Bao Cu.
汇编-文件管理
- 文件管理系统,包括文件夹浏览,文件的复制,建立和删除功能-document management system, including folder browsing, document reproduction, establish and delete functions
汇编语言中的文件操作
- 我用汇编语言编写的程序 能够实现文件的复制删除读出显示等功能-I use assembly language programs written copies of files deleted read display function
文件操作
- 文件属性管理 直接运行FileAttr.exe。 文件的复制 运行FileCopy.exe后,选择源文件和目的文件。 汉字字模提取程序 运行GetFont.exe时,一定要将字库文件Hzk16拷贝到当前目录中。写字板 直接运行Word.exe。-file attributes directly run FileAttr.exe management. Paper copies of running FileCopy.exe, selec
文件的复制
- java编程实现文件的复制
汇编语言中的文件操作
- 我用汇编语言编写的程序 能够实现文件的复制删除读出显示等功能-I use assembly language programs written copies of files deleted read display function
文件操作
- 文件属性管理 直接运行FileAttr.exe。 文件的复制 运行FileCopy.exe后,选择源文件和目的文件。 汉字字模提取程序 运行GetFont.exe时,一定要将字库文件Hzk16拷贝到当前目录中。写字板 直接运行Word.exe。-file attributes directly run FileAttr.exe management. Paper copies of running FileCopy.exe, selec
windos
- 一个基本的文件管理器,可以进行文件的复制,移动,删除,加密,解密,目录建立,册除等 -a basic file manager, file a copy, move, delete, encryption, decryption, catalog, in addition to other volumes
文件与复制合并
- 本程序从若干个原始文件合并成的文件中恢复出其中一个或全部原始文件。合并文件中先顺序存储各原始文件,然后顺序存储各原始文件的控制信息,即文件名,文件长度和在合并文件中的位置。-this program from a number of original documents into the document resume out one or all of the original documents. The merger docume
批量的复制文件
- 对很多数目的文件进行批量的复制,并有抱错。-right number of documents quantities of reproduction, and Bao Cu.
汇编-文件管理
- 文件管理系统,包括文件夹浏览,文件的复制,建立和删除功能-document management system, including folder browsing, document reproduction, establish and delete functions
zz3
- 本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。具体要求如下: (1) 设计一个支持n个用户的文件系统,每个用户可拥有多个文件: (2) 采用二级或二级以上的多级文件目录管理; (3) 对文件应设置存去控制保护方式,如“只能执行”、“允许读”、“允许写等”; (4) 系统的外部特征应接近于真实系
OperateFile
- 可实现对文件的复制,粘贴,删除等操作,了解文件操作的实现原理-Can realize the document copy, paste, delete, etc. operations, file operations to understand the realization of the principle of
filecopy
- 程序运行后,分别提示输入源文件和目标文件路径名,然后进行磁盘文件的复制。复制完成后显示“文件复制完成”信息。若复制失败,则能给出“源文件不存在” 、“目标路径不存在” 、“目标文件已存在”等信息。-After the program runs, respectively, prompted, enter the source file and target file path name, and then copy the file t
FileCopyTimer
- 文件定时复制工具。 频度,原始文件位置,移动到的位置都可以通过ini文件进行配置。支持windows网络路径。-File Copy tool from time to time. Frequency, the original file location, move to the location can be configured through the ini file. Support windows network path
VBddxc
- VB断点拷贝大文件,支持2GB以下大文件的复制,可以中途退出。-VB breakpoints copying large files to support large file copy under 2GB, you can withdraw midway.
3
- 实现文件的复制,帮助理解Linux的编程环境-To achieve a copy of the file to help understand the Linux programming environment
copy
- 利用FileInputStream和FileOutputStream完成文件的复制,假设被复制的文件和当前类在同一个目录下,复制后的目的地可以自行指定(FileInputStream and FileOutputStream are used to complete the copy of the file. Assuming that the copied files and the current class are in the
1
- 文件的复制和追加。包括< stdio。h > # include < stdlib。h>#定义MAXLEN 80int main(void){file *fpSrc=NULL;文件* fpDst =零;char ch;char srcFilename[MAXLEN];char dstFilename[MAXLEN];printf("输入源文件名:”);scanf(“% s”,srcFilename);如