作者ogamenewbie (._.)
看板java
标题[索引] 名词解释
时间Fri Apr 2 00:46:26 2010
为了能够让讨论能迅速的了解彼此所用的名词的意义,
所以增开此一篇索引文,包含但不限定於 Java 领域所采用之名词解释。
这篇文章会置底以便查阅,采纳收录方式为被动式的推文或站内信。
名词顺序按字母排列,解释顺序采推荐顺序。
==
※ Call by reference (A.K.A. pass by reference)
1. A function receives an implicit reference to the argument, rather
than a copy of its value.
http://en.wikipedia.org/wiki/Evaluation_strategy#Call_by_reference
[建议者:adrianshum]
(被O版工凹的受害者) 20100320
2. A implementation model for inout-mode parameters which transmits
an access path, usually just an address, to the called subprogram.
Concepts of Progrmming Languages (Seventh Edition) Robert W. Sebesta
[建议者:Lordaeron]
(被O版工凹的受害者) 20100320
3. Calling procedure copies the l-values of the arguments into the
called procedure's A.R.
http://www.iis.sinica.edu.tw/~tshsu/compiler2003/slides/slide6.pdf
[建议者:Lordaeron]
(被O版工凹的受害者) 20100320
※ Call by value (A.K.A. pass by value)
1. The argument expression is evaluated, and the resulting value is
bound to the corresponding variable in the function (frequently by
copying the value into a new memory region).
http://en.wikipedia.org/wiki/Evaluation_strategy#Call_by_value
[建议者:adrianshum]
(被O版工凹的受害者) 20100320
2. The value of the actual parameter is used to initialize the
corresponding formal parameter, which then acts as a local variable
in the subprogram, thus implementing in-mide semantics.
Concepts of Progrmming Languages (Seventh Edition) Robert W. Sebesta
[建议者:Lordaeron]
(被O版工凹的受害者) 20100320
3. Calling procedure copies the r-values of the arguments into the
called procedure's A.R.
http://www.iis.sinica.edu.tw/~tshsu/compiler2003/slides/slide6.pdf
[建议者:Lordaeron]
(被O版工凹的受害者) 20100320
※ Java Native Compiler (A.K.A. JNC, 最後更新於 2008, 支援至 5.0)
1. Java Native Compiler can create real standalone native binaries
(.exe on Windows) which will no longer depend on a JRE but lose
Java's portability.
http://jnc.mtsystems.ch/
[建议者:tonytonyjan]
20100423
※ Package
1. A package is a namespace that organizes a set of related classes
and interfaces. Conceptually you can think of packages as being
similar to different folders on your computer.
http://java.sun.com/docs/books/tutorial/java/concepts/package.html
[建议者:tonytonyjan]
20100407
--
格式说明:
※ 名词
1. 解释 1
引用来源
[建议者:谁] 版工验证日期
2. 解释 2
引用来源
[建议者:谁] 版工验证日期
3. 以下依此类推
收录与移除之方式:
於本篇推文或透过站内信寄给版主
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.160.33.55
※ 编辑: ogamenewbie 来自: 218.160.32.164 (04/22 14:36)
※ 编辑: ogamenewbie 来自: 218.160.34.193 (04/24 17:07)
※ uok:转录至看板 Eclipse 02/23 10:22