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

搜索资源列表

  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. UltraISO_7.5.1_Build965

    0下载:
  2. CD Image Editor *.iso,*.bin,*.nrg,*.cdc-CD Image Editor*. iso,*. bin,*. nrg,*. cdc
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2291963
    • 提供者:许青海
  1. pro

    0下载:
  2. 将opencv的image结构与windows CDC对象结合起来,本例就轻松用opencv反走样直线绘制在CDC对象里面。 接供的接口很有参考价值。 -Opencv structure to the image object with the combination of windows CDC, which in this case on the easy to use anti-aliasing opencv draw a straight line inside the CDC ob
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:238577
    • 提供者:jiang
  1. dispalybmp

    0下载:
  2. 双缓冲显示技术,解决图像在屏幕上显示的闪烁问题。用到了CDC.-Double buffer display technology to address the image displayed on the screen flicker problem. Used the CDC.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:897
    • 提供者:vivianjia
  1. VC_Graphics_rendering_and_image_display

    0下载:
  2. VC++图形绘制与图片显示小例子,MFC的与设备无关的图形设备环境类CDC的应用和MFC中图像处理类CImage的应用例子,在对话框中显示图片,绘制图形-VC++ graphics rendering and picture shows a small example, MFC has nothing to do with the equipment, graphics equipment, environmental CDC in MFC application and type of ima
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:920935
    • 提供者:liuzhenzhou
  1. DeformPFMT

    0下载:
  2. Code written by Namrata Vaswani. A small part of the code (a little bit of the level set part) is taken from code written by Yogesh Rathi Please cite Namrata Vaswani, Yogesh Rathi, Anthony Yezzi, Allen Tannenbaum, PF-MT with an Interpolation Effe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:107084
    • 提供者:gobsy
  1. CooImage

    0下载:
  2. 项目中用的一个图像处理类 CCooImage,支持以下方法: BOOL CompareWithBMPFile(LPCTSTR file) void SetImage(Image* pImage) BOOL IsCreated() BOOL SetImage (LPCTSTR strImageFile) INT GetHeight() INT GetWidth() static void DrawTransparentBitmap(
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:5011
    • 提供者:Jack
  1. StretchBlt

    0下载:
  2. VC 用CDC的StretchBlt实现图像放大镜,很值得初学VC图像编程人员参考。-VC Image with the CDC' s StretchBlt magnifying glass, it is worthy of reference for beginner programmers VC images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1122
    • 提供者:yumin
  1. Virtual-screen-and-realization-

    0下载:
  2. Visual C++语言提供了虚屏功能,利用它及Windows GDI图形函数,可编制出功能强大的图形处理程序。虚拟屏幕的原理是,首先定义一个虚拟设备描述表及一块位图象数据区,将本应在实际窗口的绘画处理转移到此图象数据区(这块图象数据区功能相当于视频存储区),绘画操作完成后可通过图象传递,将结果弹出到可视窗口。许多Windows环境的图形处理或CAD系统都采用了这种技术。如GIS软件Mapinfo、AutoCAD for Windows等,它们的图形操作功能如开窗、漫游等的基础都是建立在虚屏基础
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:9031
    • 提供者:iwen
  1. Graphics

    0下载:
  2. MFC图像编程的基础,基于单文档设计同时也显示出了CDC类的经典应用技巧-MFC image programming based on a single document-based design also shows a classic application of the CDC class skills
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-25
    • 文件大小:1938141
    • 提供者:庞梦德
  1. CombineImage

    0下载:
  2. 采用设备上下文CDC类的BitBlt方法实现图像的合成功能-The device context CDC BitBlt method to realize the image synthesis function of a class
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3298737
    • 提供者:yu
  1. treebkimage

    1下载:
  2. VC++ 在树形控件中插入背景图,看到了树控节点的那结连线了吗?实现思路:先在内存CDC 对象上对TreeView 默认绘图,然后再选择背景位图,与缺省位图进行与操作合成TreeView 的背景图,最后通过函数BitBlt()将树形控件的背景图呈现出来。同时为了避免闪烁,必须重载函数OnItemexpanding()和函数OnItemexpanded()-VC++ insert background image in the tree control, see the end of that t
  3. 所属分类:Java Develop

    • 发布日期:2016-01-25
    • 文件大小:21504
    • 提供者:bpudn76
  1. PtClr

    0下载:
  2. vc++ 获得指定像素点的颜色,如演示截图所示,用户可以用鼠标左键单击图片的某一处时,就会在图片的右侧以该点颜色填充一个实心的矩形。实现方法通过函数COLORREF CDC::GetPixel( int x, int y)可以得到指定点的颜色,其参数x、y 是指定点的坐标-When vc++ for the specified pixel color, as shown in the screenshot demonstrates, the user can use the left mouse
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-28
    • 文件大小:77836
    • 提供者:wangshuang
搜珍网 www.dssz.com