SPIE Example References

简介:

Journal Article
[1] Davis, A. R., Bush, C., Harvey, J. C. and Foley, M. F., "Fresnel lenses in rear projection displays," SID Int. Symp. Digest Tech. Papers 32(1), 934-937 (2001).
Conference Proceedings Paper
[2] Van Derlofske, J. F., "Computer modeling of LED light pipe systems for uniform display illumination," Proc. SPIE 4445, 119-129 (2001).
Book
[3] Booth, N. and Smith, A. S., [Infrared Detectors], Goodwin House Publishers, New York & Boston, 241-248 (1997).
Web Site (Note: Web sites will not format)
[4] N. Myhrvold, “Confessions of a cybershaman,” Slate, 12 June 1997, http://www.slate.com/CriticalMass/97-06-12/CriticalMass.asp (19 October 1997).
Other (Note: Interviews and miscellaneous type references will not format)
[5] Jones, C.J., Director, Miscellaneous Optics Corporation, interview, Sept. 23 2011
[6] FamilyName, GivenName Initial., "Title," Source, pg# (year).

本文转自博客园Grandyang的博客,原文链接:SPIE Example References,如需转载请自行联系原博主。

相关文章
|
9天前
|
SQL
FOREIGN
【11月更文挑战第15天】
18 6
|
10天前
|
SQL
UNIQUE
【11月更文挑战第14天】
23 6
|
2月前
|
缓存
Foreign Key Optimization
当查询涉及大量不同列组合时,可将不常用数据拆分至独立表中,每个表包含若干列,并通过复制主表的数字ID作为关联纽带。这样每个小表都有一个主键以快速检索数据,并可通过联接操作实现按需查询,减少I/O操作和缓存占用,从而优化查询性能,提升磁盘读取效率。
|
关系型数据库 MySQL 数据库
View ‘information_schema.SCHEMATA‘ references invalid table(s) or column(s) or function(s) or define
View ‘information_schema.SCHEMATA‘ references invalid table(s) or column(s) or function(s) or define
228 0
|
数据库
Incorrect table definition; there can be only one auto column and it must be defined as a key
Incorrect table definition; there can be only one auto column and it must be defined as a key
177 0
Incorrect table definition; there can be only one auto column and it must be defined as a key
|
SQL Oracle 关系型数据库
SQL FOREIGN KEY Constraint on CREATE TABLE
SQL FOREIGN KEY Constraint on CREATE TABLE
89 1
|
存储 关系型数据库 MySQL
ERROR 1215 (HY000): Cannot add foreign key constraint
ERROR 1215 (HY000): Cannot add foreign key constraint
ERROR 1215 (HY000): Cannot add foreign key constraint
1041 Be Unique (20)
#include #include #include #include #include using namespace std; int main() { int n; cin >> n; ...
762 0
|
关系型数据库
|
关系型数据库