文件名称:calculator
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.56mb
- 下载次数:
- 0次
- 提 供 者:
- 叶*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个windows附件中所示的计算器
计算double型的“加”、“减”、“乘”和“除”法;(注意小数点的处理)
增加“Backspace”按钮,每按一次删除编辑框最后一个字符;
增加求“倒数”、“sin”、“cos”和“tan”等三角函数;(注意以上运算符是单目运算符,与四则运算并不相同,最好独立为每个按钮设计函数)
增加“%”和“00”按钮,这两个按钮并不是运算符,仅仅是修改编辑框;
增加“pi”按钮,这个按钮也不是运算符;(当点击这个按钮后,无论刚才输入何数字,均被删除,用pi取代)
增加“n!”运算符,这个运算要注意只能计算整型数,还有范围问题;
增加“x^y”、“ln”和“log”运算符;
增加数制转换功能,即输入一个十进制数,点击二进制转换可以被转换为二进制数(或十六进制),用单选按钮实现;
增加“Mod”求模运算符,只针对整型数;
增加“And”、“Or”、“Not”和“Xor”逻辑运算符(一般针对二进制数);
增加菜单功能,具体功能可以是与按钮相同或不同均可;
增加工具栏功能,具体功能可以是与按钮相同或不同均可;
增加帮助信息。
-ccording to The New Oxford Dictionary of English, frustration, by definition, means the feeling of being upset or annoyed, especially because of inability to change or achieve something. Since frustration seems to be a negative feeling, some people may be tempted to think that frustration is bad for people. They believe that constant frustration may cause serious mental problems. People suffering from such psychological problems often resort to violence or suicide, which poses a big threat to the people around them and thus causes instability to the whole society.
计算double型的“加”、“减”、“乘”和“除”法;(注意小数点的处理)
增加“Backspace”按钮,每按一次删除编辑框最后一个字符;
增加求“倒数”、“sin”、“cos”和“tan”等三角函数;(注意以上运算符是单目运算符,与四则运算并不相同,最好独立为每个按钮设计函数)
增加“%”和“00”按钮,这两个按钮并不是运算符,仅仅是修改编辑框;
增加“pi”按钮,这个按钮也不是运算符;(当点击这个按钮后,无论刚才输入何数字,均被删除,用pi取代)
增加“n!”运算符,这个运算要注意只能计算整型数,还有范围问题;
增加“x^y”、“ln”和“log”运算符;
增加数制转换功能,即输入一个十进制数,点击二进制转换可以被转换为二进制数(或十六进制),用单选按钮实现;
增加“Mod”求模运算符,只针对整型数;
增加“And”、“Or”、“Not”和“Xor”逻辑运算符(一般针对二进制数);
增加菜单功能,具体功能可以是与按钮相同或不同均可;
增加工具栏功能,具体功能可以是与按钮相同或不同均可;
增加帮助信息。
-ccording to The New Oxford Dictionary of English, frustration, by definition, means the feeling of being upset or annoyed, especially because of inability to change or achieve something. Since frustration seems to be a negative feeling, some people may be tempted to think that frustration is bad for people. They believe that constant frustration may cause serious mental problems. People suffering from such psychological problems often resort to violence or suicide, which poses a big threat to the people around them and thus causes instability to the whole society.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
计算器
......\20040518095035.zip
......\Cacl2.aps
......\Cacl2.cpp
......\Cacl2.dsp
......\Cacl2.dsw
......\Cacl2.h
......\Cacl2.ncb
......\Cacl2.opt
......\Cacl2.plg
......\Cacl2.rc
......\Cacl2Dlg.cpp
......\Cacl2Dlg.h
......\Release
......\.......\Cacl2.exe
......\.......\Cacl2.obj
......\.......\Cacl2.pch
......\.......\Cacl2.res
......\.......\Cacl2Dlg.obj
......\.......\StdAfx.obj
......\.......\vc60.idb
......\res
......\...\Cacl2.rc2
......\Resource.h
......\StdAfx.cpp
......\StdAfx.h
......\20040518095035.zip
......\Cacl2.aps
......\Cacl2.cpp
......\Cacl2.dsp
......\Cacl2.dsw
......\Cacl2.h
......\Cacl2.ncb
......\Cacl2.opt
......\Cacl2.plg
......\Cacl2.rc
......\Cacl2Dlg.cpp
......\Cacl2Dlg.h
......\Release
......\.......\Cacl2.exe
......\.......\Cacl2.obj
......\.......\Cacl2.pch
......\.......\Cacl2.res
......\.......\Cacl2Dlg.obj
......\.......\StdAfx.obj
......\.......\vc60.idb
......\res
......\...\Cacl2.rc2
......\Resource.h
......\StdAfx.cpp
......\StdAfx.h