登录
首页 » Visual C++ » MyOpenGL

MyOpenGL

于 2011-04-01 发布 文件大小:44KB
0 236
下载积分: 1 下载次数: 1

代码说明:

说明:  利用OPENGL实现三维显示,包括读入OBJ数据进行平移旋转缩放等操作(3D VIEW)

文件列表:

MyOpenGL
........\MainFrm.cpp,2509,2010-09-19
........\MainFrm.h,1581,2010-09-19
........\Model.h,5757,2010-09-20
........\MyOpenGL.aps,43468,2010-09-20
........\MyOpenGL.clw,2269,2010-09-20
........\MyOpenGL.cpp,4150,2010-09-19
........\MyOpenGL.dsp,4730,2010-09-20
........\MyOpenGL.dsw,541,2010-09-19
........\MyOpenGL.h,1378,2010-09-19
........\MyOpenGL.ncb,74752,2010-09-20
........\MyOpenGL.opt,53760,2010-09-20
........\MyOpenGL.plg,2065,2010-09-20
........\MyOpenGL.rc,11107,2010-09-20
........\MyOpenGLDoc.cpp,1782,2010-09-19
........\MyOpenGLDoc.h,1497,2010-09-19
........\MyOpenGLView.cpp,12947,2010-09-20
........\MyOpenGLView.h,2904,2010-09-20
........\ReadMe.txt,4359,2010-09-19
........\res

........\...\MyOpenGL.rc2,400,2010-09-19


........\resource.h,736,2010-09-20
........\StdAfx.cpp,210,2010-09-19
........\StdAfx.h,1158,2010-09-20

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

发表评论

0 个回复

  • GDIwin32
    GDI win32实例,里面包含了一个GDI实现透明窗口的实例
    2016-07-11 15:51:40下载
    积分:1
  • dllregshex_src
    使用Shell扩展Register/Unregister一个带Com/ATL对象的DLL文件(Using shellext to register and unregister a DLL with Com/ATL object)
    2020-11-05 11:39:52下载
    积分:1
  • Ymodem
    Ymodem Send and Receive functionality can be used in bootloders.
    2020-07-23 17:28:44下载
    积分:1
  • Tde
    模拟正弦信号计算互相关时延,利用对两信号进行互相关函数的计算来找出互相关系数的最大值,从而计算出两段波形相同的信号的时延(Analog sinusoidal signal delay calculation of the cross-correlation)
    2013-05-22 11:25:45下载
    积分:1
  • mysqltest
    在VS2010开发环境下开发,可进行数据库的连接、查询、插入、删除,适合初学者学习。(VS2010 development environment under development, database connection, query, insert, delete, suitable for beginners to learn.)
    2013-04-12 09:30:34下载
    积分:1
  • AnimateWindow
    AnimateWindow实现动画窗口,可参考实现各种窗口出现方式,适合VC初学者(AnimateWindow animation window, can refer to the realization of a variety of window mode, suitable for VC beginners)
    2016-03-05 15:18:16下载
    积分:1
  • Web-application-source-code
    使用Visual C++ 或Visual Studio集成开发环境与Socket API,使用C++编程语言,设计并实现了一个简单的点对点的多线程网络聊天软件,使用多线程实现数据的收发(Using Visual c++ or Visual Studio integrated development environment and the Socket API, using c++ programming language, designed and implemented a simple point-to-point multi-threaded network chat software, using multi-threaded send and receive data )
    2020-07-04 14:20:01下载
    积分:1
  • HuffmanTree
    该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4) P:打印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5) T:打印哈夫曼树(Tree printing)。将已在 中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。 (The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
    2013-06-21 13:45:16下载
    积分:1
  • Magic Strtree
    说明:  我自己写的 将动态 字符串解析到CTreeCtrl。以前是为了 写道数据库,不用XML,为了不麻烦。就 用 VC 写了一个 这个 这个,希望大家可以用到(I wrote it myself dynamic string parsing to CTreeCtrl. Previously wrote to the database, not XML, in order not to trouble. On the VC was a um, hope that we can use!)
    2005-09-12 09:27:10下载
    积分:1
  • Drawing-Panel
    初级的画板,适合C#初学者,我是在老师布置作业以后编写的,我也刚学习C#,感觉初学者可以看一下(Primary drawing board, for C# beginners, I was prepared after the teacher assignments, and I just learn C#, beginners can look at feel)
    2011-11-17 19:52:40下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载