教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 范文大全 > 论文大全 >

电子类毕业论文(3)

来源:网络收集 时间:2026-07-30
导读: batteries are the key to constrain its whole performance. The lithium ion batteries generally use carbon/graphite as the anode material. But when the battery discharged for the first time, there is p

batteries are the key to constrain its whole performance. The lithium ion batteries generally use carbon/graphite as the anode material. But when the battery discharged for the first time, there is passivation film formed on the surface of carbon, which will cause capacity loss. Moreover, the potential of

carbon material is very close to that of lithium, when

overcharged, the metal lithium will be separated out on the surface of carbon, which is the intrinsic safety problem. While Li<sub>4</sub>Ti<sub>5</sub>O<sub>12</sub>, when used as anode material for Li-ion battery, there is no such concerns, and there is almost no structure change during the

charge/discharge process, that is why there is so small irreversible capacity loss. The potential of

Li<sub>4</sub>Ti<sub>5</sub>O<sub>12</sub> is 1.55 V (vs. Li/Li<sup>+</sup>), when combined with 4 V cathode materials such as LiCoO<sub>2</sub>, LiNiO<sub>2</sub> or

LiMn<sub>2</sub>O<sub>4</sub>, the material

Li<sub>4</sub>Ti<sub>5</sub>O<sub>12</sub> can construct a

2.5 V cell. So it attracts many researchers’ interests.The lithium titanate composites were synthesized by high temperature solidstate method and doped monobasicly and

dibasicly, and then the influences to the samples as the anode materials for lithium ion battery were studied with different doping ratio and doping elements. According to the ion diameter, the following doping plans were chose: Fe<sup>3+</sup>, Cr<sup>3+</sup>, Sn<sup>4+</sup> monobasic doping and Sn<sup>4+</sup>, Cr<sup>3+</sup> dibasic doping. The

篇三:电子类毕业论文

毕业设计说明书

题 目: XXXX

教学 系: XXXX

年级、 专业: XXXX

学 生 姓 名: XXXX

学 号: XXXX

指 导 教 师: XXXX

完 成 时 间: XXXX

目录

摘要……………………………………………………………………………………1 引言……………………………………………………………………………………2 1 硬件组成……………………………………………………………………………2 2 软件编程……………………………………………………………………………3

2.1 位控法……………………………………………………………………………4

2.3 循环移位法………………………………………………………………………5

2.3 查表法……………………………………………………………………………6 3 小结…………………………………………………………………………………9 4 参考文献………………………………………………………………………… 10 5 致谢词…………………………………………………………………………… 11 6 独撰声名………………………………………………………………………… 12

LED流水灯的单片机设计

作者: 指导教师:

(年级专业:2008级应用电子技术)

摘 要 本文介绍了交通灯及数码管的软硬件设计过程,重点给出了其软件编程的思想方法,以期给单片机学习者以启发。

关键词 MCS51单片机、LED流水灯

MCU Design LED water la

Author:xuyang Tutor: mouxiaoling

(grade and major:Grade 2008 Applied Electronic Technology) Abstract This article describes the traffic lights and digital hardware and software design process, Given its focus on software programming way of thinking in order to inspire learners to the microcontroller..

Key words MCS51 Microcontroller、LED water lamp

引言

当今时代是一个新技术层出不穷的时代,在电子领域尤其是自动化智能控制领域,传统的分立元件或数字逻辑电路构成的控制系统,正以前所未见的速度被单片机智能控制系统所取代。单片机具有体积小、功能强、成本低、应用面广等优点,可以说,智能控制与自动控制的核心就是单片机。目前,一个学习与应用单片机的高潮正在工厂、学校及企事业单位大规模地兴起。学习单片机的最有效方法就是理论与实践并重,本文笔者用AT89C51单片机自制了一款简易的流水灯,重点介绍了其软件编程方法,以期给单片机初学者以启发,更快地成为单片机领域的优秀人才。

1硬件组成

按照单片机系统扩展与系统配置状况,单片机应用系统可分为最小系统、最小功耗系统及典型系统等。AT89C51单片机是美国ATMEL公司生产的低电压、高性能CMOS 8位单片机,具有丰富的内部资源:4kB闪存、128BRAM、32根I/O口线、2个16位定时/计数器、5个向量两级中断结构、2个全双工的串行口,具有4.25~5.50V的电压工作范围和0~24MHz工作频率,使用AT89C51单片机时无须外扩存储器。因此,本流水灯实际上就是一个带有八个发光二极管的单片机最小应用系统,即为由发光二极管、晶振、复位、电源等电路和必要的软件组成的单个单片机。其具体硬件组成如图1所示。

图1 流水灯硬件原理图

从原理图中可以看出,如果要让接在P1.0口的LED1亮起来,那么只要把P1.0口的电平变为低电平就可以了;相反,如果要接在P1.0口的LED1熄灭,就要把P1.0口的电平变为高电平;同理,接在P1.1~P1.7口的其他7个LED的点亮和熄灭的方法同LED1。因此,要实现流水灯功能,我们只要将发光二极管LED1~LED8依次点亮、熄灭,8只LED灯便会一亮一暗的做流水灯了。在此我们还应注意一点,由于人眼的视觉暂留效应以及单片机执行每条指令的时间很短,我们在控制二极管亮灭的时候应该延时一段时间,否则我们就看不到“流水”效果了。 …… 此处隐藏:1103字,全部文档内容请下载后查看。喜欢就下载吧 ……

电子类毕业论文(3).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/fanwen/12665.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)