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

搜索资源列表

  1. 灰度

    0下载:
  2. 图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。-pixel image transformation, including brightness, contrast and GAMMA correction algorithm, the environment is OPENCV4.0, VC6.0. MATLAB algorithm reference to the function imadjus
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:陈大明
  1. DrawLineFinalEdition

    0下载:
  2. 使用WIN API编写的图形界面版本的图中两点之间最短路径求解演示程序.VC6工程-use WIN API prepared by the graphical interface version of the map shortest path between two points for Demonstration Program. V C6 works
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:12.1kb
    • 提供者:JohnnyAnn
  1. 2D_LineClipping

    0下载:
  2. 本程序实现了图形学中的二维线段裁剪算法,VC6工程-the realization of the two-dimensional graphics Line Clipping algorithm works VC6
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10.46kb
    • 提供者:JohnnyAnn
  1. BMPDEview

    0下载:
  2. BMP游览器,教你怎么打开BMP,用VC实现,在VC6.0下编译通过-BMP Tour device that will teach you how to open BMP, with VC in the next compile VC6.0
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:95.31kb
    • 提供者:ljt23
  1. unibtn

    0下载:
  2. 此代码是vc6.0制作不规则按钮 相信会对读者有很大的帮助!一定要看一看,才会有收获!-this code is produced irregular vc6.0 button believe readers will be very helpful! We must look at and we have!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:34.78kb
    • 提供者:jxh
  1. ROTATE3

    0下载:
  2. 一个三维立方体嵌套调色板显示程序,代码经VC6++.0下调试下可用-a 3D cube nesting palette display program, code under .0 by VC6 available under debugging
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:25.18kb
    • 提供者:talent
  1. DEMO_VIEWDIB

    0下载:
  2. 打开一个图像并且隔行显示,代码经VC6++.0下调试下可用-opened an interlaced image and show that code under .0 by VC6 available under debugging
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:125.87kb
    • 提供者:talent
  1. DEMO_CHANGEBMP

    0下载:
  2. 打开一个图像,用键盘的方向键控制大小,代码经VC6++.0下调试下可用-open an image, the direction of the keyboard keys to control the size, code under .0 by VC6 available under debugging
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:113.65kb
    • 提供者:talent
  1. DEMO_BPBIOPER

    0下载:
  2. 观察一种颜色通过多种方式显示,可通过菜单选择,代码经VC6++.0下调试下可用-observation color through a variety of ways, through menu choices, by VC6 code debugging under .0 available under
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:19.47kb
    • 提供者:talent
  1. DEMO_PALETTE

    0下载:
  2. 可以通过输入数值显示调色板中的颜色,代码经VC6++.0下调试下可用-can enter numerical display of the color palette, by VC6 code debugging under .0 available under
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:17.44kb
    • 提供者:talent
  1. DEMO_DIBFADE

    0下载:
  2. 对bmp图像处理,使选定图像褪色,代码经VC6++.0下调试下可用-right bmp image processing, so that selected image fading by the VC6 code debugging under .0 available under
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:23.28kb
    • 提供者:talent
  1. DEMO_DIBCUT

    0下载:
  2. 对bmp图像剪切,代码经VC6++.0下调试下可用-right bmp image shear, code under .0 by VC6 available under debugging
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:32.61kb
    • 提供者:talent
  1. DEMO_DIBMIRROR

    0下载:
  2. 可以实现bmp图像对镜像显示,代码经VC6++.0下调试下可用-bmp images can be achieved on the mirror, by VC6 code debugging under .0 available under
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:22.86kb
    • 提供者:talent
  1. BezierSplines

    0下载:
  2. 本代码在VC6.0的环境下编译.其内容为一个完整的贝塞尔曲线的实例,是很有价值的源代码.-VC6.0 the code in the compiler environment. It contains a complete example of Bessel curve, is a very valuable source.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:27.85kb
    • 提供者:andy
  1. VoronoiDAC

    0下载:
  2. voronoi图的分治算法实现,清晰展示voronoi图的merge过程。在VC6.0下实现-nibbling plan of partition algorithm, clear display triangles map merge process. Under the VC6.0
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:96.11kb
    • 提供者:马标
  1. draw

    0下载:
  2. 自己在vc6.0环境下开发的,可以应用bmp,jpg等图片的类似与photoshop的磁性套索功能
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4.45mb
    • 提供者:高存彬
  1. agg-2.5

    0下载:
  2. AGG(Anti-Grain Geometry),强大的2D几何图形库。 配置: 1、VC6.0下新建一个Windows Console工程,名称随便起,姑且叫AggTest. 2、关键步骤,设置AGG类库的引用,最野蛮和最有效的方式把Include下的.h文件连同其下文件夹全部拷贝到VC6安装目录下的Microsoft Visual Studio/VC98/Include文件夹中,把解压目录中的src文件夹下的cpp文件都添加到AggTest工程中。-AGG (Ant
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5.02mb
    • 提供者:hhghghg
  1. x264-VC6.0

    0下载:
  2. x264-vc6.0编译通过的加上详细的代码注释,可以深入的了解x264编码解码过程-coupled with detailed code comments x264-vc6.0 compiled by the x264 encoder, in-depth understanding of the decoding process
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-24
    • 文件大小:7.39mb
    • 提供者:jiangmeiyu
  1. VC6.0

    0下载:
  2. 银行家算法,点点半径求圆心算法,vc6下可直接运行,两个程序在一块-Bankers algorithm, little circle radius seeking algorithms, vc6 run directly under the two programs in a
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1.54mb
    • 提供者:
  1. vc6.0_mach

    0下载:
  2. 用vc6.0产生512×512分辨率的24位真彩色的mach现象的bmp位图-Produced by vc6.0 512512 Resolution 24 true color bitmap bmp mach phenomenon
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-17
    • 文件大小:4.28mb
    • 提供者:虞思城
« 12 3 »
搜珍网 www.dssz.com