对测井数据显示、编辑、处理

源代码在线查看: database.cpp

软件大小: 2050 K
上传用户: wuqiweipp
关键词: 测井 数据显示 编辑
下载地址: 免注册下载 普通下载 VIP

相关代码

				// DataBase.cpp: implementation of the CDataBase class.
				//
				//////////////////////////////////////////////////////////////////////
				
				#include "stdafx.h"
				#include "WellDataProcess.h"
				#include "DataBase.h"
				
				#ifdef _DEBUG
				#undef THIS_FILE
				static char THIS_FILE[]=__FILE__;
				#define new DEBUG_NEW
				#endif
				
				//////////////////////////////////////////////////////////////////////
				// Construction/Destruction
				//////////////////////////////////////////////////////////////////////
				
				CDataBase::CDataBase()
				{
					m_bSelect = FALSE;
				}
				
				CDataBase::~CDataBase()
				{
				
				}
				
							

相关资源