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

搜索资源列表

  1. 几何变换

    0下载:
  2. 计算机图形学的几何变换,是用VC++的MFC写的-computer graphics geometric transformation is the use of VC + + MFC write
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:31359
    • 提供者:ddd
  1. 扫描线填色

    1下载:
  2. 计算机图形学的区域填充程序,是用VC++的MFC编写的-computer graphics regional filling process, with VC + + MFC prepared
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:33989
    • 提供者:ddd
  1. 直线剪裁

    1下载:
  2. 计算机图形学的区域填充程序,是用VC++的MFC编写的-computer graphics regional filling process, with VC + + MFC prepared
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:25945
    • 提供者:ddd
  1. visual c++.net应用编程150例

    2下载:
  2. 本书主要是为具有一定Visual C++应用基础的读者编写的,全书通过150个实例,全面、深入地介绍了利用Visual C++ 6.0开发应用程序的常用方法和技巧。全书共分为6章,主要讲解了Visual C++.net中界面效果、图形图像处理、文件与系统功能控制、控件应用与MFC编程、数据库开发等内容。这些实例简单实用、典型性强、功能突出,很多实例使用的技术可以解决一类问题,读者在掌握实例中的技术或技巧后,使用这些技术可以试着实现更复杂的功能、应用到更多方面。-the book is certa
  3. 所属分类:Windows编程

    • 发布日期:2014-01-21
    • 文件大小:1661980
    • 提供者:刘建国
  1. 简单的绘图系统

    0下载:
  2. 一个绘图程序,可以在窗口中绘制圆、椭圆、矩形、直线等基本图形,是在VC++中的MFC中编写的-a drawing program can be drawn in the window round, oval, rectangular, linear basic graphics, the Visual C + + in the preparation of the MFC
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:42073
    • 提供者:ddd
  1. 绘制绘图&曲面系统

    0下载:
  2. 一个绘图系统,可以绘制简单的基本的图形,也可以显示Bezier等基本的曲面,是用VC++的MFC编写的-a mapping system that can draw simple basic graphics, can also show that the basic Bezier curves, and is using VC + + MFC prepared
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:63572
    • 提供者:ddd
  1. 8433028879

    0下载:
  2. 一款类似photoshop的图形处理软件,利用vc mfc编程的数字图象处理工具。极其精彩!-new graphics software, using vc mfc programming digital image processing tools. Very exciting!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:174274
    • 提供者:姚朝强
  1. assigment1

    0下载:
  2. 分形树,与其他图形学功能,使用opengl/mfc编程,适合图形学初学者学习-fractal tree, and other graphics functions, the use opengl / mfc programming, graphics suitable for beginners learning
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:89067
    • 提供者:cwj
  1. 示波器VC源代码

    0下载:
  2. 绘制示波器的C代码源程序,举例说明mfc图形绘制过程-mapping oscilloscope C source code, illustration mfc graphics rendering process
  3. 所属分类:界面编程

  1. MfcFirst

    0下载:
  2. 一个简单的运用OpenGL函数绘图的程序,主要介绍了在MFC里使用opengl的函数画一个矩形-a simple function of OpenGL graphics application procedures introduced in opengl MFC using a painting of a rectangular function
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:37525
    • 提供者:zsl
  1. mfctab

    0下载:
  2. MFC Graphics Tablet Test Application
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:74293
    • 提供者:丁丁
  1. OpenGL.rar

    0下载:
  2. 创建一个基于MFC 的Single Document 应用程序,利用OpenGL 进行图形的绘制: 1.实现OpenGL 绘图环境和Windows 绘图环境兼容。 2.利用OpenGL 绘图函数进行一些基本图形如直线、多边形的绘制。 3.利用OpenGL 设置图形的颜色。 ,Create a Single Document in MFC-based applications, using OpenGL for graphics rendering: 1. Achieve OpenGL g
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-25
    • 文件大小:1613
    • 提供者:溺所至
  1. sken

    0下载:
  2. 基于MFC和OpenGL三维图形的开发,基本框架的建立以及基础程序的实现。-MFC and OpenGL three-dimensional graphics based on the development, the basic framework for the establishment and implementation of basic procedures.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:12129
    • 提供者:曹紫建
  1. Menu

    0下载:
  2. 关于vc6.0的菜单界面设计的源代码,菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CS
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1936776
    • 提供者:谢霆锋
  1. GraphicsCutting.rar

    0下载:
  2. 用MFC实现对图形的裁剪过程,了解图形裁剪的算法。,Using MFC to realize graphics cutting process, cutting the algorithm to understand graphics.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:60978
    • 提供者:李兴泽
  1. xiaolian.rar

    0下载:
  2. 使用MFC画了一个笑脸,有三角椭圆等图形构成,比较简单,The use of MFC, a smiling face painting, and graphics, such as triangular oval consists of relatively simple
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:25880
    • 提供者:张龙
  1. OBJLoader

    0下载:
  2. 以vc++ 6.0为平台,建立MFC程序,实现OPenGL加载obj文件,并实现图形的旋转,移动,缩放,鼠标左键旋转,右键移动,中键缩放-To vc++ 6.0 as a platform to create the MFC program to achieve OPenGL load obj files, and graphics to achieve the rotation, moving, scaling, rotating the left mouse button, right mo
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2439711
    • 提供者:小手一拿
  1. MFCDrawCircle

    0下载:
  2. MFC图形编程,画圆mfc使用,供大家学习,希望能帮助大家。-MFC graphics programming, round mfc use, for everybody to learn, want to help you.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-05
    • 文件大小:23096
    • 提供者:23432
  1. Graphic

    0下载:
  2. VC++基于MFC中,综合图形绘制,设置,颜色对话框,位图显示等-Graphics drawing, Settings, color dialog, bitmap display
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-21
    • 文件大小:6563812
    • 提供者:曾伟
  1. Detailed-notes-C-P-P-in-depth

    0下载:
  2. C++深入详解笔记 Lesson1: Windows程序运行原理及程序编写流程 Lesson2: 掌握C++基本语法 Lesson3: MFC框架程序剖析 Lesson4: 简单绘图 Lesson5: 文本编程 Lesson6: 菜单编程 Lesson7: 对话框编程 Lesson9: 定制应用程序的外观 Lesson10: 绘图控制 Lesson11 图形的保存和重绘 Lesson12 文件操作 Lesson 13: 文档串行化 Les
  3. 所属分类:Windows Develop

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