CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - can 例子

搜索资源列表

  1. PixelFusion

    0下载:
  2. 此源码能实现对图像的融合,也就是不同图像的特征融合,是图像处理方面的很好例子-This source can achieve the integration of image, that is, the characteristics of different image fusion, image processing is a good example of
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-19
    • 文件大小:5530777
    • 提供者:廖林
  1. GDIplus

    0下载:
  2. 1. 编写一个画填充正叶曲线的通用程序。可以指定叶片数、颜色、圆心和叶长(半径)等。 编写一个在圆周上绘制文本串的程序,输出效果类似于:(参见5.2中的6.3)中的例子) -1. Preparation of a painting filled with leaves curve is a common procedure. You can specify the number of leaves, color, center, and leaf length (radius) and
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:171799
    • 提供者:siheng
  1. draw

    0下载:
  2. 书中画图的例子比较好,简单实用,可以提供学校gdi的方法-Better example of drawing the book, simple and practical, the method can provide the school gdi
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3888605
    • 提供者:金涛
  1. picmove111111

    0下载:
  2. 一个vb6.0对图片进行操作的例子,有需要的朋友可以下载-Operate on the image of a vb6.0 example of a friend in need can be downloaded to see
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:1338
    • 提供者:songxjing
  1. UIeditor0728

    0下载:
  2. gdi与graphics的使用,能显示png图片,以及xml的生成与读取,是一个非常好的学习vc编程的例子-gdi graphics used ,can display png picture
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-24
    • 文件大小:7706710
    • 提供者:chenzming
  1. CAPTUREFRAMEPROCESS

    0下载:
  2. vc获取摄像头图像的例子,可以保存摄像头图像-vc for example, camera images, camera images can be saved
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2057800
    • 提供者:程凡永
  1. move

    0下载:
  2. 本程序使用VC实现的图像位图移动的例子,可以再此基础上实现动画制作,效果很好-The program uses bitmap images to achieve VC moving example of this can be achieved on the basis of animation, with good results
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:199764
    • 提供者:马学云
  1. ZoomImgDemo

    0下载:
  2. 一个图片伸缩的例子。可以按照1:1伸缩.也可以按照高度。宽度。也可以是图片充满窗体-Example of a telescopic image. Can follow the 1:1 scale can also be in accordance with height. Width. Forms can also be filled with
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:65113
    • 提供者:zbg
  1. BichoHunting(Type3)

    0下载:
  2. 能够作为一个图像移动的好的例子。并且能够演示在理想的状态下,两个球状物体碰撞的原理。程序中模拟了在任何情况下,两个球状物体的碰撞,还有球状物体与边框的碰撞。程序运行时,会最大化,当鼠标移动时,程序退出。所以,当程序运行时,不能移动鼠标。-Moving image can be used as a good example. And can demonstrate in an ideal state, the principle of two spherical objects collide.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:670227
    • 提供者:赵风君
  1. VC_Graph

    0下载:
  2. 经过编译验证的VC++ gdi图形编程的例子,能画曲线图,柱状图,饼图,还能变换坐标到log空间非常适合通信行业的应用。-After verification of the compiled graphical programming VC++ gdi example, can draw graphs, bar charts, pie charts, can transform the coordinates into the log space is ideal for the applica
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:75247
    • 提供者:vc
  1. tijiyinying

    0下载:
  2. 基于Z_Pass算法的体积阴影,代码简单明了,是学习这个算法的极好例子,不过尚不完美,单核心部分都做出来了,这可费了我很大的功夫啊-Volume shadow based on Z_Pass algorithms, the code is simple, is an excellent example of learning algorithm, but not perfect, single-core parts to do it, it can cost me a lot of effort
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:5242
    • 提供者:周舟
  1. Graphic

    0下载:
  2. 各种vc基本绘图的实例,可以通过本例子熟练掌握vc的绘图的操作。-Through this example you can master drawing operations about vc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:35203
    • 提供者:刘述明
  1. wborad-Demo

    0下载:
  2. CWhiteBoardView继承源码中的CWhiteBaseView的窗口类,此类为白板类,所有的画图都画在该类中。 CToolDlg继承源码中的自动隐藏类CAutoBaseDlg,此类为工具栏类,设置画笔,荧光笔等等,所有操作可以参看里面例子。 CWhiteBoardDlg为主窗口类,主要是设置全屏,创建CWhiteBoardView和CToolDlg窗口,并关联,参看相关代码。 上述是demo的使用src的说明,代码量并不多,大部分的初始化已经放到src的类里
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:259991
    • 提供者:韩冰
  1. FirstQT

    0下载:
  2. 一个QT界面的例子,相当不错,我们老师上课写的,从中可以吸收到很多东西,加油童鞋们-A QT interface examples, is quite good, our teacher in the class to write a lot of things, which can be absorbed into the, refueling shoes have
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:10197
    • 提供者:
  1. MagicCube

    0下载:
  2. opengl开发例子.使用opengl画出三维魔方,并且可以通过键盘操作魔方,有实时动画. 并且可以自动还原魔方-opengl development of the example. to use opengl draw the three-dimensional Rubik s Cube, and by keyboard operation Rubik s cube, a real-time animation. And can automatically restore the cu
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-10
    • 文件大小:792365
    • 提供者:gmaple
  1. zoom

    0下载:
  2. 纯MFC做的放大镜小例子,VC6,VS2010可以编译运行,支持自定义,支持当前鼠标位置放大,和当前放大窗口位置放大,圆形窗口,双缓冲绘图,有悬浮透明提示窗口,改变了传统的放大镜的实现  按ESC或双击放大镜可退出程序-The the pure MFC do the magnifying glass small example, VC6, VS2010 can compile and run support custom support current mouse position zoom z
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-13
    • 文件大小:29175
    • 提供者:cgl
  1. examples.tar

    0下载:
  2. 这是一个三角剖分的例子,可以帮助了解三角剖分的整个过程,很实用,有需要的可以看一下。-This is an example of triangulation, can help us understand the whole process of triangulation, very practical, there is a need to look.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-08
    • 文件大小:1797
    • 提供者:ren
  1. Lab1_1

    0下载:
  2. 大家好,你们现在看到的这个是一个基于glut库的简单opengl框架,每个函数的后面我都加上了注释。 一次接触OpenGL,难免会遇上一些很诡异的问题并产生挫折感,希望我能够在这充满荆棘的道路上给予你们有效的帮助:) 这个例子是一个基本的框架,为了方便大家的上手而做的,在lab1_1里我们可以直接用GLReshape、GLInit函数而不需要修改它们, 但还是希望大家能够认真阅读我的注释,并动手尝试一下修改,以加深对各个函数的理解-Hello, everybody, yo
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-01
    • 文件大小:3215150
    • 提供者:sun
  1. esimagefm

    0下载:
  2. 当鼠标移入移出的时候改变图像的元件,很不错的例子 -ESImageFM is a good image component shows different images when mouse is over and out. It has hot properties. Hottext property for highlighting its caption and hot rectangle for showing a rectangle when mouse over the comp
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-08
    • 文件大小:14362
    • 提供者:秦永久
  1. Byangtiao

    0下载:
  2. 图形学的b样条,可以实现书本上的例子程序,大家可以查阅一下-Graphics b-spline, you can achieve the example program on the books, we can look them
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-18
    • 文件大小:313399
    • 提供者:张健
« 1 2 34 5 »
搜珍网 www.dssz.com