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

搜索资源列表

  1. Capture2Dlg

    0下载:
  2. 在MFC程序中显示JPG/GIF图像如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没 -in MFC process shows JPG / GIF image if you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1347
    • 提供者:richard
  1. Capture22

    0下载:
  2. 在MFC程序中显示JPG/GIF图像如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没 -in MFC process shows JPG / GIF image if you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:783
    • 提供者:richard
  1. Picsourcecode

    0下载:
  2. 一个简单的图形编辑器,运用MFC编写,可以对图片进行反色,拉伸等功能。-a simple graphics editor, using MFC prepared to be an anti-color photographs, drawing, and other functions.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:307911
    • 提供者:Melody
  1. heapArrange

    1下载:
  2. 此程序实现了堆排序,并且使用了MFC的图形界面,非常实用-this program achieved a heap sort, and the use of the MFC graphics interface, very useful
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:56494
    • 提供者:林林
  1. spirialMFC

    0下载:
  2. 本例通过绘制螺旋图案描述了如何用VC++绘制MFC图形程序。适合学习MFC图形编程的初学者学习。-cases by mapping the spiral patterns described how MFC with VC graphics rendering procedures. MFC for learning graphical programming beginners learning.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:43045
    • 提供者:zhang
  1. mccombobox

    0下载:
  2. vc++,MFC,GDI 绘图程序,一个绘制简单图形的软件.-vc, MFC, GDI drawing procedure, a simple graphics rendering software.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:22138
    • 提供者:张超
  1. 3Dpage

    0下载:
  2. 这是用c++ 、mfc,而不用opengl,模拟3d 函数作图的一个例子,是理解计算机图形学的很好的程序.-c, mfc, without opengl, 3d simulation of a mapping function examples, understand very well the computer graphics procedures.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:22561
    • 提供者:焦堂生
  1. dbxdtc321123

    0下载:
  2. 计算机图形学:多边形的填充。有详细的文档说明,用MFC编写,具体内容见文档-computer graphics : polygon filling. A detailed document that the preparation of MFC with specific contents see documents
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:78238
    • 提供者:Snake
  1. Painter12345

    0下载:
  2. MFC图形任意制作 超爽-MFC arbitrary graphics production-Shuang
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2074
    • 提供者:马非
  1. GandyDraw_MFC

    1下载:
  2. 一个简单的交互式绘图程序(MFC) 可以选择图形的种类(直线、折线、矩形、[椭]圆、多边形及对应的填充图形)、绘图颜色(使用颜色公用对话框)、笔的粗细和风格、填充模式(包括填充颜色[与图案])、背景模式与颜色; 可以动态拖动绘图,并显示鼠标当前位置坐标以及拖动矩形的大小; [可以用选择的字体、大小和颜色(使用字体公用对话框)在指定的位置按指定的对齐方式来输出文字串; 可以清屏(调用CWnd类的函数Invalidate()或用背景色画填充客户区矩形)、可以按Esc键取消正在进行的绘
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1120841
    • 提供者:剣心
  1. Draw

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

    • 发布日期:2008-10-13
    • 文件大小:31320
    • 提供者:中国
  1. Graphic

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

    • 发布日期:2008-10-13
    • 文件大小:80610
    • 提供者:中国
  1. Code

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

    • 发布日期:2008-10-13
    • 文件大小:48097
    • 提供者:王兰
  1. CGFramework

    0下载:
  2. mfc 进行绘图的一个平台。 CGFramework is an auxiliary framework for some homework in the course of Computer Graphics. It aims at shielding the students from complex windows programming issues, and helps them focus on the graphics algorithms, rather than some
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3750591
    • 提供者:youngking
  1. UseDrawFunc

    1下载:
  2. 一个使用MFC实现的绘图板程序-use an MFC graphics board procedures
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:53946
    • 提供者:葛鑫
  1. DrawGraphics(原)

    0下载:
  2. 图形学画图MFC实现 可以画点画线-graphics drawing MFC can painting dotted line
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:218536
    • 提供者:
  1. mfc3DFONT

    0下载:
  2. mfc图形文字识别转换-mfc graphics conversion Character Recognition
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:69314
    • 提供者:方程
  1. pgllib_src

    0下载:
  2. PGL is a library that encapsulates plot capabilities in a MFC project for VC6 and VC7. It is designed to be able to easily plot data generated in a project without the need of any external software. In fact, with CView and CDialog derived classes, yo
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:337714
    • 提供者:xiongjie
  1. 视图变换

    0下载:
  2. 计算机图形学中的视图变换程序,是用VC++中的MFC编写的-computer graphics View transform the process, with VC + + MFC prepared
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:28772
    • 提供者:ddd
  1. 坐标系变换

    0下载:
  2. 计算机图形学中的坐标系变换的程序,是用VC++中的MFC编写的-computer graphics, which coordinates the transformation process, with VC + + MFC prepared
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:27539
    • 提供者:ddd
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 32 »
搜珍网 www.dssz.com