登录
首页 » Visual C++ » MyOpenGL

MyOpenGL

于 2011-04-01 发布 文件大小:44KB
0 295
下载积分: 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 个回复

  • GIS
    说明:  这就是陈建春的《用Visual C++开发GIS系统》的配套代码。 用来给初学者熟悉VC++图形编程很不错,我当初学MFC的时候就是照着这本书上手的。但作为一个GIS系统来说缺少一些必要的 要素,比如大数据量的管理、空间索引、符号化、投影等等等等等。以现在的眼光看来整个系统的架构设计也不是太好。 这本书再版后改名为《矢量图形系统开发与编程》,内容变化不大("using Visual C development of GIS systems" supporting code. For beginners to the VC familiar with graphical programming quite well, and I had the time to learn MFC is shining on this book in the business. But as a GIS systems lack the necessary elements, such as the large amount of data management, spatial indexing, symbols, such as projectors, etc.. Now the point of view of the entire system architecture design is not too good. This book reprinted later renamed as "vector graphics systems development and programming", little change)
    2006-03-07 12:45:39下载
    积分:1
  • rfid
    从实验箱中读取在数据收集到数据库sqlite3(get data rifd uhf)
    2013-11-20 09:48:48下载
    积分:1
  • smal
    SMAL是short message abstract library的缩写,是由风起水流软件工作室(www.zealware.com)开发的一个支持短信网关系统开发的C++底层抽象接口库,通过对移动、联通、网通、电信等运营商使用的各种短信协议和底层通信的抽象封装,SMAL实现了一个高度自适应的短信协议栈,包括CMPP,SGIP,SMPP,SMGP,CNGP,EMPP等短信协议,同时可以很方便地在上面扩展实现新的协议和自定义的内部协议等。 SMAL目前支持的协议包括中国移动的CMPP2.0,CMPP3.0,中国联通的 SGIP1.2, SGIP1.2修订版,中国电信的SMGP2.0,SMGP3.0,中国网通的CNGP2.0,和国际标准SMPP3.3,SMPP3.4,以及企信通协议EMPP等。(SMAL is a short message abstract library acronym by wind currents from studio software (www.zealware.com) to develop a support system developed by SMS Gateway C++ Underlying abstract interface library, through the Mobile, Unicom, Netcom and telecommunications operators using a variety of messaging protocols and the bottom of the abstract communications package, SMAL achieve a highly adaptive messaging protocol stack, including the CMPP, SGIP, SMPP, SMGP, CNGP, EMPP such as SMS agreement, at the same time can be easily above the realization of the new agreement to expand and customize the internal agreement. SMAL currently supports the agreement, including China Mobile CMPP2.0, CMPP3.0, China Unicom SGIP1.2, SGIP1.2 revised edition, China Telecom SMGP2.0, SMGP3.0, China Netcom CNGP2.0, and international Standard SMPP3.3, SMPP3.4, as well as enterprises, such as ICT EMPP agreement.)
    2009-01-05 22:45:41下载
    积分:1
  • polynomial
    实现一个多项式类,特别之处在于使用了容器list。(The realization of a polynomial class, especially because the use of the container list.)
    2010-06-08 19:39:02下载
    积分:1
  • Virtual-screen-and-realization-
    Visual C++语言提供了虚屏功能,利用它及Windows GDI图形函数,可编制出功能强大的图形处理程序。虚拟屏幕的原理是,首先定义一个虚拟设备描述表及一块位图象数据区,将本应在实际窗口的绘画处理转移到此图象数据区(这块图象数据区功能相当于视频存储区),绘画操作完成后可通过图象传递,将结果弹出到可视窗口。许多Windows环境的图形处理或CAD系统都采用了这种技术。如GIS软件Mapinfo、AutoCAD for Windows等,它们的图形操作功能如开窗、漫游等的基础都是建立在虚屏基础上,并且将操作界面都作成工具窗(一种特殊的窗口,客户区内规则地排列着图象按钮响应操作代码)的形式,直观、灵活且便于用户选择操作。VC++的CDC类、CBitmap类封装了对虚屏的操作,利用类的继承性,也可很容易的实现工具窗。(Visual C++ provides a virtual screen function, use it, and Windows GDI graphics functions, can be prepared in a powerful graphics program. The principle of the virtual screen, first define a virtual device description table and a bit image data area, the present should be transferred in the actual window painting processing of this image data area (this image data area function equivalent to the video memory area ), after the completion of the painting operation can be passed through the image, the results of the pop-up to the visible window. Graphics or CAD system for many Windows environment using this technology. GIS software Mapinfo, AutoCAD for Windows and other graphics operations functions such as windows, roaming the foundation are built on the basis of the virtual screen, and the operator interface made ​ ​ tool window (a special window, the client area regularly arranged in the form of image button in response to the operation code), intuitive, flexible and user-fri)
    2012-11-29 00:55:11下载
    积分:1
  • iCordSource2
    这是一个屏幕录制源代码,可以很清楚地录制计算机屏幕,用VC++编写的(This is a screen recording source code, can clearly record the computer screen, written in VC++.)
    2020-06-16 10:40:01下载
    积分:1
  • VendorDeviceIDsExample
    获得Nvidia显卡生产商信息和Device ID的小程序(was Nvidia card maker Device ID information and the small program)
    2006-07-06 14:24:01下载
    积分:1
  • adboard
    多媒体播放程序,可以播放图片,影片,网页。(Multimedia player, you can play pictures, videos, web pages.)
    2013-04-04 08:05:04下载
    积分:1
  • WINDOWSNetWork
    说明:  windows网络编程艺术,适合网络开发程序员看(windows network programming art, web development programmers look for)
    2010-04-09 10:49:19下载
    积分:1
  • VCGYK
    这是GYK轨道车控制运行设备测试系统的 界面选择程序,简单实用,情放心实用(This is GYK railcar control operation of the equipment interface test system selection process, simple and practical)
    2014-02-12 14:56:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载