搜索资源列表

  1. Image

    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 t
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:3303424
    • 提供者:周燕
  1. QQzhaocha

    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. 所属分类:外挂编程

    • 发布日期:2024-05-19
    • 文件大小:28672
    • 提供者:datou
  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
  3. 所属分类:Symbian

    • 发布日期:2024-05-19
    • 文件大小:394240
    • 提供者:黄慧
  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
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:238592
    • 提供者:dancie
  1. 1111

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

    • 发布日期:2024-05-19
    • 文件大小:352256
    • 提供者:111111
  1. VCyuandaimachengxu

    0下载:
  2. 车牌识别程序,准确定位车牌,真正实现了车牌识别的程序 -CDocument CString CFile CFileDialog CFileFind FindNextFile CScrollView CDC CPen CSize CBitmap CBrush CRect GetClientRect LoadBitmap CreatePatternBrush SelectObject FillRect DeleteObject GetO
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2519040
    • 提供者:zhangyongjian
  1. j

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

    • 发布日期:2024-05-19
    • 文件大小:113664
    • 提供者:夏天
  1. MyScreensaver

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

    • 发布日期:2024-05-19
    • 文件大小:23552
    • 提供者:gaciya
  1. 20081122693824

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

    • 发布日期:2024-05-19
    • 文件大小:173056
    • 提供者:ytp173211
  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. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:179200
    • 提供者:刘阳
  1. ANIMATE

    0下载:
  2. 一个小的汇编语言例子,关于图像显示和处理,bitmap-This is a simple example of a GDI based animation technique. It uses the API function BitBlt to read different portions of a double bitmap and displays them on the client area of the w
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:LiaoKai
  1. roll-pic

    0下载:
  2. 利用bitblt演示图片的任意角度旋转、翻转、镜像等功能-Demo pictures using bitblt Arbitrary Rotation, flip, mirror and other functions
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:陈欣
  1. butterfly

    0下载:
  2. 用定时器控制蝴蝶在窗口中飞舞,BitBlt函数 CBitmap类-With a timer control butterfly flying in the window, BitBlt function CBitmap class
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:114688
    • 提供者:钮中铭
  1. api

    0下载:
  2. BitBlt 函数只是成百上千的API 函数中的一个,在编写Windows 操作系统中运行的应用程序时,有些函数可以单独地在程序中使用,有的需要几个API 函数配合使用。只要熟练地掌握和运用其中的一些函数,即可较大程度地提高程序设计的水平,并使应用程序在功能上更加完善。-Implement Multi Kind Image Display Effects by Visual Basic s API
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-19
    • 文件大小:15360
    • 提供者:staney
  1. Translucent-dialog-box

    0下载:
  2. 半透明对话框的实现 ① 创建一个与当前显示设备环境相兼容的位图对象 ② 创建一个与当前显示设备环境相兼容的内存设备环境 ③ 将位图对象选入到内存设备环境中 ④ 调用 BitBlt( ) 函数将显示设备环境中的图像拷贝到内存设备环境中来 ⑤ 对内存设备环境中的位图进行逐点亮度处理 ⑥ 在 OnPaint( ) 函数中将已处理的位图通过 BitBlt( ) 函数拷贝回显示设备环境 ⑦ 删除掉选入到内存
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-19
    • 文件大小:3603456
    • 提供者:wangzhen
  1. ComparePicture

    0下载:
  2. 使用不同的算法。使用了Bitblt对2张图片进行比较。得到第三张图片,反应他们的不同点。-Using different algorithms. Used Bitblt compared to the two pictures. Get the third picture, the reaction of their differences.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:204800
    • 提供者:yangminglong
  1. TwoCare

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

    • 发布日期:2024-05-19
    • 文件大小:1098752
    • 提供者:蓝眼睛
  1. Rendering_primitives

    0下载:
  2. Some 2D graphic rendering in VHDL: - Line - Draw a line - Circle - Draw circle - BitBLT - Draw a rectangle - Sine and cosinus lookup tables - Rotation - Rotate line
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:lance_corona
  1. bmptoushi

    0下载:
  2. 实现了两幅图片透视效果,vc++ BitBlt-A two-picture perspective effect vc,BitBlt
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:3063808
    • 提供者:刘阴丰
  1. mydemo

    0下载:
  2. BITBLT 加载图片BMP,bitblt加载图片,支持BMP位图-BITBLT
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:1156096
    • 提供者:
« 1 2 3 4 56 7 »

源码中国 www.ymcn.org