CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 复制

搜索资源列表

  1. Filebatch

    0下载:
  2. 本程序主要实现了新建文件、复制、移动、删除、解压缩及分割/合并文件等功能。-This program achieved a major new file, copy, move, delete, extract and split/merge files and other functions.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:586116
    • 提供者:fenger520
  1. 3

    0下载:
  2. 实现文件的复制,帮助理解Linux的编程环境-To achieve a copy of the file to help understand the Linux programming environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1359
    • 提供者:lili
  1. copyfile

    0下载:
  2. 一个复制文件时调用系统进度的源码,使用系统的进度条。-Copy the file called the system a source of progress, a progress bar using the system.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:678
    • 提供者:清水
  1. fileoperating

    0下载:
  2. 图形化界面,支持文件创建,文件删除,文件重命名,文件复制,剪切和粘贴以,文件保护,文件查找,查看文件属性等操作,多用户系统。-Graphical interface, support file creation, file deletion, file rename, file copy, cut and paste with, file protection, file search, view file properties and other operations, multi-user
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3720593
    • 提供者:mengla
  1. FileSystem

    0下载:
  2. 管理文件,系统的外部特征接近于真实系统,可建立文件、打开文件、关闭文件、删除文件、读文件、写文件、复制文件、查询目录-Manage files
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:309397
    • 提供者:yaya
  1. CopyFolder

    0下载:
  2. 自动复制文件夹,定时执行复制操作(Timer)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:26509
    • 提供者:123456
  1. pdfhelper

    0下载:
  2. 工作中遇到的问题,将原PDF文件加密,使得只能查看,不能复制和打印该文件-The problems encountered at work, the original PDF file encryption, making only view, copy and print the file can not be
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1812664
    • 提供者:李泽俊
  1. OperateFile

    0下载:
  2. VC++ 实现文件的复制。VISUL C++ 6.0 编译通过。-VC++ implementation file copy.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1863154
    • 提供者:red
  1. Fu_i

    0下载:
  2. 在Visual C++环境下,基于对话框的小程序,用来有条件的复制文件。-In Visual C++ environment, a small program based on the dialog box, copy the file to conditional.
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1946278
    • 提供者:晴天
  1. BatchMake

    0下载:
  2. VC++批处理编译程序。在软件开始过程中,经常需要根据不同的用户要求生成不同的软件版本。这些版本可以根据宏定义和界面图片的不同进行重新编译来完成。软件更新后,每次编译都要修改这些信息是很枯燥的事情。此软件可以减少这些麻烦。软件具有复制文件、修改文件内容、启动程序、执行程序等内容。-VC++ batch making.
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:100203
    • 提供者:垅上行
  1. ccKeilVxx

    0下载:
  2. 复制ccKeilVxx.exe文件到c:\keil\c51\bin\下面并运行,以修正0xFD BUG.修正keil C51液晶驱动字符bug补丁-Copy ccKeilVxx.exe file to c: \ keil \ c51 \ bin \ and run the following to correct 0xFD BUG. Amendment keil C51 character LCD driver bug fixes
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-23
    • 文件大小:10571
    • 提供者:
  1. FileCopy

    0下载:
  2. 文件复制功能 fileFrom为要复制的文件路径及文件名,fileTo为复制的目标地址-File copy function to copy the file fileFrom the path and file name, fileTo destination address for the replication
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:604
    • 提供者:闫辰云
  1. Document

    0下载:
  2. 实现文件复制 打开 删除 类似于 上传东西的时候点击浏览是的效果-实现文件复制 打开 删除 类似于 上传东西的时候点击浏览是的效果
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:4250
    • 提供者:sdfsf
  1. CopyFile

    0下载:
  2. java的文件复制,使用nio,提高效率-java file copy, use nio, improve efficiency
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:977
    • 提供者:java
  1. os

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:36013
    • 提供者:yiyuzhiming
  1. data

    0下载:
  2. 复制是将一组数据从一个数据源拷贝到多个数据源的技术,是将一份数据发布到多个存储站点上的有效方式。使用复制技术,用户可以将一份数据发布到多台服务器上,从而使不同的服务器用户都可以在权限的许可的范围内共享这份数据。复制技术可以确保分布在不同地点的数据自动同步更新,从而保证数据的一致性。-Replication is a set of data copied from one data source to multiple data sources of technology, is a data d
  3. 所属分类:SQL Server

    • 发布日期:2017-04-02
    • 文件大小:3121
    • 提供者:likesun
  1. NoteBook

    0下载:
  2. 删除,粘贴,复制,剪切,全选等功能都有,希望自己写得东西有用!-deleted, paste, copy, cut, Quan Xuan functions are, want to write something useful!
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:213942
    • 提供者:Miriam Zou
  1. file_cp

    0下载:
  2. 一个万能的文件复制的程序,不管是WINDOW还是LINUX环境下都适用。-A universal program files are copied, whether or LINUX environment WINDOW apply.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:626
    • 提供者:王建
  1. try

    0下载:
  2. 实现文件的隐藏,禁止删除,复制,修改应用windowsXP+DDK6.0完成-File protection system
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:179939
    • 提供者:梁培艳
  1. copy-file

    0下载:
  2. VB复制文件夹(包括里面的文件) 比如将D盘的所有东西复制到E盘。-VB copy the folder (including the inside of the paper) such as the D drive, copy everything to the E drive.
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:1688
    • 提供者:lx
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com