CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - MFC Graphics

搜索资源列表

  1. picture3

    0下载:
  2. 利用MFC实现画图功能,利用CImage类作为画图控件,实现矩形、椭圆等不同图形、不同线型的绘制。-Achieved using MFC drawing functions, the use of CImage class as drawing the control to achieve rectangle, ellipse different graphics, different line drawing.
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:4.97mb
    • 提供者:lee
  1. MFC

    0下载:
  2. 教我们在C++环境下利用mfc进行一些简单的图形绘制-Teach us in the C++ Environment mfc to use some simple graphics rendering
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:78.24kb
    • 提供者:hg
  1. Graphics

    0下载:
  2. MFC图形功能演示,介绍橡皮条技术画图及实现-MFC graphics presentations, rubber Technical drawing
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:38.29kb
    • 提供者:刘江
  1. Calculator

    0下载:
  2. 一款不错的计算器程序,用C++编译,MFC图形界面。适合于学习C++以及MFC类库的新手学习研究。-A good calculator program, using C++ compiler, MFC graphical interface. Suitable for learning C++ and MFC class library novice study and research.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:258.22kb
    • 提供者:lili
  1. 03

    0下载:
  2. 这是一些关于MFC图形操作的程序,师兄给推荐的,觉得不错大家共同分享。-These are some graphics operations on the MFC program,my freind to recommend, I feel good we shared.
  3. 所属分类:Other systems

    • 发布日期:2017-06-11
    • 文件大小:18.03mb
    • 提供者:公玉
  1. Drawingsimple3Dobjects

    0下载:
  2. 绘制简单的3D图形,MFC+VC6.0实现-Draw a simple 3D graphics, MFC+ VC6.0 to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3.41mb
    • 提供者:第363个清晨
  1. generationofbasicgraphics

    0下载:
  2. 基本图形的生成,使用VC++6.0来实现,MFC-Basic graphics generation, using VC++6.0 to achieve, MFC
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1.87mb
    • 提供者:第363个清晨
  1. DRAW

    0下载:
  2. 使用MFC写的画图小程序,画图使用图形学算法,界面仿照windows画图程序-Paint using MFC to write a small program, drawing the use of graphics algorithms, the interface along the lines of windows drawing program
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:900.6kb
    • 提供者:李夏婕
  1. Graph

    0下载:
  2. 图形编辑器用VC6.0中的MFC实现简单的图形编辑,包括画圆、画直线、画矩形等。-Used for VC6.0 graphics editor in MFC to achieve a simple graphics editor, including the Circle, painting a straight line and draw a rectangle and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4.17mb
    • 提供者:liangsi
  1. Computergraphicslabreportscodevcmfc

    0下载:
  2. 计算机图形学实验报告,代码,vc++,mfc-Computer graphics lab reports, code, vc++, mfc
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3.18mb
    • 提供者:waiting1314
  1. hezhiyu

    1下载:
  2. 计算机图形学,多边形填充,vc,mfc,代码-Computer graphics, polygon fill, vc, mfc, source
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2.01mb
    • 提供者:waiting1314
  1. MFCOpengl

    0下载:
  2. 用Mfc写的一个三维图形运动的程序,用了OpenGL。看看吧-Written by a three-dimensional graphics Mfc sports program, with a OpenGL. See it
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:155.06kb
    • 提供者:张旭
  1. Graphics-filling

    1下载:
  2. 在MFC下实现四向连通和八向连通算法,代码简洁易懂,适于学习计算机图形学的人员使用-Connectivity in the MFC to achieve four-way and eight-connected algorithm to the code easy to read, study and computer graphics for use by
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3.58mb
    • 提供者:王旭
  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
    • 文件大小:1.84mb
    • 提供者:薄冰冬雪
  1. eg2

    2下载:
  2. VC++应用程序开发作业2——画图程序 一. 作业要求: 要求使用文档/视图模式开发。 对于文档处理要求具有保存和打开功能,文件扩展名为(.line)。 要求能处理三种图形的加载和保存工作,这三种图形分别为线、矩形和椭圆,并且能在视图中正确的显示出这些图形。(对于每一个图形除了有一些基本信息外,要能有颜色和线宽信息) 对每一种图形的对象要求采用链表处理,可以分别建立三个链表来分别处理这三种图形。(MFC中的链表类有CPtrList、CTypedPtrList等,建议采用CT
  3. 所属分类:Other windows programs

    • 发布日期:2015-06-12
    • 文件大小:3.51mb
    • 提供者:李维
  1. MyShape

    0下载:
  2. 自动绘制矩形,圆形,直线,椭圆图形,改变颜色线条宽度等功能。是MFC图形绘制的例子。-Automatic drawing rectangular, circular, linear, elliptical graphics, change the color and line width function. Example the MFC graphics rendering.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:44.67kb
    • 提供者:
  1. MFC.LINE

    0下载:
  2. MFC画直线,两种不同的方法画直线,计算机图形学的体现-MFC draw a straight line, draw a straight line in two different ways, the embodiment of computer graphics
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.84mb
    • 提供者:彭钊
  1. MFC.CIRCLE

    0下载:
  2. MFC画圆,简单的MFC画圆代码,来自计算机图形学-MFC Circle, Circle simple MFC code from computer graphics
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2.27mb
    • 提供者:彭钊
  1. MFC

    0下载:
  2. 实现窗口绘图,添加字符,是对孙鑫视频的实际操作改编程序-Achieve window graphics, add characters, is a video of the actual operation of Sun Xin adaptation program
  3. 所属分类:Other systems

    • 发布日期:2017-06-15
    • 文件大小:22.42mb
    • 提供者:冯婉悦
  1. Draw

    0下载:
  2. 计算机图形学MFC图形交互实习,实习用(Computer graphics based file MFC graphical interaction, for an internship, etc)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1.75mb
    • 提供者:Moothy
« 12 »
搜珍网 www.dssz.com