登录
首页 » C# » TIN

TIN

于 2021-04-07 发布 文件大小:596KB
0 277
下载积分: 1 下载次数: 10

代码说明:

  对一系列点,生成deloney不规则三角网(On a series of points, generating deloney TIN)

文件列表:

数字高程模型编程作业(20113268喻钢)
..................................\作业总结(20113268喻钢).doc,523776,2014-05-03
..................................\数字高程模型编程(20113268喻钢)
..................................\..............................\数字高程模型编程(20113268喻钢)
..................................\..............................\..............................\app.config,117,2014-05-02
..................................\..............................\..............................\bin
..................................\..............................\..............................\...\Debug
..................................\..............................\..............................\...\.....\point.dbf,66,2014-05-02
..................................\..............................\..............................\...\.....\point.sbn,108,2014-04-30
..................................\..............................\..............................\...\.....\point.sbx,108,2014-04-30
..................................\..............................\..............................\...\.....\point.shp,100,2014-05-02
..................................\..............................\..............................\...\.....\point.shx,100,2014-05-02
..................................\..............................\..............................\...\.....\完整
..................................\..............................\..............................\...\.....\....\point.dbf,8942,2014-05-01
..................................\..............................\..............................\...\.....\....\point.sbn,108,2014-04-30
..................................\..............................\..............................\...\.....\....\point.sbx,108,2014-04-30
..................................\..............................\..............................\...\.....\....\point.shp,35604,2014-05-01
..................................\..............................\..............................\...\.....\....\point.shx,10244,2014-05-01
..................................\..............................\..............................\...\.....\数字高程模型编程(20113268喻钢).exe,25600,2014-05-03
..................................\..............................\..............................\...\.....\数字高程模型编程(20113268喻钢).exe.config,117,2014-05-02
..................................\..............................\..............................\...\.....\数字高程模型编程(20113268喻钢).pdb,46592,2014-05-03
..................................\..............................\..............................\...\.....\数字高程模型编程(20113268喻钢).vshost.exe,11608,2014-05-03
..................................\..............................\..............................\...\.....\数字高程模型编程(20113268喻钢).vshost.exe.config,117,2014-05-02
..................................\..............................\..............................\...\.....\数字高程模型编程(20113268喻钢).vshost.exe.manifest,490,2010-03-17
..................................\..............................\..............................\...\.....\试验
..................................\..............................\..............................\...\.....\....\point.dbf,416,2014-05-01
..................................\..............................\..............................\...\.....\....\point.sbn,108,2014-04-30
..................................\..............................\..............................\...\.....\....\point.sbx,108,2014-04-30
..................................\..............................\..............................\...\.....\....\point.shp,1500,2014-05-01
..................................\..............................\..............................\...\.....\....\point.shx,500,2014-05-01
..................................\..............................\..............................\Form1.cs,32706,2014-05-03
..................................\..............................\..............................\Form1.Designer.cs,10134,2014-05-03
..................................\..............................\..............................\Form1.resx,11192,2014-05-03
..................................\..............................\..............................\obj
..................................\..............................\..............................\...\x86
..................................\..............................\..............................\...\...\Debug
..................................\..............................\..............................\...\...\.....\DesignTimeResolveAssemblyReferences.cache,116918,2014-05-03
..................................\..............................\..............................\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,7239,2014-05-03
..................................\..............................\..............................\...\...\.....\GenerateResource-ResGen.read.1.tlog,3272,2014-05-03
..................................\..............................\..............................\...\...\.....\GenerateResource-ResGen.write.1.tlog,758,2014-05-03
..................................\..............................\..............................\...\...\.....\GenerateResource.read.1.tlog,2,2014-05-03
..................................\..............................\..............................\...\...\.....\GenerateResource.write.1.tlog,2,2014-05-03
..................................\..............................\..............................\...\...\.....\TempPE
..................................\..............................\..............................\...\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2014-05-02
..................................\..............................\..............................\...\...\.....\数字高程模型编程(20113268喻钢).csproj.FileListAbsolute.txt,1880,2014-05-03
..................................\..............................\..............................\...\...\.....\数字高程模型编程(20113268喻钢).exe,25600,2014-05-03
..................................\..............................\..............................\...\...\.....\数字高程模型编程(20113268喻钢).pdb,46592,2014-05-03
..................................\..............................\..............................\...\...\.....\数字高程模型编程_20113268喻钢_.Form1.resources,3543,2014-05-03
..................................\..............................\..............................\...\...\.....\数字高程模型编程_20113268喻钢_.Properties.Resources.resources,180,2014-05-02
..................................\..............................\..............................\Program.cs,608,2014-05-02
..................................\..............................\..............................\Properties
..................................\..............................\..............................\..........\AssemblyInfo.cs,1412,2014-05-02
..................................\..............................\..............................\..........\Resources.Designer.cs,2919,2014-05-02
..................................\..............................\..............................\..........\Resources.resx,5612,2014-05-02
..................................\..............................\..............................\..........\Settings.Designer.cs,1139,2014-05-02
..................................\..............................\..............................\..........\Settings.settings,249,2014-05-02
..................................\..............................\..............................\数字高程模型编程(20113268喻钢).csproj,6299,2014-05-02
..................................\..............................\数字高程模型编程(20113268喻钢).sln,962,2014-05-02

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

