新概念英语单词:
-> 新概念 -> 新概念英语音频 -> 新概念英语单词 -> 新概念英语单词 I, II, III, IV ()
- instruction与directive的区别:
instruction:
又叫executable instruction。 它是可执行的程序指令,在编译连接之后,都有一条或几条机器指令与之对应。如汇编中的add, inc,
and等。
directive: 又叫pesudo operation。
它是编译器指示符,在程序编译阶段,就会将其替换成实际的内容。如汇编中的%include, DB, RESD等。
- one-to-one
correspondence (一一对应)
eg: there is a one-to-one correspondence between the
assembly language and mathine language instruction.
- 放假通知写法:
Title:
Public Holiday In XXX(PLACE)
Content: Please note that XXX(PLACE) office will
be closed on XXX(TIME) for XXX(REASON, such as Buddhist Day). Business will
resume as usual on the next working day.
- 习惯
除了habit及custom外,还可以用practice. eg:
It is a good programming practice to
use blank lines and spaces to improve the readability of assembly language
programs.
- function与procedure的区别A function receives a list of
arguments and performs computation based on the arguments passed on to it and
returns a signal value.
Procesures also receive a list of arguments just as
function do. However, procedures, after performing computation, may return zero
or more results to calling precedures.
In heigh level program language, such
as C, C++, function and precedure are combined into a signal function
construct.
(From Guid to Assembly Language in Linux, on Chapter 11 ---
Writing Precedures, section "Introduction")
- underflow与overflow
underflow: 下溢出(超出下边界)
overflow: 上溢出(超出上边界)
- meta data
"Meta data" is information related to real data. For example, file meta
data means file control information, such as file owner, creating time,
and accessing privilege etc.
- if so(如果是)
Have you done any community service?If so,please describe them.
- 废弃的, 已不用的;已废弃的;过时的
deprecated, obsolete
比如API manual中说某个接口deprecated/obsolete, 某个接口已废弃,最好不要再使用,保留的目的是为了兼容旧版本(Backward Compatible).
- COB = Close of Business = deadline
Plese replay by COB today (or November 12th).
- Kick off = start (如项目启动)
- Full qualified 完全合格的,完整的
Full qualified domain name 完全合格的域名
fully-qualified package names 完整的包名
- Scenario (场景)
In such scenario
- recruitment
(人才)推荐
- Application for Employment
求职信
- xxx
阅读(2006) | 评论(0) | 转发(0) |