搜索资源列表
catchscreen
- 把整个桌面屏幕截图,保存下来,然后把对话框设置全屏顶层窗口,然后把保存下来的位图,在OnEraseBkgnd中把整个位图贴到对话框上,然后用像皮筋类选择截取范围,看起来就像操作屏幕一样-entire desktop screenshots, preserved and then set up full-screen dialog top window, then the preservation of the bitmap, in which the entire OnEraseBkgnd Bi
smalldrawpicture
- 主要功能: 1。使用鼠标任意拖动,在程序的小框架内进行画图。 2。使用橡皮擦的功能对话图的错误进行改正 3。将画过的图象保存为jpeg的格式 4。截取屏幕-main functions : 1. Drag the mouse arbitrary use of the procedures carried out within the framework of a small painting. 2. Use the attached map the functional dial
getpicture
- 实现对屏幕的任一位置实时截取的功能,并可以设置截取的图片显示在界面中的位置.-screen realization of the real-time position as a function of the interception, and the setting up of interception of the pictures displayed on the interface position.
84
- 屏幕截取并保存为BMP文件,环境:VC6,值得一看-interception of the screen and saves it as a BMP file, the environment : VC6, an eye-catcher
l3
- vb编写截取屏幕activex控件,可自由选择区域
ScreenSnaperDemo
- 截取当前屏幕,区域,活动窗口图片
printScreen
- printScreen实现截屏功能,能够截取屏幕然后将其保存为1.bmp文件。
drawbitmap
- 获取位图画图,截取屏幕画图,请大家认真阅读
ScreenSaver
- 自动截屏小程序 按用户输入时间间隔自动截取屏幕
screensave
- 可以将屏幕截取下来的一段程序,用于取图,可以保存
截图控件 包含全部源码
- procedure TForm1.BtnStartClick(Sender:TObject); begin ScreenCapture1.start; //开始截图 end; //当截取屏幕成功时,此事件发生 procedure TForm1.ScreenCapture1Capture(Sender:TObject;Bitmap:TBitmap); begin //调整滚动窗口的大小以适应截获图像的大小
ycpmcs
- 一个从网上找来的屏幕截取代码,需要的就看看吧-A screen from the Internet and got the interception code, need to look at it
Print
- 屏幕截取的功能,适用于图像研究者使用, 详细的代码,希望你能够得到帮助-Screen Capture functionality for images researchers used a detailed code, I hope you can help
ScreenCutter
- 一种类似于qq屏幕截图的代码,能实现桌面的屏幕截取-Qq screenshot that is similar to the code, can achieve Desktop Screen Capture
GetTZM
- 验证码识别用特征码提取工具,可以从屏幕截取特征码或从文件夹图片中批量截取特征码,其思路让验证码识别变得更有条理和简单-Identification with the signature verification code extraction tool, screen capture from the signature image from a folder or volume intercept signature, the idea to verify the code more stru
123qwe
- 一运行就实现读文件及屏幕截取功能,本想实现找图功能,但能力有限只实现了截图功能,希望在这里能学更多-A run read documents and screen capture functionality, to achieve wanted to find a drawing function, but limited ability to achieve only the screenshot function, hope can learn more here
VCPP-select-Screen
- VC++ 屏幕截取,包括屏幕拾色器、放大镜等功能-The screen capture, including screen color, magnifying glass, and other functions,deveoped in VC++
test
- 基本要求:(共35分,每实现一个项目满分得5分) 1. 具有基本体素(立方体、球、圆柱、圆锥、多面棱柱、多面棱台)的建模表达能力; 2. 具有基本三维网格导入导出功能(建议OBJ格式); 3. 具有基本材质、纹理的显示和编辑能力; 4. 具有基本几何变换功能(旋转、平移、缩放等); 5. 基本光照明模型要求,并实现基本的光源编辑(如调整光源的位置,光强等参数); 6. 能对建模后场景进行漫游如Zoom In/Ou
sogouOCR
- sogouOCR,搜狗OCR调用,屏幕截图识别文字。图片转文字,识别率非常高,98%以上。绝对值得直接使用。(SogouOCR, Sogou OCR calls, screenshots to identify text. Picture to text, the recognition rate is very high, more than 98%. Absolutely worth using directly.)
c#截取屏幕包括窗体
- c#截取屏幕,包括全屏,选择一个区域,对某个窗口。代码简洁工整