毕业论文附录参考范例

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

毕业论文附录参考范例

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

附录

附录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(“ 数据库链接失败

”),stError()。text());

……

return false;

}

return true;

}

……

附录D:×× 电路图

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

图D-1 xxx 电路开始时选择运放错误,本设计中运放用作比较器,用来将采集到得外界环境信号与基准电压比较,输出高电平和低电平用来判断

是打开窗帘还是关闭窗帘。

……

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

相关文档
最新文档