android毕业论文附录,毕业论文附录参考范例

毕业论文附录是论文的组成部分,一般放在全文最后,主要起到补充的作用,根据情况是可以省略的,当然,一篇完整的论文,附录也是比较重要的,有需要就不要省掉。下面我们以范例的形式展现毕业论文附录的格式规范和书写特点。

附  录

附录A:英文原文

英文出处:网址

Writing a Linux device driver can be a complex undertaking, the details of which cannot fully covered in a 45 minute presentation. However, I'm going to pass over some of the higher level details of writing device drivers and refer readers to the excellent reference materials already available.

Instead, this document will focus on aspects of writing device drivers for non-standard hardware, exploring the hardware APIs, with examples taken from the work done adding device driver support for the Cirrus Logic EP9312 System On Chip Embedded Platform.If some aspect of writing a device driver is not covered in this document, the next option is to review the code of similar device drivers to see how the issue is handled in that implementation. In most cases the issue at hand has been encountered previously.

Another option, and one used by most device driver developers, is to review the archives of,or post an inquiry to one of the linux-kernel mailing lists or a list specific to the type of device driver being developed.

……

附录B:中文译文

写一本Linux设备驱动可以是一件复杂的事情,详细的情况也不能在45分钟的陈述中完全包括。然而,我要越过一些设备驱动程序的高层次的细节和读者已有的很好可用的参考资料。

相反,这分文档将集中描写非标准硬件的设备驱动程序,研究了硬件的API,并采用基于 Cirrus Logic EP9312芯片的嵌入式平台的已经添加完成的设备驱动程序举例说明。

如果其中一个设备驱动程序的某些方面没有包含在这个文档中,可以在下一节查看类似的设备驱动程序是如何处理这种情况的。在大多数情况下,手头的问题在之前已经遇到过,另一种被大多数设备驱动程序开发人员选择的是查看相应文档,通过邮件向linux内核开发人员或特定设备驱动程序的开发者询问。

……

附录C:××源代码

××源程序:

main.cpp

#include

#include “myWidget.h”

#include “checkout.h”

#include “income.h”

bool createConnection()

{

QSqlDatabase db=QSqlDatabase::addDatabase(“QSQLITE”);

db.setDatabaseName(“house.db”);

if(!db.open()){

QMessageBox::warning(0,QObject::tr(“数据库链接失败”),db.lastError()。text());

……

return false;

}

return true;

}

……

附录D:××电路图

将运放输出的信号接一个非门后再与单片机相连,此时,运放输出的信号可以正确反应外界环境中光照强度和温度的变化,从而可以控制步进电机进行打开窗帘和关闭窗帘的动作(如图D-1所示)。

c84178f70ba312e5296b2d32a30059db.png

图D-1 xxx电路

开始时选择运放错误,本设计中运放用作比较器,用来将采集到得外界环境信号与基准电压比较,输出高电平和低电平用来判断是打开窗帘还是关闭窗帘。

……

以上为毕业论文附录范例,仅供大家参考,希望能对大家有所帮助!

  • 1
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值