資源簡介
可以讀取文本文檔,將散亂的大量三維點云數據顯示出來,并進行,平移旋轉等。

代碼片段和文件信息
//?DianYun.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“DianYun.h“
#include?“MainFrm.h“
#include?“DianYunDoc.h“
#include?“DianYunView.h“
#include?
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDianYunApp
BEGIN_MESSAGE_MAP(CDianYunApp?CWinApp)
//{{AFX_MSG_MAP(CDianYunApp)
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()
/////////////////////////////////////////////////////////////////////////////
//?CDianYunApp?construction
CDianYunApp::CDianYunApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDianYunApp?object
CDianYunApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CDianYunApp?initialization
BOOL?CDianYunApp::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(CDianYunDoc)
RUNTIME_CLASS(CMainframe)???????//?main?SDI?frame?window
RUNTIME_CLASS(CDianYunView));
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_SHOWMAXIMIZED);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????60??2009-12-21?18:52??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\12.txt
?????文件??????25214??2007-10-30?03:15??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\point3dsample\csharp\app.ico
?????文件????????656??2007-10-30?03:15??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\point3dsample\csharp\app.xaml
?????文件????????525??2007-10-30?03:15??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\point3dsample\csharp\app.xaml.cs
?????文件???????2364??2007-10-30?03:15??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\point3dsample\csharp\mil3dpoints.csproj
?????文件????????196??2007-10-30?03:16??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\point3dsample\csharp\mssccprj.scc
?????文件???????8651??2007-10-30?03:15??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\point3dsample\csharp\window1.xaml
?????文件??????19546??2007-10-30?03:15??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\point3dsample\csharp\window1.xaml.cs
????..AD...?????????0??2009-10-15?09:37??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\point3dsample\csharp
????..AD...?????????0??2009-10-15?09:37??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\point3dsample\me
?????文件???????5516??2007-12-11?14:59??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\point3dsample\readme.htm
?????目錄??????????0??2009-10-15?09:37??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\point3dsample
?????文件??????11354??2007-12-18?17:52??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\point3dsample.zip
?????文件??????24079??2005-10-23?00:20??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\readdata.txt
?????文件??????10250??2009-10-15?09:57??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\readdata1.txt
?????文件???????4532??2007-12-18?18:11??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data\Visual?Studio?Sample?Code_zh-cn.txt
?????目錄??????????0??2009-12-21?18:52??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\data
?????文件?????143486??2009-12-08?09:32??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\DianYun.exe
?????文件??????23850??2009-10-15?09:19??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\DianYun.obj
?????文件?????484352??2009-10-30?10:59??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\DianYun.pdb
?????文件???????8108??2009-10-15?16:10??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\DianYun.res
?????文件??????????0??2009-10-15?09:19??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\DianYun.sbr
?????文件??????15619??2009-10-15?09:19??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\DianYunDoc.obj
?????文件??????????0??2009-10-15?09:19??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\DianYunDoc.sbr
?????文件??????67184??2009-12-08?09:32??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\DianYunView.obj
?????文件??????????0??2009-12-08?09:32??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\DianYunView.sbr
?????文件??????21278??2009-10-15?16:10??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\MainFrm.obj
?????文件??????????0??2009-10-15?16:10??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\MainFrm.sbr
?????文件?????106426??2009-10-15?09:19??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\StdAfx.obj
?????文件????1375054??2009-10-15?09:19??點云快速讀取,ptx+和txt格式的都可以\新建文件夾\Debug\StdAfx.sbr
............此處省略32個文件信息
- 上一篇:瑞薩三相馬達控制編程
- 下一篇:windows掃雷代碼
評論
共有 條評論