登录
首页 » Visual C++ » 用VC写的由湿地DEM生成的三维模型 Swampy

用VC写的由湿地DEM生成的三维模型 Swampy

于 2007-04-17 发布 文件大小:24036KB
0 308
下载积分: 1 下载次数: 1073

代码说明:

  师兄用VC写的由湿地DEM生成的三维模型,赋有纹理,可以动态漫游,地理分析。希望对搞GIS开发的朋友有所帮助。包含DEM和纹理数据,所以有点大,请耐心下载。(senior VC written by DEM wetlands generated 3D model, endowed with texture, dynamic roaming, geographic analysis. Hope to engage in the development of the GIS friends help. DEM contains data and texture, a bit, please download patience.)

文件列表:

湿地三维动态
............\3DFlood.aps
............\3DFlood.clw
............\3DFlood.cpp
............\3DFlood.dsp
............\3DFlood.dsw
............\3DFlood.h
............\3DFlood.ncb
............\3DFlood.opt
............\3DFlood.plg
............\3DFlood.rc
............\3DFloodDoc.cpp
............\3DFloodDoc.h
............\3DFloodView.cpp
............\3DFloodView.h
............\DEMInfo.cpp
............\DEMInfo.h
............\GLext.h
............\Images
............\......\SurTex
............\......\......\02gttm.bmp
............\......\......\04gttm.bmp
............\......\......\05gttm.bmp
............\......\......\89gttm.bmp
............\......\......\92gttm.bmp
............\......\......\96gttm.bmp
............\......\......\98gttm.bmp
............\MainFrm.cpp
............\MainFrm.h
............\msado15.tlh
............\msado15.tli
............\OpenGL.cpp
............\OpenGL.h
............\Pt3d.cpp
............\Pt3d.h
............\ReadMe.txt
............\res

............\...\3DFlood.rc2



............\Resource.h
............\schema.ini
............\StdAfx.cpp
............\StdAfx.h
............\TestDEM.txt
............\TextProgressCtrl.cpp
............\TextProgressCtrl.h
............\UslCal.cpp
............\UslCal.h
............\WetlandSurface.cpp
............\WetlandSurface.h
............\yq02522c.aux
............\yq2004.aux

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

发表评论

0 个回复

  • GraphAnimationAPP
    drawline MFC 使用C++实现划线功能(drawline MFC)
    2015-01-17 23:26:40下载
    积分:1
  • VG
    说明:  利用vg控件进行绘图,模拟列车行驶,在行进过程中上传轴数。(simulate )
    2009-12-02 08:56:10下载
    积分:1
  • TCPPORTSCAN
    TCP端口扫描,可以获得指定IP段内的主机名,mac地址,存活端口,并将这些信息保存在SQLITE数据库,下次可以直接读取数据库信息,移值性好!(CP port scan, you can get within the segment specified IP host name, mac address, survival ports, and the information stored in the SQLITE database, the next can be read directly, transfer value is good!)
    2013-09-03 19:37:00下载
    积分:1
  • vni_Zditor_and
    C++ Editor V1,9,很好用的C++编程调试工具!不错的(C++ Editor V1, 9, a very good c++ programming and debugging tools!)
    2017-05-31 21:16:14下载
    积分:1
  • ImageWarping
    一个简单的使用IDW和RBF算法对图像(只支持bmp格式)进行变形的MFC程序,可以当作图像处理入门时的练习参考。(A simple algorithm using the IDW and RBF image (bmp format only) to the deformation of the MFC process, image processing can be used as entry to practice at the time of reference.)
    2020-12-30 18:28:59下载
    积分:1
  • client111
    基于socket 的网络编程 客户端 具有上传下载文件功能(Socket-based network programming for clients with upload and download files function)
    2011-05-15 09:39:04下载
    积分:1
  • ichat
    一个真正SERVER PUSH的聊天室,很不错,C语言所写,最可惜的是已经被编译过了,但是界面全部被独立出来了的,可以自行更改,只是不能研究程序的内部结构…… (a real SERVER PUSH chat rooms, very good, C language written, it is most unfortunate that has been compiled, but the interface were all independent of and can make changes, but the procedures are not able to study the internal structure of ...)
    2004-09-27 22:28:08下载
    积分:1
  • MFC_ACCESS
    MFC实现的,数据库操作,ACCESS,适合初学者(MFC implementation, database operations, ACCESS, suitable for beginners)
    2010-06-09 09:11:42下载
    积分:1
  • intnet
    visual c++ 很好的程序例子,适合网络编程初学者编程学习(visual c++ examples of good programs, programming for beginners to learn network programming)
    2011-04-30 16:20:55下载
    积分:1
  • testZeroMQ
    内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求 下载ZeroMQ 下载网址:http://zeromq.org/intro:get-the-software 点击“Windows sources”下载zeromq-4.0.3.zip文件 编译ZeroMQ库文件 解压zeromq-4.0.3.zip文件,进入buildsmsvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件 编写简单的测试工程 1.用VS新建2个项目,一个是server端,一个是client端 2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程 3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程 4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。(ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.)
    2014-02-19 08:43:26下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载