登录
首页 » Visual C++ » DEM数据的读入与显示

DEM数据的读入与显示

于 2014-03-21 发布 文件大小:15261KB
0 156
下载积分: 1 下载次数: 15

代码说明:

  DEM数据的读入与显示,里面包含了所用的实验数据,调通,代码可以用(DEM data read and display, which contains experimental data used, transferred through, the code can be used)

文件列表:

DEM读取显示
...........\DEM数据.DEM,86088,2012-03-31
...........\DEM读取显示
...........\...........\DEM数据.DEM,86088,2012-03-31
...........\...........\DEM读取显示43kb
...........\...........\...............\MainFrm.cpp,2505,2009-07-11
...........\...........\...............\MainFrm.h,1581,2009-07-11
...........\...........\...............\ReadMe.txt,4263,2009-07-11
...........\...........\...............\res

...........\...........\...............\...\test.rc2,396,2009-07-11


...........\...........\...............\Resource.h,490,2009-07-11
...........\...........\...............\StdAfx.cpp,206,2009-07-11
...........\...........\...............\StdAfx.h,1054,2009-07-11
...........\...........\...............\test.aps,30020,2014-03-20
...........\...........\...............\test.clw,2196,2009-07-11
...........\...........\...............\test.cpp,4173,2009-07-11
...........\...........\...............\test.dsp,4517,2009-07-11
...........\...........\...............\test.dsw,516,2009-07-11
...........\...........\...............\test.h,1334,2009-07-11
...........\...........\...............\test.ncb,91136,2009-07-16
...........\...........\...............\test.opt,53760,2009-07-16
...........\...........\...............\test.plg,242,2009-07-11
...........\...........\...............\test.rc,10519,2009-07-11
...........\...........\...............\test.sdf,51073024,2014-03-20
...........\...........\...............\test.sln,874,2014-03-20
...........\...........\...............\test.vcxproj,8001,2014-03-20
...........\...........\...............\test.vcxproj.filters,2473,2014-03-20
...........\...........\...............\test.vcxproj.user,143,2014-03-20
...........\...........\...............\testDoc.cpp,1702,2009-07-11
...........\...........\...............\testDoc.h,1453,2009-07-11
...........\...........\...............\testView.cpp,4299,2009-07-11
...........\...........\...............\testView.h,1893,2009-07-11
...........\...........\使用说明.txt,178,2012-03-31
...........\DEM读取显示43kb
...........\...............\MainFrm.cpp,2505,2009-07-11
...........\...............\MainFrm.h,1581,2009-07-11
...........\...............\ReadMe.txt,4263,2009-07-11
...........\...............\res

...........\...............\...\test.rc2,396,2009-07-11


...........\...............\Resource.h,490,2009-07-11
...........\...............\StdAfx.cpp,206,2009-07-11
...........\...............\StdAfx.h,1054,2009-07-11
...........\...............\test.aps,29896,2014-03-20
...........\...............\test.clw,2196,2009-07-11
...........\...............\test.cpp,4173,2009-07-11
...........\...............\test.dsp,4517,2009-07-11
...........\...............\test.dsw,516,2009-07-11
...........\...............\test.h,1334,2009-07-11
...........\...............\test.ncb,91136,2009-07-16
...........\...............\test.opt,53760,2009-07-16
...........\...............\test.plg,242,2009-07-11
...........\...............\test.rc,10519,2009-07-11
...........\...............\test.sdf,21843968,2014-03-20
...........\...............\test.sln,874,2014-03-20
...........\...............\test.vcxproj,8001,2014-03-20
...........\...............\test.vcxproj.filters,2473,2014-03-20
...........\...............\test.vcxproj.user,143,2014-03-20
...........\...............\testDoc.cpp,1702,2009-07-11
...........\...............\testDoc.h,1453,2009-07-11
...........\...............\testView.cpp,4299,2009-07-11
...........\...............\testView.h,1893,2009-07-11
...........\使用说明.txt,178,2012-03-31

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

发表评论

0 个回复

  • load_driver
    本代码只有两个函数,LoadNTDriver(...)用于加载驱动,DelSvr(...)用于卸载驱动。(This code has only two functions, LoadNTDriver (...) use to load the driver,and DelSvr (...) use for the uninstalled driver.)
    2010-12-23 21:36:33下载
    积分:1
  • 全国矢量地图大全 shp格式
    全国矢量地图大全 shp格式National vector map encyclopedia SHP format national vector map Daquan SHP format national vector map Daquan SHP format(National vector map encyclopedia SHP format national vector map Daquan SHP format national vector map Daquan SHP format)
    2020-11-22 10:59:34下载
    积分:1
  • Mobile-station-data
    LBS定位追踪器产品开发,移动基站经纬度数据,非常难得的资料(Mobile LBS positioning station latitude and longitude data. Rar)
    2013-08-25 17:42:02下载
    积分:1
  • osgriver
    基于osg的河流显示,可以达到实时绘制效果。(Based osg rivers display, you can achieve real-time rendering results.)
    2020-09-15 13:47:58下载
    积分:1
  • translator
    说明:  使用接口实现的插件机制。开发环境:visual C++ 2010(Plug-ins using the interface mechanism.(visual C++ 2010))
    2011-03-16 12:26:54下载
    积分: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
  • UsbcameraToIpcamera
    使usb摄像头可以当作ip摄像头使用的小程序(Make usb camera ip camera can be used as a ipcamera)
    2013-12-25 17:08:17下载
    积分:1
  • gps_spl
    此程序为GPS接收机的源码,包括捕获、跟踪、定位解算和算法,其硬件基于gp2015和gp4020,处理器为arm7,对理解GPS接收机原理有很大帮助.(This procedure source for GPS receiver, including the capture, tracking, positioning solvers and algorithms, and its hardware-based gp2015 and gp4020, processor arm7, on the understanding of the principle of GPS receivers have great help to me.)
    2020-06-30 05:00:01下载
    积分:1
  • program_drive
    本文件提供各种驱动程序和汇编代码,包括温度芯片驱动等等.(This document provides various Driver and compile code, including temperature chip-driven, and so on.)
    2007-03-31 15:37:57下载
    积分:1
  • Visual C++ 工应用与项目开发实践
    说明:  一个Visual C++ 工程应用与项目开发实践中的图形图象编程例子!供大家参考,有什么不正之处望大家不吝赐教!(a Visual C application and project development in the practice of graphic images Programming example! For your reference, what is unjust Office, we hope the wing!)
    2005-12-24 15:50:10下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载