资源简介
用Vc++实现的计算器
可以直接编译运行,无错误 这是自己在课余时间做的 嘻嘻
代码片段和文件信息
// JiSuanQi.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “JiSuanQi.h“
#include “JiSuanQiDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CJiSuanQiApp
BEGIN_MESSAGE_MAP(CJiSuanQiApp CWinApp)
//{{AFX_MSG_MAP(CJiSuanQiApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CJiSuanQiApp construction
CJiSuanQiApp::CJiSuanQiApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CJiSuanQiApp object
CJiSuanQiApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CJiSuanQiApp initialization
BOOL CJiSuanQiApp::InitInstance()
{
AfxEnableControlContainer();
this->SetDialogBkColor(RGB(41229172)RGB(9151182));
// 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
CJiSuanQiDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 174316 2008-10-06 18:36 计算器(06.2班秦伟0611701087)\JiSuanQi.aps
文件 2151 2008-10-01 23:10 计算器(06.2班秦伟0611701087)\JiSuanQi.cpp
文件 4390 2008-10-01 20:47 计算器(06.2班秦伟0611701087)\JiSuanQi.dsp
文件 541 2008-09-29 11:07 计算器(06.2班秦伟0611701087)\JiSuanQi.dsw
文件 1349 2008-09-30 22:56 计算器(06.2班秦伟0611701087)\JiSuanQi.h
文件 74752 2008-10-22 15:06 计算器(06.2班秦伟0611701087)\JiSuanQi.ncb
文件 53760 2008-10-22 15:06 计算器(06.2班秦伟0611701087)\JiSuanQi.opt
文件 250 2008-10-22 15:06 计算器(06.2班秦伟0611701087)\JiSuanQi.plg
文件 7596 2008-10-01 20:57 计算器(06.2班秦伟0611701087)\JiSuanQi.rc
文件 18476 2008-10-22 15:06 计算器(06.2班秦伟0611701087)\JiSuanQiDlg.cpp
文件 2197 2008-10-01 20:39 计算器(06.2班秦伟0611701087)\JiSuanQiDlg.h
文件 3615 2008-09-29 11:07 计算器(06.2班秦伟0611701087)\ReadMe.txt
文件 151254 2008-09-29 12:39 计算器(06.2班秦伟0611701087)\res\bitmap3.bmp
文件 1078 2008-09-29 12:42 计算器(06.2班秦伟0611701087)\res\JiSuanQi.ico
文件 400 2008-09-29 11:07 计算器(06.2班秦伟0611701087)\res\JiSuanQi.rc2
..A.SH. 5120 2008-09-29 12:50 计算器(06.2班秦伟0611701087)\res\Thumbs.db
文件 2020 2008-10-01 20:57 计算器(06.2班秦伟0611701087)\resource.h
文件 1175 2008-10-01 21:10 计算器(06.2班秦伟0611701087)\SecondDlg.cpp
文件 1028 2008-10-01 21:10 计算器(06.2班秦伟0611701087)\SecondDlg.h
文件 210 2008-09-29 11:07 计算器(06.2班秦伟0611701087)\StdAfx.cpp
文件 1054 2008-09-29 11:07 计算器(06.2班秦伟0611701087)\StdAfx.h
文件 99 2008-10-02 18:35 计算器(06.2班秦伟0611701087)\没有解决的问题.txt
目录 0 2008-09-29 12:42 计算器(06.2班秦伟0611701087)\res
目录 0 2008-10-31 20:25 计算器(06.2班秦伟0611701087)
----------- --------- ---------- ----- ----
506831 24
- 上一篇:C++课程设计——银行储蓄管理系统
- 下一篇:岩土工程的D-P模型
相关资源
- VC++工资管理系统
- VC++点阵字生成器(MFC)
- 40G郁金香VC++游戏辅助制作视频教程如
- 防火墙C++源码,测试可以运行
- vc++简易图形编辑器MFC
- VC++ 串口实现双机互联 包含视窗加代
- VC++ MFC 如何用 CZip CUnzip类压缩解压缩
- OpenGL纹理贴图源程序.rar
- Vc++6.0MFC入门教程,很好的资源。
- VC++6.0 MFC 超简易计算器
- 多个定时器的 Timer VC++
- VC++铰链四杆机构运动仿真编程-
- C++制作的简单工厂模式计算器
- vc++读取shp文件源码
- VC++MFC编程
- VC++穿透sock5代理访问防火墙以外的程
- 一个步态识别 软件
- vc++&opencv图像分块
- 端口扫描VC++高级编程源代码
- 使用微软蓝牙API的
- MFC_unicode相关链接库
- VS.net / VC++ 2003 2005(.sln)项目转化为
- vc++实现图像处理:中值滤波
- MRF2图像分割vc++代码
- 计算机图形学 中点画椭圆法 Bresenha
- 傅里叶描述子的提取,并且提取手势
- VC++写的功能非常强大的自定义列表控
- VC++ MFC的餐厅点餐系统
- 文件同步与异步读写
- 计算器 VC++
评论
共有 条评论