搜索资源列表
W2kSqlextendedproc
- BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\\boot.ini ) --删除文件Select dbo.FileDelete( C:\\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\\Test\\test ,1) --文件复制Select dbo.FileCopy( C:\\boot.ini , c
filecopy
- 估算程序复制时间-copy estimated time
FileCopy-
- vc 做的文件文件拷贝以及try/catch示例程序,-vc do document copy and try / catch sample program,
filecopy
- 本程序包含客户端和服务器端,实现两台机器之间文件的传输
FileCopy
- 本文件是一个实现文件复制器的源代码,用c++编写
FileCopy
- 用 VB实现 复制功能 源码 自己仔细看就会明白
FileCopy
- 一个文件复制的小程序,适合windows文件操作的初学者
FileCopy
- 多线程技术copy文件到USB盘,首先要找到USB盘符-Multi-threading technology copy files to the USB disk, first of all to find a USB drive
FileCopy
- filte copy程序,能实现进度条的显示功能-filte copy procedures, to achieve progress bar display function
filecopy
- 可以拷贝一个文件中的所有内容到另外一个目录下的空白文件,实现FILECOPY。-Can copy a file of all the contents to another directory, blank documents, realize FILECOPY.
FileCopy
- 对目录文件进行拷贝,适合初学者学习!网上总结整理的源码-Copy of the directory files, suitable for beginners to learn! Organize online summary of the source
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
FileCopy
- Visual Studio下用C#实现文件的复制-Visual Studio using C# to achieve the next copy of the file
FileCopy
- 一个复制文件的小程序,适合.net初学者-filecopy
FileCopy-MultiThread
- 使用多线程实现文件的复制,使用VC环境开发的。-Achieved using multi-threaded file copy, using VC++ developers.
filecopy
- 利用vc6.0开发的文件夹复制功能。在做升级产品时,可以先讲升级文件下载,再利用文件夹复制功能,覆盖原文件,达到覆盖升级的目的-Developed using vc6.0 folder replication. Doing upgrade, you can talk about download upgrade file, then use the folder replication, covering the original document, to cover the purpose o
FileCopy
- FileCopy。文件拷贝,简单的文件拷贝,用vc++做的-FileCopy. File copy, simple file copy, using vc++ to do
FileCopy
- 文件复制功能 fileFrom为要复制的文件路径及文件名,fileTo为复制的目标地址-File copy function to copy the file fileFrom the path and file name, fileTo destination address for the replication
fileCopy
- This C program file copies the file byte by byte. Good for low processing system, to improve the reliability*. * The reliability is also affected by other programs and services being executed on this system