登录
首页 » Visual C++ » 利用opengl三维显示地理场景 3D DEM

利用opengl三维显示地理场景 3D DEM

于 2010-04-29 发布 文件大小:613KB
0 126
下载积分: 1 下载次数: 13

代码说明:

3D_DEM 利用opengl三维显示地理场景

文件列表:

3D_DEM\scbarg.h
3D_DEM\moon.bmp
3D_DEM\earth.bmp
3D_DEM\DEM.cpp
3D_DEM\Resource.h
3D_DEM\DEM.clw
3D_DEM\ReadMe.txt
3D_DEM\DEMEdit.h
3D_DEM\DEM.h
3D_DEM\scbarg.cpp
3D_DEM\StdAfx.cpp
3D_DEM\DEMEdit.cpp
3D_DEM\ChildFrm.h
3D_DEM\ChildFrm.cpp
3D_DEM\DEM.dsp
3D_DEM\DEMDoc.h
3D_DEM\StdAfx.h
3D_DEM\DEMDoc.cpp
3D_DEM\PointAttrib.cpp
3D_DEM\MapPickAttrib.cpp
3D_DEM\DEM.dsw
3D_DEM\DEM.ncb
3D_DEM\ComboToolBar.h
3D_DEM\GLEnabledView.h
3D_DEM\ViewPort.cpp
3D_DEM\ColorButton.h
3D_DEM\ComboToolBar.cpp
3D_DEM\ColorButton.cpp
3D_DEM\DEMdata.h
3D_DEM\PointAttrib.h
3D_DEM\MapViewAttrib.cpp
3D_DEM\DEMView.h
3D_DEM\OpenGLText.cpp
3D_DEM\DEM.plg
3D_DEM\PointAttribData.cpp
3D_DEM\ViewPort.h
3D_DEM\MapViewAttrib.h
3D_DEM\OpenGLText.h
3D_DEM\PointAttribData.h
3D_DEM\CoolTabCtrl.cpp
3D_DEM\sizecbar.cpp
3D_DEM\sizecbar.h
3D_DEM\CoolTabCtrl.h
3D_DEM\res\DEM.rc2
3D_DEM\res\DEMDoc.ico
3D_DEM\res\DEM.ico
3D_DEM\res\Thumbs.db
3D_DEM\res\arrow_r.cur
3D_DEM\res\harrow.cur
3D_DEM\res\hmove.cur
3D_DEM\res\cursor1.cur
3D_DEM\res\zoomin1.cur
3D_DEM\res\scaletoo.bmp
3D_DEM\res\toolbar1.bmp
3D_DEM\res\bmp00001.bmp
3D_DEM\res\showtool.bmp
3D_DEM\res\earth.bmp
3D_DEM\res\mainfram.bmp
3D_DEM\res\Toolbar.bmp
3D_DEM\FullScreenHandler.cpp
3D_DEM\FullScreenHandler.h
3D_DEM\MainFrm.cpp
3D_DEM\MainFrm.h
3D_DEM\DEM.rc
3D_DEM\DEM.APS
3D_DEM\DEMdata.cpp
3D_DEM\DEMView.cpp
3D_DEM\GLEnabledView.cpp
3D_DEM\DEM.opt
3D_DEM\Debug
3D_DEM\res
3D_DEM\Release
3D_DEM

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

发表评论

0 个回复

  • NetTalk
    一套网络视频电话系统,非常完善,非常漂亮!(A network of video telephone system, a very perfect, very beautiful!)
    2021-01-01 11:38:59下载
    积分:1
  • HanoiFolder
    Given a stack of n disks arranged largest on the bottom to smallest on top placed on a rod, together with two empty rods, the towers of Hanoi puzzle asks for the minimum number of moves required to move the stack one rod to another, where moves are allowed only if they place smaller disks on top of larger disks
    2015-02-05 20:49:22下载
    积分:1
  • 123
    校园导航系统 1) 校园景点介:绍介相关景点的有关详细信息。 2) 最佳路线查询:查询校园中任意两点之间所有路线,并提供两点间最短的简单路径。 3) 关节点查询:提供校园图的关节点查询。 4) 多景点最佳路线查询:提供多个景点的最佳线路查询,即求途径这个景点的最佳路径。 (Campus Navigation System 1) campus attractions Introduction: Shao Jie-related attractions for more information. 2) The best route query: Query on campus all the routes between any two points, and provides a simple shortest path between two points. 3) joint points: the key points to provide the campus map queries. 4) The best route queries more attractions: multiple sites to provide the best route queries, that is seeking ways to this spot the best path.)
    2011-08-25 08:56:05下载
    积分:1
  • RPC_errAnaly
    利用严格成像模型生成的虚拟格网数据解算卫星影像的RPC参数,用于卫星影像定位(Use strict generated virtual imaging model grid data calculating satellite images RPC parameters for satellite image positioning)
    2021-03-05 14:59:31下载
    积分:1
  • CSharp_SerialPort
    C# 串口通信源码示例,老外写的,非常精美。(Serial Communication C# source code examples, written by foreigners, very fine.)
    2012-09-26 10:25:26下载
    积分:1
  • my_strcmp
    说明:  常用算法 自定义strcmp 比较两个字符串是否匹配(本人第一个算法)(commonly used algorithm defined strcmp compare whether two strings match (I first algorithm) hee h)
    2006-04-08 10:48:36下载
    积分:1
  • STM32ser
    基于STM32的双串口通信程序,能实现两个串口的收发,程序默认采用串口2接收数据,串口1发送(Based on the STM32 dual serial communication procedures, can achieve two serial transceivers, the program defaults to the serial port 2 receives the data, send the serial port 1)
    2021-04-28 14:58:43下载
    积分:1
  • CurveDrawing
    利用VC++编程实现样条曲线的绘制实例,源代码编译于VC++6.0,通过测试发现本示例程序距真正的“手绘”曲线还有一段距离,甚至说它是全自动的,也就是选择生成选项后,程序是自动生成的曲线,可以对生成的曲线进行位置移动,倍数放大等,但不能用鼠标手动去改变它们的形态,源代码收集于国外,仅供学习参考。(Using VC++ Programming-spline curve drawing examples, source code in VC++6.0, to pass the test procedures found in this example from the real " hand-painted" curve is still some time before, or even that it is fully automated, is the choice of generation options, the process is auto-generated curve, the curve can be generated for the location of the mobile, such as a multiple of amplification, but not manually with the mouse to change their form, source code are collected in foreign countries, only to learn the reference .)
    2020-10-10 17:27:33下载
    积分:1
  • VisualSFM_windows_cuda_64bit
    很好用的三维重建软件,VisualSFM软件允许上传一系列图像,它从这些图像中找到每一个图像的特定特征,利用这些特征信息重建出3D模型的稀疏点云,而后还可进行稠密点云重建。(The VisualSFM software, a good 3D reconstruction software, allows uploading a series of images. It finds the specific features of each image from these images, and USES these feature information to reconstruct the sparse point cloud of the 3D model, and then it can reconstruct the dense point cloud.)
    2019-05-16 16:00:52下载
    积分:1
  • 20091127220653
    详细介绍了近耦合识别系统工作原理及天线设计.有利于RFID天线的设计。(Described in detail the work of the past coupled identification system theory and antenna design. Conducive to RFID antenna design.)
    2009-11-27 22:12:09下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载