搜索资源列表

  1. ScreenCap

    0下载:
  2. 用GDI函数抓屏 如果我们不太在意抓屏的效率,并且我们想要的只是一个屏幕快照的话,可以考虑使用GDI方式。这种抓屏机制是以“桌面也是一个窗口,桌面也有一个窗口句柄(HWND)”这个简单的常识为基础的,如果我们得到了桌面的设备上下文(DC),就可以利用blit(复制)它的内容到我们创建的DC中。我们可以用GetDeskWindow()得到桌面的窗口句柄,从句柄得到DC也是很容易的
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:28168
    • 提供者:xuxiang
  1. StretchDlg

    0下载:
  2. 原创,实现了Windows抓屏和保存。其实编写时主要目的是测试StretchBlt函数,此函数在许多机器上运行有BUG,可以用这个程序测试。-originality, the realization of the Windows Capturing the Screen and preservation. In fact, the main purpose of writing is to test StretchBlt functio
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:12312
    • 提供者:张贸
  1. 远程控制示例C&S

    0下载:
  2. 本人自己编写的远程控制程序,包括控制端可被控制端。用类封装实现。可远程抓屏,发送文件,读取文件,启动程序等。若要增加新功能,可编写为可执行文件,然后发送执行。时间仓促,可能有bug,请谅解。-I have written a remote-control programs, including the control-can be controlled side. Packaging category used to achieve.
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:580745
    • 提供者:刘涛
  1. CaptureScreen

    0下载:
  2. 一个非常好用的屏幕抓屏源码,C#的代码,有透明窗体,用于学习。-a very useful source of Capturing the Screen screen, the C# code, a transparent window for learning.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:28010
    • 提供者:yygt
  1. fastcat

    0下载:
  2. 小小的抓屏程序的实现 刚开始写的程序有BUG,其根本原因是按像素处理速度太慢,还在处理过程中的时候,显存中的内容已经改变了,所以会出来意想不到的画面。 -minor procedures to achieve just started writing the procedures BUG, and the fundamental reason is based on pixel processing speed is too slow,
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:38737
    • 提供者:小秦羊
  1. wwwraw

    0下载:
  2. 实现抓屏的系统功能,保存成bmp格式的文件-achieve Capturing the Screen system, and to preserve as bmp files
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:127937
    • 提供者:周云鹏
  1. CapSSaveJpg

    0下载:
  2. 屏幕界面抓屏,并将抓到的图像保存成jpg格式。涉及到抓屏和图像的jpg压缩-This soft is for capturing the computer s screen, and save the image with jpg format.It is related to capturing screen and jpg compress
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:715017
    • 提供者:孙杰
  1. Bmp24Match

    0下载:
  2. 完整的抓屏,图像模板匹配功能封装.可以用于游戏屏幕特征图像匹配,物品识别,用于获取图像在屏幕的位置.
  3. 所属分类:图形/文字识别

    • 发布日期:2011-06-16
    • 文件大小:9045
    • 提供者:_rain_@126.com
  1. catchScreen

    0下载:
  2. 抓屏软件
  3. 所属分类:界面编程

    • 发布日期:2012-03-13
    • 文件大小:2501534
    • 提供者:lyzxing
  1. CapScreen

    0下载:
  2. 一个简单的抓图程序,可以全屏抓,也可以抓当前窗口,只使用了一个API-screen in a simple procedure, with full screen efforts, can grasp the current window, using only one API
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者: 哈哈哈
  1. snag

    0下载:
  2. 抓图Snag 我用Delphi6写的一个基本的抓图程序。具有基本的抓图功能,如截屏、任意区域截取、热键抓图、保存为bmp或者jpg.内含原码 -Delphi6 Snag I used to write a basic screen in the process. Previously with basic features, such as screen shots, arbitrary regional interception, h
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:493568
    • 提供者:杨红
  1. screenspy

    0下载:
  2. 远程抓屏控件源码,效率不错-source, good efficiency
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-15
    • 文件大小:23552
    • 提供者:魏申默
  1. javaScreenCapture

    0下载:
  2. 用java实现的抓屏功能。-achieved using java Capturing the Screen function.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:薛命灯
  1. 远程控制示例C&S

    0下载:
  2. 本人自己编写的远程控制程序,包括控制端可被控制端。用类封装实现。可远程抓屏,发送文件,读取文件,启动程序等。若要增加新功能,可编写为可执行文件,然后发送执行。时间仓促,可能有bug,请谅解。-I have written a remote-control programs, including the control-can be controlled side. Packaging category used to achieve.
  3. 所属分类:远程控制编程

    • 发布日期:2024-05-15
    • 文件大小:580608
    • 提供者:刘涛
  1. fastcat

    0下载:
  2. 小小的抓屏程序的实现 刚开始写的程序有BUG,其根本原因是按像素处理速度太慢,还在处理过程中的时候,显存中的内容已经改变了,所以会出来意想不到的画面。 -minor procedures to achieve just started writing the procedures BUG, and the fundamental reason is based on pixel processing speed is too slow,
  3. 所属分类:界面编程

    • 发布日期:2024-05-15
    • 文件大小:2097152
    • 提供者:小秦羊
  1. wwwraw

    0下载:
  2. 实现抓屏的系统功能,保存成bmp格式的文件-achieve Capturing the Screen system, and to preserve as bmp files
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:128000
    • 提供者:周云鹏
  1. Screen_Capturing_src

    0下载:
  2. 这是一个抓屏的源代码.大家可以了解键盘上的抓屏键是如何实现的.也许可以帮助大家.-This is a source of Capturing the Screen. We can understand the keyboard Capturing the Screen key is how to achieve it. Perhaps we can help.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:26624
    • 提供者:梁伟
  1. ArrayTest800131

    0下载:
  2. 采用VMR9完成对视频的采集,可以采集多个摄像头。能够对图像进行抓屏。对抓屏数据进行Sobel处理,可以辨别图像中的线条。-use VMR9 completed the acquisition of video, can be collected over a camera. Images can Capturing the Screen. Capturing the Screen right Sobel data processing
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-15
    • 文件大小:179200
    • 提供者:张海滨
  1. FoulOctopus

    0下载:
  2. 一个抓屏程序及WIN32API探索样本程序。-a WIN32API explore procedures and sample procedures.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:4281344
    • 提供者:郑炜
  1. delphi实现屏幕图像捕捉

    0下载:
  2. 屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。-screen capture is actually Capturing the Screen procedures and the principles of access to the desktop handle, the creation of canvas, for the final bitmap storage.
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:183296
    • 提供者:杨海峰
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »

源码中国 www.ymcn.org