摘要
使用Win32编程设计一个功能及界面风格类似于Windows计算器的计算器程序,只要求实现标准型计算器。
主要实现的功能:包含基本的四则运算、倒数运算、平方根运算。并支持存储区的存储、清除、调出、累加等功能。
关键词:win32,Windows计算器,汇编,四则运算,倒数运算,平方根运算
Using Win32 programming to design a calculator program with a functional and interface style similar to the Windows calculator.It’s only a standard calculator.
Mainly implemented functions including basic four arithmetic operations, reciprocal operations, and square root operations. It also supports the clearing, recalling, and accumulating functions of the storage area.
Keywords:Win32, Windows calculator program, Assembly Language , Arithmetic, Countdown, Square root operation