Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2026098
  • 博文数量: 413
  • 博客积分: 10926
  • 博客等级: 上将
  • 技术积分: 3862
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-09 18:14
文章分类

全部博文(413)

文章存档

2015年(5)

2014年(1)

2013年(5)

2012年(6)

2011年(138)

2010年(85)

2009年(42)

2008年(46)

2007年(26)

2006年(59)

分类:

2007-05-25 15:04:33

新概念英语单词:
-> 新概念 -> 新概念英语音频 -> 新概念英语单词 -> 新概念英语单词 I, II, III, IV ()


  1. instruction与directive的区别:
    instruction: 又叫executable instruction。 它是可执行的程序指令,在编译连接之后,都有一条或几条机器指令与之对应。如汇编中的add, inc, and等。
    directive: 又叫pesudo operation。 它是编译器指示符,在程序编译阶段,就会将其替换成实际的内容。如汇编中的%include, DB, RESD等。
  2. one-to-one correspondence (一一对应)
    eg: there is a one-to-one correspondence between the assembly language and mathine language instruction.
  3. 放假通知写法:
    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.
  4. 习惯
    除了habit及custom外,还可以用practice. eg:
    It is a good programming practice to use blank lines and spaces to improve the readability of assembly language programs.
  5. 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")
  6. underflow与overflow
    underflow: 下溢出(超出下边界)
    overflow: 上溢出(超出上边界)
  7. 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.
  8. if so(如果是)
    Have you done any community service?If so,please describe them.
  9. 废弃的, 已不用的;已废弃的;过时的
    deprecated, obsolete
    比如API manual中说某个接口deprecated/obsolete, 某个接口已废弃,最好不要再使用,保留的目的是为了兼容旧版本(Backward Compatible).
  10. COB = Close of Business = deadline
    Plese replay by COB today (or November 12th).
  11. Kick off = start (如项目启动)
  12. Full qualified 完全合格的,完整的
    Full qualified domain name 完全合格的域名
    fully-qualified package names 完整的包名
  13. Scenario (场景)
    In such scenario
  14. recruitment
    (人才)推荐
  15. Application for Employment
    求职信
  16. xxx



阅读(1962) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~