• 大小: 1.83MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-16
  • 语言: 其他
  • 标签: 0012  

资源简介

做了相应的错误处理,以及负号的判定,包括括号的处理,以及指数,小数点等常用算法,并且代有历史记录查看,可以寻找已经做过的表达式

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “MFCjisuan.h“
#include “MFCjisuanDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMFCjisuanApp

BEGIN_MESSAGE_MAP(CMFCjisuanApp CWinApp)
//{{AFX_MSG_MAP(CMFCjisuanApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CMFCjisuanApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CMFCjisuanApp object

CMFCjisuanApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CMFCjisuanApp initialization

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

CMFCjisuanDlg 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;
}

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

     文件     127038  2009-12-03 11:00  MFCjisuan\Debug\MFCjisuan.exe

     文件     248948  2009-12-03 11:00  MFCjisuan\Debug\MFCjisuan.ilk

     文件      14292  2009-12-03 10:59  MFCjisuan\Debug\MFCjisuan.obj

     文件    5493172  2009-12-03 10:59  MFCjisuan\Debug\MFCjisuan.pch

     文件     410624  2009-12-03 11:00  MFCjisuan\Debug\MFCjisuan.pdb

     文件       2772  2009-12-02 16:36  MFCjisuan\Debug\MFCjisuan.res

     文件      81572  2009-12-03 11:00  MFCjisuan\Debug\MFCjisuanDlg.obj

     文件     105526  2009-12-03 10:59  MFCjisuan\Debug\StdAfx.obj

     文件     205824  2009-12-03 11:00  MFCjisuan\Debug\vc60.idb

     文件     372736  2009-12-03 11:00  MFCjisuan\Debug\vc60.pdb

     文件      35872  2009-12-02 16:36  MFCjisuan\MFCjisuan.aps

     文件       1422  2009-12-03 11:00  MFCjisuan\MFCjisuan.clw

     文件       2105  2009-11-29 15:45  MFCjisuan\MFCjisuan.cpp

     文件       4213  2009-11-29 15:45  MFCjisuan\MFCjisuan.dsp

     文件        526  2009-11-29 15:45  MFCjisuan\MFCjisuan.dsw

     文件       1357  2009-11-29 15:45  MFCjisuan\MFCjisuan.h

     文件      58368  2009-12-03 11:00  MFCjisuan\MFCjisuan.ncb

     文件      49664  2009-12-03 11:00  MFCjisuan\MFCjisuan.opt

     文件        553  2009-12-03 11:00  MFCjisuan\MFCjisuan.plg

     文件       5854  2009-12-02 16:36  MFCjisuan\MFCjisuan.rc

     文件      10137  2009-12-03 11:00  MFCjisuan\MFCjisuanDlg.cpp

     文件       1692  2009-12-02 16:21  MFCjisuan\MFCjisuanDlg.h

     文件       3633  2009-11-29 15:45  MFCjisuan\ReadMe.txt

     文件       1078  2009-11-29 15:45  MFCjisuan\res\MFCjisuan.ico

     文件        401  2009-11-29 15:45  MFCjisuan\res\MFCjisuan.rc2

     文件        871  2009-12-02 15:52  MFCjisuan\resource.h

     文件        211  2009-11-29 15:45  MFCjisuan\StdAfx.cpp

     文件       1054  2009-11-29 15:45  MFCjisuan\StdAfx.h

     目录          0  2009-12-03 11:00  MFCjisuan\Debug

     目录          0  2009-11-29 15:45  MFCjisuan\res

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

评论

共有 条评论