搜索资源列表
windos
- 一个基本的文件管理器,可以进行文件的复制,移动,删除,加密,解密,目录建立,册除等 -a basic file manager, file a copy, move, delete, encryption, decryption, catalog, in addition to other volumes
强大的语法编辑控件PfxEditCtrl
- 1、文本编辑 2、打印 3、可通过语法配置文件定制的语法高亮显示 4、自动换行 5、支持非等宽字体 6、列块选择/复制/删除/粘贴等列块方式编辑操作 7、支持UNICODE/UTF8/UNICODE BIG ENDIUM/ANSI文件的打开,编辑,转换。 8、支持拆份成双窗口并列编辑。-1, 2 text editor, print 3, through grammar customized configuration file syntax highlighter
文件与复制合并
- 本程序从若干个原始文件合并成的文件中恢复出其中一个或全部原始文件。合并文件中先顺序存储各原始文件,然后顺序存储各原始文件的控制信息,即文件名,文件长度和在合并文件中的位置。-this program from a number of original documents into the document resume out one or all of the original documents. The merger document storage of the first order
批量的复制文件
- 对很多数目的文件进行批量的复制,并有抱错。-right number of documents quantities of reproduction, and Bao Cu.
汇编-文件管理
- 文件管理系统,包括文件夹浏览,文件的复制,建立和删除功能-document management system, including folder browsing, document reproduction, establish and delete functions
Copy
- 实现文件的复制,本地主机或局域网都可以,大家不妨下着试下
copyFlie
- 一个简单的文件拷贝功能,能实现目录或文件的复制,学习用!
汇编语言中的文件操作
- 我用汇编语言编写的程序 能够实现文件的复制删除读出显示等功能-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, select the source and purpose of do
文件的复制
- java编程实现文件的复制
CopyFile-VB 可以快速复制文件的VB源码
- 可以快速复制文件的VB源码,做的不是很好。-Can quickly copy the file VB source code, do not very good.
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.
filecopy
- 程序运行后,分别提示输入源文件和目标文件路径名,然后进行磁盘文件的复制。复制完成后显示“文件复制完成”信息。若复制失败,则能给出“源文件不存在” 、“目标路径不存在” 、“目标文件已存在”等信息。-After the program runs, respectively, prompted, enter the source file and target file path name, and then copy the file to disk. Upon completion of cop
3
- 实现文件的复制,帮助理解Linux的编程环境-To achieve a copy of the file to help understand the Linux programming environment
OperateFile
- VC++ 实现文件的复制。VISUL C++ 6.0 编译通过。-VC++ implementation file copy.
os
- 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1
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 same directory, the destinatio
xcopy
- 用于文件的复制,不会出现黑框,打开该文本后只需要将xcopy后面的路径进行修改,注要用绝对路径,前面为文件路径,后面为要复制到目的路径,其他的根据自己的理解来修改,修改完成后可以先用cmd进行测试,不弹黑框,去除黑框,丢掉黑框!祝好运!(For a copy of the file, the black box does not appear to open the text after only need to modify the path behind xcopy, note to use
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);如果((fpSrc = fopen(srcFilename,“