登录
首页 » Visual C++ » GLdialogs

GLdialogs

于 2021-03-29 发布 文件大小:446KB
0 163
下载积分: 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 个回复

  • hmmcodeandarticle
    用hmm实现的人脸识别及其文档,转自国外网站(hmm use face recognition and realization of the documents, decanted from overseas sites.)
    2006-10-16 09:09:27下载
    积分:1
  • Circle_Picture
    这是一个简单的画圆功能,主要让用户学会如何利用Windows提供的画图工具,用户单击鼠标右键则会弹出对话框选择线宽,在菜单上也设计了圆的颜色选择菜单。(This is a simple function of the Circle. mainly for users to learn how to use Windows for the drawing tools, Users right-click pop-up dialog box will be chosen linewidth, the menu also designed a circular color choice menu.)
    2007-06-03 09:44:30下载
    积分:1
  • chengxu
    基于C语言编写一个程序,实现将存放在文件中的学号、姓名、电话等信息读出并显示出来。(Write a program based on the C language, the implementation will be stored in a file number, name, telephone and other information is read out and displayed.)
    2015-12-07 18:02:46下载
    积分:1
  • astar
    A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. (A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G values ​ ​ are regarded as 0) 2, repeat the the following steps: to Find a the has a the the smallest F value of the node in the the and opening up list of, and put Find a to the node as the current node current node is removed from the open list, added to the closed list.)
    2013-04-04 11:06:42下载
    积分:1
  • genetic-algorithm
    遗传算法,用matlab来实现,图像美观,更接近真实数据(Genetic algorithm, using matlab to achieve, beautiful images, closer to the real data)
    2013-10-16 22:43:03下载
    积分:1
  • qzxing源码
    qzxing源码  包含源代码 测试用例,及测试图片,对于从事图像识别的人来说,好用,qzxing在linux下开发,可方便的移至到vs2010
    2022-03-18 06:12:00下载
    积分:1
  • FastCommunity_w_GPL_v1.0.1
    语义词典,单词相似度匹配,字典专业术语本体匹配项目 概念结点 相似度匹配 (Semantic dictionary )
    2011-11-24 13:43:53下载
    积分:1
  • sushu
    实现了素数的拆分和。只是很简单,没写麻烦的,复杂的可找我,呵呵(Realized primes splitting and. Very simply, I did not write cumbersome and complicated to find me, Oh)
    2013-06-19 23:08:00下载
    积分:1
  • saomiaoxian
    这是一个扫描线种子填充算法的程序,这个程序的演示效果不错(This is a scan line seed fill algorithm program, this program demonstrates good results)
    2020-06-30 20:40:02下载
    积分:1
  • medfcm
    用于医药行业的fcm编程,用c++编的,个人感觉很好!(The FCM for the pharmaceutical industry programming with c++ Series, personal feel good!)
    2008-06-01 19:43:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载