搜索资源列表
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
muluguanli
- 操作系统课程设计,C++文件管理系统,可实现目录及文件创建、删除、复制和移动等功能。-Operating system curriculum design, C++ Document management system, enabling the creation of directories and files, delete, copy and move functions.
wenjianxitong
- 基于Visual c++.net (VC.net) 编写的 .文件系统操作演示 程序。代码都有注释。实现功能为:如何复制,删除,移动,更名文件;如何显示文件复制过程对话框等。-Based on Visual c . Net (VC.net) prepared. File system operation and demonstration of procedures. Code have the Notes. The realization of functions: How to cop
wenjianjiaxitong
- 基于Visual c++.net (VC.net) 编写的 文件夹系统操作演示 程序。代码都有注释。实现功能为:如何复制,删除,移动,更名文件夹;如何显示文件夹复制过程对话框等。-Based on Visual c . Net (VC.net) prepared presentation folder system operation procedures. Code have the Notes. The realization of functions: How to copy, de
MyCopyHook
- 这是用C++写的一个用于创建拷贝钩子的COM接口处理程序,它可以决定文件夹或打印机是否允许被移动、拷贝、重命名或删除等。有源码说明。-This is a C++ to write with a hook used to create copies of procedure of the COM interface, it can decide whether folders or printers have been allowed to move, copy, rename, or delet
DD
- 拖放,是指用鼠标拖动的方法,在不同程序的窗口之间、同一个程序的不同窗口之间或同一程序同一窗口的不同控件之间,进行移动、复制和粘贴等操作的技术。拖放操作是在操作系统的帮助下完成的。被拖动的对象首先向操作系统注册它使用的数据格式,并按指定的数据格式提供数据,拖放操作结束时,接收拖放的窗口按指定的数据格式提取有关数据,并根据提取的数据生成相应的对象。-Drag and drop, is the method of dragging with the mouse, the window in betwe
file
- 用C语言写一个程序,其功能包括图像的复制,移动,放缩.图形和图像函数包含在graphics.h里面 -Write a program using C language, its features include image copy, move, zoom. Graphics and image functions included in the graphics.h inside
2
- Visual C# 2008与图形图像。包括动态绘制直线和曲线,动态绘制验证码,椭圓及椭圆弧的绘制,移动鼠标复制坐标区域图像等-Visual C# 2008 and the graphic image. Including dynamic drawing lines and curves, dynamic rendering verification code, ellipse and ellipse drawing, move the mouse images, copy the coordi
csharpcopy
- C# 复制鼠标移动区域的图像,鼠标移动过的区域,将被捕捉到,并显示在窗体内,有意思的一个小程序。-C# mouse copy the image area, move the mouse over the area, will be captured and displayed in the window of the body, a small program interesting.
shell
- 模拟shell的一些功能,用C++实现。可以复制移动删除,实现shell的基本功能-Some features of simulated shell, using C++ implementation. Can copy move delete, to achieve the basic functions of shell
copymove-c-code
- copy move detection using C.
.Net-Applications
- 探险家v1.1更新,许多错误被修正了。这个控制复制你的标准windows资源管理器,没有内置的文件操作等1。网络图,2。树状视图,3。列表视图图标大小和4。选择路径。只需单击一个按钮在工具栏以激活这些选项。完整源代码dll包含在项目,其他增强功能包括自动更新后的文件列表FileSystemNotifications TreeView和,如。目录和文件、删除、移动和复制操作。还包括CD通知。只是负载c# Form1项目,查看示例。如果你想控制在自己的项目中,您所要做的就是添加一个引用dll中导航。
photocp
- 批量文件复制改名 因需要把大量照片批量复制然后改名,但是搜索了半天没有找到合适的软件,于是搬出来N年没有写过的vc 6.0 ,寥寥草草几十行,做了一个简单的不能再简单的小程序。通过在程序的当前目录下建立复制文件和目标文件的对应列表,执行程序实现文件复制。代码可以再丰富。很简单,但是不好找,bat文件我又没玩过,还是用c简单写写,放上来有用到的可以参考,可以使用。-Batch rename files because of the need to bulk copy a lot of phot
Cellular_Automate
- A Cellular Automate Simulator which is implemented with the use of a STL-Container and with the use of an array. Good for educational purposes, to learn how to use the copy- & move semantics, as well as the R- and L-Values in C++.
cmfd_framework
- OPENCV下编写的数字取证平台,算法很多很全,请参照论文"An Evaluation of Popular Copy-Move Forgery Detection Approaches" Vincent Christlein, Christian Riess, Johannes Jordan, Corinna Riess, Elli Angelopoulou. In: IEEE Transactions on Information Forensics and Security (TIFS)
acad2000
- === 命令说明====== zq--上一缩放zoom p zd--动态缩放zoom d ze--范围缩放zoom z z--zoom v--移动move c--复制copy q--平移pan t--偏移offset tt--镜像mirror rt--旋转rotate dss--距离dist aa--圆circle g--直线line gg--多段线pline dt--单行文本dtext r--放弃
Fileedit
- * 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文件夹下的
cSharp-drawing-advanced
- C#高级画图例子,供大家分析,可以复制、黏贴、移动、删除。-C# Advanced drawing examples for an analysis, you can copy, paste, move, delete.
copy-move
- How do copy move constructors work in c-How do copy move constructors work in c++
elsamuko-copy-move-w32
- Copy-move forgery detection plugin for GIMP