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

搜索资源列表

  1. GraphOval7

    0下载:
  2. 用vc6.0中的MFC编写的画椭圆,可以清晰看到画椭圆的算法。计算机图形学中的。-Written in vc6.0 MFC painted oval, you can clearly see the painted oval algorithm. Computer graphics.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:50578
    • 提供者:zengyong
  1. ImageLibTest

    0下载:
  2. 在对话框里显示矢量图形,实际是显示位图,是先把矢量图形转化成位图,然后显示到控件里面。包含了控件,矢量图形,位图多方面知识,是学习MFC学习C++的好例子。-In the dialog box shows vector graphics, actual it is displaying a figure, is first the vector graphics into a bitmap, then show to control it. Contains control, vector gr
  3. 所属分类:ComboBox

    • 发布日期:2017-05-20
    • 文件大小:5645438
    • 提供者:李俊炎
  1. CaiJian1--

    0下载:
  2. MFC做的图形处理,关于线段的裁剪,包括参数化法的凸多边形裁剪算法和Cohen-SutherLand裁剪算法。-MFC to do graphics processing, cut on the line, including the parameterization of the convex polygon clipping algorithm, and Cohen-Sutherland clipping algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4758507
    • 提供者:zengyong
  1. ReadShpFile

    0下载:
  2. MFC开发的从底层读取shapefile文件,并计算图形面积的小程序。仅支持线型文件。-MFC developed from the bottom to read the shapefile, and a small program to calculate the graphics area. Only support a linear file.
  3. 所属分类:GIS program

    • 发布日期:2017-04-01
    • 文件大小:42396
    • 提供者:马江
  1. MfcDraw

    0下载:
  2. 用MFC实现计算机图形学中的DDA直线生成算法-MFC implementation of the DDA in a straight line in the computer graphics generation algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1950948
    • 提供者:安诺
  1. OpenGLDraw-

    0下载:
  2. 利用MFC和OPenGL函数可以画图形系统-MFC and OpenGL functions to draw graphics system
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:792750
    • 提供者:张健雄
  1. zhixianzhongdiancaijian

    0下载:
  2. 计算机图形学上机作业,采用MFC编写,为直线中点裁剪法-Computer graphics, computer work, using MFC write, for linear midpoint cutting method
  3. 所属分类:Button control

    • 发布日期:2017-04-04
    • 文件大小:46485
    • 提供者:liuchaoying
  1. MFCwithOpenGLWindow51

    0下载:
  2. MFCwithOpenGLWindow51-用多线程方法实现在MFC/WIN32中调用OpenGL函数并创建OpenGL窗口源码.增加了glut定时器控制显示刷新,使得可以在MFC中方便地控制GL绘图。-MFCwithOpenGLWindow51-method with multi-threaded OpenGL function call in the MFC/WIN32 and create OpenGL window source. Increased the glut timer con
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4493774
    • 提供者:xiaobo
  1. Cantor-set-algorithm

    0下载:
  2. 初学者的几个在MFC工程中实现的图形学算法例子Cantor集算法(1)- a few examples of graphics algorithm implemented in the MFC for beginners ,project Cantor set algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:253996
    • 提供者:saberproxy
  1. draw

    0下载:
  2. 一个用MFC编写的画图工具,非常简单,只能画直线,椭圆等简单图形-A drawing tool written in MFC, very simple, and can only draw lines, ellipses, and other simple graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3733566
    • 提供者:李龙飞
  1. GreedySnake

    0下载:
  2. 用VC编写的贪吃蛇游戏。界面很好,没怎么调用API或者使用MFC主要是借用第三方graphics库-tanchisheyouxi,henhaowan,xiazaixiakaikankan
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:4069
    • 提供者:陈伟
  1. Task4

    2下载:
  2. 用MFC开发一个用鼠标在屏幕上绘图的单文档程序: 通过鼠标左键的点击在视图中绘制不同的图形,可绘制的图形包括折线、多边形,并且折线的线宽、颜色以及线形都是可以改变的,多边形的填充方式也可以定制 (高阶内容)绘制的图形可以以保存为矢量(矢量格式自定义)文件,并且可以在程序中再次打开,矢量数据的线宽、线形、颜色以及填充模式都要保存在矢量数据文件中,重新打开的矢量数据文件应该是可以再次编辑、修改的。 -MFC developers a single document with the m
  3. 所属分类:Graph Drawing

    • 发布日期:2015-11-23
    • 文件大小:78848
    • 提供者:wen
  1. Circle

    0下载:
  2. 自己用MFC实现的Bresenham画圆的算法,和MFC画得一样圆。可直接运行Release目录下的执行程序看效果。自己画的红色圆与MFC画的黑色圆是重合的。可作为学习图形编程的好例子。-Bresenham circle algorithm with MFC and MFC painted circle. Implementation procedures in the Release directory can be run directly to see results. The black
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:3432073
    • 提供者:fuzhiguo
  1. TreeMFC

    0下载:
  2. 摘要:VC/C++源码,图形处理,Tree,MFC   Tree源码,不是树形菜单哦,是基于MFC技术绘画出的一颗开花的树,艺术与理性的结合,源码编译截图如图示,VC++去用MFC技术实现的作品,欢迎拍砖评论。 -Abstract: the VC/C++ source code, graphics, Tree, the MFC
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:37542
    • 提供者:zxzx
  1. cutting-VC-procedural

    0下载:
  2. 计算机图形学实验课画裁剪的VC程序源代码及MFC实现。-Cutting the VC source code of computer graphics experiment class painting and MFC.
  3. 所属分类:Windows Develop

  1. QQ-farm_GUI

    0下载:
  2. 用MFC(VC++6.0)实现QQ农场的一些基本的图形操作功能,种菜,菜的生长变化,收割,买卖,仓库,-With MFC (vc++ 6.0) to implement QQ farm some of the basic graphics operation function
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:14383726
    • 提供者:fuguanghua
  1. shuichi

    0下载:
  2. 计算机图形的用MFC设计的水池图形,具有清晰地画面,以及水池水滴的图样。-Pool of computer graphics with MFC design graphics, with a clear picture, and the pattern of the pool water droplets.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2312553
    • 提供者:游海斌
  1. Polygon

    0下载:
  2. 用mfc实现计算机图形学中的扫描线填充算法-Use mfc in computer graphics scan line fill algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1946204
    • 提供者:liang
  1. rect

    0下载:
  2. 基于MFC实现OPENGL绘图。绘制了一个长方体。对初学者有一定帮助。-OPENGL graphics based on the MFC. Draw a rectangle. For beginners.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-30
    • 文件大小:13275399
    • 提供者:jly
  1. circle

    0下载:
  2. 中点画线程序 利用vc++6.0 mfc 编写 计算机图形学基础教程-The dotted line program written in vc++6.0 mfc Computer Graphics Tutorial
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1932158
    • 提供者:薄冰冬雪
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 32 »
搜珍网 www.dssz.com