搜索资源列表
将数据复制或剪切到剪贴板上
- 复制、剪切和粘贴数据 ---- 将数据复制或剪切到剪贴板上 ---- 1. 确定将要被复制的数据是一个本地数据还是一个嵌入对象或链接。 ---- 如果数据是一个嵌入对象或链接,创建一个指向被选定数据的COleClientItem指针。 ---- 如果数据是本地化的并且应用程序是一个服务器,那么从COleServerItem继承一个新的类,并创建该对象。否则,为数据建立一个COleDataSource对象。 ---- 2. 访问选定对象的Cop
图象的复制和剪切
- 图象的复制和剪切程序,在vc 的环境下开发!-image reproduction and shear procedure, the vc development environment!
剪切版的使用
- 使用Delphi来控制剪切板来拷贝图片、数字、等多种功能!-use Delphi to control Shear panel to copy pictures, figures, such as multiple functions!
一个剪切板查看程序
- 一个剪切板查看程序-a procedure Shear panel View
剪切taotao板示例.
- 剪切taotao板示例 连接有点小问题-shear plate example connect a little problem
一个简单的文本剪切板
- 该代码提供了一个简单的文本剪切板例子-The code provides a simple example of the text Shear panel
响应鼠标 双视口 剪切板
- opengl自建模型,单文档结构,右键控制剪切板位置clip,左键控制旋转。-opengl self model, single-file structures, right location clip Shear panel control, rotary control button.
文件剪切
- 设置起始地址,文件大小,名字,就可以剪切出想要的Bin文件的某个部分 printf(" filecut \r\n"); printf("\r\n"); printf(" /address : File Offset\r\n"); printf("\r\n"); printf(" /sizeof : File size\r\n");
net图片旋转剪切
- net图片旋转剪切
剪切算法
- 计算机图形学中的剪切算法,用来剪切一些多余的线条。
VC++图像的复制剪切粘贴
- VC++图像的复制剪切粘贴,简单吧,不能再简单了,仅供初学者入门参考。
矢量剪切栅格数据
- 使用IDL完成的,矢量数据剪切栅格数据。支持tif和img格式的文件裁剪。
Clipboardmonitor.rar
- 实时监控系统剪切板内容,可以判断是否为自己所保护的内容。,Real-time monitoring system clipboard, you can determine whether the protection for their own content.
cut.rar
- 主要用C++ 实现图像剪切,从一个图像截取任意一个方块,贴到用一副图像中,The main use of C++ implementation image shearing, an image capture from any one box, and paste it into a pair of images used
getexceltext
- 打开程序,当你打开EXCEL的时候,只要单击一个单元格,就自动将其内容复制到程序的剪切板上-Open the program, when you open EXCEL, when, as long as you click a cell, it will automatically copy the contents to the clipboard on the program
keyboard
- 这是控制剪切板复制粘贴功能的程序,有需要的同志们可以-This is to control the clipboard copy and paste function procedures, there is a need comrades can see
基于剪切波域的医学图像增强算法
- 介绍了剪切波在图像增强方面的作用,尤其是医学图像的增强。(The effect of shear wave on image enhancement, especially the enhancement of medical image, is introduced.)
剪切板监听Demo
- 一个小小的demo,用来学习使用监听剪切板的内容。仅供学习和测试,来自于网络。(A small demo, used to learn the use of listening clipboard content. For learning and testing, from the internet.)
插值及剪切
- MFC程序,用于图像的基本缩放旋转和剪切(The MFC program is used for basic scaling, rotation and shearing of images.)
剪切波变换2D降噪
- 通过剪切波变换对2D图片进行降噪分为GPU运行和正常运行 可调通。