汇编语言程序设计——仿win7计算器(界面部分)

本文介绍了使用汇编语言设计的一个仿Win7计算器的基本运算界面,尽管无法实现科学计算功能。通过两个文本框模拟了win7计算器的双行显示效果。完整源代码可在CSDN博客中找到。
摘要由CSDN通过智能技术生成
#include <d:\masm32\include\resource.h>
//---------------------------
#define Icon 1000
Icon ICON "jisuanqi.ico"
//---------------------------
#define  IDB_0  100
#define  IDB_1  101
#define  IDB_2  102
#define  IDB_3  103
#define  IDB_4  104
#define  IDB_5  105
#define  IDB_6  106
#define  IDB_7  107
#define  IDB_8  108
#define  IDB_9  109
//-----------------------------
#define  IDB_NEG    110
#define  IDB_POINT  111
#define  IDB_DIV    112
#define  IDB_MUL    113
#define  IDB_SUB    114
#define  IDB_ADD    115
#define  IDB_SQRT   116
#define  IDB_PER    117
#define  IDB_DAO    118
#define  IDB_EQU    119
//------------------------------
#define  IDB_MC     120
#define  IDB_MR     121
#define  IDB_MS     122
#define  IDB_MPLUS  123
#define  IDB_MSUB   124
#define  IDB_M      125
#define  IDB_BACK   126
#define  IDB_CE     127
#define  IDB_C      128
//------------------------------
#define  IDT_MEMORY 129
#define  IDT_RESULT 130
//-----
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值