搜索资源列表
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.
Copy
- 实现文件的复制,本地主机或局域网都可以,大家不妨下着试下
copyFlie
- 一个简单的文件拷贝功能,能实现目录或文件的复制,学习用!
OperateFile
- 可实现对文件的复制,粘贴,删除等操作,了解文件操作的实现原理
vbpcopy
- 一个例子,也是一个实用的小工具 选择一个VB的工程文件VBP,然后选择一个目的目录,按下“COPY” 所有和这个VB工程相关的文件就会被选择出来(包括FRM、FRX、BAS) 拷贝到目的目录下,很有用。 例中涉及了很多知识: 文件的复制 读取注册表信息 字符串的查找替换等
VBcaidan
- 菜单编辑实例,可以实现文本文件的复制,剪切,粘贴,文字的字体设置等功能。
文件操作
- 文件属性管理 直接运行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
操作系统实习
- 在linux下实现文件的复制功能 对高校操作系统实习的非常有用-in achieving document reproduction function of the college internship operating system very useful
文件的复制
- 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
OperateFile
- VC++ 实现文件的复制。VISUL C++ 6.0 编译通过。-VC++ implementation file copy.
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,“