资源描述:
《(java)科学型计算器的开发与实现》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、淮北师范大学科学型计算器的开发与实现学院计算机科学与技术专业计算机科学与技术(师范)学生姓名学号指导教师姓名年月日ii科学型计算器的开发与实现作者:指导教师:摘要:目前,科学计算器的应用非常广泛,从科研、生产、国防、文化、卫生、直到家庭生活,都离不开科学计算器的服务。通过使用科学计算器,避免了人工运算的繁琐,以及人工运算可能带来的较大误差和运算错误,给人们的运算带来了极大的方便。这篇文章主要介绍用软件的方法实现科学计算器系统,包括:科学计算器系统的概述,科学计算器系统的开发原理和主要实现的功能,子
2、模块的设计和实现技术。其中,重点介绍了对话框、控件的使用,不调用库函数,通过计算方法的原理来实现函数计算。本系统需要实现以下功能:加、减、乘、除、余运算、倒数、乘方运算、开方运算、幂运算、对数运算、指数运算、正弦函数运算、余弦函数运算、正切函数运算、余切函数运算、反正弦函数运算、反余弦函数运算、反正切函数运算、反余切函数运算、排列组合运算和弧度与角度之间的转换,能输入正负数、小数,具有清零、退格功能,具有连续运算的能力。关键词:对话框;控件;计算方法iiDevelopmentandimplemen
3、tationofscientificcalculatorCandidate:Supervisor:AssociateProfessorAbstract:Currently,theapplicationofscientificcalculatorisveryextensive.Itcannotbegetawayfromtheserviceofscientificcalculatorinthefieldofresearch,production,nationaldefense,culture,hygi
4、ene,evenfamilylife.Byusingscientificcalculator,thetediousartificialoperation,thelargererrorsandoperationalmistakes,whicharecausedbyartificialoperation,canbeavoided.Itbringsmuchconveniencetopeople'soperation.Thisarticlemainlyintroducesascientificcalcul
5、atorsystemimplementingfromtheperspectiveofsoftware.Itincludestheoverviewanddevelopmentalprincipleofscientificcalculatorsystem.Italsocontainstheprimaryfunctions,whichhavebeenimplemented,thedesignandimplementaltechnologyofsub-modules.Amongthem,itforceso
6、nintroducingtheusageofdialogboxandcontrolsaswellastheimplementationofmathematicfunctionwithoutusinglibraryfunction,butcomputingmethod.Thesystemneedstoachievethefollowingfunctions:adds,subtracts,multiplies,divides,theremainderoperation,thecountdownoper
7、ation,radicand,powercalculation,thelogandindexcalculation,theoperationofsinefunction,cosinefunction,tangentfunction,cotangentfunction,arcsinefunction,arccosinefunction,arctangentfunctionandarccotangentfunction,permutationsandcombinationsoperation,thec
8、onversionbetweenradianandangle,thecapabilityofinputtingdecimal,positiveandnegativenumbers,theresetandbackspacefunction,continuousoperationalcapacity.Keywords:Dialogbox;Controls;Computingmethodii目录引言.............................................