资源简介
1能够实现基本的加减乘除运算,区分乘除、加减的优先级别,并实现括号的优先级别,运算符的混合运算都能基本实现;
2.界面上设置了多个函数,当界面上有数字时,按下键位就能够得到这个数的对应值;
3.添加了一个error报错函数,当算式不合乎正常数学表达式时就能弹出提示“表达式错误”消息框;
4.添加了二进制、八进制、十六进制等进制,可以相互之间切换,并每个进制都能进行该进制的计算。
代码片段和文件信息
// calculator.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “calculator.h“
#include “calculatorDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCalculatorApp
BEGIN_MESSAGE_MAP(CCalculatorApp CWinApp)
//{{AFX_MSG_MAP(CCalculatorApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CCalculatorApp construction
CCalculatorApp::CCalculatorApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCalculatorApp object
CCalculatorApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCalculatorApp initialization
BOOL CCalculatorApp::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
CCalculatorDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 23880 2012-10-12 20:45 Calculator\calculator.aps
文件 2968 2012-10-12 20:54 Calculator\calculator.clw
文件 2119 2012-07-09 11:36 Calculator\calculator.cpp
文件 4257 2012-07-09 12:26 Calculator\calculator.dsp
文件 526 2012-07-09 11:36 Calculator\calculator.dsw
文件 1368 2012-07-09 11:36 Calculator\calculator.h
文件 164864 2012-10-12 20:54 Calculator\calculator.ncb
文件 55808 2012-10-12 20:54 Calculator\calculator.opt
文件 1120 2012-10-12 20:48 Calculator\calculator.plg
文件 7900 2012-07-10 10:47 Calculator\calculator.rc
文件 20946 2012-08-26 11:47 Calculator\calculatorDlg.cpp
文件 2732 2012-07-10 10:49 Calculator\calculatorDlg.h
文件 30898 2010-03-08 20:46 Calculator\Debug\Cal.obj
文件 2183231 2012-10-12 20:48 Calculator\Debug\calculator.exe
文件 2551920 2012-10-12 20:48 Calculator\Debug\calculator.ilk
文件 13425 2012-08-20 20:00 Calculator\Debug\calculator.obj
文件 5458236 2012-08-20 20:00 Calculator\Debug\calculator.pch
文件 4178944 2012-10-12 20:48 Calculator\Debug\calculator.pdb
文件 10256 2012-08-20 19:59 Calculator\Debug\calculator.res
文件 127344 2012-08-26 11:47 Calculator\Debug\calculatorDlg.obj
文件 105630 2012-08-20 20:00 Calculator\Debug\StdAfx.obj
文件 24002 2012-10-12 20:48 Calculator\Debug\Transform.obj
文件 287744 2012-10-12 20:48 Calculator\Debug\vc60.idb
文件 413696 2012-10-12 20:48 Calculator\Debug\vc60.pdb
文件 3651 2012-07-09 11:36 Calculator\ReadMe.txt
文件 1078 2012-07-09 12:26 Calculator\res\calculator.ico
文件 402 2012-07-09 11:36 Calculator\res\calculator.rc2
文件 2574 2012-07-10 10:47 Calculator\resource.h
文件 212 2012-07-09 11:36 Calculator\StdAfx.cpp
文件 1054 2012-07-09 11:36 Calculator\StdAfx.h
............此处省略8个文件信息
- 上一篇:mfc制作简单的中国地图
- 下一篇:俄罗斯方块游戏exe程序和所有代码资源
相关资源
- 完成矩阵基本运算的C++程序
- 图像处理基本的算法边缘,梯度,均
- MFC入门绘图程序,可以实现Window环境
- 基于MFC的CAD基本图形绘制系统
- MFC 制作浏览器,基本功能全有,带收
- 基于MFC基本对话框的CSocket局域网通信
- 线性表基本运算的图形模拟演示设计
- VS 2017 C/C++ MicroSoft源服务器符号文件基
- MFC单文档分割视图的基本使用
- C++ MFC实现计算器基本功能
- VC基本图像处理源码集
- mfc数据库sqlite3的基本操作
- VS2015MFC图形系统开发基本图形绘制线
- 超市收银系统 C语言编写
- 编制一个读单词过程,从输入的源程
- 数据结构实验报告-实现二叉树的基本
- 类C语言编译器,基本上实现了主要功
- 双向链表的基本操作C语言
- C语言双向链表基本操作
- C语言实现链表,创建、插入、查找、
- 2、 掌握线性表的基本操作:初始化,
- 山东大学数字图像处理实验一:图像
- C++编写的简单仓库管理系统
- 基本图形填充课程设计报告+代码
- 移动机器人基本运动控制的源代码
- QT制作类似360悬浮球,实现各种基本功
- 构建二叉树、输出二叉树、求树深、
- 以邻接表创建图实现图的基本操作
- 用c++设计一个日期类Date,包括年、月
- 二叉树的C语言实现,实现二叉树基本
评论
共有 条评论