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

搜索资源列表

  1. 321

    0下载:
  2. 画板的功能,使用是是mfc,用画直线,圆,橡皮擦的功能-Sketchpad features, use Yes Yes mfc, by drawing a straight line, circle, eraser function
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3707404
    • 提供者:meiyan huang
  1. VC-draw-toolbox

    1下载:
  2. 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2376067
    • 提供者:penggy
  1. paint1

    0下载:
  2. 本程序是介于VC++6.0(MFC)环境下的一个(单文档)画图程序,可以实现画点,线,圆,矩形,并且可以设置画笔的颜色和画布的颜色以及背景色(原创)-This procedure is between the VC++6.0 (MFC) environment of a (single document) drawing program, can draw points, lines, circles, rectangles, and can set the pen color and canv
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:1955949
    • 提供者:王子涵
  1. graphicsdraw

    1下载:
  2. 用OPenGL画直线和圆,实现橡皮筋技术,在MFC下实现-With OPenGL draw a line and round, realize the rubber band technology, realize the MFC
  3. 所属分类:OpenGL program

    • 发布日期:2015-11-26
    • 文件大小:4334592
    • 提供者:海纳百川
  1. MFCexp1_1

    0下载:
  2. mfc设计画一个圆可以自由的放大缩小移动而且太大后自由缩小-Draw a circle design mfc free to zoom in on free movement and much reduced after
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:6943
    • 提供者:gwl8866
  1. Test

    0下载:
  2. mfc自创类画橡皮线和圆,画方框,里面放圆。visual studio C++6.0编写,理解类的概念和具体使用方式-The mfc own class painting rubber lines and circles, painting box, placed inside a round. Visual Studio C++ 6.0, write, understand the concept of class and use
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2407267
    • 提供者:王志红
  1. MFC_Clock

    0下载:
  2. MFC写的圆盘时钟程序,演示怎么用GDI画一个时钟,有时针、分针、秒针-mfc clock, it is draw with GDI
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:12698
    • 提供者:peng
  1. MfcPaint9

    1下载:
  2. 一个简单的MFC绘图程序,可画线,圆,矩形,可移动,删除等,适合初学者学习-A simple MFC drawing program, draw lines, circles, rectangles, removable, delete, etc., suitable for beginners to learn
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-24
    • 文件大小:906172
    • 提供者:桥清
  1. Draw-line-and-circle

    0下载:
  2. MFC 程序,可以指点画圆,中心点画圆,有滚动, 同时可以实现自动画椭圆, 画线-MFC to point out a painting circle, rolling, and at the same time can realize automatic draw ellipse
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-11
    • 文件大小:3515463
    • 提供者:jojo
  1. draw

    0下载:
  2. 计算机图形学实验作业,用MFC编的,已经实现了DDA画直线,中点算法画直线,中点画圆和椭圆,扫面转换多边形,种子填充,反走样直线-Computer graphics lab assignments, MFC series has achieved the DDA draw a straight line, the midpoint algorithm to draw a straight line, the midpoint of the circle and the ellipse, swee
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:5522811
    • 提供者:王燕霞
  1. DrawA7

    0下载:
  2. 利用MFC编写的画直方图和圆饼图的源代码,可做简单绘图的参考小程序。-Reference applet source code written using MFC draw histograms and pie charts, can do a simple drawing.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:35460
    • 提供者:张立
  1. MFCHuaJiBenTuXing

    0下载:
  2. 用MFC实现的绘图程序,根据坐标画自己喜欢的图形,如:圆、正方形、锥形等。-Use MFC graphics procedures, according to the coordinates themselves like graphics, such as: round, square, cone etc..
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-06
    • 文件大小:5026561
    • 提供者:alice
  1. Bresenham-Lines-Mid_circle-and-so-on

    0下载:
  2. VS2008下MFC编程,实现Bresenham画线法、中点画圆、椭圆法,计算机图形学。-Under VS2008 MFC programming, Bresenham line, the midpoint Circle, Ellipse, computer graphics.
  3. 所属分类:EditBox

    • 发布日期:2017-11-09
    • 文件大小:9605148
    • 提供者:LEO_山
  1. MFChuatu

    0下载:
  2. MFC实现选择点圆椭圆矩形等画图,可以拾取颜色画不同的图-MFC to achieve the selection point round oval rectangular drawing, you can pick a different color paint chart
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-18
    • 文件大小:2413870
    • 提供者:Alexia
  1. Graphic

    0下载:
  2. 一个简单的画图程序,用MFC编程,可实现简单的画直线、圆、椭圆、虚线等,可以改变线条颜色-A simple drawing program, with MFC programming can be realized simply draw a straight line, circle, ellipse, dashed, etc., can change the line color
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-19
    • 文件大小:5182905
    • 提供者:刘朝阳
  1. MFCDraw

    0下载:
  2. MFC实现简单的画图应用程序,具体功能为画直线,画曲线,矩形,圆等-MFC drawing simple application specific functionality for painting line, curve, rectangle, circle, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2788346
    • 提供者:周大海
  1. graphics

    0下载:
  2. 计算机图形学的程序,mfc,包括画直线,圆,多边形,图形的平移对称,颜色填充,裁剪以及三维显示等-Computer graphics program, mfc, including painting straight lines, circles, polygons, graphics translational symmetry, color fill, cropping and three-dimensional display
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:144085
    • 提供者:钟虎
  1. Windows下附件中的画图软件

    3下载:
  2. 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格
  3. 所属分类:GDI/图象编程

  1. Draw

    0下载:
  2. 该代码用MFC实现了一个画图程序,类似于windows中自带的画板功能。能够写字、画直线、圆、椭圆、调整颜色、画笔粗细等功能,是练习MFC以及画图程序常用函数的例子。-The code to use MFC to achieve a drawing program, the sketchpad function similar to Windows.Able to write, draw a straight line, round, oval, adjust color, brush size
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-09
    • 文件大小:2027677
    • 提供者:likaimin
  1. 1111

    0下载:
  2. MFC交互式画直线和圆,DDA算法,中点画线算法-MFC interactive draw a straight line and circle DDA algorithm, the dotted line algorithm
  3. 所属分类:GIS program

    • 发布日期:2017-04-30
    • 文件大小:57782
    • 提供者:zqy
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com