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

搜索资源列表

  1. drawLine

    1下载:
  2. 多线程GDI+画线例程,主要用于做画图系统模板-Multi-threaded GDI+ line drawing routines used to do drawing template system
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-20
    • 文件大小:5985824
    • 提供者:张毅
  1. Diamond

    0下载:
  2. 基于VC6.0中MFC画旋转钻石。建立单文档话图,其中用到比较多的是GDI中的pen何dc。-the way to draw a rotative diamond using MFC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-25
    • 文件大小:435560
    • 提供者:martin
  1. od

    2下载:
  2. VC++下的GDI+绘图程序,支持橡皮筋效果,双缓冲技术,并具有画PolyLine和各种图形的旋转功能-This is a Gdiplus program under VC++ structure,supporting DualBuffer,elastic draw method ,drawing PolyLine and graph rotating
  3. 所属分类:Picture Viewer

    • 发布日期:2016-10-17
    • 文件大小:11531264
    • 提供者:素辰隽
  1. VinciDrw

    0下载:
  2. 一个MFC 绘图示范程序,示范划线、矩形、圆,缩放等。-a demo code for GDI draw in MFC.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-24
    • 文件大小:127924
    • 提供者:阿强
  1. YUVtoRGB

    0下载:
  2. 实现yuv420转rgb565的功能,并且封装成了库,写出了测试文件-Achieve yuv420 turn rgb565 functions, and packages into libraries, write a test file
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:485891
    • 提供者:KDM
  1. PicMatch

    2下载:
  2. 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
  3. 所属分类:Special Effects

    • 发布日期:2014-04-18
    • 文件大小:3046914
    • 提供者:方毅
  1. GdiPlusLineChart

    1下载:
  2. mfc使用gdi+在控件中实现简单的图层操作,如图层的选择,返回图层的graphics指针,返回图层的bitmap指针等-mfc to use gdi+ control the simple layer operations, such as layer selection to return to the layers of graphics pointer return layers bitmap pointer
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:31696658
    • 提供者:weizhiqiang
  1. gdi_move_scal

    0下载:
  2. 使用GDI方式实现的图片移动和缩放,是win32窗口程序的源码。-GDI achieved by the use of the picture move and zoom, are the source win32 window procedure.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:505958
    • 提供者:jason
  1. first1

    0下载:
  2. 使用GDI函数绘出基本几何元素,如点、线、矩形、圆、椭圆、多边形、圆弧等、并能够用颜色填充 -Plotted using the GDI function, the basic geometric elements, such as point, line, rectangle, circle, ellipse, polygon, arc, etc., and can be filled with color
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3300971
    • 提供者:刘贵冬
  1. characteradd

    0下载:
  2. 在视频上实现字幕叠加,在每个视频帧上输出标准的字符串,以合成新的图像帧,通过GDI绘图实现,有详细的代码说明文档-Superimposed on the video to achieve in each video frame on the output of a standard string, to synthesize a new image frame, drawing achieved by GDI, a detailed code documentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:142087
    • 提供者:lonfan
  1. PhotoPlayer

    0下载:
  2. 采用GDI+实现图片显示,放大,缩小,幻灯片播放等各种操作,采用双缓冲技术解决图片闪烁问题。-Use GDI+ to achieve image display, zoom, slide and other operations, using double buffering techniques to solve image flickering problem.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7907534
    • 提供者:陈春
  1. KaraokeEdit

    0下载:
  2. 实现了简单的视频播放及原唱伴唱的组合,字幕显示模拟酷狗蓝色风格的字幕-GDI+
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:231146
    • 提供者:yuna
  1. GDIpDrawText

    0下载:
  2. 棒_用GDI+画漂亮的窗体字 很不错,使用Msimg32.dll 这个库-Rod _ with the GDI+ painting beautiful word form
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:33302
    • 提供者:tom
  1. DirectDraw

    0下载:
  2. 源码是自产的,通过DirectDraw来显示bmp图片以及通过GDI来显示bmp图片,是学习显示的入门资料,现在共享-Source code is self-produced by and DirectDraw to display bmp images bmp images by GDI to display, display of learning introductory information sharing now
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-19
    • 文件大小:5318197
    • 提供者:mercy
  1. MagicImage

    0下载:
  2. 非常强悍的CDib类,GDI+图像操作及OPENCV-CDib a very powerful category, GDI+ image operation and OPENCV
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:235985
    • 提供者:陆景家
  1. DocToolkit

    0下载:
  2. 一个GDI+用于绘制图形的控件,可以直接使用。-GDI+ to draw a graph of control, can be used directly.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:8474
    • 提供者:yangshusong
  1. Image-scale-GDIP

    0下载:
  2. 用GDI+实现JPEG图像缩放并保存,这是一个C++控制台程序源码-Use GDI+ JPEG image scaling and save, which is a C++ console program source code
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3252324
    • 提供者:柯荣金
  1. GDI

    0下载:
  2. 这个程序利用GUI+来进行数字图像的处理,过程较简单,有比较好的参考价值。-The use of this procedure GUI+ To carry out digital image processing, the process relatively simple, there is a better reference value.
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:295265
    • 提供者:曾伟
  1. GDI+OTSU

    0下载:
  2. 本程序使用了Gdiplus,在GUI中实现OTSU算法。-This procedure uses the Gdiplus, in the GUI to achieve OTSU algorithm.
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1874735
    • 提供者:曾伟
  1. studyGDIPlusTextWithBrushes

    0下载:
  2. GDI+学习三:学习GDI+特效文字,采用Brushs.studyGDIPlusTextWithBrushes-GDI+ Learning III: Learning GDI+ Effects text, using Brushs.studyGDIPlusTextWithBrushes
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:41414
    • 提供者:刘辉
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 22 »
搜珍网 www.dssz.com