搜索资源列表
Mirror Driver 虚拟显卡高效截取屏幕的程序
- 这是一个利用虚拟显卡高效截取屏幕的程序,可用于做远程屏幕监控,该程序用到了dfmirage虚拟显卡,请去它的官方网站下载并安装它http://www.demoforge.com/tightvnc/dfmirage-setup-1.1.68.2.exe
动态视频截取程序代码
- 此代码是一个动态视频截取的程序,支持usb摄像头,可任意截取屏幕上usb拍照下来的各种图像-The code is a dynamic-video-intercept program,abet usb camera,can intercept all kinds of images of screen that the usb takes
截取屏幕
- 使用VC++截取屏幕,可以抓某个窗口,区域-use VC interception screen, a window can make arrests, regional
屏幕取色
- 由DELPHI编写的一个小程序用于截取屏幕颜色,希望大家能相互学习进步-prepared by the procedures for a small color screen interception, I hope you will learn from each other progress
网页截取屏幕
- 可以通过此源码对指定的网页进行全屏幕的截取
用Visual C++设计屏幕抓图程序
- 在Windows操作系统中,当用户按下"PrintScreen"按钮后,Windows自动将当前屏幕的图像拷贝到系统剪贴板中,这时可以通过"画笔"这个小程序将剪贴板中的内容保存成图像文件,可以看出,如果需要将当前屏幕保存下来还是比较麻烦的,能否可以自己编写一个应用程序,自动将当前屏幕的内容保存到一个图像文件中去呢?这个答案是肯定的,本实例应用程序就是利用通用的热键管理DLL库实现的热键功能,在收到热键通知后截取屏幕的内容并保存到bmp文件中。例如我们设置图
AviTest源代码(屏幕录像)
- AVI操作屏幕录像,截取屏幕位图并保存入avi文件,可以选择范围,选择色值-AVI video screen operations, interception of the screen and save the bitmap into the avi file, you can choose the scope, select the color value
apispy32.截取替换api函数的程序
- 又一个截取替换api函数的程序,含95和NT版本,还带一个屏幕取词的例子, An interception replaces the api function the procedure, contains 95 and the NT edition, but also brings a screen to take the word the example
屏幕取词
- 屏幕截取是大家比较感兴趣的事情,虽然现在有不少应用程序,如HYPERSNAP等,可以用来截取你所喜欢的屏幕画面,但是如果能把这个功能加到自己的程序中,就更能利用它强大的作用-Interception screen is more interested in things, though now there are many applications, such as HYPERSNAP and so on, can be used to the interception of your favo
javaControl
- 远程协助 如何用Java实现qq中的远程协助功能,可以看到对方桌面,可以控制对方鼠标(在允许的情况下) 帮帮我好吗?(但我没分能给你,我还没分) 不断截取屏幕图像,然后发给接收方,接收方显示及时显示图片,这样可以实现远程监控,如果用控制鼠标,就给受控方发送鼠标移动命令,用受控方的Java程序解析命令移动鼠标,不过Java虚拟机有没有这个权限就不知道了。 用Java.awt.Robot类可以实现全部功能,达到远程控制的目的,-
screensp
- 屏幕精灵源码。功能为截取屏幕并在机器间传送截取的图像- Screen demon source code. The function for intercepts the screen and in the machinery room transmission interception picture
VCwriteScreenCopyCode
- VC编写的桌面取图程序,截取屏幕并显示。-VC prepared Desktop access Figure procedures, the interception of the screen and displayed.
MousePickWords
- 用鼠标截取屏幕词汇 对学习VC鼠标编程,有很大帮助-Terms of interception of the screen with the mouse on the mouse study and VC programming, are very helpful
BMPScrean
- 用vc写的自动截取屏幕的小工具,可以存成bmp格式图片-Auto intercepte the screen
ScreenCaptureSource
- 此程序的功能是:截取整个屏幕的图片,或者截取一个区域的图像(通过鼠标拖动选择范围)。-screen capture source code
printscreen
- 截取屏幕为bmp文件 并保存在本地硬盘上 已经测试无问题-Bmp file for the interception of the screen and save the local hard disk has been tested without problems
pingmu
- 截取屏幕图片和保存图片,可以方便大家方便截取图片和保存固定的路径(shut the image and save the image)
Get_print_data
- 使用VC获取屏幕的数据。 1、使用VC++截取屏幕任意屏幕的数据; 2、使用MATLAB处理图片,将数据放到ok.bmp(Use VC to get the data on the screen. 1, use VC++ to intercept the data of any screen on the screen; 2. Use MATLAB to process pictures and put data into ok.bmp)
Android屏幕截取
- 使用Adb调试工具,实时获取Android手机的屏幕,以实现远程控制安卓手机的目的。(The Adb debugging tool is used to get the screen of Android mobile phone in real time to achieve the purpose of remote control of Android mobile phone.)
c#截取屏幕包括窗体
- c#截取屏幕,包括全屏,选择一个区域,对某个窗口。代码简洁工整