CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - mfc对话框

搜索资源列表

  1. 二维图像三维显示

    0下载:
  2. 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:106574
    • 提供者:张立强
  1. threedmesh

    0下载:
  2. 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:105860
    • 提供者:周立
  1. MyDialogyOpenGL

    0下载:
  2. 一个基于MFC对话框的Opengl程序,给出了使用一般VC++开发基于MFC的Opengl的框架。-an MFC dialog on the Opengl procedures, given the use of general VC-based MFC Opengl framework.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:29084
    • 提供者:ml
  1. MFC_OpenGL

    0下载:
  2. 制作一个基于MFC对话框的OpenGL类 基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11514
    • 提供者:liugao
  1. open_win32_class

    0下载:
  2. 今天写了个基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。-today was based MFC dialog OpenGL categories : COpenGL, in the dialog box procedure can use OpenGL, and provided a full-screen and full-screen-two conversion functions, ea
  3. 所属分类:OpenGL

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

    0下载:
  2. 一个基于MFC对话框的opengl类 word文档-A class based on MFC dialog opengl word document
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:8891
    • 提供者:王晓波
  1. mfc-and-opengl

    0下载:
  2. 该代码适用于vc++环境下,并在mfc对话框下用opengl仿真,这对于初学计算机图形的学者来说,是容易上手的!-The code for vc++ environment, and use opengl mfc dialog box under the simulation, which for a scholar beginning computer graphics, it is easy to use!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-18
    • 文件大小:5311576
    • 提供者:ltx
  1. MyDlgOpenGL

    0下载:
  2. 基于MFC对话框的OpenGL框架,在框架中OnPint()函数中添加需要绘制图形的代码就可以在对话框上显示图形。-OpenGL MFC dialog-based framework, in the framework OnPint () function add the code needed to draw graphics on the dialog box can display graphics.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:1925469
    • 提供者:宋杰
  1. Rubiks-Cube-Solver

    0下载:
  2. 这是Windows基于对话框的应用程序,在Visual C++ / MFC的环境下,得到了一个杂乱的鲁比克魔方的显示步骤。一个魔方的配置可以由一个二维视图表示。 3D视图采用的是OpenGL技术。-This is a windows Dialog based application written in Visual C++/MFC that solves a scrambled Rubik s cube, showing the steps. A Rubik s cube configurat
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:295533
    • 提供者:yuanye
  1. TestImageViewMFC

    0下载:
  2. 功能:显示栅格数据 特点: 1 通过GDAL读取栅格数据 2 在MFC对话框上创建OpenGL窗口 3 在OpenGL窗口中显示栅格数据-Function: display raster data features: 1 raster data via GDAL read 2 to create OpenGL in MFC dialog window to display the window in OpenGL 3 raster data
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1429624
    • 提供者:吴迪
  1. MFCDialogOpenGL

    0下载:
  2. 基于MFC对话框类的opengl框架,方便不同读者的学习-Opengl framework based on MFC dialog class to facilitate the learning of different readers
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:3611
    • 提供者:陈大军
  1. OpenG-Draw-Mesh

    0下载:
  2. 功能:显示栅格数据 特点: 1 通过GDAL读取栅格数据 2 在MFC对话框上创建OpenGL窗口 3 在OpenGL窗口中显示栅格数据-Function: display raster data features: read by GDAL raster data to create OpenGL window in MFC dialog in the OpenGL window display raster data
  3. 所属分类:OpenGL program

    • 发布日期:2015-09-08
    • 文件大小:1430528
    • 提供者:叶冬荣
  1. OpenGL_With_MFC_

    0下载:
  2. Nehe的OPENGL教程第六课用MFC对话框实现-Nehe OPENGL tutorials sixth lesson MFC dialog
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-01
    • 文件大小:24298190
    • 提供者:桑夏艾
  1. opengl

    0下载:
  2. 实现opengl与vc++MFC对话框的连接;实现一些基本的鼠标和键盘对opengl的操作;实现一些串口通信操作-Opengl realize the connection with vc++MFC dialog achieve some basic mouse and keyboard operation opengl achieve some serial communication
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4369536
    • 提供者:lht
  1. erqwer

    0下载:
  2. 实现opengl与vc++MFC对话框的连接;实现一些基本的鼠标和键盘对opengl的操作;实现一些串口通信操作-Opengl realize the connection with vc++MFC dialog achieve some basic mouse and keyboard operation opengl achieve some serial communication
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:9090676
    • 提供者:lht
  1. xuanze

    1下载:
  2. 关于对话框opengl关联程序 单击mfc对话框中的按钮,显示另一个MFC用OpenGL绘图-About dialog box, click the associated program opengl mfc dialog button to display another MFC with OpenGL graphics
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2298937
    • 提供者:lht
  1. Opengl_dialog

    0下载:
  2. 在vs2008平台下创建的基于mfc对话框模式的OpenGL框架,很简单~-Mfc dialog mode of OpenGL-based framework in vs2008 platform created very simple ~
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-24
    • 文件大小:3452836
    • 提供者:常江
  1. OpenGL-MFC

    0下载:
  2. 基于对话框的OpenGL的程序搭建包括源程序和word文档说明-The OpenGL graphics program based on the dialog box
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:3920030
    • 提供者:屈贺威
  1. TestMessage

    0下载:
  2. 实现MFC对话框+OpenGL编程,在MFC对话框中创建OpenGL绘图窗口,获取窗口鼠标点击位置,实现实时绘图。-MFC dialog box to achieve+OpenGL programming, in the MFC dialog box to create OpenGL drawing window, access to the mouse click the window position, real-time mapping.
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-26
    • 文件大小:59833344
    • 提供者:徐阳辉
  1. Line

    1下载:
  2. 在MFC中建立OpenGL使用环境, 设置菜单和对话框,,编写直线扫描转换的核心代码(Build OpenGL environment in MFC, set menus and dialog boxes, and write the core code of line scan conversion.)
  3. 所属分类:OpenGL

    • 发布日期:2020-04-01
    • 文件大小:3813376
    • 提供者:wangerre
« 12 3 »
搜珍网 www.dssz.com