大地测量中的大地正解

时间:2019-01-06 11:13:08
【文件属性】:
文件名称:大地测量中的大地正解
文件大小:1.93MB
文件格式:RAR
更新时间:2019-01-06 11:13:08
贝塞尔 正解 大地测量 贝塞尔 正解 大地测量 // 大地测量学.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "大地测量学.h" #include "MainFrm.h" #include "大地测量学Doc.h" #include "大地测量学View.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CMyApp BEGIN_MESSAGE_MAP(CMyApp, CWinApp) //{{AFX_MSG_MAP(CMyApp) 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() ///////////////////////////////////////////////////////////////////////////// // CMyApp construction CMyApp::CMyApp() { // TODO: add construction code here, // Place all significant initialization in InitInstance } ///////////////////////////////////////////////////////////////////////////// // The one and only CMyApp object CMyApp theApp; ///////////////////////////////////////////////////////////////////////////// // CMyApp initialization BOOL CMyApp::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. CSingleDocTemplate* pDocTemplate; pDocTemplate = new CSingleDocTemplate( IDR_MAINFRAME, RUNTIME_CLASS(CMyDoc), RUNTIME_CLASS(CMainFrame), // main SDI frame window RUNTIME_CLASS(CMyView)); AddDocTemplate(pDocTemplate); // Parse command line for standard shell commands, DDE, file open CCommandLineInfo cmdInfo; ParseCommandLine(cmdInfo); // Dispatch commands specified on the command line if (!ProcessShellCommand(cmdInfo)) return FALSE; // The one and only window has been initialized, so show and update it. m_pMainWnd->ShowWindow(SW_SHOW); m_pMainWnd->UpdateWindow(); return TRUE; }
【文件预览】:
大地测量学
----baisaierfsDlg.cpp(3KB)
----gaosiDlg.h(1KB)
----pingmianDlg.cpp(5KB)
----大地测量学Doc.h(1KB)
----baisaierzsDlg.cpp(3KB)
----zuobiaozhuanhuanDlg.h(1KB)
----大地测量学.h(1KB)
----大地测量学.opt(57KB)
----大地测量学Doc.cpp(2KB)
----大地测量学.dsw(528B)
----大地测量学.rc(20KB)
----res()
--------大地测量学.ico(1KB)
--------Toolbar.bmp(1KB)
--------大地测量学Doc.ico(1KB)
--------大地测量学.rc2(402B)
----大地测量学.cpp(4KB)
----zuobiaozhuanhuanDlg.cpp(3KB)
----pingmianDlg.h(2KB)
----大地测量学View.cpp(2KB)
----大地测量学.aps(49KB)
----大地测量学.plg(1KB)
----gaosiDlg.cpp(5KB)
----StdAfx.cpp(212B)
----MainFrm.cpp(3KB)
----resource.h(3KB)
----MainFrm.h(2KB)
----大地测量学.clw(8KB)
----大地测量学.ncb(89KB)
----StdAfx.h(1KB)
----baisaierfsDlg.h(1KB)
----大地测量学.dsp(5KB)
----baisaierzsDlg.h(1KB)
----Debug()
--------StdAfx.obj(103KB)
--------baisaierfsDlg.obj(18KB)
--------大地测量学View.obj(19KB)
--------大地测量学Doc.obj(14KB)
--------pingmianDlg.obj(20KB)
--------大地测量学.res(11KB)
--------vc60.idb(233KB)
--------zuobiaozhuanhuanDlg.obj(17KB)
--------大地测量学.exe(148KB)
--------vc60.pdb(364KB)
--------baisaierzsDlg.obj(19KB)
--------大地测量学.obj(22KB)
--------大地测量学.pch(5.25MB)
--------大地测量学.ilk(346KB)
--------大地测量学.pdb(465KB)
--------MainFrm.obj(30KB)
--------gaosiDlg.obj(27KB)
----大地测量学View.h(2KB)
----ReadMe.txt(4KB)

网友评论