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

搜索资源列表

  1. MFC 画圆 直线 Bezier等

    0下载:
  2. 在MFC下实现直线 圆 多边形 Bezier曲线的绘画等,其中涉及了填充等操作
  3. 所属分类:Windows编程

  1. Ellipse

    0下载:
  2. 基于VC++ MFC的对话框画圆,并可通过滚动条改变圆的颜色-Based on VC++ MFC dialog Circle, and through the scroll bar to change the color circle
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-25
    • 文件大小:8443894
    • 提供者:安琪
  1. MyDrawing

    0下载:
  2. mfc但文档程序例子,用鼠标拖动可以实现画圆或矩形-But the documentation procedures mfc example, draw a circle with the mouse drag can be achieved or rectangular
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:62961
    • 提供者:王柳
  1. Line_Circle

    0下载:
  2. MFC用中值法画直线,用中点法画圆,两者结合在一起-MFC value method used in drawing a straight line, draw a circle with the midpoint method, the two together
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1929280
    • 提供者:Nigel
  1. tuxing

    0下载:
  2. MFC下实现DDA算法、一般直线的Bresenham算法、Bresenham画圆算法 、中点圆整数优化-MFC DDA Bresenham
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1949673
    • 提供者:胡亚
  1. mfc-shiyan2

    0下载:
  2. 鼠标画图 要求:1、左键按下去开始画线,抬起后结束画线;左键双击后在该点会画一个大小随机的四边形。 2、右键单击后在该点会画一个大小随机的圆;中键按下后会在屏幕上输出一行“用鼠标画图的实验”字符,颜色和字体可以自定义。 3、所有数据的存储要定义在文档类中,而且之前所有的图形都可以回显。不要求对程序生成的图形进行文件保存 -Mouse drawing requirements: 1, left it to start by drawing a line, raised his
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4523563
    • 提供者:王建
  1. draw

    0下载:
  2. 本程序基于MFC制作,从而实现了手工画直线,画圆,画椭圆,画曲线等功能-This procedure produced based on the MFC in order to achieve the hand-painting a straight line, circle, oval painting, drawing curves and other functions
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:68035
    • 提供者:xuzhen
  1. test.mfc

    0下载:
  2. 用MFC编写的可以画圆,画直线,画椭圆的程序,程序结构很好,代码很规范。-Can be prepared using MFC drawcircle, drawing a straight line, oval painting process, program structure very good, very norms of the code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:54253
    • 提供者:koala
  1. gy1

    0下载:
  2. 在VS2008中MFC应用程序中 主要实现直线,矩形,椭圆,自由线的绘制(不能重绘) 以及图形颜色的填充 以及Bresenham画圆-MFC in VS2008 application in the main straight, rectangular, oval, the Liberal line drawing (not redraw), as well as color graphics and filled Bresenham drawcircle
  3. 所属分类:Graph Drawing

    • 发布日期:2017-06-12
    • 文件大小:5843337
    • 提供者:guoyu
  1. graph

    0下载:
  2. 用MFC做的绘图程序,里面的画线算法,画圆算法,梁友栋算法,扫描线种子填充算法等等都是严格按照书本的编写,适合学计算机图形学的初学者参考-Using MFC to do the drawing program, draw lines inside algorithm, drawcircle algorithm, You-Xin Liang Dong algorithms, scan line seed fill algorithm and so on are all in strict acco
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:642868
    • 提供者:www
  1. circle

    0下载:
  2. MFC编写的Bresenham二维画圆,自己上计算机图形学课编的,很好用-MFC prepared by two-dimensional Bresenham Circle, they themselves are compiled by computer graphics class, very good use
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1942917
    • 提供者:xiongbei
  1. MFC_Line_Circle_Polygon

    0下载:
  2. 使用VC6.0下的MFC实现.是一次图形图像作业.有画直线,画圆和画填色的多边形的功能.直线.线有粗细,虚实的区别.并且可以设定颜色-Under the MFC implementation using VC6.0. Is a graphic image operations. Have to draw lines, circles and coloring polygon drawing functions. Line. Line has thickness, the difference b
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:330003
    • 提供者:无意乂
  1. mfc

    0下载:
  2. 本代码用于画线、画圆,是我作为一个初学者做的-draw line and circle
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:187004
    • 提供者:zhengyi
  1. Tuxingxue-MFC-kuangjia

    0下载:
  2. 自己编写的一个基于MFC的图形学框架,里面实现了基本的一些画圆、画线、画多边形、填充颜色等算法-I have written a MFC-based graphics framework, which implements some of the basic circle, draw lines, draw the polygon, filling color algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:57764
    • 提供者:Ender
  1. MFC

    0下载:
  2. 此程序为MFC画连续相邻圆的程序,可以设置圆的半径和颜色。-This procedure for MFC painting consecutive adjacent to the circle, you can set the radius of the circle and color.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-20
    • 文件大小:31819924
    • 提供者:
  1. MFC.CIRCLE

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

    • 发布日期:2017-05-11
    • 文件大小:2383769
    • 提供者:彭钊
  1. Bresenhams-Algorithm-in-MFC

    0下载:
  2. 用Bresenham算法实现画线和画圆,基于microsoft MFC模式,输入相应的数据,程序画出该直线-Draw Lines or circle using Bresenham Algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-06-12
    • 文件大小:19100991
    • 提供者:New
  1. STEP5

    0下载:
  2. 用MFC画圆,可以设置圆的颜色,画笔宽度,以及一些快捷方式的设置。-Using MFC to draw a circle, you can set the color, pen width, etc., also added a number of shortcut keys settings
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-29
    • 文件大小:95584
    • 提供者:刘树
  1. MFC画图程序

    0下载:
  2. 用MFC写的画图程序,可以画直线,折线,圆,多边形等,能改变图形的填充颜色和边框颜色,也能保存所画的图形
  3. 所属分类:Windows编程

  1. VC上机测试

    0下载:
  2. mfc单文档画圆,用ondraw函数实现(MFC single document drawing circle)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-10
    • 文件大小:2444288
    • 提供者:imagination666
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com