优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

基于Qt的科学计算器的设计与实现

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

基于Qt的科学计算器的设计与实现(任务书,外文翻译,毕业论文19000字,程序代码,答辩PPT)
摘  要
随着科技的飞速发展,人类已经进入信息化的大时代。信息技术发展更是日新月异,计算器已经进入而且融入人们生活的各个领域,在现代生活中无处不在,大型复杂的计算是人脑和手工所不能胜任的,而且容易出错且准确度不高。科学计算器作为一种快速便捷的计算工具方便了人类的使用。科学计算器包含简单的四则加减乘除运算、复杂的数学运算、二八十十六进制之间的相互转换等功能,具有美观的界面,操作方便简单,能够被用户所接受,科学计算器在我们的日常生活、学习、工作中使用相当广泛,而且种类繁多,所以科学计算器的程序设计因此应运产生。
本文从课题背景、计算器的概况、计算器的相关技术、项目内容和要求、概要设计、设计流程、系统实现、系统调试等方面详细说明了小型科学计算器的开发设计过程。软件采用Qt Creator设计界面结合C++面向对象编程语言来开发。科学计算器包含简单的四则运算、复杂的数学表达式运算、与或运算、进制之间的相互转换、简易画图板等功能。
该科学计算器具有界面可视化,用户操作简单实用方便等优点,为用户进行复杂科学的计算提供了高效率的计算保证。

[资料来源:THINK58.com]

关键词:科学计算器;进制转换; Qt Creator;C++;运算

Design and implementation of scientific calculator based on QT
Abstract
     With the rapid development of science and technology, mankind has entered the information era. The development of information technology is change rapidly, the computers have entered and integrated into various fields among people's lives, even are ubiquitous in modern life .The human’s brain and hand have already could not completed the calculation of large scale complex, but also prone to error and accuracy is not high. Scientific calculator as a kind of quick and convenient calculation tool is convenient for human’s using. Scientific calculator contains between four simple add, subtract, multiply and divide operations, a complex mathematical operation, two、eight、ten and sixteen’s hexadecimal conversion functions, with a beautiful interface, simple and convenient operation, and can be accepted by users. Scientific calculator is quite widely in our daily life, study, work, and variety of classifications, so the program’s design about scientific calculator is produced.

[资料来源:http://THINK58.com]


From this background, calculator, calculator of related technology, project content and requirements, the outline design, process design, system implementation, system debugging are described in detail the development and design process of the small.scientific calculator. The program use Qt Creator tool to design the interface with the C++ object oriented programming language. Scientific calculator contains four simple operation, complex mathematical expression operation, and operation, or between hexadecimal conversion, a simple drawing board and other functions.
The scientific calculator has the advantages of visual interface, user operation is simple and practical and convenient, and ensures the efficient calculation for the user to calculate the complicated science.
Keyword: Scientific calculator; hexadecimal; Qt Creator; C++; convenient

设计一个功能齐备的小型科学计算器,具有算式编辑计算和普通计算窗口。具体要求如下:
科学计算窗口:能实现加、减、乘、除、平方、幂次方、倒数、取整、取模运算,在次基础上又增加了二进制、八进制、十进制和十六进制之间的转换与运算,并可实现各类不同函数及位运算。设计实现显示窗口、运算的回退、清零等功能。支持二、八、十六、十等不同进制数据的直接输入、计算和数制间的相互转换,当点击等号键时直接给出当前算式的运算结果。 [版权所有:http://think58.com]
  画图板窗口:支持文件的打开和保存,有简单的矩形、椭圆、画笔、橡皮擦、清除和笔刷工具,可选取并设置画图工具的颜色、宽度和风格等基本属性。极大的表现了画图板的基本功能。

 
[来源:http://www.think58.com]

基于qt的科学计算器的设计与实现
基于qt的科学计算器的设计与实现
基于qt的科学计算器的设计与实现
基于qt的科学计算器的设计与实现
基于qt的科学计算器的设计与实现

[资料来源:http://think58.com]


基于qt的科学计算器的设计与实现
基于qt的科学计算器的设计与实现


目  录
摘  要    i
Abstract    ii
1  绪论    1
1.1  课题背景    1
1.2  综述科学计算器的概况    1
1.2.1  科学计算器在生活中的应用    1
1.2.2  科学计算器的发展前景    3
1.3  综述科学计算器的相关技术    3
2  系统开发技术和工具    5
2.1  系统介绍    5
2.2  系统开发语言介绍    5 [资料来源:http://www.THINK58.com]
2.3  系统开发工具介绍    6
2.4  能力要求    8
2.5  项目特点及意义    8
3  需求分析    9
3.1  功能需求与分析    9
3.2  安全性分析    9
3.3  可行性分析    9
3.4  技术经济分析    10
3.5  用例图    10
3.5.1  UML介绍    10
3.5.2  科学计算器用例图    11
3.5.3  画图板用例图    12
4  总体设计    14
4.1  总体设计目标    14
4.2  功能模块设计    14
4.2.1  科学计算功能模块    14
4.2.2  画图板功能模块    17
5  详细设计    18
5.1  设计目的    18
5.2  设计说明    18
5.2.1  UI界面风格    18

[来源:http://www.think58.com]

5.2.2  科学计算器模块    19
5.2.3  画图板模块    20
6  系统实现    21
6.1  系统功能介绍    21
6.2  科学计算器    21
6.2.1  科学计算器进制选择功能    22
6.2.2  科学计算器进制转换功能    24
6.2.3  科学计算器清空回退功能    27
6.2.4  科学计算器计算功能    27
6.2.5  科学计算器其它功能    35
6.3  画图板    36
6.3.1  画图板界面设计    36
6.3.2  画图板功能实现    37
7  系统测试    39
7.1  软件测试概述    39
7.1.1  测试目标    39
7.1.2  测试方法    39
7.2  对本系统的测试    40
7.2.1  配置问题    40
7.2.2  信号和槽的问题    41 [资料来源:THINK58.com]
结束语    42
致  谢    43
参考文献    44
英语原文    45
中文翻译    49
  [资料来源:http://www.THINK58.com]