资源简介
提供代码参考,附带具体测试文件,如果想读取其他MIF点集需要稍作修改
代码片段和文件信息
// CBCSA.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “CBCSA.h“
#include “MainFrm.h“
#include “CBCSADoc.h“
#include “CBCSAView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCBCSAApp
BEGIN_MESSAGE_MAP(CCBCSAApp CWinApp)
//{{AFX_MSG_MAP(CCBCSAApp)
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()
/////////////////////////////////////////////////////////////////////////////
// CCBCSAApp construction
CCBCSAApp::CCBCSAApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCBCSAApp object
CCBCSAApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCBCSAApp initialization
BOOL CCBCSAApp::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(CCBCSADoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CCBCSAView));
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;
}
/////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 0 2019-05-15 12:08 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?
文件 6148 2019-05-15 12:08 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?.DS_Store
目录 0 2019-05-15 12:09 __MACOSX\
文件 0 2019-05-15 12:09 __MACOSX\VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?
文件 120 2019-05-15 12:08 __MACOSX\VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?._.DS_Store
文件 37015 2019-04-23 20:38 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?A.mif
目录 0 2019-05-06 17:43 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\
文件 2506 2019-04-24 09:00 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\MainFrm.cpp
目录 0 2019-05-06 17:43 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\res\
文件 1078 2019-04-24 09:00 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\res\CBCSADoc.ico
文件 397 2019-04-24 09:00 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\res\CBCSA.rc2
文件 1078 2019-04-24 09:00 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\res\CBCSA.ico
文件 1078 2019-04-24 09:00 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\res\Toolbar.bmp
文件 2497 2019-04-28 19:38 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\PointsClass.cpp
目录 0 2019-05-15 12:09 __MACOSX\VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\
文件 176 2019-04-28 19:38 __MACOSX\VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\._PointsClass.cpp
文件 1054 2019-04-24 09:00 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\StdAfx.h
文件 4591 2019-05-06 17:41 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\CBCSAView.cpp
文件 176 2019-05-06 17:41 __MACOSX\VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\._CBCSAView.cpp
文件 10536 2019-04-24 09:00 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\CBCSA.rc
文件 493 2019-04-28 19:01 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\Point.h
文件 115712 2019-05-06 17:42 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\CBCSA.ncb
文件 1345 2019-04-24 09:00 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\CBCSA.h
文件 1722 2019-04-24 09:00 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\CBCSADoc.cpp
文件 2282 2019-05-06 17:41 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\CBCSA.clw
文件 516 2019-04-24 09:00 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\CBCSA.dsw
文件 176 2019-04-24 09:00 __MACOSX\VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\._CBCSA.dsw
文件 4787 2019-04-28 19:04 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\CBCSA.dsp
文件 1889 2019-04-28 18:34 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\CBCSAView.h
文件 518 2019-04-28 18:59 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\Point.cpp
文件 492 2019-04-24 09:00 VC++6.0缂栫▼瀹炵幇MIF鏂囦欢鐐归泦璇诲彇涓庡嚫澹虫樉绀?CBCSA\Resource.h
............此处省略27个文件信息
评论
共有 条评论