登录
首页 » Visual C++ » GLdialogs

GLdialogs

于 2021-03-29 发布 文件大小:446KB
0 85
下载积分: 1 下载次数: 94

代码说明:

  OpenGL程序配置对话框的编写,不同于MFC的对话框,相信看过的人会有启发。(OpenGL configuration dialog box procedure for the preparation, different from the MFC dialog box, I believe people have seen inspiring.)

文件列表:

camera.cpp
camera.h
collision.cpp
collision.h
Dialogs.dev
Dialogs.exe
Docs
....\html
....\....\annotated.html
....\....\camera_8cpp-source.html
....\....\camera_8cpp.html
....\....\camera_8h-source.html
....\....\camera_8h.html
....\....\classCAMERA-members.html
....\....\classCAMERA.html
....\....\classCAMERA.png
....\....\classLIGHT-members.html
....\....\classLIGHT.html
....\....\classLIGHT.png
....\....\classMATRIX-members.html
....\....\classMATRIX.html
....\....\classOBJECT-members.html
....\....\classOBJECT.html
....\....\classOBJECT.png
....\....\classPOLYGON-members.html
....\....\classPOLYGON.html
....\....\classQUAT-members.html
....\....\classQUAT.html
....\....\classTEXTURE-members.html
....\....\classTEXTURE.html
....\....\classVECTOR-members.html
....\....\classVECTOR.html
....\....\classVERTEX-members.html
....\....\classVERTEX.html
....\....\collision_8cpp-source.html
....\....\collision_8cpp.html
....\....\collision_8h-source.html
....\....\collision_8h.html
....\....\doxygen.css

....\....\files.html
....\....\functions.html
....\....\general_8cpp-source.html
....\....\general_8cpp.html
....\....\general_8h-source.html
....\....\general_8h.html
....\....\glfont_8h-source.html
....\....\glfont_8h.html
....\....\globals.html
....\....\hierarchy.html
....\....\index.html
....\....\light_8cpp-source.html
....\....\light_8cpp.html
....\....\light_8h-source.html
....\....\light_8h.html
....\....\locmath_8cpp-source.html
....\....\locmath_8cpp.html
....\....\locmath_8h-source.html
....\....\locmath_8h.html
....\....\main_8cpp-source.html
....\....\main_8cpp.html
....\....\matrix_8cpp-source.html
....\....\matrix_8cpp.html
....\....\matrix_8h-source.html
....\....\matrix_8h.html
....\....\namespaces.html
....\....\namespacestd.html
....\....\object_8cpp-source.html
....\....\object_8cpp.html
....\....\object_8h-source.html
....\....\object_8h.html
....\....\polygon_8cpp-source.html
....\....\polygon_8cpp.html
....\....\polygon_8h-source.html
....\....\polygon_8h.html
....\....\quat_8cpp-source.html
....\....\quat_8cpp.html
....\....\quat_8h-source.html
....\....\quat_8h.html
....\....\shared_8h-source.html
....\....\shared_8h.html
....\....\structCollisionPacket-members.html
....\....\structCollisionPacket.html
....\....\structGLFONT-members.html
....\....\structGLFONT.html
....\....\structGLFONTCHAR-members.html
....\....\structGLFONTCHAR.html
....\....\texture_8cpp-source.html
....\....\texture_8cpp.html
....\....\texture_8h-source.html
....\....\texture_8h.html
....\....\vector_8cpp-source.html
....\....\vector_8cpp.html
....\....\vector_8h-source.html
....\....\vector_8h.html
....\....\vertex_8cpp-source.html
....\....\vertex_8cpp.html
....\....\vertex_8h-source.html
....\....\vertex_8h.html
....\....\winfuncs_8cpp-source.html

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • TTY
    MFC的串口通信程序 能真确运行 经调试后无误(MFC serial communication program can be true and correct after running through debug)
    2010-08-07 18:42:04下载
    积分:1
  • HillCode
    playfair 加密算法的实现,用一个例子做了展示(realize playfair algorithm,use a sample to show the algorithm)
    2012-03-05 16:47:43下载
    积分:1
  • Bowling
    保龄球一局分十轮,每轮可以滚球一次或多次,以击倒的球数为依据得分。(Bowling a Board sub-10, each round can be one or more ball to knock the ball based on the number of scores.)
    2009-12-28 13:32:14下载
    积分:1
  • bmp2jpeg&jpegcoding
    bmp转换为jpeg,jpeg压缩的源代码 程序用vc实现了bmp图片转换成jpeg图片(converted to jpeg bmp, jpeg compression source code procedures used vc realized bmp images converted into jpeg photos)
    2020-11-28 10:29:30下载
    积分:1
  • pq_powerflow
    潮流计算是电力系统稳态分析的重要组成部分,pq分解法是牛拉法的改进。(Power system power flow calculation is an important part of the steady state analysis, P- Q decomposition method is a kind of improvement of cattle rafa.)
    2014-12-25 21:58:59下载
    积分:1
  • rtxdep
    RTX开发包,是RTX内部文件,对于做开发很有用.(rtx dep file)
    2010-01-07 23:08:39下载
    积分:1
  • flow
    用于本科生电力系统稳态分析的潮流计算,本模板以三机九节点为例为例(It can be used as a template of powerflow.(steady-state analysis of power system))
    2015-01-07 21:12:54下载
    积分:1
  • MATLAB-classical-code
    matlab 的经典代码,很实用而且简单,希望能帮助到您(matlab classic code, very practical and simple, hope can help to you)
    2013-01-17 22:23:27下载
    积分:1
  • BTree
    排序二叉树(模板类),主要用于数据排序和查找。已在项目中使用(Sorted binary tree (template class), mainly used for data sorting and searching. Has been used in the project)
    2010-10-09 13:49:44下载
    积分:1
  • C2A4E2_StorageMap5D.h
    Storage Map 5D using macros
    2016-05-12 07:35:37下载
    积分:1
  • 696518资源总数
  • 104554会员总数
  • 21今日下载