资源描述:
《基于stc89c52单片机简易计算器的设计》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、本科生毕业论文(设计)基于STC89C52单片机简易计算器的设计学院 电气信息工程学院 专业电气工程及其自动化班级 09级电气四班 学号 0612090533 学生姓名 联系方式 指导教师罗书克职称:讲师2013年5月摘要近几年单片机技术的发展很快,其中,电子产品的更新速度迅猛。计算器是日常生活中比较常见的电子产品之一。如何才能使计算器技术更加的成熟,充分利用已有的硬件和软件条件,设计出更出色的计算器。本设计是以STC89C52单片机为核心的计算器模拟系统设计,输入采用4*4矩阵键盘,可以进行加、减、乘、除带符号
2、数字运算(六位整数、两位小数),并在液晶显示屏LCD1602上静态显示操作过程及结果。本设计的操作过程是利用SCTT89C51的来控制LXD1602显示器,SCT89C51有共四个端口,作为数据的输入端和输出端,其中两个端口作为输出端,两个端口作为输出端,两个特殊的端口XTAL2和XTAL1,则作为外部振荡器的输入端和输出端。四个端口的作用是:一个输入端接4*4矩阵键盘,另一个数据输入端接显示屏LCD1602的三个特殊端口,而另外两个端口作为输出端口,一个端口接显示屏LCD1602的数据端口,另一个端口作为振荡电路的输入
3、端和输出端,连接好电路,接通电源,则可在液晶显示屏LCD1602显示加、减、乘、除的运算过程及结果,这是计算机的设计总过程。关键词:单片机;C语言;计算器SimplecalculatordesignbasedonsinglechipABSTRACTSingle-chipcomputertechnologydevelopingrapidlyinrecentyears,amongthem,electronicproductupdatespeedisfast.Thecalculatorisoneoftheelectronicp
4、roductsarecommonineverydaylife.Howcanyoumakethecalculatortechnologymoremature,makefulluseofexistinghardwareandsoftwareconditions,designabettercalculator.ThisdesignisbasedonSTC89C52single-chipmicrocomputerasthecoreofcalculatorsimulationsystemdesign,inputuse4*4matr
5、ixkeyboard,couldadd,subtract,multiplyanddividesignednumber-crunchingsix(integer,twodecimalplaces),andstaticontheLCDdisplayLCD1602displayoperationprocessandresults.ThisdesignprocessiscontrolledbyusingSCTT89C51LXD1602display,SCT89C51hasatotaloffourports,asthedatain
6、putterminalandoutputterminal,twooftheportastheoutputside,thetwoportsastheoutputside,andtwospecialportXTAL1andXTAL2,asexternaloscillatorinputendandoutputend.Fourportis:a4*4matrixkeyboardinput,anotherdatainputterminationdisplayLCD1602threespecificports,andtheothert
7、woportsasoutputport,aportdisplayLCD1602dataport,anotherportasoscillationcircuitinputendandoutputend,goodconnectionelectriccircuit,switchonthepower,canbeintheLCDdisplayLCD1602displayofadd,subtract,multiplyanddivideoperationprocessandresult,thisisthecomputer'sdesig
8、nprocess.Keywords:Singlechipmicrocomputer;TheClanguage;Calculatingmachine目录序言11.方案论证11.1芯片11.1.1方案一11.1.2方案优点21.2输入模块21.2.1方案一21.2.2方案的优点21.3显示模块21.3.1方案一21.3.