Delanuay2

所属分类:数据结构
开发工具:C#
文件大小:81KB
下载次数:6
上传日期:2018-05-17 16:44:45
上 传 者喜乐由心
说明:  在实际中运用的最多的三角剖分是Delaunay三角剖分,它是一种特殊的三角剖分。采用逐点插入方式生成的Delaunay三角网的算法主要基于Bowyer-Watson算法
(Delaunay triangulation is the most widely used triangulation in practice, and it is a special triangulation. The algorithm of Delaunay triangulation generated by point by point insertion is mainly based on Bowyer-Watson algorithm. The main steps of Bowyer-Watson algorithm are as follows: 1, construct a super triangle, including all scatter points, and put them into triangular lists. 2. Insert the scattered point of the point set in turn. In the triangle chain, find out the triangle which contains the insertion point (called the influence triangle of the point), deletes the common edge that affects the triangle, connects the insertion point to all the vertices of the triangle, and completes the insertion of a point in the Delaunay triangle chain table. Enter. 3, according to the optimization criterion, the newly formed triangle is optimized. The triangle formed is placed in the Delaunay triangular list. 4, loop the above second steps until all the scatter points are inserted.)

文件列表:
Delanuay2 (0, 2018-05-16)
Delanuay2\App.config (187, 2018-05-16)
Delanuay2\bin (0, 2018-05-16)
Delanuay2\bin\Debug (0, 2018-05-16)
Delanuay2\bin\Debug\Delanuay2.exe (20992, 2018-05-17)
Delanuay2\bin\Debug\Delanuay2.exe.config (187, 2018-05-16)
Delanuay2\bin\Debug\Delanuay2.pdb (54784, 2018-05-17)
Delanuay2\bin\Debug\Delanuay2.vshost.exe (22984, 2018-05-17)
Delanuay2\bin\Debug\Delanuay2.vshost.exe.config (187, 2018-05-16)
Delanuay2\bin\Debug\Delanuay2.vshost.exe.manifest (490, 2012-06-06)
Delanuay2\Delanuay2.csproj (3913, 2018-05-16)
Delanuay2\Form1.cs (11970, 2018-05-17)
Delanuay2\Form1.Designer.cs (7673, 2018-05-17)
Delanuay2\Form1.resx (6217, 2018-05-17)
Delanuay2\obj (0, 2018-05-16)
Delanuay2\obj\Debug (0, 2018-05-17)
Delanuay2\obj\Debug\Delanuay2.csproj.FileListAbsolute.txt (798, 2018-05-17)
Delanuay2\obj\Debug\Delanuay2.csproj.GenerateResource.Cache (975, 2018-05-17)
Delanuay2\obj\Debug\Delanuay2.csprojResolveAssemblyReference.cache (2209, 2018-05-16)
Delanuay2\obj\Debug\Delanuay2.exe (20992, 2018-05-17)
Delanuay2\obj\Debug\Delanuay2.pdb (54784, 2018-05-17)
Delanuay2\obj\Debug\Delanuay2.Properties.Resources.resources (180, 2018-05-16)
Delanuay2\obj\Debug\Delaunay3.Form1.resources (180, 2018-05-17)
Delanuay2\obj\Debug\DesignTimeResolveAssemblyReferences.cache (1464, 2018-05-17)
Delanuay2\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache (7011, 2018-05-16)
Delanuay2\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs (0, 2018-05-16)
Delanuay2\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs (0, 2018-05-16)
Delanuay2\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs (0, 2018-05-16)
Delanuay2\obj\Debug\TempPE (0, 2018-05-16)
Delanuay2\Program.cs (539, 2018-05-17)
Delanuay2\Properties (0, 2018-05-16)
Delanuay2\Properties\AssemblyInfo.cs (1356, 2018-05-16)
Delanuay2\Properties\Resources.Designer.cs (2870, 2018-05-16)
Delanuay2\Properties\Resources.resx (5612, 2018-05-16)
Delanuay2\Properties\Settings.Designer.cs (1096, 2018-05-16)
Delanuay2\Properties\Settings.settings (249, 2018-05-16)
Delanuay2\Triangle.cs (5820, 2018-05-17)
Delanuay2\TriEdge.cs (6670, 2018-05-17)
Delanuay2\TriPoint.cs (3236, 2018-05-17)

近期下载者

相关文件


收藏者