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

搜索资源列表

  1. Draw

    2下载:
  2. MFC单文档实现的画图程序,调用API绘制线,园,矩形等图形.-MFC single document to achieve the drawing process, Drawing API call line, park, rectangular graphics and so on.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-12-13
    • 文件大小:37620
    • 提供者:taobao1
  1. Cad_y3.0

    0下载:
  2. 用VC++6.0设计站场平面图绘制CAD系统,提供绘制工具,生成站场数据。通过图形用户界面设计、CAD算法、数据文件操作等,熟悉了MFC画图和控件的基本应用。-Design with VC++6.0 Drawing Station CAD system plans to provide drawing tools, generate data station. Through the graphical user interface design, CAD algorithms, data fi
  3. 所属分类:GDI/图象编程

    • 发布日期:2014-02-15
    • 文件大小:2001330
    • 提供者:于俊锋
  1. Fund3-Draw

    0下载:
  2. 利用MFC编程实现基本画图功能,和打开保存的作用-MFC programming using the basic drawing functions, and to preserve the role of open
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2843974
    • 提供者:需紫涵
  1. DrawWave_SaveAsBmp

    0下载:
  2. MFC双缓冲绘图,正弦波移动,适合工控数据采集.-MFC double buffering graphics, sine-wave movement, suitable for industrial data acquisition.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:32420
    • 提供者:刘元
  1. MyPlot

    0下载:
  2. MFC画图,模仿scrible 设计的简单画图工具,对于初学MFC的同学很有用。-MFC drawing, scrible designed to imitate a simple drawing tool for beginner students MFC useful.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:11757
    • 提供者:huaiying
  1. MFC

    0下载:
  2. 本文讲述了如何在MFC中添加OpenGL框架,分步骤详细简单,适合初学者学习。-/step 3 重新设置像素格式 BOOL CXXXMFCGLView::SetupPixelFormat(HDC hDC) { //重新设置画图窗口的像素格式 static PIXELFORMATDEscr iptOR pfd = { sizeof(PIXELFORMATDEscr iptOR), // size of this pfd 1,
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:7647
    • 提供者:任龙
  1. Draw

    0下载:
  2. 用MFC画图,很好很强大哦 -Paint with MFC
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3622773
    • 提供者:Edsion
  1. MutiTemple

    0下载:
  2. 自己编写的一个VC下应用多文档模板的程序,支持文档模板和画图模板,可以用来学习多文档模板编程。-A mutitemple program can be both used for txt and drawing
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:44168
    • 提供者:观雪尽
  1. TEST

    0下载:
  2. 使用visual c++实现的一个MFC画图程序,输入要画几边形后,点击几次鼠标左键就可生成几边形-Using visual c++ to achieve a MFC Paint program, enter the draw a few-gon, then click the left mouse button you can generate a few hundreds gon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:697111
    • 提供者:zhouchao
  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
    • 文件大小:922217
    • 提供者:李夏婕
  1. DrawDemo

    0下载:
  2. 基于Visual C++的MFC画图程序-Based on Visual C++ Paint program in MFC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-25
    • 文件大小:534556
    • 提供者:卜树川
  1. DrawCircle

    0下载:
  2. 使用VC++2005MFC实现多文档画图-Use VC++2005 MFC multi-document Paint
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:61778
    • 提供者:Dickens
  1. vc

    0下载:
  2. 用vc 做程序,如何画图是一个大家都很关心,但是却感到很难以理解的问题,因为在mfc的封装之下,没有现成的画图函数供 你直接调用,像vb等等里面直接来个 point之类的,常常让人感到无从下手。这两天帮人解决了一个用内存缓冲画图的问题, 顺便也就谈谈这些东西,也算是总结。 -Vc do with procedures, how we are drawing is a concern, but it was very difficult to understand, because u
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:5881
    • 提供者:郭启伟
  1. Style

    0下载:
  2. 一个MFC画图软件,有基本的画图功能,可以画直线,圆,矩形-A MFC drawing software, a basic drawing functions, you can draw lines, circles, rectangles
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:45354
    • 提供者:陈晓明
  1. painteruseMFC

    0下载:
  2. 用纯MFC函数实现画图,选择颜色功能。比较充分的利用面向对象的思想。-use MFC to painter,you can choose the color if you want.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1975093
    • 提供者:魏宾宾
  1. drawcli

    0下载:
  2. 各种画图功能,很强大,基于VC++,MFC等,有利于C++,数据结构的学习-many good codes for photos
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:81164
    • 提供者:gaotian
  1. 87361023DrawPrjPro3

    0下载:
  2. 非常实用的MFC画图程序,有基本的画线画园等给予DDA,BERASH的画法希望大家能喜欢。-MFC Paint program very useful, there is a basic line drawing to painting park DDA, BERASH the painting hope that we can enjoy.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:76775
    • 提供者:sadasdasd
  1. 11

    0下载:
  2. mfc编程技巧,主要介绍mfc画图,很不错的 -mfc programming techniques, introduces mfc drawing, very good
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-25
    • 文件大小:259437
    • 提供者:gms
  1. 22

    0下载:
  2. mfc编程技巧,主要介绍mfc画图,很不错的-mfc programming techniques, introduces mfc drawing, very good
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:33004
    • 提供者:gms
  1. qddown_vc1020345346241

    0下载:
  2. MFC画图源码,可以直接画出点,直线,圆,等图形并且可以设定线条颜色。-Paint MFC source code, can draw points, lines, circles, and other graphics and can set the line color.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:98965
    • 提供者:gfh
« 1 2 3 45 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com