• 大小: 176KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-10
  • 语言: C/C++
  • 标签: 地籍测量  

资源简介

用VS6.0编写的MFC程序.实现了测量界址点坐标的解析法,包括极坐标法,角度交汇法,距离交汇法,内外分点法.附有详细程序说明.

资源截图

代码片段和文件信息

// CDiJiCeLiang.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “CDiJiCeLiang.h“

#include “MainFrm.h“
#include “ChildFrm.h“
#include “CDiJiCeLiangDoc.h“
#include “CDiJiCeLiangView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCDiJiCeLiangApp

BEGIN_MESSAGE_MAP(CCDiJiCeLiangApp CWinApp)
//{{AFX_MSG_MAP(CCDiJiCeLiangApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CCDiJiCeLiangApp construction

CCDiJiCeLiangApp::CCDiJiCeLiangApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CCDiJiCeLiangApp object

CCDiJiCeLiangApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCDiJiCeLiangApp initialization

BOOL CCDiJiCeLiangApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));

LoadStdProfileSettings();  // Load standard INI file options (including MRU)

// Register the application‘s document templates.  Document templates
//  serve as the connection between documents frame windows and views.

CMultiDocTemplate* pDocTemplate;
pDocTemplate = new CMultiDocTemplate(
IDR_CDIJICTYPE
RUNTIME_CLASS(CCDiJiCeLiangDoc)
RUNTIME_CLASS(CChildframe) // custom MDI child frame
RUNTIME_CLASS(CCDiJiCeLiangView));
AddDocTemplate(pDocTemplate);

// create main MDI frame window
CMainframe* pMainframe = new CMainframe;
if (!pMainframe->Loadframe(IDR_MAINframe))
return FALSE;
m_pMainWnd = pMainframe;

// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandL

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

     文件       7718  2009-03-17 12:15  界址点坐标的计算程序\CDiJiCeLiang\CDiJiCeLiang.clw

     文件       4498  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\CDiJiCeLiang.cpp

     文件       5436  2008-10-11 23:21  界址点坐标的计算程序\CDiJiCeLiang\CDiJiCeLiang.dsp

     文件        549  2008-10-11 17:12  界址点坐标的计算程序\CDiJiCeLiang\CDiJiCeLiang.dsw

     文件       1422  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\CDiJiCeLiang.h

     文件      20526  2008-10-12 12:14  界址点坐标的计算程序\CDiJiCeLiang\CDiJiCeLiang.rc

     文件       1862  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\CDiJiCeLiangDoc.cpp

     文件       1541  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\CDiJiCeLiangDoc.h

     文件       3472  2008-10-11 22:07  界址点坐标的计算程序\CDiJiCeLiang\CDiJiCeLiangView.cpp

     文件       1975  2008-10-11 22:06  界址点坐标的计算程序\CDiJiCeLiang\CDiJiCeLiangView.h

     文件       1539  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\ChildFrm.cpp

     文件       1397  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\ChildFrm.h

     文件       1827  2008-10-11 22:38  界址点坐标的计算程序\CDiJiCeLiang\JiaoDuJiaoHuiDLG.cpp

     文件       1385  2008-10-11 18:10  界址点坐标的计算程序\CDiJiCeLiang\JiaoDuJiaoHuiDLG.h

     文件       1641  2008-10-11 21:36  界址点坐标的计算程序\CDiJiCeLiang\JiZuoBiaoDLG.cpp

     文件       1333  2008-10-11 17:58  界址点坐标的计算程序\CDiJiCeLiang\JiZuoBiaoDLG.h

     文件       1785  2008-10-11 21:35  界址点坐标的计算程序\CDiJiCeLiang\JuLiJiaoHui.cpp

     文件       1315  2008-10-11 18:23  界址点坐标的计算程序\CDiJiCeLiang\JuLiJiaoHui.h

     文件       2529  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\MainFrm.cpp

     文件       1542  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\MainFrm.h

     文件       1950  2008-10-13 11:22  界址点坐标的计算程序\CDiJiCeLiang\NeiWaiFenDianDLG.cpp

     文件       1440  2008-10-13 11:22  界址点坐标的计算程序\CDiJiCeLiang\NeiWaiFenDianDLG.h

     文件       4928  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\ReadMe.txt

     文件      32054  2002-01-25 16:10  界址点坐标的计算程序\CDiJiCeLiang\res\CDiJiCeLiang.ico

     文件        404  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\res\CDiJiCeLiang.rc2

     文件       1078  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\res\CDiJiCeLiangDoc.ico

     文件      31026  2008-10-11 23:11  界址点坐标的计算程序\CDiJiCeLiang\res\Freehand.ico

     文件       1078  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\res\Toolbar.bmp

     文件       1978  2008-10-11 23:11  界址点坐标的计算程序\CDiJiCeLiang\Resource.h

     文件        214  2008-10-11 17:05  界址点坐标的计算程序\CDiJiCeLiang\StdAfx.cpp

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

评论

共有 条评论

相关资源