资源简介
VC++编写的科学计算器 VC++编写的科学计算器VC++编写的科学计算器VC++编写的科学计算器VC++编写的科学计算器VC++编写的科学计算器VC++编写的科学计算器VC++编写的科学计算器VC++编写的科学计算器VC++编写的科学计算器VC++编写的科学计算器VC++编写的科学计算器VC++编写
代码片段和文件信息
// 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 38704 2009-12-26 23:40 Calculator\Calculator.aps
文件 3110 2009-12-27 10:39 Calculator\Calculator.clw
文件 2119 2009-12-24 12:40 Calculator\Calculator.cpp
文件 4231 2009-12-24 12:40 Calculator\Calculator.dsp
文件 528 2009-12-24 12:40 Calculator\Calculator.dsw
文件 1368 2009-12-24 12:40 Calculator\Calculator.h
文件 74752 2009-12-27 10:39 Calculator\Calculator.ncb
文件 51712 2009-12-27 10:39 Calculator\Calculator.opt
文件 560 2009-12-27 09:46 Calculator\Calculator.plg
文件 8282 2009-12-26 23:40 Calculator\Calculator.rc
文件 26826 2009-12-27 09:46 Calculator\CalculatorDlg.cpp
文件 3048 2009-12-26 22:58 Calculator\CalculatorDlg.h
文件 3651 2009-12-24 12:40 Calculator\ReadMe.txt
文件 2896 2009-12-26 22:11 Calculator\Resource.h
文件 212 2009-12-24 12:40 Calculator\StdAfx.cpp
文件 1054 2009-12-24 12:40 Calculator\StdAfx.h
文件 135254 2009-12-27 09:46 Calculator\Debug\Calculator.exe
文件 365104 2009-12-27 09:46 Calculator\Debug\Calculator.ilk
文件 14886 2009-12-26 22:58 Calculator\Debug\Calculator.obj
文件 5490616 2009-12-24 12:46 Calculator\Debug\Calculator.pch
文件 435200 2009-12-27 09:46 Calculator\Debug\Calculator.pdb
文件 4444 2009-12-26 23:40 Calculator\Debug\Calculator.res
文件 109297 2009-12-27 09:46 Calculator\Debug\CalculatorDlg.obj
文件 105678 2009-12-24 12:46 Calculator\Debug\StdAfx.obj
文件 205824 2009-12-27 09:52 Calculator\Debug\vc60.idb
文件 389120 2009-12-27 09:46 Calculator\Debug\vc60.pdb
文件 1078 2009-12-24 12:40 Calculator\res\Calculator.ico
文件 402 2009-12-24 12:40 Calculator\res\Calculator.rc2
目录 0 2009-12-27 10:39 Calculator\Debug
目录 0 2009-12-27 10:39 Calculator\res
............此处省略4个文件信息
相关资源
- 计算器 C++源码实现+-*\\()
- C++课程设计计算器
- MFC教师住房管理系统和矩阵运算以及
- 可视化编程简单计算器用C++编程 课程
- c++课程设计模拟计算器含源代码、文
- 简单的VC++基于MFC计算器
- 计算器(c语言实现版)
- 自己做的C++MFC计算器程序
- C++图形界面计算器
- C++科学计算器
- VC6.0--计算器
-
iOS计算器代码ob
jective-C - 微软Win10计算器开源代码C++
- Visual Studio 2012制作MFC计算器-TC王者
- MFC写的复数计算器
- 函数图像生成器&利用CPU画曲线
- C++后缀表达式计算器MFC功能强大
- 基于VS2010的MFC对话框计算器程序
- 多功能计算器Qt版本
- mfc-一元稀疏多项式计算器
- mfc科学计算器
- MFC计算器,加强版的,功能强大,是
- 基于vs2017开发的逆波兰算法下的计算
- C++ MFC实现计算器基本功能
- Vc++编写的计算器简单小程序
- VC++ CLR编写带图形界面的简单计算器
- 基于VS2010的c++计算器小程序
- VC++ 可视化计算器
- VS2012编写的简单计算器
- MFC开发的多功能高精度计算器含源码
评论
共有 条评论