CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - triangulation

搜索资源列表

  1. ASForTSP(candidateLists)

    0下载:
  2. 蚂蚁算法使用候选列表求解TSP,候选列表队搜索效率有很大贡献,采用的候选列表采用基于三角划分,最后结果很好。-Ant algorithm uses the candidate list for solving TSP, the list of candidates has contributed much to the team search for efficiency, using a list of candidates based on triangulation, the final
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5408
    • 提供者:chenliang
  1. ACSForCVRP(parallelPcandidateLists)

    0下载:
  2. 蚁群系统算法求解车辆路径问题,其中的蚁群系统使用了基于三角划分的候选列表。-Ant System algorithm for vehicle routing problem, which the ant colony system uses a list of candidates based on triangulation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:8167
    • 提供者:chenliang
  1. ACSForTSP(parallelPcandidateLists)

    0下载:
  2. 蚁群系统算法求解旅行商问题,其中使用了基于领域、基于三角剖分和最小生成树的候选列表,并进行了比较。-Ant Colony System for solving traveling salesman problem, in which a field-based, based on triangulation and the minimum spanning tree of the candidate list, and compared.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4185
    • 提供者:chenliang
  1. Relative_Absolute_Orientation

    0下载:
  2. 本程序为空中三角解析的一个示例,对于摄影测量学习的初学者有一定的帮助。-This program is an example of analytical aerial triangulation, photogrammetric study for beginners to have some help.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3124
    • 提供者:WJL
  1. opencv-doc

    0下载:
  2. 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3722793
    • 提供者:korbon
  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
    • 文件大小:868743
    • 提供者:caojuan
  1. cc

    2下载:
  2. CAD二次开发经验,.NET 平台实现,autoCAD的Delaunay三角剖分算法-triangulation code for autocad
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-30
    • 文件大小:451545
    • 提供者:独孤
  1. easymesh

    0下载:
  2. 这是一个提供二维区域Delaunay三角形剖分的 C语言程序。能够对于由折线围成的多空洞、多介质区域,生成指定局部加密的Delaunay三角形剖分。-This is a two-dimensional region to provide Delaunay triangulation of the C language program. The broken line surrounded by long and short hole, multi medium region, generatin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:12960
    • 提供者:laogu
  1. tri_poly

    0下载:
  2. Triangulation in MathCAD. Created in 2001 version of mathcad and may not work in new versions
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:10480
    • 提供者:winsent
  1. tricontour

    0下载:
  2. triangulation function
  3. 所属分类:Development Research

    • 发布日期:2017-04-14
    • 文件大小:2965
    • 提供者:Fibra
  1. DELAUNEY

    1下载:
  2. 利用DELAUNEY三角化方法生成非结构三角网格,可用于有限元或有限体积法网格的自动划分-Triangulation method using DELAUNEY generate unstructured triangular meshes, can be used for finite element or finite volume Mesh automatic classification
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-14
    • 文件大小:3356
    • 提供者:fang9750045
  1. Hull

    0下载:
  2. 凸包算法实现三角网的构建Convex hull of the triangulation algorithm to build-Convex hull triangulation algorithm to build the Convex hull of the triangulation algorithm to build
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1247
    • 提供者:reng517395
  1. optimal_triangulation

    0下载:
  2. 多边形的最优三角剖分,采用动态规划方法编程-Optimal polygon triangulation, using dynamic programming program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:874
    • 提供者:chenag10o257
  1. Delauney

    1下载:
  2. 基于C#实现的使用逐点插入法生成Delaunay三角网剖分程序。-Insertion method to generate Delaunay Triangulation based on the use-by-point program implemented in C#.
  3. 所属分类:GIS program

    • 发布日期:2017-04-29
    • 文件大小:53535
    • 提供者:若水
  1. delaunay_Triangulation

    1下载:
  2. MFC程序,角度判别法绘制三角网,能从文本输入点数据,也可以以交互式绘图方式增加点数据,绘制三角网,实时显示三角网拓扑关系并保存到文本中。-MFC program, drawn triangulation angle discrimination law, data text input, it can also increase the point graphically interactive data, draw triangulation, triangulation topologi
  3. 所属分类:Graph Drawing

    • 发布日期:2016-12-22
    • 文件大小:141312
    • 提供者:刘凯丽
  1. ModisCorrection

    0下载:
  2. modis的几何校正,基于三角网,MODIS 数据几何校正算法设计及其IDL 实现-modis geometric correction, based on triangulation,MODIS data geometric correction algorithm design and realization IDL
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:48805
    • 提供者:123
  1. triangle-plasticity

    0下载:
  2. 有限元计算程序,利用三角划分结构进行塑性分析,得到点的应力,应变数据-Finite element calculation program using triangulation plastic structure analysis, the point of stress, strain data
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:15953
    • 提供者:胡杰
  1. triangle-elasticity-

    0下载:
  2. 有限元计算程序,利用三角划分结构进行弹性分析,得到点的应力,应变数据-Finite element calculation program using triangulation elastic structure analysis, the point of stress, strain data
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:9625
    • 提供者:胡杰
  1. osgVR

    2下载:
  2. osg用约束线去掉想去掉三角网的区域,实现地形的裁剪和编辑,方便灵活。-osg with constraint remove want to remove triangulation area Terrain cutting and editing, convenient and flexible.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:5036
    • 提供者:aaa
  1. di_nuo_ni_sanjiaowang

    0下载:
  2. Delaunay三角网的二维平面构成算法的C++程序-Construction of Delaunay triangulation
  3. 所属分类:GIS program

    • 发布日期:2017-04-30
    • 文件大小:97654
    • 提供者:Channy
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 37 »
搜珍网 www.dssz.com