Welcome![Sign In][Sign Up]
Location:
Search - copyfile

Search list

[GUI Developcopyfile

Description: 一个复制文件的界面。需要在程序中加入复制的语句。-To copy a file interface. Need to join the copy statement in the program.
Platform: | Size: 6144 | Author: hjk | Hits:

[File OperateCopyFile

Description: 对文件进行拷贝,可以筛选后缀名,可以筛选文件夹名称-File copy, you can filter the extension, you can filter the folder name
Platform: | Size: 111616 | Author: 吴禹龙 | Hits:

[Linux-Unixc-copyFile

Description: linux操作系统下,c库函数实现文件操作之(2)-Linux operating system, C library functions file operations, (2)
Platform: | Size: 1024 | Author: matao | Hits:

[File OperateCopyFile

Description: 这是一个文件复制的源代码,通过这段代码,我们可以了解文件复制的基本过程-This is a file copy of the source code, and this code, we can understand the basic file copy process
Platform: | Size: 2247680 | Author: jubo | Hits:

[File OperateCopyFile

Description: MFC中文件操作:复制文件是显示进度,增强可观性。-MFC in file operations: copy files to show the progress of enhanced observability.
Platform: | Size: 13312 | Author: 王群 | Hits:

[Delphi VCLCopito

Description: copyfile source code simple example
Platform: | Size: 276480 | Author: calamarokosa2 | Hits:

[Process-ThreadCopyFile

Description: 多线程复制文件,多线程和复制文件的参考学习资料-Multi-threaded copying files, multi-threaded, and copy files reference learning materials
Platform: | Size: 26661888 | Author: 张正昱 | Hits:

[JSP/Javacopyfile

Description: JAVA程序,使用多线程操作,实现带进度条的文件拷贝功能。-JAVA program, the use of multi-threaded operation, to achieve with the progress of the file copy function.
Platform: | Size: 4096 | Author: carol | Hits:

[Consolecopyfile

Description: c++源码 实现窗口渐变进入和退出功能 文件的打开保存-C++ source code window ramp entry and exit functions Open the saved file
Platform: | Size: 12313600 | Author: fsaf | Hits:

[JSP/JavaCopyFile

Description: 拷贝文件,java实现对文件的复制功能(可以自己调整传输速度)-Copy a file, a Java implementation of file copy function
Platform: | Size: 1024 | Author: 熊海鹏 | Hits:

[Editorcopyfile

Description: Auxilia no entendimento de como o explorer funciona otimo para principiante da linguagem delphi
Platform: | Size: 8192 | Author: edsant10 | Hits:

[Othercopyfile

Description: 根据文件名最后一位单双数来拷贝文件到设定目录-According to the last one even-odd file name to copy files to the Settings menu
Platform: | Size: 3072 | Author: houhuan | Hits:

[File OperateCOPYFILE

Description: 一个MFC编写的文件拷贝程序,写的挺好的,你值得拥有。-A copy of the document prepared by MFC program, written in very good shape, you deserve to have.
Platform: | Size: 4118528 | Author: 郑贝 | Hits:

[Web ServerFileedit

Description: * FileUtil::createDir( a/1/2/3 ) 测试建立文件夹 建一个a/1/2/3文件夹 * FileUtil::createFile( b/1/2/3 ) 测试建立文件 在b/1/2/文件夹下面建一个3文件 * FileUtil::createFile( b/1/2/3.exe ) 测试建立文件 在b/1/2/文件夹下面建一个3.exe文件 * FileUtil::copyDir( b , d/e ) 测试复制文件夹 建立一个d/e文件夹,把b文件夹下的内容复制进去 * FileUtil::copyFile( b/1/2/3.exe , b/b/3.exe ) 测试复制文件 建立一个b/b文件夹,并把b/1/2文件夹中的3.exe文件复制进去 * FileUtil::moveDir( a/ , b/c ) 测试移动文件夹 建立一个b/c文件夹,并把a文件夹下的内容移动进去,并删除a文件夹 * FileUtil::moveFile( b/1/2/3.exe , b/d/3.exe ) 测试移动文件 建立一个b/d文件夹,并把b/1/2中的3.exe移动进去 * FileUtil::unlinkFile( b/d/3.exe ) 测试删除文件 删除b/d/3.exe文件 * FileUtil::unlinkDir( d ) 测试删除文件夹 删除d文件夹 */-* FileUtil :: createDir ( a/1/2/3 ) tests create folders to build a a/1/2/3 folder * FileUtil :: createFile ( b/1/2/3 ) tests to create documents in b/1/2/folder below to build a 3- file * FileUtil :: createFile ( b/1/2/3.exe ) tests to create documents in b/1/2/folder below to build a 3.exe file * FileUtil :: copyDir ( b , d/e ) test copy the folder to create a d/e folder , the contents of the b copied into a folder under * FileUtil :: copyFile ( b/1/2/3.exe , b/b/3.exe ) tested copying files to create a b/b folder, and the folder b/1/2 the files are copied into 3.exe * FileUtil :: moveDir ( a / , b/c ) Move Folder to create a test b/c folder and put the contents of a folder into the next move , and delete a folder * FileUtil :: moveFile ( b/1/2/3.exe , b/d/3.exe ) moving files to create a test b/d folder and put the 3 b/1/2 . exe move into * FileUtil :: unlinkFile ( b/d/3.exe ) tests deleted files deleted files b/d/3.exe * FileUtil :: unlinkDir ( d ) tests delete
Platform: | Size: 1024 | Author: jf988 | Hits:

[Internet-Networkcopyfile

Description: 使用IPC连接进行线程拷贝文件到远程机器.-Use IPC connection thread to copy files to the remote machine.
Platform: | Size: 665600 | Author: chenyingrui | Hits:

[Windows DevelopCOPYFILE-(1)

Description: VC++ MFC文件拷贝显示进度条,选择需要复制的文件、选择需要复制到的路径,开始复制文件时即可显示进度条,进度条上显示有数字百分比,适时显示复制进度。-VC++ MFC file copy progress bar is displayed, select the file you want to copy, select Copy to the path, you can display a progress bar when you start copying files, figures showed the percentage of the progress bar, time display copy progress.
Platform: | Size: 22528 | Author: 123456 | Hits:

[Linux-UnixCopyfile

Description: 模拟Linux的Shell中cp复制文件命令的功能,亲测1G以内文件可用. 带百分比进度显示,用法见文件说明。-a small copy file program. use like linux bash: cp source dest.
Platform: | Size: 1024 | Author: | Hits:

[CSharpcopyfile

Description: C#编写关于如果从一个文件复制到另一个文件的程序,方便使用一件复制功能-C# to write about if from one file to another program, easy to use a copy function
Platform: | Size: 54272 | Author: 刘泽 | Hits:

[Game Programjava-copyfile

Description: 一个用JAVA语言实现的传文件程序,希望对你有帮助-a program can transfer file by java,hope it s helpful
Platform: | Size: 5120 | Author: ldpreve | Hits:

[Windows DevelopCOPYFILE

Description: VC++ MFC文件拷贝显示进度条,选择需要复制的文件、选择需要复制到的路径,开始复制文件时即可显示进度条,进度条上显示有数字百分比,适时显示复制进度。-VC++ MFC file copy shows the progress bar, select files to be copied, the choice of paths need to be copied to the beginning, copying a file to display a progress bar, progress bar displayed on a digital display percentage, the replication schedule timely.
Platform: | Size: 22528 | Author: lpudn66 | Hits:
« 1 2 3 4 5 67 »

CodeBus www.codebus.net