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

搜索资源列表

  1. paint

    0下载:
  2. 一个用MFC开发的画图程序,实现了画简单图形功能-A drawing program developed with MFC, draw simple graphics capabilities
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-27
    • 文件大小:249920
    • 提供者:成玉
  1. eraseline

    0下载:
  2. MFC实现绘制可伸缩橡皮线的功能,按下左键开始绘制,松开绘制完成。-MFC draw retractable rubber line, press the left mouse button to start drawing, release the drawing is completed.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-23
    • 文件大小:1925990
    • 提供者:赵雪
  1. draw-line

    0下载:
  2. C++工程 在MFC中绘制线段 DDA画线法, 中点画线法等-C++ works draw lines in MFC
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:1937014
    • 提供者:郭家玮
  1. draw

    0下载:
  2. 这是一个用MFC编写的绘制泡泡程序,其中左键生成泡泡,右键可以使泡泡移动-This is a program written in MFC drawing bubbles, which generate bubbles left, right can make the bubble moves
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-21
    • 文件大小:1961700
    • 提供者:pyy
  1. MFC-call-OpenGL-graphics

    0下载:
  2. MFC调用OpenGL编程,通过OpenGL在客户区画一个长方体,可以旋转,放大并且缩小-MFC Calling OpenGL programming, via OpenGL to draw a rectangle in the client area, you can rotate, enlarge and shrink
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:2329406
    • 提供者:李明
  1. Ex3_1

    0下载:
  2. mfc绘制图片 适合初学者 入门级 简单实用 书上必修内容-mfc绘制图片 适合初学者 入门级 简单实用 书上必修内容 MFC draw pictures for beginners entry level is simple and practical book on the required content
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1933237
    • 提供者:xhy
  1. Draw

    0下载:
  2. VC++/MFC绘制图形,实现会制读取,鼠标移动可以捕捉节点,大家可以看看! -VC++/MFC graphics rendering, implementation of reading, mobile mouse can capture node, you can have a look!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-23
    • 文件大小:8282
    • 提供者:杨洪达
  1. drawpoint

    0下载:
  2. mfc绘制椭圆、折线、直线等其他几何图形-mfc draw an ellipse, polylines, lines and other geometric shapes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:45170
    • 提供者:倪莹
  1. Draw

    0下载:
  2. 简单的MFC编程,实现画随机点,线,矩形等-Simple MFC programming, random draw points, lines, rectangles, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1950781
    • 提供者:李丽
  1. MFC-Draw-Tools

    0下载:
  2. 类似于系统画图工具,进行多种功能的图形绘画,有画彩虹,鱼泡泡等-Similar to the system drawing tool for a variety of functions graphic paintings, has painted rainbow, fish, bubbles, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-20
    • 文件大小:5850867
    • 提供者:马美芹
  1. Testview

    1下载:
  2. MFC绘制坐标轴,可以实现简单的坐标绘制功能-MFC draw xyz
  3. 所属分类:TreeView

    • 发布日期:2017-06-15
    • 文件大小:24031796
    • 提供者:ff
  1. Draw

    0下载:
  2. 使用mfc在工作区画图,包括画刷的修改-Drawing in the work area using mfc, including painting brush modifications, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1944735
    • 提供者:Dawn
  1. ScanPolygon

    0下载:
  2. 利用mfc画多边形,并且能实现填充功能,不是扫描线填充,而是自动填充-Using mfc draw polygons, and can achieve filling function, not the scan line fill, but the auto-fill
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9068564
    • 提供者:何俊尉
  1. Draw

    0下载:
  2. MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis on how to use ClassWizard,, the message sent to the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:38330
    • 提供者:zzs
  1. circle-MFC

    0下载:
  2. 连接一个圆的圆周亮点之间的线段称为弦。计算在圆周上分布有N个点的园内,有多少条弦? 弦的计算绘图程序功能要求 (1)绘制一个大圆圈 (2)依次在圆周上分布2~20个点,在任意两点之间绘制弦。 (3)画出绘画效果,并计算和显示出弦的个数。 (4)如果从某个点出发,可以一笔画出这个构建的图形吗?记住,在绘制过程中可以重复经过点,但不可以重绘边。 -Bright circumference of a circle connecting between the chord lin
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1949470
    • 提供者:小周
  1. Draw

    0下载:
  2. 用MFC编写的手动画线程序,点击鼠标即可在窗口中画出线段。-MFC prepared with animated line program, click the mouse to draw lines in the window.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3270485
    • 提供者:李宗泽
  1. Draw

    0下载:
  2. 此程序是绘图MFC 是专门画出扇形图的程序,用鼠标左键可以简单绘图~-This program is drawing MFC is designed to draw a pie chart of the program, with the left mouse button can simply drawing ~
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1917653
    • 提供者:陈彦冠
  1. MFC-drawing

    0下载:
  2. MFC做的画图软件 只能画直线 还有待改进 适合初学者 -MFC do draw a straight line drawing software can be improved for beginners look
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3279456
    • 提供者:张哥
  1. Draw-lines

    0下载:
  2. 画线软件 MFC做的 进入界面 就可以画线 可以画各种图形 重点是控制好鼠标-MFC do draw the line into the interface software can draw lines can draw various graphics focus is to control the mouse
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2319119
    • 提供者:张哥
  1. DRAW

    0下载:
  2. MFC框架下的VC绘图板,包括基本图形的绘制,橡皮擦,铅笔随手画,取色等,包括了鼠标事件,定时器,工具栏和菜单栏的建立,可用于MFC入门级的小程序。-MFC Drawer based on MFC。
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:3763078
    • 提供者:沙源
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 37 »
搜珍网 www.dssz.com