• 大小: 52KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: 其他
  • 标签: GIS  凸壳算法  

资源简介

实现了GIS基础算法之一凸壳算法。可快速构建点集凸壳

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “tuqiao.h“

#include “MainFrm.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

//////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2507  2004-04-13 20:53  200322050045 凸壳\MainFrm.cpp

     文件       1581  2004-04-13 20:53  200322050045 凸壳\MainFrm.h

     文件       4311  2004-04-13 20:53  200322050045 凸壳\ReadMe.txt

    ..A.SH.      6656  2011-04-08 20:37  200322050045 凸壳\res\Thumbs.db

     文件       1078  2004-04-13 20:53  200322050045 凸壳\res\Toolbar.bmp

     文件       1078  2004-04-13 20:53  200322050045 凸壳\res\tuqiao.ico

     文件        398  2004-04-13 20:53  200322050045 凸壳\res\tuqiao.rc2

     文件       1078  2004-04-13 20:53  200322050045 凸壳\res\tuqiaoDoc.ico

     文件        640  2004-04-14 21:24  200322050045 凸壳\Resource.h

     文件        208  2004-04-13 20:53  200322050045 凸壳\StdAfx.cpp

     文件       1054  2004-04-13 20:53  200322050045 凸壳\StdAfx.h

     文件      28984  2011-03-31 21:07  200322050045 凸壳\tuqiao.aps

     文件       2324  2011-03-31 21:08  200322050045 凸壳\tuqiao.clw

     文件       4209  2004-04-13 20:53  200322050045 凸壳\tuqiao.cpp

     文件       4555  2004-04-13 20:53  200322050045 凸壳\tuqiao.dsp

     文件        535  2004-04-13 20:53  200322050045 凸壳\tuqiao.dsw

     文件       1356  2004-04-13 20:53  200322050045 凸壳\tuqiao.h

     文件      91136  2011-03-31 21:08  200322050045 凸壳\tuqiao.ncb

     文件      75776  2011-03-31 21:08  200322050045 凸壳\tuqiao.opt

     文件       1345  2004-05-31 15:24  200322050045 凸壳\tuqiao.plg

     文件      11693  2004-04-14 21:24  200322050045 凸壳\tuqiao.rc

     文件       1742  2004-04-13 20:53  200322050045 凸壳\tuqiaoDoc.cpp

     文件       1475  2004-04-13 20:53  200322050045 凸壳\tuqiaoDoc.h

     文件       5621  2004-05-30 19:37  200322050045 凸壳\tuqiaoView.cpp

     文件       2135  2004-04-19 20:46  200322050045 凸壳\tuqiaoView.h

     目录          0  2015-09-04 17:03  200322050045 凸壳\res

     目录          0  2015-09-04 17:03  200322050045 凸壳

----------- ---------  ---------- -----  ----

               253475                    27



............此处省略0个文件信息

评论

共有 条评论