毕业论文附录参考范例
毕业论文附录是论文的组成部分, 一般放在全文最后, 主要起到 补充
的作用,根据情况是可以省略的,当然,一篇完整的论文,附录 也是比较重要
的, 有需要就不要省掉。 下面我们以范例的形式展现毕 业论文附录的格式规
范和书写特点。
附录
附录 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 <QtGui>
#include “myWidget.h”
#include “checkout.h”
#include “income.h”
bool createConnection
()
{
QSqlDatabase db=QSqlDatabase::addDatabase
( “QSQLITE&rdquo); ;
db.setDatabaseName
(“house.db” ); if(! db.open())
{ QMessageBox::warning(0,QObject::tr(“
数据库链接失 败
”),db.lastError()。text
());
……
return false;
}
return true;
}
……
附录 D:×× 电路图
将运放输出的信号接一个非门后再与单片机相连,此时,运 放输出的
信号可以正确反应外界环境中光照强度和温度的变化, 从而 可以控制步进电
机进行打开窗帘和关闭窗帘的动作 (如图 D-1 所示)。
图 D-1 xxx 电路 开始时选择运放错误,本设计中运放用作比较器,用来将
采 集到得外界环境信号与基准电压比较, 输出高电平和低电平用来判断
是打开窗帘还是关闭窗帘。
……
以上为毕业论文附录范例, 仅供大家参考, 希望能对大家有所帮 助!
附件下载: