• 大小: 76KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-22
  • 语言: 其他
  • 标签:

资源简介

求取垂直裂缝井和水平裂缝井井底压力的源代码;采用无因次化处理,分别求取井底压力随时间变化曲线,基于此,可以利用计算结果绘制垂直裂缝井和水平裂缝井压力图版。此代码系专业代码,跨专业请谨慎下载

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “倾角裂缝.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
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{
// TODO: add member initialization code here

}

CMainframe::~CMainframe()
{
}

int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CframeWnd::OnCreate(lpCreateStruct) == -1)
return -1;

if (!m_wndToolBar.CreateEx(this TBstyle_FLAT WS_CHILD | WS_VISIBLE | CBRS_TOP
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
!m_wndToolBar.LoadToolBar(IDR_MAINframe))
{
TRACE0(“Failed to create toolbar\n“);
return -1;      // fail to create
}

if (!m_wndStatusBar.Create(this) ||
!m_wndStatusBar.SetIndicators(indicators
  sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“Failed to create status bar\n“);
return -1;      // fail to create
}

// TODO: Delete these three lines if you don‘t want the toolbar to
//  be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);

return 0;
}

BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
//  the CREATESTRUCT cs

return TRUE;
}

/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics

#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}

void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}

#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-06-24 20:51  倾角裂缝\
     文件        2509  2012-05-09 11:07  倾角裂缝\MainFrm.cpp
     文件        1581  2012-05-09 11:07  倾角裂缝\MainFrm.h
     文件        4317  2012-05-09 11:07  倾角裂缝\ReadMe.txt
     文件        1159  2013-02-02 10:58  倾角裂缝\Resource.h
     文件       29396  2008-12-21 16:44  倾角裂缝\SpreadSheet.cpp
     文件        5128  2007-07-06 19:51  倾角裂缝\SpreadSheet.h
     文件         210  2012-05-09 11:07  倾角裂缝\StdAfx.cpp
     文件        1054  2012-05-09 11:07  倾角裂缝\StdAfx.h
     目录           0  2014-11-04 19:30  倾角裂缝\res\
     文件        1078  2012-05-09 11:07  倾角裂缝\res\Toolbar.bmp
     文件        1078  2012-05-09 11:07  倾角裂缝\res\倾角裂缝.ico
     文件         400  2012-05-09 11:07  倾角裂缝\res\倾角裂缝.rc2
     文件        1078  2012-05-09 11:07  倾角裂缝\res\倾角裂缝Doc.ico
     文件       29372  2014-11-15 23:17  倾角裂缝\倾角裂缝.aps
     文件        2510  2015-06-24 20:51  倾角裂缝\倾角裂缝.clw
     文件        4161  2012-05-09 11:07  倾角裂缝\倾角裂缝.cpp
     文件        4748  2012-05-09 14:39  倾角裂缝\倾角裂缝.dsp
     文件         524  2012-05-09 11:07  倾角裂缝\倾角裂缝.dsw
     文件        1324  2012-05-09 11:07  倾角裂缝\倾角裂缝.h
     文件      197632  2015-06-24 20:51  倾角裂缝\倾角裂缝.ncb
     文件       54784  2015-06-24 20:51  倾角裂缝\倾角裂缝.opt
     文件        2136  2015-04-16 18:24  倾角裂缝\倾角裂缝.plg
     文件       12341  2013-02-02 10:58  倾角裂缝\倾角裂缝.rc
     文件        1680  2012-05-09 11:07  倾角裂缝\倾角裂缝Doc.cpp
     文件        1431  2012-05-09 11:07  倾角裂缝\倾角裂缝Doc.h
     文件       73921  2015-06-24 20:51  倾角裂缝\倾角裂缝View.cpp
     文件        2459  2013-02-02 10:48  倾角裂缝\倾角裂缝View.h

评论

共有 条评论

相关资源