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

搜索资源列表

  1. 用VC实现小型矢量图形系统的开发

    0下载:
  2. 用VC实现小型矢量图形系统的开发-with VC small vector graphics system development
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:77099
    • 提供者:何言
  1. 完整的基本图形绘制系统vc源码

    1下载:
  2. 完整的基本图形绘制系统vc源码.rar 简单的gis的基本操作,对于初学gis和vc的人来说,应该是个不错的例子-integrity of the basic graphics rendering system vc source. Rar simple gis the basic operation for beginners gis vc and the people, should be a good example
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:170925
    • 提供者:王威
  1. vc画图

    0下载:
  2. 一个很小的程序,可以提供包括画直线,矩形,圆角矩形,以及多边形的功能,可以作为VC图形图像初接触者的参考-A small programme, provides the function of drawing lines, rectangles, roundrectangles, and polylines. Good guids for beginners of graphics programming using VC.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:78600
    • 提供者:李振
  1. vc开发GIS

    1下载:
  2. vc.net实现二维GIS图形的编辑功能,添加,选择,移动,删除等功能-vc.net 2D GIS graphics editing functions, add, select, move, delete function
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:497042
    • 提供者:王书红
  1. 在VC中实现OpenGL实现3D绘图的好程序

    0下载:
  2. 在VC中实现OpenGL实现3D绘图的好程序 这个程序实际上是一个框架 有了他就可以把在CONSOLE 中的OPENGL程序移植过来 便于GDI图形接口下 实现实时3D开发-in VC achieve OpenGL 3D graphics of the program this procedure is actually a framework has he can in the OpenGL CONSOLE transplant procedures to facilitate GDI gra
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:879007
    • 提供者:蔡明宇
  1. vc++chuli

    1下载:
  2. 运用vc++进行图形的腐蚀,膨胀,细化算法的代码-use vc graphics corrosion, swelling, thinning algorithm code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:44003
    • 提供者:李聪
  1. VC++Graphics.src

    0下载:
  2. 利用VC++实现各种图形图像处理的算法源代码(包括实现算法的讲解分析过程)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:322889
    • 提供者:AQiu
  1. VC++

    0下载:
  2. VC++绘图程序设计技巧与实例教程 -VC++ Graphics Programming Tutorial and Examples
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-27
    • 文件大小:9972405
    • 提供者:马腾
  1. VC

    0下载:
  2. 计算机图形学综合性实验,有相应的运行结果,和相应的设计报告-Integrated computer graphics experiments, corresponding results, and the corresponding design report
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:177784
    • 提供者:林君霞
  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. B_Spline

    0下载:
  2. B样条曲线的绘制 MFC VC++ 图形学实验-B-spline curve drawing MFC VC++ Graphics Experiment
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:921145
    • 提供者:王鹏
  1. (graphics.h)

    0下载:
  2. vc绘图库-graphics library by VC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:73762
    • 提供者:流风
  1. Convolution

    0下载:
  2. VC++开发的图形处理程序,可进行图形区域处理,有模糊图像、锐化图像、Laplacian边缘增强,梯度方向边缘增强,平移差分边缘增强等功能,有详细源码解释-VC++, graphics processing, graphics area can be dealt with fuzzy images, sharpening images, Laplacian edge enhancement, gradient direction of edge enhancement, edge enhance
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2640700
    • 提供者:KKill
  1. fillgrammingcode

    0下载:
  2. VC++编写的图形填充和绘制程序,非常好,值得一看-VC++ graphics prepared by filling and drawing program, very good, worth a visit
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-21
    • 文件大小:6292359
    • 提供者:chen
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:126741
    • 提供者:Jack
  1. draw(vc)

    1下载:
  2. VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-19
    • 文件大小:29973504
    • 提供者:鈞天下
  1. computer-graphics-source-code

    0下载:
  2. 是计算机图形学书上的源代码,学习vc图形学的可以下载下来-Book on computer graphics source code
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:26407629
    • 提供者:王俊杰
  1. vc-Graphics-technology-encyclopedia

    0下载:
  2. 本资源包括图形技术:绘制图形、图像预览、图片效果、图片颜色转换、图片的转换盒放缩、图像的剪切、合成与识别、图像字体、图像管理、图片动画、简单游戏设计、OpenGL程序、GDI+程序设计-The resources, including graphics technology: draw graphics, image preview, image effects, image color conversion, image converter box zoom, image shearing,
  3. 所属分类:Graph program

    • 发布日期:2017-11-28
    • 文件大小:11866841
    • 提供者:李源
  1. 用VC++和OpenGL生的的三维管线 sanweipingbao

    0下载:
  2. OPENgl实例,供OPENgl初学者学习使用,c++图形学参考实例,欢迎下载(OPENgl example, for beginners to learn to use OPENgl, c++ graphics reference examples, welcome to download)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-19
    • 文件大小:235520
    • 提供者:刘建勋
  1. VC++使用OpenGL绘制三维图形的实例

    0下载:
  2. 代码包含用c++语言 借助于opengl 绘制3维图形的事例(The code contains an example of drawing 3 dimensional graphics in c++ language with the aid of OpenG)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-27
    • 文件大小:7318528
    • 提供者:纳米虫
« 12 3 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com