发表评论

0 个回复

  • BM3D
    自己实现的BM3D图像去噪算法。它首先把图像分成一定大小的块,根据图像块之间的相似性,把具有相似结构的二维图像块组合在一起形成三维数组,然后用联合滤波的方法对这些三维数组进行处理,最后,通过逆变换,把处理后的结果返回到原图像中,从而得到去噪后的图像。(Image Denosing by Sparse 3-D Transform-Domain Collaborative Filtering.)
    2021-04-01 16:29:08下载
    积分:1
  • 二值像连通区域的标记
    说明:  使用MATLAB提取二值图像特征值,并对连通区域进行标记、分析与计算(MATLAB is used to extract the binary image feature values, and mark, analyze and calculate the connected area)
    2020-08-22 10:43:20下载
    积分:1
  • dakedwt1
    数字水印技术攻击试验,实现噪声、滤波、剪切、压缩、旋转攻击(Digital Watermarking attack test, realize noise, filtering, shear, compression, rotation attack)
    2020-07-02 18:20:01下载
    积分:1
  • 拉普拉斯金字塔
    进行图像分解和图像融合的拉普拉斯金字塔matlab源程序(Image decomposition and the Laplacian pyramid image fusion matlab source)
    2009-02-05 11:05:08下载
    积分:1
  • idfhd
    考虑雨衰 阴影 和多径影响,可以广泛的应用于数据预测及数据分析,采用了小波去噪的思想。( Consider shadow rain attenuation and multipath effects Can be widely used in data analysis and forecast data, Using wavelet denoising thought.)
    2017-04-25 21:02:35下载
    积分:1
  • GUSSE
    猜首府 反复提示用户输入一个州的首府,并检测是否正确(Guess the capital repeatedly prompts the user for the capital of a state, and to detect the correct)
    2014-04-26 22:47:23下载
    积分:1
  • hough-change
    这是一个简单的程序代码,主要针对hough变化(This is a simple program code, mainly for hough change)
    2013-04-19 23:29:32下载
    积分:1
  • 反走样处理的八面体
    本例功能是显示一个由反走样处理的线段组成的八面体(functions of the cases showed an anti-aliasing by the Line of octahedral)
    2005-05-14 12:09:01下载
    积分:1
  • Map OpenGL
    DEM数据处理,有贴纹理及漫游程序,自己在其他网上下载的 希望对做三维的朋友有所帮助(DEM data processing, has the stick texture and roaming)
    2014-03-18 15:09:18下载
    积分:1
  • sowdy
    说明:  Legendary server controller for game enthusiasts to study, can
    2019-04-21 04:21:19下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载