CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - VC Triangulation

搜索资源列表

  1. triangulation

    0下载:
  2. 这是一个关于曲面三角化的VC++程序,包括三角划分,图形逼近,改进曲面,选择内部点,辅助平面到三维空间,四边形等等功能。-This is a triangle on the surface of the VC procedures, including triangulation, graphics approximation, improving surface, the internal choice, supporting two-dimensional to three-dimensio
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:66525
    • 提供者:李晓丽
  1. Tri_Polygon

    0下载:
  2. 这是一个用vc实现的对多边形进行三角剖分的程序。里面的数据结构设计的比较好。可以作为参考。-This is a realization of the use vc right polygon triangulation process. Inside the data structure designed better. Can be used as reference.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:48263
    • 提供者:张永波
  1. 2dDelaunay2NewLinc

    0下载:
  2. 这是一个根据顶点进行三角剖分的vc程序,有做相关方面研究的朋友可以参考一下-under the apex Triangulation vc procedures, doing research in the relevant friends reference
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:51191
    • 提供者:jaba
  1. 2D-Tin-delaunay

    3下载:
  2. 在vc++里根据生长算法完成delaunay三角网的构建.其中点是自己随机点上的.-in line with the growth algorithm Delaunay triangulation Construction. Which is their point of random.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:85252
    • 提供者:邓华
  1. dem.rar

    2下载:
  2. 构建Delaunay三角网的VC源程序。对DEM编程学习有一定的帮助。,Construction of Delaunay Triangulation source VC. Study on DEM programming must have help.
  3. 所属分类:GIS program

    • 发布日期:2017-05-14
    • 文件大小:3983557
    • 提供者:朱丽玲
  1. 用Delaunay算法进行三角剖分

    0下载:
  2. 直接在VC试图上描点,对所获得的点集用Delaunay算法进行三角剖分。,Directly in the VC-point attempt on the depiction of the point set obtained by using Delaunay triangulation algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2017-04-09
    • 文件大小:67570
    • 提供者:毛雁明
  1. TIN

    1下载:
  2. vc 实现生成三角网的源程序,做地形仿真的和地形提取的很有帮助哦-vc achieve triangulation of the source code generated, and simulation of topography and terrain extraction helpful Oh
  3. 所属分类:GIS编程

    • 发布日期:2013-04-25
    • 文件大小:71614
    • 提供者:张瑞超
  1. Delaunay00000

    0下载:
  2. 论文 Delaunay三角网表示和点删除方法 用vc的环境 很重要-Papers Delaunay triangulation and the point that the method used to delete a very important environment vc
  3. 所属分类:GIS program

    • 发布日期:2017-03-28
    • 文件大小:110300
    • 提供者:niujiying
  1. delaunay_demo

    0下载:
  2. VC++实现的Delaunay三角剖分Demo-VC++ implementation of the Delaunay triangulation Demo
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:125108
    • 提供者:innion
  1. cutpoly

    0下载:
  2. 凸多边形的最优三角剖分的vc++实现。输入:逆时针输入凸多边形P的顶点序列p1,p2…pn. 输出:P的三角剖分序列p1p2pi,p2pipj,…,plpn-1pn及三角剖分后的最优权值之和 -Optimal convex polygon triangulation of vc++ to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:538193
    • 提供者:xiaomei
  1. Delaunay

    0下载:
  2. Delaunay三角剖分算法 . 一个非常强劲的VC编的Delaunay三角网生成算法,对您学习VC++或GIS的学习都有很好的帮助作用-In mathematics, and computational geometry, a Delaunay triangulation for a set P of points in the plane is a triangulation DT(P) such that no point in P is inside the circumcircle o
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:36739
    • 提供者:yulin
  1. triangulationnetwork

    0下载:
  2. 采用VC++结合OPENGL建立三角网并贴纹理!-Use VC++ combine OPENGL to build triangulation network
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:928516
    • 提供者:黄亮
  1. opengl-TriNet

    1下载:
  2. vc++,opengl,三角网生成,三维显示。适合初学者。-vc++, opengl, triangulation generated, three-dimensional display
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:333473
    • 提供者:kupe
  1. VisualCPDelaunay

    0下载:
  2. 用VC++语言实现Delaunay三角化的算发,对于图形图像学,计算几何学习者有一定帮助-Delaunay triangulation algorithm in C++ language, image graphics, computational geometry learners
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:331907
    • 提供者:北方
  1. Delaunay_Triangle

    0下载:
  2. 一个快速完整的Delaunay三角剖分程序,能在VC6.0环境中编译运行,是我从一个java源代码移植到VC中并做了一些改进。-a rapid delaunay triangulation program,can compiled and running in VC6.0 environment,is write from an java program with some upgrade.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:88952
    • 提供者:gfaming
  1. Delaunay-Triangulation-Algorithm

    0下载:
  2. VC++编的Delaunay三角网生成算法- Delaunay Triangulation Algorithm compiled by VC++
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-09
    • 文件大小:12840366
    • 提供者:zzx
  1. threemesh

    0下载:
  2. 已知点云数据采用基于Voronoi算法和Delaunay算法的三角化算法(vc++)。-Known point cloud data based on Voronoi algorithm and the Delaunay triangulation algorithm (Vc++).
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:3542
    • 提供者:song
  1. VCppDelaunay

    0下载:
  2. VC++编的Delaunay三角网生成算法,对学习VC++或GIS的学习都有很好的帮助-VC Delaunay Triangulation generation algorithm, right you learn VC or GIS study has very helpful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:139189
    • 提供者:zhch82
搜珍网 www.dssz.com