CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - MFC小程序

搜索资源列表

  1. MinGl

    0下载:
  2. 说明如何极小化 OpenGL MFC 应用程序。有了这个模板,读者可以添加自己的 OpenGL 绘制程序。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:37268
    • 提供者:xwtiancai
  1. sierpinski(2Dimension).rar

    0下载:
  2. 该程序是一个二维的Sierpinski镂垫程序,是在VC++MFC环境下利用OpenGL编写的,是一个二维镂垫,采用递归方法,从一个三角形出发,通过对三角形三边平分把它分解成四个三角形,去掉中间那一个三角形,对其余三个三角形重复同样的过程,直到中间那个三角形的面积很小为止。该程序对初学分形理论者可以给予很好的启示。,The program is a two-dimensional Sierpinski gasket procedure is VC++ MFC environment prepar
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:45752
    • 提供者:蒋娟芬
  1. MyRipple

    0下载:
  2. VC++图形学 实现管道图像的小程序 MFC环境-VC++ graphics pipeline image of small programs to achieve environmental MFC
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-19
    • 文件大小:6117858
    • 提供者:
  1. Lotus-Pond-opengl

    0下载:
  2. 用opengl结合MFC做的一个小程序 画了一幅荷塘月色-Opengl with MFC do a small program Painting of a Lotus Pond
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-16
    • 文件大小:25261745
    • 提供者:youthy
  1. GameSub-phaseXX

    0下载:
  2. 这是一个关于推相子的小游戏,非常好玩,非常适合初学MFC的程序员。 -This is a sub-phase on the Selection of small games, very fun, very suitable for novice programmers MFC.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:161431
    • 提供者:钟华
  1. mfc_basic

    0下载:
  2. 在MFC下编写的OpenGL小程序,且为动画效果,是初学OpenGL显示动画效果的比较好的源代码。-MFC prepared in a small OpenGL program and for the animation effects, animation is a beginner effects OpenGL display the source code better.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:2026256
    • 提供者:jamie
  1. roatingball

    0下载:
  2. 一个mfc的应用小程序,使用opengl编写,可以用鼠标拖动圆球转动-A mfc application of small programs, using opengl write, you can drag with the mouse ball rotation
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1983921
    • 提供者:李斌
  1. TableFootball

    0下载:
  2. 用VC++的mfc框架编写的一个OpenGL小程序-VC++ mfc with the preparation of a framework for OpenGL applet
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:578675
    • 提供者:汤姚
  1. Myopengl

    0下载:
  2. mfc小程序,完成的内容是在menu上完成直线的绘制,运行后能看到直线的显示。-vc
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:1931883
    • 提供者:王尚
  1. MyOpenGLfor2D

    0下载:
  2. mfc小程序,内容关于opengl的2d平行投影的显示,意在表现opengl的光照效果。-vc
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3658008
    • 提供者:王尚
  1. MyOpenGLfor

    0下载:
  2. mfc小程序,内容关于opengl的2d透视投影的显示,意在表现opengl的光照效果。-vc
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:56348
    • 提供者:王尚
  1. test

    0下载:
  2. 基于mfc的opengl小程序,主要建立opengl框架,实现了点 圆 线 多边形-The opengl mfc-based applet, mainly built on opengl framework to achieve the point circle line polygon
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1992820
    • 提供者:安红
  1. Sun

    0下载:
  2. 基于MFC的opengl的小程序,立方体的绘制 太阳系的绘制,及旋转-MFC-opengl-based applet, cube mapping the solar system drawing, and rotating
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:1991207
    • 提供者:安红
  1. 3DEditor

    0下载:
  2. MFC多文档基于OPENGL的一个小程序-MFC multi-document based on a small program OPENGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3860346
    • 提供者:凡凡
  1. MyDlgOpenGL

    0下载:
  2. OpenGL初级入门小程序,在VC++6.0环境下,结合MFC编程,实现画出网状球体。-OpenGL primary entry applet under in VC++6.0 environmental combining MFC programming, draw mesh sphere.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:1918254
    • 提供者:zhangsan
  1. DrawTriangle

    0下载:
  2. 一个基于MFC单文档应用程序的OpengGL小程序,可以根据输入的顶点数据生成一个三角形,并可以放大和旋转。-MFC single document-based applications OpengGL small program that can generate a triangle vertex data based on the input, and can zoom and rotate.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:100028
    • 提供者:王文强
  1. ReadObj

    0下载:
  2. 一个可以读取obj文件的小程序...opengl 内核 MFC 框架-a subject to read obj file
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:1599166
    • 提供者:史迪威
搜珍网 www.dssz.com