CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 点 三角网

搜索资源列表

  1. tin

    1下载:
  2. 用C#编的三角网生成算法。操作方便,直接点击即可。-C# Code triangular network generation algorithm. Easy to operate, direct clicks.
  3. 所属分类:C#编程

    • 发布日期:2014-02-15
    • 文件大小:116.05kb
    • 提供者:ZhangLe
  1. delaunay

    0下载:
  2. 本程序使用c#语言进行编程将散点生成TIN不规则三角网-using CSHARP to create TIN
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:149.17kb
    • 提供者:zhenbing
  1. MouStudio_ContourTrace_Fill

    1下载:
  2. 针对散乱点数据,构建出三角网,并追踪出等值线,随后进行填充算法实现。附件中包含有实现源代码工程(VS2008)、编程调试文档笔记、试验数据等。-For scattered point data, construct a triangle mesh, and track the contour, followed by filling algorithm. Implementation annex contains the source code project (VS2008), program
  3. 所属分类:CSharp

    • 发布日期:2016-01-06
    • 文件大小:1.42mb
    • 提供者:杨清
  1. Delauney

    0下载:
  2. 生成随机点,利用随即点使用渐次插入法构建Delauney三角网-Generate random points using the gradual insertion point immediately use to build Delauney triangulation
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:71.85kb
    • 提供者:dong
  1. the-triangular-mesh-.rar

    0下载:
  2. 离散点三角网的建立方法,用于导入GPS的离散点的数据文件,然后生成三角网,The establishment of the triangular mesh of discrete points for import GPS discrete point data file, and then generate a triangle mesh
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:247.17kb
    • 提供者:zheng
  1. delaunay

    0下载:
  2. c#写的程序,主要就是实现delaunay算法,将点云表示成三角网-c# write the program is to achieve delaunay algorithm, represented as point cloud triangulation network
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:42.72mb
    • 提供者:罗毅
  1. Unknown-approximate-coordinates

    0下载:
  2. 测边三角网平差中未知近似点坐标计算的功能实现代码,大家相互交流使用。-Unknown approximate coordinates the Trilaterational triangulation adjustment function code, we exchange use.
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:20.12kb
    • 提供者:马飞强
  1. Delaunay-Triangle

    0下载:
  2. 同时实现三角网和凸包的生成!内附离散点数据!-Triangle network and the convex hull generated at the same time! Enclosing the discrete point data!
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:231.98kb
    • 提供者:张荐铭
  1. ContourDemo

    4下载:
  2. 离散点集生成等值线的算法实现涉及四个方面:离散点三角形剖分建立不规则三角网(D-TIN)、基于D-TIN内插生成等值点集合,开闭两类等高线同时绘制,等值线适度光滑和标注。(VS2010+AE10+C#)-Discrete point set to generate contour algorithm involves four aspects: establish discrete points triangular subdivision of irregular triangle net (
  3. 所属分类:CSharp

    • 发布日期:2017-02-19
    • 文件大小:2.52mb
    • 提供者:姬英杰
  1. e56b651fceac

    0下载:
  2. Delaunay三角网,及Voronoi三角形生成,实现用户加点,自动生成功能-production of Delaunay and Voronoi .people can add points and automatic producing
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:93.19kb
    • 提供者:张龙深
  1. cSharpdelaunay

    0下载:
  2. 代码在vs进行开发,使用c#,用逐点增入法实现delaunay三角网,简单快捷-It uses c# to achieve Delaunay triangulation, with the method of point by point
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:59.21kb
    • 提供者:李璟莹
  1. GisSpatialAnalysisWpf

    0下载:
  2. 运用Delaunay三角网法生成TIN,当向界面画点以后,能自动生成TIN。-Using Delaunay triangulation method to generate TIN, when after the draw point interface that can automatically generate TIN.
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:848.38kb
    • 提供者:caojuan
  1. TIN

    0下载:
  2. 显示点坐标,根据坐标构建三角网,并进行简单的计算功能。(it can display the points and construct tin model;)
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:72kb
    • 提供者:千秋无痕
  1. tin三角网

    0下载:
  2. 不规则三角网构造算法 ,在数据集中选取任一点,查找距离次点最近的点,相连后作为初始基线—在初始基线右边应用Delaunay法则搜索第三点—生成Delaunay三角形,并以该三角形的两条新边作为新的基线—重复前面的过程直至所有基线处理完毕(Construction algorithm of Irregular Triangulation Network)
  3. 所属分类:C#编程

    • 发布日期:2018-01-10
    • 文件大小:45kb
    • 提供者:雨蝶
  1. 不规则三角网法体积计算

    2下载:
  2. 1.完整的VS项目,采用VS2017编写; 2.C#语言开发; 3.可以构建不规则三角网,并进行土方计算; 4.采用可视化读文件方式,并用表格显示; 5.计算完成后实时绘制三角网; 6.可以输出TIN的点、边、三角形信息和土方量。(1. Complete VS project, written in VS2017; 2. C # Language Development; 3. Irregular triangular network can be constructed
  3. 所属分类:C#编程

    • 发布日期:2019-11-14
    • 文件大小:119kb
    • 提供者:GNSSer
搜珍网 www.dssz.com