单片机近距离通信方法与C51程序设计详解

需积分: 0 6 下载量 2 浏览量 更新于2024-08-09 收藏 5.74MB PDF 举报
《单片机原理与应用及C51程序设计》是一本针对21世纪全国本科院校电气信息类创新型应用人才培养而编写的教材,由唐颖主编,程菊花和任条娟担任副主编,其他专家如黄震梁、郑艳玲参与。该书主要覆盖了MCS-51系列单片机的基础理论和实践应用,内容包括单片机概述、内部结构、指令系统、汇编语言与C语言程序设计、硬件资源利用、系统功能扩展、接口技术以及实际项目设计。 重点章节讲解了如何通过串行口(方式2)进行单片机之间的近距离通信,例如,如何将甲机片内RAM中的30H到39H单元的数据传输到乙机的50H到59H单元。其中,通信速率由定时器/计数器T1的溢出率和电源控制寄存器PCON中的SMOD位来调节。作者通过示例详细说明了如何设置定时器/计数器T1的工作模式,例如设定为方式2时,初始值的计算方法是256减去晶振频率(fosc)乘以2,再除以12的波特率乘以32,最后得到大约230(E6H)作为初始计数值。 书中强调了理论与实践的结合,不仅提供了丰富的实验和设计实例,还采用了汇编语言和C语言对照的方式编写,帮助读者理解并熟练运用两种编程语言。教材的目标是培养学生的实际操作能力和创新思维,使其能在工作中灵活运用所学知识。 该书适合于电气信息类专业的本科生作为教材,也可供工程技术人员作为实用参考书,其特点是语言通俗易懂,内容全面,具有很强的实用性。它由中国北京大学出版社出版,遵循应用型人才培养的教学理念,注重培养学生的实际技能和创新能力。 版权信息方面,《单片机原理与应用及C51程序设计》在2008年8月首次印刷,定价30.00元,并强调未经许可不得复制或抄袭。该书的联系方式、印刷和发行信息也一应俱全,方便读者获取和购买。

翻译 This is Elsevier's new document class for typeset journal articles, elsarticle.cls. It is now accepted for submitted articles, both in Elsevier's electronic submission system and elsewhere. Elsevier's previous document class for typeset articles, elsart.cls, is now over 10 years old. It has been replaced with this newly written document class elsarticle.cls, which has been developed for Elsevier by the leading TeX developer STM Document Engineering Pvt Ltd. elsarticle.cls is based upon the standard LaTeX document class article.cls. It uses natbib.sty for bibliographical references. Bugs and problems with elsarticle.cls may be reported to the developers of the class via elsarticle@stmdocs.in. The file manifest.txt provides a list of the files in the elsarticle bundle. The following are the main files available: - elsarticle.dtx, the dtx file - elsdoc.pdf, the user documentation - elsarticle-template-num.tex, template file for numerical citations - elsarticle-template-harv.tex, template file for name-year citations - elsarticle-template-num-names.tex, template file for numerical citations + new natbib option. Eg. Jones et al. [21] - elsarticle-num.bst, bibliographic style for numerical references - elsarticle-harv.bst, bibliographic style for name-year references - elsarticle-num-names.bst, bibliographic style for numerical referencces + new natbib option for citations. To extract elsarticle.cls from *.dtx: latex elsarticle.ins The documentation file is elsdoc.tex in the contrib directory. To compile it: 1. pdflatex elsdoc 2. pdflatex elsdoc 3. pdflatex elsdoc

2023-06-01 上传
2023-05-23 上传