SCI核心期刊查询网提供SCI、AHCI、SSCI、国内核刊等期刊目录查询选刊服务,助力上万名科研人员成功评职晋升!

中文、英文期刊目录查询系统

快速了解学术期刊目录级别、选刊、行业刊物等解决方案

论文附录的正确格式(附案例)

文章简要:附录也是论文的一个组成部分,虽然不会放在正文中,但有时也是不可缺少的。通常是将有重要参考价值的内容,编入到论文附录中,比如过长的公式推导、图表及其说明等。因此对于 论文附录的正确格式 ,也是需要大家注意的,下面就这一问题介绍一下。 附录一般是放在论文末

  附录也是论文的一个组成部分,虽然不会放在正文中,但有时也是不可缺少的。通常是将有重要参考价值的内容,编入到论文附录中,比如过长的公式推导、图表及其说明等。因此对于论文附录的正确格式,也是需要大家注意的,下面就这一问题介绍一下。

论文附录的正确格式(附案例)

  附录一般是放在论文末尾处,在所要解释说明的原文部分会标注“XXX详见附录1”的样式。具体格式要求:“附录”二字三号黑体居中,两字中间空一格,下空一行是附录题目(四号黑体居中),下空一行是附录内容(小四号宋体)。若有多项附录,可按顺序附录1、附录2、附录3……编号。

  论文附录参考范例:

  附录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;

  }

  ……

硬核推荐阅读

SCI期刊
专家解答 SCI/EI/SSCI怎么发?

专家指导,协助发表

免费咨询 >