登录
首页 » Dialog_Window » 不同目录中文件保持同步,即可将目录A中的文件copy至目录B,也可将目录B中的文件copy至目录A,同时也可在目录A和目录B之间双向copy...

不同目录中文件保持同步,即可将目录A中的文件copy至目录B,也可将目录B中的文件copy至目录A,同时也可在目录A和目录B之间双向copy...

于 2022-01-27 发布 文件大小:38.91 kB
0 216
下载积分: 2 下载次数: 1

代码说明:

不同目录中文件保持同步,即可将目录A中的文件copy至目录B,也可将目录B中的文件copy至目录A,同时也可在目录A和目录B之间双向copy-different directory synchronize documents may be Contents A copy of the document to directory B, Contents may also B of the paper copy to a directory, but also in the directory A and B catalog copy between two-way

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 执行程序后弹出提示信息的对话框通过这个可以给用户提供一些提示信息。...
    执行程序后弹出提示信息的对话框通过这个可以给用户提供一些提示信息。-this is a vc++6.0 winapi program.
    2022-01-24 18:10:53下载
    积分:1
  • 对话框内部打开HTML网页,利用默认浏览器打开网页,利用网页对话框函数打开网页 近期工作需要,在网上找了一些有关在自己程序中显示打开网页的程序,为了方便各...
    对话框内部打开HTML网页,利用默认浏览器打开网页,利用网页对话框函数打开网页 近期工作需要,在网上找了一些有关在自己程序中显示打开网页的程序,为了方便各位同仁使用及理解,我把它们重新编写成类,去掉了原先一些没有多大用处的函数,也是为了便于正常使用,一目了然!-Internal dialog box to open HTML pages, using the default browser to open pages using the page to open page dialog function needs work in the near future, in-line to find a number of procedures in their own web pages displayed in open procedures, in order to facilitate the use and understanding of colleagues, I rewrite them into a category, removing the original number of not very useful function, but also in order to facilitate the normal use, at a glance!
    2022-07-12 19:57:22下载
    积分:1
  • change the window size can be automatically adjusted when the window
    在窗口大小改变时可以自动调整子窗口位置-change the window size can be automatically adjusted when the window-
    2022-02-04 21:13:07下载
    积分:1
  • 分割窗口中创建TabView的实现方法,用vc++实现,代码可以重用...
    分割窗口中创建TabView的实现方法,用vc++实现,代码可以重用-Partition window to create the TabView realize method, vc realize, code can be reused
    2022-01-26 03:30:39下载
    积分:1
  • 本程序是基于文件的对话框程序,其特征…
    本程序是基于文档和对话框的程序,其特点是在文档窗口中加入背景图,并且在对话框中添加了一些动态控件,修改一下就可以应用于自己的程序中,添加了美观性-this program is based on documents and the dialog box procedure, which was characterized in the document window into the background map, and in the dialog box to add some dynamic control, change it can be applied to their own procedures, adding beauty
    2022-07-19 11:29:53下载
    积分:1
  • windows api 开发的多视图记事本,代码结构清晰,有利于学习和掌握win api消息处理机制。...
    windows api 开发的多视图记事本,代码结构清晰,有利于学习和掌握win api消息处理机制。-windows api development of the Multi-View notebook, a clear code structure is conducive to learning and mastering win api information processing mechanism.
    2022-05-22 16:31:38下载
    积分:1
  • 对于个中各样的显示要求,这是一个难得的资料,是非常值得我们借鉴的,灵活的处理手法更是让人叹为观止。...
    对于个中各样的显示要求,这是一个难得的资料,是非常值得我们借鉴的,灵活的处理手法更是让人叹为观止。-For months in a wide range of display requirements, this is a valuable information, it is very worthy of our reference and flexible people to deal with the way it is stunning.
    2022-05-19 23:32:00下载
    积分:1
  • 主工程文件:project1.dpr db1.mdb:示例数据库 在d6,d7下运行通过...
    主工程文件:project1.dpr db1.mdb:示例数据库 在d6,d7下运行通过-main project documents : project1.dpr db1.mdb : d6 in the sample database, d7 running through
    2022-03-24 23:38:54下载
    积分:1
  • java是一种简单、对象
    Java语言是一个简单的、面向对象的、分布的、解释(执行)的、健壮的、安全的、独立于平台的、可移植的、可扩展的、高性能的、多线程的以及动态的程序设计语言。Java是由C++发展而来的,它是一种彻底的纯面向对象的程序设计语言。面向对象的语言四大特点:1.封装 2.继承 3.多态 4.动态。面向对象技术较好地适应了当今软件开发过程中新出现的种种传统面向过程语言所不能处理的问题。面向对象技术的核心是以更接近于人类思维的方式建立计算机逻辑模型,它利用类和对象的机制将数据与其上的操作封装在一起,并通过统一的接口与外界交互,使反映现实世界实体的各个类在程序中能够独立、自治、继承;这种方法非常有利于提高程序的可维护性和可重用性,使得面向过程语言难于操纵的大规模软件可以很方便的创建、使用和维护。为了与C语言兼容,其中还包含了一些面向过程的成分;Java去除了C++中非面向过程的部分,其程序编写过程就是设计、实现类,定义其属性、行为的过程。所以我们要学好java,但是一学期学到的东西毕竟有限,要学好还要花大量的时间和精力,不是一下子就可以学好的。下面就对我作的小程序进行分析-Java is a simple, object-oriented, distributed, the interpretation of (Executive), robust, secure, platform-independent, portable, scalable, high-performance, multi-threading and dynamic programming language. Java was developed from the C, it is a completely pure object-oriented programming language. Object-oriented languages four major characteristics : 1. Packaging 2. Inheritance 3. Four more states. Dynamic. Object-oriented technology to better adapt to today"s software development process for the var
    2022-04-12 10:50:09下载
    积分:1
  • 一个简单的对话框上实现加载背景图的的小例子
    一个简单的对话框上实现加载背景图的的小例子-a simple dialog box on the map to achieve the background loading of small examples
    2022-03-05 16:52:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载