• 大小: 558KB
    文件类型: .rar
    金币: 2
    下载: 2 次
    发布日期: 2021-06-19
  • 语言: C/C++
  • 标签: 热电偶  

资源简介

热电偶-热电阻分度表 付VC源码 VC++6。0

资源截图

代码片段和文件信息

// Demo.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Demo.h“
#include “DemoDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDemoApp

BEGIN_MESSAGE_MAP(CDemoApp CWinApp)
//{{AFX_MSG_MAP(CDemoApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDemoApp construction

CDemoApp::CDemoApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CDemoApp object

CDemoApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CDemoApp initialization

BOOL CDemoApp::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

CDemoDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     159744  2012-12-27 10:39  热电偶-热电阻分度表 附VC源码\Demo\bin\Demo.exe

     目录          0  2012-12-27 10:42  热电偶-热电阻分度表 附VC源码\Demo\bin

     文件      39480  2012-12-27 09:41  热电偶-热电阻分度表 附VC源码\Demo\Demo.aps

     文件       2841  2012-12-27 10:41  热电偶-热电阻分度表 附VC源码\Demo\Demo.clw

     文件       2035  2012-12-27 09:15  热电偶-热电阻分度表 附VC源码\Demo\Demo.cpp

     文件       4690  2012-12-27 10:39  热电偶-热电阻分度表 附VC源码\Demo\Demo.dsp

     文件        514  2012-12-27 09:35  热电偶-热电阻分度表 附VC源码\Demo\Demo.dsw

     文件       1302  2012-12-27 09:15  热电偶-热电阻分度表 附VC源码\Demo\Demo.h

     文件      66560  2012-12-27 10:41  热电偶-热电阻分度表 附VC源码\Demo\Demo.ncb

     文件      55808  2012-12-27 10:41  热电偶-热电阻分度表 附VC源码\Demo\Demo.opt

     文件       1618  2012-12-27 10:39  热电偶-热电阻分度表 附VC源码\Demo\Demo.plg

     文件       8956  2012-12-27 09:41  热电偶-热电阻分度表 附VC源码\Demo\Demo.rc

     文件       4770  2012-12-27 09:33  热电偶-热电阻分度表 附VC源码\Demo\DemoDlg.cpp

     文件       1583  2012-12-27 09:31  热电偶-热电阻分度表 附VC源码\Demo\DemoDlg.h

     文件       9196  2012-12-27 10:34  热电偶-热电阻分度表 附VC源码\Demo\DialogCouples.cpp

     文件       2001  2012-12-27 10:34  热电偶-热电阻分度表 附VC源码\Demo\DialogCouples.h

     文件       8795  2012-12-27 10:35  热电偶-热电阻分度表 附VC源码\Demo\DialogResist.cpp

     文件       2208  2012-12-27 10:34  热电偶-热电阻分度表 附VC源码\Demo\DialogResist.h

     文件       3543  2012-12-27 09:15  热电偶-热电阻分度表 附VC源码\Demo\ReadMe.txt

     目录          0  2012-12-27 10:42  热电偶-热电阻分度表 附VC源码\Demo\Release

     文件       9662  2012-12-27 10:31  热电偶-热电阻分度表 附VC源码\Demo\res\Demo.ico

     文件        396  2012-12-27 09:15  热电偶-热电阻分度表 附VC源码\Demo\res\Demo.rc2

    ..A.SH.      6656  2012-12-27 10:32  热电偶-热电阻分度表 附VC源码\Demo\res\Thumbs.db

     目录          0  2012-12-27 10:42  热电偶-热电阻分度表 附VC源码\Demo\res

     文件       1554  2012-12-27 09:18  热电偶-热电阻分度表 附VC源码\Demo\resource.h

     文件        206  2012-12-27 09:15  热电偶-热电阻分度表 附VC源码\Demo\StdAfx.cpp

     文件       1054  2012-12-27 09:15  热电偶-热电阻分度表 附VC源码\Demo\StdAfx.h

     文件     108974  2012-12-27 09:47  热电偶-热电阻分度表 附VC源码\Demo\TypeTableC.h

     文件      12141  2012-12-27 09:47  热电偶-热电阻分度表 附VC源码\Demo\TypeTableR.h

     文件        556  2012-12-27 09:35  热电偶-热电阻分度表 附VC源码\Demo\XPstyle.manifest

............此处省略22个文件信息

评论

共有 条评论