登录
首页 » C# » DemGdal

DemGdal

于 2021-01-01 发布 文件大小:2535KB
0 204
下载积分: 1 下载次数: 18

代码说明:

  使用Gdal读取DEM地震前后影像高程,并计算地震前后高程差,绘制地形变化(skyline Gdal)

文件列表:

DemGdal
.......\App.config,167,2016-02-26
.......\bin
.......\...\Debug
.......\...\.....\AxInterop.TerraExplorerX.dll,17408,2016-02-29
.......\...\.....\config.xml,419,2016-02-29
.......\...\.....\DemGdal.exe,26624,2016-02-29
.......\...\.....\DemGdal.exe.config,167,2016-02-26
.......\...\.....\DemGdal.pdb,46592,2016-02-29
.......\...\.....\DemGdal.vshost.exe,11600,2016-03-03
.......\...\.....\DemGdal.vshost.exe.config,167,2016-02-26
.......\...\.....\DemGdal.vshost.exe.manifest,490,2010-03-17
.......\...\.....\gdal19.dll,6935040,2016-02-17
.......\...\.....\gdalconst_csharp.dll,18944,2016-02-17
.......\...\.....\gdalconst_wrap.dll,12800,2016-02-17
.......\...\.....\gdal_csharp.dll,90112,2016-02-23
.......\...\.....\gdal_wrap.dll,82944,2016-02-17
.......\...\.....\Interop.TerraExplorerX.dll,982528,2016-02-29
.......\...\.....\ogr_csharp.dll,118784,2016-02-17
.......\...\.....\ogr_wrap.dll,82432,2016-02-17
.......\...\.....\osr_csharp.dll,57344,2016-02-17
.......\...\.....\osr_wrap.dll,39936,2016-02-17

.......\config.xml,419,2016-03-01
.......\DemGdal.csproj,6158,2016-02-27
.......\DemGdal.sln,739,2016-02-26
.......\DemHelper.cs,6394,2016-02-24
.......\Form1.cs,16955,2016-02-29
.......\Form1.Designer.cs,17082,2016-02-29
.......\Form1.resx,7286,2016-02-29
.......\obj
.......\...\Debug
.......\...\.....\AxInterop.TerraExplorerX.dll,17408,2016-02-29
.......\...\.....\DemGdal.csproj.FileListAbsolute.txt,1646,2016-03-03
.......\...\.....\DemGdal.csproj.GenerateResource.Cache,975,2016-02-29
.......\...\.....\DemGdal.csproj.ResolveComReference.cache,743,2016-02-29
.......\...\.....\DemGdal.csprojResolveAssemblyReference.cache,12072,2016-02-29
.......\...\.....\DemGdal.exe,26624,2016-02-29
.......\...\.....\DemGdal.Form1.resources,976,2016-02-29
.......\...\.....\DemGdal.pdb,46592,2016-02-29
.......\...\.....\DemGdal.Properties.Resources.resources,180,2016-02-29
.......\...\.....\DesignTimeResolveAssemblyReferences.cache,12007,2016-02-29
.......\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6585,2016-03-03
.......\...\.....\Interop.TerraExplorerX.dll,982528,2016-02-29
.......\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs,0,2016-02-22
.......\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs,0,2016-02-22
.......\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs,0,2016-02-22
.......\...\.....\TempPE
.......\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2016-02-26
.......\Program.cs,519,2016-02-22
.......\Properties
.......\..........\AssemblyInfo.cs,1352,2016-02-22
.......\..........\Resources.Designer.cs,2854,2016-02-26
.......\..........\Resources.resx,5612,2016-02-22
.......\..........\Settings.Designer.cs,1107,2016-02-26
.......\..........\Settings.settings,249,2016-02-22
.......\XMLHelper.cs,3667,2016-02-27

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

发表评论

0 个回复

  • 有限差分方法 Finite Difference Method
    有限差分方法(网格法)是最早使用的一种电磁场数 值计算方法。 边值问题 物理思想:场域离散。 (连续区域→网格和节点) 数学基础:差分原理。 (微商→差商) 线性代数方程组 §6-3 有限差分方法 作为数值计算方法,有限差分法将连续场域的问题变换 为离散系统的问题(连续场域划分为若干个细小的区域:网 格和节点)。也就是说通过离散化模型上各离散点的数值解 来逼近连续场域内的真实解。(The finite difference method (grid method) is the earliest use of an electromagnetic field the number of Value method. Boundary Value Problems Physical idea: the field of discrete. (Contiguous area → grid nodes) Mathematical foundations: the difference principle. (The Derivative → difference quotient) Linear algebraic equations. § 6-3 Finite Difference Method Numerical methods, finite difference method will transform the problem of the continuous field For discrete systems (continuous field is divided into several small areas: network Grid nodes). That is, the value of the discrete points in the discrete model solution To approximate the true solution of the continuous field domain.)
    2021-04-09 16:28:59下载
    积分:1
  • matrixs-to-series
    将复杂网络中的邻接矩阵数据,转换成两列数据,第一列表示有向网络的始点,第二列为末点(The complex network adjacency matrix of data, the data is converted into two, the first column represents the starting point of a directed network, the second column is the end point)
    2015-03-18 14:59:46下载
    积分:1
  • fft_pro_ifft
    fft与ifft系列程序,用于图像的滤波算法,信息提取。使用matlab环境,易用性强。 (fft and ifft program, matlab environment, easy to use.)
    2014-01-18 22:27:59下载
    积分:1
  • MMG1.10
    说明:  MMG模型回转实验,有具体的代码和在MTALAB中跑的程序(MMG model rotation experiment)
    2021-03-23 18:09:15下载
    积分:1
  • compass_revise
    matlab下m文件,能够提取compass三轴原始数据,并自动进行拟合矫正,得到其变换矩阵。将椭圆自动校正为圆心在原点的正圆。专门用于磁力计和重力计的自动校正。(m file matlab compass can be extracted under triaxial raw data and automatically correct fitting to give its transformation matrix. The ellipse is automatically corrected to a perfect circle centered at the origin. Specifically for magnetometer and gravity meter automatically corrected.)
    2015-09-25 13:33:24下载
    积分:1
  • poincareandbifurcation
    画poincaremap and bifurcation 图(Draw images of various differential equations and poincaremap image, bifurcation images, gui form)
    2010-08-24 18:19:37下载
    积分:1
  • balloonSnake(matlab)
    ballon sanke的matlab实现,可用于图像分割和边缘检测(ballon sanke realize the matlab can be used for image segmentation and edge detection)
    2008-01-31 21:30:51下载
    积分:1
  • Gabor2
    二维嘉伯滤波器的设计,用于图像信号滤波,对图像进行滤波设计(The design of the 2 Weijia Bo filter, used for image signal filtering, image filter design)
    2013-03-12 18:28:43下载
    积分:1
  • cropthres
    Image crop and thresholding program executed using MATLAB 7.11.
    2010-11-23 16:05:47下载
    积分:1
  • smoothfunction
    一个利用二阶指数平滑方法进行预测的实例,比较简单地展现了二阶指数平滑在数据预测方面的作用(Instance, predicted a second-order exponential smoothing method is relatively simple to show the role of the data to predict a second-order exponential smoothing)
    2013-02-25 16:16:04下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载