CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 道格拉斯-普克法

搜索资源列表

  1. 道格拉斯—普克法(Douglas—Peucker)简化线算法

    1下载:
  2. Douglas-Peucker算法 在数字化过程中,需要对曲线进行采样简化,即在曲线上取有限个点,将其变为折线,并且能够在一定程度 上保持原有的形状。 经典的Douglas-Peucker算法描述如下: (1)在曲线首尾两点A,B之间连接一条直线AB,该直线为曲线的弦; (2)得到曲线上离该直线段距离最大的点C,计算其与AB的距离d; (3)比较该距离与预先给定的阈值threshold的大小,如果小于threshold,则该直线段作为曲线的近似,该段曲线处理完毕。 (4)如果距离大
  3. 所属分类:源码下载

    • 发布日期:2010-10-04
    • 文件大小:20646
    • 提供者:shixcn
  1. Douglas—Peucker_Simplize_Vecto

    0下载:
  2. 矢量数据的压缩方法常用的有道格拉斯—普克法、垂距法、光栏法。本文主要讨论道格拉斯—普克法,运用该算法的思想,用C语言于TC20中编写一个小程序,实现对既有线的简化。(压缩包里面有算法报告),Vector data compression methods are commonly used Douglas- Puck law, down from the method, light field method. This article focused on Douglas- Puck law, t
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:21097
    • 提供者:张波
  1. DouglasPeucker

    2下载:
  2. 道格拉斯—普克法(Douglas—Peucker)的C++程序-Douglas- Puck method (Douglas-Peucker) of the C++ program
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:35740
    • 提供者:许明明
  1. Spatial_data_compression

    0下载:
  2. 空间数据压缩,本程序结合了道格拉斯算法、光栏法、垂直距离法对空间数据进行压缩-Spatial data compression, the program combines the Douglas algorithm, light bar, vertical distance of space data compression
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:11835
    • 提供者:vicent
  1. douglas-peucker

    0下载:
  2. 道格拉斯-普克压缩算法,提取有用信息,提高信息集中度-Douglas- Puck compression algorithms to extract useful information
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:49880
    • 提供者:hotrice
  1. 5

    0下载:
  2. 基于道格拉斯普克法压缩方法的 vb代码 小程序 不值一提 我要下载-Douglas Puck compression method based on the Law of the vb code for small programs is not worth a mention I would like to download! ! !
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:144948
    • 提供者:王晓登
  1. dglspkf

    0下载:
  2. 道格拉斯普克法进行地理地图处理,压缩效率-Road 格拉斯普克 method of geographical map processing, compression efficiency
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:2066
    • 提供者:紫檀
  1. DGLS_VB

    0下载:
  2. 在地图学中 道格拉斯普克法可以有效地对空间域进行概括- In the cartology,the Douglas—Peucker can summrize the platform space efficiently.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1885
    • 提供者:杜睿
  1. dglspkys

    0下载:
  2. 山东建筑大学测绘专业vb道格拉斯普克压缩实习代码-Shandong Architecture University of Surveying and Mapping Professional Practice code vb Road 格拉斯普克 compression
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:2174
    • 提供者:紫檀
  1. daogelasisrc

    0下载:
  2. VB道格拉斯取点法代码演示,采用道格拉斯-普克压缩,输入压缩精度:设定精度,可以主区画图,两点一线的画图,开始时要选择“开始画点”,结束时请选择“结束画点”,看演示效果请选择“道格拉斯-普克压缩”按钮-Douglas VB code demonstrates access point method, using Douglas- Puck compression, input compression accuracy: Set precision, the main drawing area,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2109
    • 提供者:cpudn85
  1. DouglasPeucker

    0下载:
  2. 道格拉斯普克法 可以输入限差,对于gis来说这是一个基础的压缩算法,该算法采用递归方式-Douglas Puck law tolerances can be entered
  3. 所属分类:GIS program

    • 发布日期:2017-04-04
    • 文件大小:131039
    • 提供者:ou
  1. Data-compression

    0下载:
  2. 以中国地图数据经兰勃托投影后的数据为基础数据,是用道格拉斯-普克法压缩数据,将数据压缩为50 左右。-In China, the map data by Lambert projection of the supporting data as basic data, data is compressed using Douglas Peucker compressing data is about 50 .
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4444202
    • 提供者:lilian
  1. Compress

    5下载:
  2. • 1、根据道格拉斯一普克法,编写程序对经过兰勃特投影的中国版图数据进行压缩和过滤 • 2、屏幕绘图显示压缩前后的地图数据 • 3、数据压缩率为50 -• 1, according to a Douglas Peucker method, write a program on Chinese territory after Lambert projection data compression and filtering • 2,
  3. 所属分类:Other windows programs

    • 发布日期:2015-11-30
    • 文件大小:20480
    • 提供者:佩佩
  1. P3

    0下载:
  2. 利用C#窗体程序实现对shp文件的读取和绘制,并且能够进行墨卡托和兰伯特投影,利用道格拉斯普克法进行数据压缩-Use C# program implements a form to read and draw on the shp files, and the ability to Lambert and Mercator projection using Douglas Puck method for data compression
  3. 所属分类:GIS program

    • 发布日期:2017-04-26
    • 文件大小:475571
    • 提供者:小西柚
  1. DP

    1下载:
  2. 1、根据道格拉斯一普克法,编写程序对经过兰勃特投影的中国版图数据进行压缩和过滤 2、屏幕绘图显示压缩前后的地图数据 3、数据压缩率为50 -1, according to a Douglas Puck law, programming for the Chinese territory after Lambert projection data compression and filtering 2, the screen graphics display map data bef
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:802211
    • 提供者:程星华
搜珍网 www.dssz.com