CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bitblt

搜索资源列表

  1. CaptureWindow_demo

    1下载:
  2. Capturing window content can be done easily by using the ::BitBlt(..) from the screen DC however, this kind of implementation forces you to make sure that the window you want to capture is on top of the screen. In this project, to capture all the scr
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:14896
    • 提供者:ljm
  1. TextSaveBmp

    0下载:
  2. 这是一个将自定义的文本保存为一个BMP文件的样例,主要用到的函数有BitBlt,StretchBitBlt等。
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:27437
    • 提供者:丁伟
  1. CDC3

    0下载:
  2. 双缓冲即在内存中创建一个与屏幕绘图区域一致的对象,先将图形绘制到内存中的这个对象上,再一次性将这个对象上的图形拷贝到屏幕上,这样能大大加快绘图的速度。双缓冲实现过程如下: 1、在内存中创建与画布一致的缓冲区 BufferBmp=new Graphics::TBitmap() BufferBmp->Canvas->Handle=CreateCompatibleDC(Canvas->Handle) BufferBmp->Width=
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2754
    • 提供者:Michael
  1. ScrSnapSrc

    0下载:
  2. 屏幕抓图的源代码。可以全屏抓图,也可以部分抓图。如果要抓叠加窗口的,需要在bitblt函数加上“SRCCOPY|CAPTUREBLT”
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:89890
    • 提供者:周锦志
  1. bitBlt

    2下载:
  2. 通过VB API函数截取屏幕指定区域位图,保存为位图或Jpg文件
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:4701
    • 提供者:champaign_lee
  1. 13506blt

    0下载:
  2. epson13506 bitblt demo program
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:87733
    • 提供者:杨达柏
  1. BitBlt

    0下载:
  2. 画图如果有任何问题,欢迎访问我们的网站或Mail到: bitspirit@lanspirit.net-drawing if you have any questions, please visit our web site or by mail to : bitspirit@lanspirit.net
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1527
    • 提供者:zyp
  1. 位图旋转

    0下载:
  2. 程序先将当前DC通过BitBlt写入内存,后通过RotateMemeryDC旋转DC,并重新创建输出DC显示旋转后的位图.
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-02-19
    • 文件大小:280065
    • 提供者:simple129
  1. C#屏幕截图

    1下载:
  2. 应用BitBlt函数抓取全屏,保存在文件夹了
  3. 所属分类:源码下载

    • 发布日期:2011-05-11
    • 文件大小:51110
    • 提供者:wzw070702223
  1. QQzhaocha.rar

    0下载:
  2. 简单的qq找茬外挂,主要是找到找茬左右两副图,然后用API函数BitBlt进行对比就可以了,Simple qq finding fault plug-in, the main finding fault to find about two maps, and then compared with the API function BitBlt can be a
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:28861
    • 提供者:datou
  1. Image.rar

    0下载:
  2. 图像的剪切与合成,剪切:使用CRgn类创建一个剪切区域,利用CDC选中该剪切区域,在该区域绘制图像,将剪切的区域设置为白色背景;合成:采用CDC类的BitBlt方法实现,Shear and synthetic images, shear: the use of categories to create a shear CRgn region, the use of CDC select the shear area, mapping the image in the region, the re
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:3303072
    • 提供者:周燕
  1. TwoCare

    0下载:
  2. C# 远程控制源码,截屏技术仍然为bitblt,希望有人能够提出改进。-C# code for control by another
  3. 所属分类:Remote Control

    • 发布日期:2017-05-04
    • 文件大小:1098906
    • 提供者:蓝眼睛
  1. 20081122693824

    0下载:
  2. 这是一个用BitBlt技术做的纵版射击游戏的源代码 -This is a technique used BitBlt to do the vertical version of shooting game source code
  3. 所属分类:Game Program

    • 发布日期:2017-04-17
    • 文件大小:172646
    • 提供者:ytp173211
  1. Graphics_3rd

    0下载:
  2. This example demonstrates two methods of drawing bitmaps to the screen. Usually, any bitmaps that are to be displayed are copied directly to the screen using the Window Server. This is done using the CWindowGc class that every application has access
  3. 所属分类:Symbian

    • 发布日期:2017-04-08
    • 文件大小:394268
    • 提供者:黄慧
  1. mandelnt150110

    0下载:
  2. This program displays 14 different interate functions (mandelbot) graphically. It has a C frontend but all the routines are written in asm using floating point floats,doubles,long doubles(80bit),SSE,and SSE2 instructions depending on the resolution a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:238677
    • 提供者:dancie
  1. 1111

    0下载:
  2. VC疯狂战机游戏Q11源代码 VC疯狂战机游戏Q11源代码,带音效,类似雷电游戏,玩起来很刺激!当时代码主要是针对WINCE3.0(PPC2002)平台,同时兼顾了WIN32平台;游戏采用最原始的BitBlt贴图和离屏方式,因本人水平有限,贴图效果比较粗糙,声音处理也显幼稚,希望不会误导初学者,在编写时参考了王正盛的A10攻击机和Kylinx的kplan代码,在此对两位作者公布源代码的大公无私行为表示衷心感谢!   游戏中未完成的部分功能:   1、游戏的BOSS部分(BOSS贴
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:352582
    • 提供者:111111
  1. VCyuandaimachengxu

    1下载:
  2. 车牌识别程序,准确定位车牌,真正实现了车牌识别的程序 -CDocument CString CFile CFileDialog CFileFind FindNextFile CScrollView CDC CPen CSize CBitmap CBrush CRect GetClientRect LoadBitmap CreatePatternBrush SelectObject FillRect DeleteObject GetObject BitBlt CreateCompatibleD
  3. 所属分类:Special Effects

    • 发布日期:2015-02-21
    • 文件大小:2518988
    • 提供者:zhangyongjian
  1. j

    0下载:
  2. 在程序中添加一个【绘图】菜单项,在该项的子菜单中有【正方形】、【椭圆】、【三角形】、【平行四边形】等菜单选项。选中一菜单项会在应用程序窗口的用户区中画出相应的图形,同时清除原有图形。 2、阅读VC++的帮助文档,了解一个名称为StretchBlt的函数,该函数与BitBlt函数一样可以把内存中的位图显示在显示器的屏幕上,但它与BitBlt不同的地方是可以把位图拉伸或缩小。请用这个函数编制一个可以对位图放大或缩小的应用程序。 -In the process of drawing】 【Add
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:113663
    • 提供者:夏天
  1. MyScreensaver

    0下载:
  2. VC++ 编写的屏保实例程序,一个超简单的屏幕保护,部分关键字:   由计数器调用DrawBitmap()函数,切换图片;   注意,两个函数中的IDB_BITMAP1, dc.BitBlt(0,0,800,600……以及if(nIndexBit>=5)中的有关数据依据你的bmp图片个数、尺寸、位置不同而不同,我是选择了5张,800x600的bmp图片。注意,ID值是连续的,IDB_BITMAP1最校   响应键盘、鼠标是屏幕保护程序不可缺少的…… -VC++ exa
  3. 所属分类:Screen Saver

    • 发布日期:2017-03-29
    • 文件大小:23892
    • 提供者:gaciya
  1. CYCBITBLT

    0下载:
  2. 用bitblt的方法进行掩码运算,产生一个透明贴图的实现,循环贴图形成一个动画的效果-The method used bitblt mask operation, resulting in the realization of a transparent texture, the formation of an animation loop effect Texture
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:179058
    • 提供者:刘阳
« 1 2 34 5 6 »
搜珍网 www.dssz.com