资源描述:
《毕业论文(设计)-基于单片机的电子计算器设计》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于单片机的计算器设计学生:XX指导教师:XXX摘要:计算器一般是指“电子计算器”,该名词由日文传入中国。计算器是能进行数学运算的手持机器,拥有集成电路芯片,结构简单,功能较弱,但由于它使用方便、操作简单、价格低廉,因而广泛运用于商业交易中,也是必备的办公用品。近年来随着科技的飞速发展,单片机的应用正在不断深入,同时带动传统控制检测技术日益更新。在实时检测和自动控制的单片机应用系统中,单片机往往作为一个核心部件来使用,但仅单片机方面的知识是不够的,还应根据具体硬件结构、软硬件结合,来加以完善。因此
2、,单片机的应用已经越来越贴近生活,用单片机来实现一些电子设计也变得容易起来。计算器在人们的日常中是比较的常见的电子产品之一。可是它还在发展之中,以后必将出现功能更加强大的计算器,基于这样的理念,本次设计是用单片机来设计的计算器。该设计系统是以AT89C51为单片机,P0口作为输入端,外接4X4的键盘。通过键盘扫描来对输入数的控制,在P1口、P2口接了驱动电路,用来保证LED的工作正常。计算器将完成的功能有加,减,乘,除等功能。关键词:计算器单片机LCD矩阵键盘IICalculatordesignb
3、asedonsinglechipmicrocomputerAbstract:Calculatorgenerallyreferstotheelectroniccalculator,andthetermisintroducedtoChinabytheJapanese.ThecalculatorwiththeICchip,simplestructure,andweakfunctionisabletoperformmathematicaloperationsonhandheldmachine.Butiti
4、seasyusing,simpleoperationandlowprice.Soitiswidelyusedincommercialtransactions,andisalsoanessentialofficesupplies.Withtherapiddevelopmentofscienceandtechnologyinrecentyears,theapplicationofSCMisthedeepeningandpromotethetraditionalcontrollingdetectiont
5、echnologiesthatareincreasinglyupdated.Inreal-timedetectionandautomaticcontrolofmicrocomputerapplicationsystem,themicrocontrollerisoftenusedasacorecomponenttouse,butonlytheknowledgeofthemicrocontrollerisnotenough,andshouldbebasedonthespecifichardwarear
6、chitecture,hardwareandsoftwarecombinationtomakeitperfect.SotheapplicationofSCMismoreandmoreclosetolife,sousingofsinglechiptoachievesomeelectronicdesignsalsobecomeeasy.Inthepeopledailylifethecalculatorisoneofthecommonelectronicproducts.Butitisstillinde
7、velopment,itwillbecomemorepowerfulcalculatorinthefuture.Accordingtosuchidea,thedesignisthatSCMdesigncalculator.ThedesignsystemisbasedonAT89C51microcontroller,P0portasinput,external4X4keyboard.InP1,P2mouthisconnectedwiththedrivecircuittoensurethenormal
8、workofLED.Thecalculatorwillcompleteadd,subtract,multiply,divideandotherfunction.KEYWORDS:calculatorMCULCDMatrixkeyboardII目录第1章绪论11.1研究背景11.2设计概要31.3设计思路3第2章硬件设计42.1键盘输入模块设计42.2LCD显示模块设计52.3清零、音乐开关、开方和多次方运算功能模块设计62.4电源模块设计72.5主控模块设计7第3章软件设计93.1