資源簡介
Segy道頭讀取
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“SegY.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
};
////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2505??2003-11-04?10:59??SegY\MainFrm.cpp
?????文件???????1581??2003-11-04?10:59??SegY\MainFrm.h
?????文件??????41218??2008-10-29?14:06??SegY\ReadHeader.cpp
?????文件???????4690??2003-11-08?16:10??SegY\ReadHeader.h
?????文件???????4263??2003-11-04?10:59??SegY\ReadMe.txt
?????文件???????1351??2003-11-08?10:30??SegY\ReadValueDlg.cpp
?????文件???????1355??2003-11-08?16:18??SegY\ReadValueDlg.h
?????文件???????1078??2003-11-04?10:59??SegY\res\SegY.ico
?????文件????????396??2003-11-04?10:59??SegY\res\SegY.rc2
?????文件???????1078??2003-11-04?10:59??SegY\res\SegYDoc.ico
????..A.SH.??????6656??2008-10-27?13:04??SegY\res\Thumbs.db
?????文件???????1078??2003-11-04?10:59??SegY\res\Toolbar.bmp
?????文件???????1418??2003-11-07?17:07??SegY\Resource.h
?????文件??????30652??2008-10-27?12:58??SegY\SegY.aps
?????文件???????3740??2008-11-11?11:01??SegY\SegY.clw
?????文件???????4136??2008-10-27?13:01??SegY\SegY.cpp
?????文件???????4642??2003-11-08?17:09??SegY\SegY.dsp
?????文件????????531??2003-11-04?10:59??SegY\SegY.dsw
?????文件???????1332??2003-11-08?16:10??SegY\SegY.h
?????文件?????148480??2008-11-11?11:01??SegY\SegY.ncb
?????文件??????60928??2008-11-11?11:01??SegY\SegY.opt
?????文件????????733??2008-10-29?14:07??SegY\SegY.plg
?????文件??????13677??2003-11-08?10:18??SegY\SegY.rc
?????文件???????1553??2003-11-08?16:10??SegY\SegYDoc.cpp
?????文件???????1511??2003-11-08?16:10??SegY\SegYDoc.h
?????文件???????2502??2003-11-08?16:18??SegY\SegYView.cpp
?????文件???????1746??2003-11-08?16:17??SegY\SegYView.h
?????文件????????206??2003-11-04?10:59??SegY\StdAfx.cpp
?????文件???????1054??2003-11-04?10:59??SegY\StdAfx.h
?????目錄??????????0??2008-10-29?14:06??SegY\Debug
............此處省略6個文件信息
評論
共有 條評論