搜索资源列表

  1. libgeotiff-1.2.3.tar

    0下载:
  2. 三角网构建算法,可以看看,挺不错的,有空看看,在其它网站下的,第一次上载-triangulation algorithm, can see quite well, go look at other sites in the first set,
  3. 所属分类:界面编程

    • 发布日期:2024-05-14
    • 文件大小:902144
    • 提供者:杨扬
  1. 3DDelaunay

    0下载:
  2. 用C++和OpenGL实现基于生长法的三角形剖分算法,并把该算法的实现算法应用到地形的显示中去!-using C and OpenGL-based growth method triangulation algorithm, and the realization of this algorithm is applied to the terrain display!
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:986112
    • 提供者:lkl
  1. Project5037735

    0下载:
  2. A game of triangle, it create convex hull nestedly and then does triangulation. Then player can play like GO.-triangle. it create convex hull and then does nestedly tri angulation. Then player can play like GO.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:3062784
    • 提供者:nick huang
  1. 54517008

    0下载:
  2. delaunay三角剖分实现离散点生成三角网格算法,精简好用-Delaunay Triangulation achieve discrete points triangular mesh generation algorithm, streamlining handy
  3. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:刘清
  1. PologonDelauney

    0下载:
  2. 此文献主要讲述了平面多边形的三角剖分,在数据场可视化应用广泛!-this document describes the plane polygon triangulation, data visualization widely used!
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:326656
    • 提供者:张晓东
  1. 2D-Tin-delaunay

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

    • 发布日期:2024-05-14
    • 文件大小:84992
    • 提供者:邓华
  1. moveTIN

    0下载:
  2. 此源码为动态生成三角网,可自由定制基点,产生出的三角网,效果良好.-this source of dynamically generated triangulation be free customized basis points produced by the triangulation results.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:joker
  1. jiguangsanjiaofa

    0下载:
  2. 详细介绍了激光三角法测距的基础知识及其应用-detail of laser triangulation location based knowledge and its application
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:24576
    • 提供者:njh19
  1. Triangulation

    0下载:
  2. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:93184
    • 提供者:selamicik
  1. DelaunayBuilder

    0下载:
  2. 构建Delaunay三角网的源程序,采用vb6.0加ae9.1环境下开发-Construction of Delaunay Triangulation source, using VB6.0 development environment plus ae9.1
  3. 所属分类:GIS编程

    • 发布日期:2024-05-14
    • 文件大小:14336
    • 提供者:lhb
  1. VC++Delaunay

    3下载:
  2. 采用序列化对象CArchive读入原始数据构建Delaunay三角网的VC++代码。可以鼠标点击加新点进行构网,包括二维、三维。还可以进行设色、光照等。-Serializing objects using CArchive read the raw data to build Delaunay triangulation VC++ Code. Mouse clicks can add new points structure netwo
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:149504
    • 提供者:追风
  1. M3DV

    0下载:
  2. 一个三维坐标变换的研究代码,实现了三维坐标变换,投影,三角剖分等功能。-A three-dimensional coordinate transformation study code, the realization of three-dimensional coordinate transformation, projection, triangulation and other functions.
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:muwenjie
  1. Morph

    0下载:
  2. 基于三角剖分的图像变形(Morph)代码,见中国图象图形学报,2003,8(6):641—646 "基于Delaunnay三角剖分的图象变形技术研究"-Triangulation-based image deformation (Morph) code, see the Chinese Journal of Image and Graphics, 2003,8 (6) :641-646,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:44032
    • 提供者:gabriel
  1. STLViewerBACKUP

    1下载:
  2. 读取并显示STEP格式文件,未完成,能正确将平面上任意单连通或多连通区域进行三角剖分-STEP format to read and display documents, not completed correctly will be the plane of arbitrary simply connected or multi-connected region triangulation
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-14
    • 文件大小:1156096
    • 提供者:KIDXT
  1. triangle++.tar

    0下载:
  2. 最新delaunay 算法源代码,可以快速划分2维网格!!! The triangulation algorithm used here is very simple.-Delaunay algorithm the latest source code, can be quickly divided into 2-D grid! ! ! The triangulation algorithm used here is very si
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-14
    • 文件大小:155648
    • 提供者:
  1. bunny.tar

    0下载:
  2. 用一个兔子模型为例,说明如何实现点云数据的三角划分。结合OpenGL实现模型的旋转操作。-Using a rabbit model as an example to show how to realize the point cloud data triangulation. OpenGL implementation model combining the rotation of the operation.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:3450880
    • 提供者:黄淼
  1. 3D_Reconstruction

    0下载:
  2. 图像测量领域参考文献3D_Reconstruction 单摄像头光刀三角测量法 -Image measurement references 3D_Reconstruction single camera knife triangulation method
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:224256
    • 提供者:yang
  1. Delaunay2

    0下载:
  2. Delauny三角网生成算法的VC实现,算法基于凸包的Delaunay三角剖分方法,在生成的凸多边形的基础上进行三角剖分,并采用VC进行程序设计。-Delauny triangulation realize VC generation algorithm, the algorithm based on the convex hull of the Delaunay triangulation method, the generated
  3. 所属分类:GIS编程

    • 发布日期:2024-05-14
    • 文件大小:1984512
    • 提供者:姜一
  1. NewTin

    0下载:
  2. 构建Delaunay三角的源程序,利用vb实现。-Construction of Delaunay triangulation of the source code, using vb to achieve.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:
  1. Triangulation_of_arbitary_polygon

    0下载:
  2. 这是华中科技大学图像识别与人工智能研究所涂治红的论文,用VC实现任意多边形的Delaunay完全三角剖分算法,里面详细说明了算法实现与数据结构-This is the Huazhong University of Science and Technology Institute of Image Recognition and Artificial Intelligence Hung Tu governance papers, usin
  3. 所属分类:文件格式

    • 发布日期:2024-05-14
    • 文件大小:27648
    • 提供者:宁远
« 1 2 34 5 6 7 8 9 10 ... 45 »

源码中国 www.ymcn.org