dict.textile 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027
  1. h1. 词汇表
  2. h2. 搜寻功能
  3. *直接使用浏览器搜寻功能查找该单词即可!*
  4. h2. 按字母索引
  5. |"A 开头":#a|"B 开头":#b|"C 开头":#c|"D 开头":#d|"E 开头":#e|"F 开头":#f|
  6. |"G 开头":#g|"H 开头":#h|"I 开头":#i|"J 开头":#j|"K 开头":#k|"L 开头":#l|
  7. |"M 开头":#m|"N 开头":#n|"O 开头":#o|"P 开头":#p|"Q 开头":#q|"R 开头":#r|
  8. |"S 开头":#s|"T 开头":#t|"U 开头":#u|"V 开头":#v|"W 开头":#w|"X 开头":#x|
  9. |"Y 开头":#y|"Z 开头":#z|"专业名词":#-3||||
  10. ------------------------------------------
  11. h2. A
  12. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  13. | Amortized analysis | 平摊分析 | | |
  14. | append | 拼接 | | |
  15. | ad hoc | 专设 | | |
  16. | assoc-list, alist | 关联列表 | | |
  17. | arithmetic | 算术 | | |
  18. | automatically infer | 自动推导 | | |
  19. | automatic memory management | 自动内存管理 | | |
  20. | algebraic date type | 代数数据类型 | | |
  21. | alternative | 备选 | | |
  22. | atom | 原子 | | |
  23. | atomic values | 原子型值 | | |
  24. | abbreviations | 缩略语 | | |
  25. | accumulators | 累积器 | | |
  26. | antecedent | 前提 | 前件 | 先决条件 |
  27. | artificial intelligence | 人工智能 | | |
  28. | assignment | 赋值 | | |
  29. | assignment operator | 赋值操作符 | | |
  30. | autometa theory | 自动机理论 | | |
  31. | augmented | 扩充 | | |
  32. | anaphoric | 指代 | | |
  33. | auxiliary | 辅助 | | |
  34. | activate | 激活 | | |
  35. | access | 访问 | 存取 | |
  36. | access function | 访问函数 | 存取函数 | |
  37. | abstract | 抽象的 | | |
  38. | abstraction | 抽象 | | |
  39. | abstraction barrier | 抽象屏障 | 抽象阻碍 | |
  40. | abstract syntax tree, AST | 抽象语法树 | | |
  41. | abstraction of function calls | 函数调用抽象 | | |
  42. | adapter | 适配器 | | |
  43. | address | 地址 | | |
  44. | algorithm | 算法 | | |
  45. | allocate | 分配 | 配置 | |
  46. | application | 应用 | 应用程序 | |
  47. | application framework | 应用框架 | | |
  48. | applicative | 应用序 | | |
  49. | argument | 参数 | 自变量 | 实际参数/实参 |
  50. | array | 数组 | | |
  51. | assemble | 组合 | | |
  52. | assembly | 汇编 | | |
  53. | associated | 关联的 | | |
  54. | atomic | 原子的 | | |
  55. | attribute | 属性 | 特性 | |
  56. | annotation | 注解 | | |
  57. | anonymous function | 匿名函数 | | |
  58. | AI, Artificial Intelligence | 人工智能 | | |
  59. | API, Application Program Interface | 应用程序编程接口 | | |
  60. | ASP, Application Service Provider | 应用程序服务提供商 | | |
  61. | a block of pointers | 一块指针 | 一组指针| |
  62. h2. B
  63. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  64. | blub | | | |
  65. | bignum | 大数 | | |
  66. | backtrace | 回溯 | | |
  67. | branch | 分支 | 跳转 | |
  68. | base case | 基本情形 | | |
  69. | boilerplate | 公式化 | 样板 | |
  70. | backquote | 反引用 | | |
  71. | Bezier curves | 贝塞尔曲线 | | |
  72. | binding | 绑定 | | |
  73. | binding vector | 绑定向量 | | |
  74. | block-names | 代码块名字 | | |
  75. | body | 体 | 主体 | |
  76. | bottom-up design | 自底向上的设计 | | |
  77. | bottom-up programming | 自底向上编程 | | |
  78. | brevity | 简洁 | | |
  79. | bound | 限制 | | |
  80. | bounds-checking | 边界检查 | | |
  81. | breadth-first | 广度优先 | | |
  82. | breadth-first search | 广度优先搜索 | | |
  83. | building | 创建 | | |
  84. | backward compatible | 向下兼容 | | |
  85. | base class | 基类 | | |
  86. | best viable function | 最佳可行函式 | 最佳可行函数 | |
  87. | binary search | 二分查找 | 二分搜索 | 二叉搜索 |
  88. | binary tree | 二叉树 | | |
  89. | binary search tree | 二叉搜索树 | | |
  90. | binary operator | 二元操作符 | | |
  91. | bit | 位 | 比特 | |
  92. | bit manipulation | 位操作 | | |
  93. | block | 块 | 区块 | |
  94. | block structure | 块结构 | 区块结构 | |
  95. | boolean | 布尔 | | |
  96. | book-keeping | 簿记 | | |
  97. | border | 边框 | | |
  98. | brace | 花括弧 | 花括号 | |
  99. | bracket | 方括弧 | 方括号 | |
  100. | breakpoint | 断点 | | |
  101. | built-in | 内置 | | |
  102. | byte | 字节 | | |
  103. | byte code | 字节码 | | |
  104. | bug | 臭虫 | | |
  105. | black-box abstraction | 黑箱抽象 | | |
  106. | box notation | 箱子表示法 | | |
  107. | bandwidth | 带宽 | | |
  108. | Bayesian | 贝叶斯定理 | | |
  109. | bloatcode | 代码膨胀 | | |
  110. | Blub Paradox | Blue 困境 | | |
  111. | buffer | 缓冲区 | | |
  112. | buffer overflow attack | 缓冲区溢出攻击 | | |
  113. h2. C
  114. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  115. | corruption | 程序崩溃 | | |
  116. | consistent | 一致性 | | |
  117. | column | 行 | 栏 | |
  118. | column-major order | 行主序 | | |
  119. | crystallize | 固化 | | |
  120. | corollary | 推论 | | |
  121. | clutter | 杂乱 | | |
  122. | comma | 逗号 | | |
  123. | Cucumber | (行为驱动测试框架)小黄瓜 | | |
  124. | code | 代码 | | |
  125. | command-line | 命令行 | | |
  126. | CLI, Command Line Interface | 命令行界面 | | |
  127. | CamelCase | 驼峰式大小写 | | |
  128. | constraint | 约束 | | |
  129. | constraint programming | 约束式编程 | | |
  130. | computation | 计算 | | |
  131. | compliment | 补集 | | |
  132. | compression | 压缩 | | |
  133. | chunk | 块 | | |
  134. | case | 分支 | | |
  135. | compound value | 复合数据 | 复合值 | |
  136. | collection | 收集器 | 复合类型 | |
  137. | curvy | 卷曲的 | | |
  138. | curly | 括弧状的 | | |
  139. | curried | 柯里的 | | |
  140. | currying | 柯里化 | | |
  141. | composition | 组合 | 组合函数 | |
  142. | composability | 可组合性 | | |
  143. | character | 字符 | | |
  144. | capture | 捕捉 | | |
  145. | closed world assumption | 封闭世界假定 | | |
  146. | compilation | 编译 | | |
  147. | consequent | 结果 | 推论 | |
  148. | continuations | 续延 | | |
  149. | clarity | 清晰 | | |
  150. | complex | 复杂 | | |
  151. | complexity | 复杂度 | | |
  152. | conditional | 条件式 | | |
  153. | conditional variable | 条件变量 | | |
  154. | cons | 构造 | | |
  155. | cons cell | 构元 | cons 单元 | |
  156. | concatenation | 串接 | | |
  157. | cache | 缓存 | | |
  158. | call | 调用 | | |
  159. | callback | 回调 | | |
  160. | candidate function | 候选函数 | | |
  161. | child class | 子类 | | |
  162. | class | 类 | 类别 | |
  163. | class declaration | 类声明 | | |
  164. | class library | 类库 | | |
  165. | client | 客户 | 客户端 | |
  166. | clipboard | 剪贴板 | | |
  167. | clone | 克隆 | | |
  168. | command line | 命令行 | | |
  169. | compatible | 兼容 | | |
  170. | compile | 编译 | | |
  171. | compiler | 编译器 | | |
  172. | compile inline | 内联编译 | | |
  173. | compilation parameter | 编译参数 | | |
  174. | compiled form | 编译后的形式 | | |
  175. | compile time | 编译期 | | |
  176. | compile-time | 编译期 | | |
  177. | component | 组件 | | |
  178. | computer | 计算机 | | |
  179. | concept | 概念 | | |
  180. | concrete | 具体 | | |
  181. | concurrent | 并发 | | |
  182. | concurrency | 并发 | | |
  183. | configuration | 配置 | | |
  184. | connection | 连接 | | |
  185. | container | 容器 | | |
  186. | context | 上下文 | 语境 | 环境 |
  187. | control | 控件 | | |
  188. | constant | 常量 | | |
  189. | copy | 拷贝 | | |
  190. | create | 创建 | | |
  191. | cursor | 光标 | | |
  192. | closure | 闭包 | | |
  193. | CGI, Common Gateway Interface | 通用网关接口 | | |
  194. | checksum | 校验和 | | |
  195. | circular definition | 循环定义 | | |
  196. | content-based filtering | 基于内容的过滤 | | |
  197. | crash | 崩溃 | | |
  198. | cycle | 周期 | | |
  199. | Common Lisp Object System | Common Lisp 对象系统 | | |
  200. | cooperative multitasking | 协作式多任务 | | |
  201. | choke point | 滞塞点 | | |
  202. h2. D
  203. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  204. | designator | 指示符 | | |
  205. | deficiency | 缺陷 | 不足 | |
  206. | DLL hell | DLL 地狱 | | |
  207. | destructuring | 解构 | | |
  208. | dimensions | 维度 | | |
  209. | duplicate | 复本 | | |
  210. | delegation | | | |
  211. | DARPA, Defense Advanced Research Projects Agency | 美国国防部高级研究计划局 | | |
  212. | dellocate | 释放 | | |
  213. | dotted list | 点状列表 | | |
  214. | dotted-pair notation | 带点尾部表示法 | 带点尾部记法 | |
  215. | destructive | 破坏性的 | | |
  216. | destructive function | 破坏性函数 | | |
  217. | data | 数据 | | |
  218. | data-driven | 数据驱动 | | |
  219. | data structure | 数据结构 | | |
  220. | database | 数据库 | | |
  221. | database schema | 数据库纲目 | | |
  222. | data type | 数据类型 | | |
  223. | datagram | 数据报文 | | |
  224. | deconstruction | 解构 | | |
  225. | directive | 指令 | | |
  226. | derived | 派生 | | |
  227. | define | 定义 | | |
  228. | definition | 定义 | | |
  229. | dispatch | 分派 | 派发 | |
  230. | dynamic languages | 动态语言 | | |
  231. | dynamic scope | 动态作用域 | | |
  232. | dynamic extent | 动态范围 | | |
  233. | dynamic type | 动态类型 | | |
  234. | depth-first | 深度优先 | | |
  235. | depth-first search | 深度优先搜索 | | |
  236. | declaring | 声明 | | |
  237. | declaration | 声明 | | |
  238. | declarative | 声明式 | 说明式 | |
  239. | declarative knowledge | 声明式知识 | 说明式知识 | |
  240. | declarativeness | 可声明性 | | |
  241. | declarative programming | 说明式编程 | 声明式编程 | |
  242. | declarative knowledge | 说明式知识 | 声明式知识 | |
  243. | declaration forms | 声明形式 | | |
  244. | dead lock | 死锁 | | |
  245. | debug | 调试 | | |
  246. | debugger | 调试器 | | |
  247. | deduction | 推导 | 推断 | |
  248. | default | 缺省 | 默认 | |
  249. | defer | 推迟 | | |
  250. | delegate | 委托 | | |
  251. | demarshal | 散集 | | |
  252. | derived class | 派生类 | | |
  253. | design pattern | 设计模式 | | |
  254. | directive | 指示符 | | |
  255. | directory | 目录 | | |
  256. | disk | 盘 | | |
  257. | distributed computing | 分布式计算 | | |
  258. | document | 文档 | | |
  259. | dynamic binding | 动态绑定 | | |
  260. | dangling pointer | 迷途指针 | 野指针 | |
  261. | debugging | 排错 | | |
  262. | deprecated | 废弃 | | |
  263. | device driver | 硬件驱动程序 | | |
  264. h2. E
  265. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  266. | Extreme Programming | 极限编程 | | |
  267. | emulate | 仿真 | | |
  268. | expendable | 可扩展的 | | |
  269. | extent | 范围 | 程度 | |
  270. | elaborate | | | |
  271. | elucidating | | | |
  272. | effect | 效果 | | |
  273. | escaped | 逃脱 | 溢出 | |
  274. | expression | 表达式 | | |
  275. | export | 导出 | 引出 | |
  276. | equation | 方程 | | |
  277. | error-checking | 错误检查 | | |
  278. | evaluate | 求值 | 评估 | |
  279. | evaluation | 求值 | | |
  280. | exploratory programming | 探索式编程 | | |
  281. | extensibility | 可扩展性 | | |
  282. | expressive power | 表达能力 | | |
  283. | efficiency | 效率 | | |
  284. | efficient | 高效 | | |
  285. | encapsulation | 封装 | | |
  286. | enum | 枚举 | | |
  287. | enumrators | 枚举器 | | |
  288. | enumeration type | 枚举类型 | | |
  289. | environment | 环境 | | |
  290. | equal | 相等 | | |
  291. | equality | 相等性 | | |
  292. | equivalence | 等价性 | | |
  293. | error message | 错误信息 | | |
  294. | event | 事件 | | |
  295. | event driven | 事件驱动 | | |
  296. | exception | 异常 | | |
  297. | exception handling | 异常处理 | | |
  298. | exception specification | 异常规范 | | |
  299. | exit | 退出 | | |
  300. | explicit | 显式 | | |
  301. | external representation | 外部表示法 | | |
  302. | embedded language | 嵌入式语言 | | |
  303. h2. F
  304. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  305. | forward references | | | |
  306. | feasible | 可行的 | | |
  307. | fineo-grained | 细粒度 | | |
  308. | factorial | 阶乘 | | |
  309. | fixnum | 定长数 | | |
  310. | form | 表单 | | |
  311. | floating point | 浮点数 | | |
  312. | floating-point notation | 浮点数表示法 | | |
  313. | fold | 折叠 | | |
  314. | family | (类型的)系 | | |
  315. | first-class | 第一类的 | 第一级的 | 一等的 |
  316. | first-class object | 第一类的对象 | 第一级的对象 | 一等公民 |
  317. | first-class function | 第一级函数 | 第一类函数 | 一等函数 |
  318. | fixed-point | 不动点 | | |
  319. | formal relation | 形式关系 | | |
  320. | fractions | 派系 | | |
  321. | function | 函数 | | |
  322. | functional arguments | 函数型参数 | | |
  323. | functional programming | 函数式编程 | | |
  324. | function literal | 函数字面常量 | | |
  325. | feature | 特色 | | |
  326. | field | 字段 | 栏位 | |
  327. | file | 文件 | | |
  328. | file handle | 文件句柄 | | |
  329. | fill pointer | 填充指针 | | |
  330. | firmware | 固件 | | |
  331. | flag | 标记 | | |
  332. | flash | 闪存 | | |
  333. | flexibility | 灵活性 | | |
  334. | flush | 刷新 | | |
  335. | font | 字体 | | |
  336. | form | 形式 | | |
  337. | formal parameter | 形参 | | |
  338. | forward | 转发 | | |
  339. | fractal | 分形 | | |
  340. | framework | 框架 | | |
  341. | function object | 函数对象 | | |
  342. | functionality | 功能性 | | |
  343. | freeware | 自由软件 | | |
  344. | force | 迫使 | | |
  345. h2. G
  346. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  347. | goto | 跳转 | | |
  348. | generic | 通用的 | 泛化的 | |
  349. | generic function | 通用函数 | | |
  350. | generic algorithm | 通用算法 | 泛型算法 | |
  351. | generic programming | 通用编程 | 泛型编程 | |
  352. | garbage | 垃圾 | | |
  353. | garbage collection | 垃圾回收 | | |
  354. | garbage collector | 垃圾回收器 | | |
  355. | generalized variables | 广义变量 | | |
  356. | generalized | 泛化 | | |
  357. | game | 游戏 | | |
  358. | generate | 生成 | | |
  359. | Genrative Programming | 生产式编程 | | |
  360. | global | 全局的 | | |
  361. | global declarations | 全局声明 | | |
  362. | GUI | 图形用户界面 | | |
  363. | Greatest Common Divisor | 最大公因数 | | |
  364. | garbage collection | 垃圾收集 | | |
  365. | glue program | 胶水程序 |
  366. | Greenspun's Tenth Rule | 格林斯潘第十定律 | | |
  367. h2. H
  368. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  369. | helper | 辅助函数 | 辅助方法 | |
  370. | high-order | 高阶 | | |
  371. | higher-order function | 高阶函数 | | |
  372. | higher-order procedure | 高阶过程 | | |
  373. | hash tables | 哈希表 | 散列表 | |
  374. | hard-wire | | | |
  375. | hardware | 硬件 | | |
  376. | hard disk | 硬盘 | | |
  377. | header | 头部 | | |
  378. | header file | 头文件 | | |
  379. | handle | 处理器 | 处理程序 | 句柄 |
  380. | heap | 堆 | | |
  381. | hyperlink | 超链接 | | |
  382. | hack | 破解 | | |
  383. | hacker | 黑客 | | |
  384. | heuristic | 启发式 | | |
  385. | HTML, HyperText Markup Language | 超文本标记语言 | | |
  386. | HTTP, HyperText Transfer Protocol | 超文本传输协议 | | |
  387. h2. I
  388. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  389. | identity | 同一性 | | |
  390. | illusion | 错觉 | | |
  391. | instructive | 教学性的 | | |
  392. | interpolation | 插值 | | |
  393. | intermediate form | 过度形式 | | |
  394. | intersection | 交集 | | |
  395. | ill type | 类型不正确 | | |
  396. | indent | 缩排 | 缩进 | |
  397. | indention | 缩排 | 缩进 | |
  398. | indentation | 缩排 | 缩进 | |
  399. | infix | 中序 | | |
  400. | infer | 推导 | | |
  401. | infinite-precision | 无限精度 | | |
  402. | integer | 整数 | | |
  403. | internal | 内部 | | |
  404. | interrupt | 中止 | 中断 | |
  405. | imperative | 命令式 | | |
  406. | imperative programming | 命令式编程 | | |
  407. | incremental testing | 增量测试 | | |
  408. | instances | 实例 | | |
  409. | instantiate | 实例化 | | |
  410. | implicit | 隐式 | | |
  411. | iterate | 迭代 | | |
  412. | iterative | 迭代的 | | |
  413. | iteration | 迭代的 | | |
  414. | iterator | 迭代器 | | |
  415. | identical | 一致 | | |
  416. | identifier | 标识符 | | |
  417. | implement | 实现 | | |
  418. | implementation | 实现 | | |
  419. | import | 导入 | | |
  420. | inner loop | 内层循环 | | |
  421. | infinite loop | 无限循环 | | |
  422. | infinite recursion | 无限递归 | | |
  423. | information | 信息 | | |
  424. | inheritance | 继承 | | |
  425. | inline | 内联 | | |
  426. | inline expansion | 内联展开 | | |
  427. | initialize | 初始化 | | |
  428. | initialization | 初始化 | | |
  429. | inner class | 内嵌类 | | |
  430. | integrate | 集成 | | |
  431. | IPC, Inter-Process Communication | 进程间通讯 | | |
  432. | interacts | 交互 | | |
  433. | interactive testing | 交互式测试 | | |
  434. | interactive language | 交互式语言 | | |
  435. | interactive programming environment | 交互式编程环境 | | |
  436. | interface | 接口 | | |
  437. | internet | 互联网 | 因特网 | |
  438. | interpret | 解释 | | |
  439. | interpreter | 解释器 | | |
  440. | invariants | 约束条件 | | |
  441. | invoke | 调用 | | |
  442. | item | 项 | | |
  443. | indented | 缩进 | | |
  444. | instrument | 记录仪 | | |
  445. | input | 输入 | | |
  446. | IT, information Technology | 信息技术 | | |
  447. h2. J
  448. | judicious | 明智的 | | |
  449. | jagged | 锯齿状的 | | |
  450. | JCL, Job Control Language | 作业控制语言 | | |
  451. h2. K
  452. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  453. | keywords | 关键字 | | |
  454. | keyword argument | 关键字参数 | | |
  455. | kludge | 蹩脚 | | |
  456. | kernel | 核心 | | |
  457. | kernel language | 核心语言 | | |
  458. h2. L
  459. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  460. | latitude | | | |
  461. | leverage | 杠杆 | (v.)利用 | |
  462. | layout | 版型 | | |
  463. | linear recursion | 线性递归 | | |
  464. | linear iteration | 线性迭代 | | |
  465. | list | 列表 | | |
  466. | list operation | 列表操作 | | |
  467. | lazy | 惰性 | | |
  468. | lazy evaluation | 惰性求值 | | |
  469. | literal | 字面 | | |
  470. | literal constant | 字面常量 | | |
  471. | literal representation | 字面量 | | |
  472. | lexical | 词法的 | | |
  473. | lexical analysis | 词法分析 | | |
  474. | lexical scope | 词法作用域 | | |
  475. | lexical closure | 词法闭包 | | |
  476. | local | 局部的 | 局域的 | |
  477. | local function | 局部函数 | 局域函数 | |
  478. | local variable | 局部变量 | 局域变量 | |
  479. | local declarations | 局部声明 | | |
  480. | locality | 局部性 | | |
  481. | laser | 激光 | | |
  482. | library | 库 | 函数库 | 函式库 |
  483. | lifetime | 生命期 | | |
  484. | link | 链接 | 连接 | |
  485. | linker | 连接器 | | |
  486. | load | 装载 | 加载 | |
  487. | loader | 装载器 | 加载器 | |
  488. | loop | 循环 | | |
  489. | lvalue | 左值 | | |
  490. | lambda calculus | lambda 演算 | | |
  491. | legacy software | 历史遗留软件 | | |
  492. | larval startup | 雏形创业公司 | | |
  493. | LFSP, Language For Smart People | 聪明人的语言 | | |
  494. h2. M
  495. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  496. | migration | (数据库)迁移 | | |
  497. | monkey patch | 猴子补丁 | | |
  498. | minimal network | 最小网络 | | |
  499. | mirror | 镜射 | | |
  500. | monad | 单子 | | |
  501. | monomorphic type language | 单型语言 | | |
  502. | mismatch type | 类型不匹配 | | |
  503. | mapping | 映射 | | |
  504. | macro | 宏 | | |
  505. | mainframes | 大型机 | | |
  506. | mapping | 映射 | | |
  507. | mapping functions | 映射函数 | | |
  508. | memory | 内存 | | |
  509. | memory leaks | 内存泄漏 | | |
  510. | memory allocation | 内存分配 | | |
  511. | memorizing | 记忆化 | | |
  512. | message | 消息 | | |
  513. | message-passing | 消息传递 | | |
  514. | method | 方法 | | |
  515. | method combination | 方法组合 | 方法组合机制 | |
  516. | methods | 方法 | | |
  517. | maintain | 维护 | | |
  518. | mailing list | 邮件列表 | | |
  519. | manipulator | 操纵器 | | |
  520. | manifest typing | 显式类型 | | |
  521. | marshal | 列集 | | |
  522. | member | 成员 | | |
  523. | menu | 菜单 | | |
  524. | meta- | 元- | | |
  525. | meta-programming | 元编程 | | |
  526. | metaprogramming | 元编程 | | |
  527. | micro | 微 | | |
  528. | middleware | 中间件 | | |
  529. | modem | 调制解调器 | | |
  530. | module | 模块 | | |
  531. | modularity | 模块性 | | |
  532. | multiple values | 多值 | | |
  533. | modifier | 修饰符 | | |
  534. | mouse | 鼠标 | | |
  535. | multi-task | 多任务 | | |
  536. | mutable | 可变的 | | |
  537. | mutex | 互斥锁 | | |
  538. | model | 模型 | | |
  539. | machine learning | 机器学习 | | |
  540. | machine language | 机器语言 | | |
  541. | machine language code | 机器语言代码 | | |
  542. | machine instruction | 机器指令 | | |
  543. | math envy | 对数学家的妒忌 | | |
  544. | metacircular | 元循环 | | |
  545. | Moore's Law | 摩尔定律 | | |
  546. | MVS | 多重虚拟存储 | | |
  547. h2. N
  548. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  549. | nondeclarative | | | |
  550. | non-strict evaluation | 非严格求值 | | |
  551. | non-strict | 非严格 | | |
  552. | native | 本地的 | | |
  553. | native code | 本地码 | | |
  554. | Non-deterministic choice | 非确定性选择 | | |
  555. | nested | 嵌套 | | |
  556. | nested class | 嵌套类 | | |
  557. | nondestructive version | 非破坏性的版本 | | |
  558. | namespace | 命名空间 | | |
  559. | network | 网络 | | |
  560. | natural language | 自然语言 | | |
  561. | natural language processing | 自然语言处理 | | |
  562. | newline | 换行 | 新行 | |
  563. | number crunching | 数字密集运算 | | |
  564. h2. O
  565. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  566. | on the fly | 运行中 | 执行时 | |
  567. | override | 覆写 | | |
  568. | object | 对象 | | |
  569. | object code | 目标代码 | | |
  570. | orthogonality | 正交性 | | |
  571. | object-oriented | 面向对象 | | |
  572. | object-oriented programming | 面向对象编程 | | |
  573. | online | 在线 | | |
  574. | operation | 操作 | | |
  575. | operator | 操作符 | | |
  576. | operand | 操作对象 | | |
  577. | option | 选项 | | |
  578. | optional | 可选的 | 选择性的 | |
  579. | optional argument | 选择性参数 | | |
  580. | ordinary | 常规的 | | |
  581. | overflow | 溢出 | | |
  582. | overhead | 额外开销 | | |
  583. | overload | 重载 | | |
  584. | Occam's Razor | 奥卡姆剃刀原则 | | |
  585. | open source | 开发源码 | | |
  586. | OS, Operating System | 操作系统 | | |
  587. | optimization | 优化 | | |
  588. | optimization of tail calls | 尾调用优化 | | |
  589. h2. P
  590. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  591. | peemptive multitasking | 抢先式多任务 | | |
  592. | pseudo instruction | 伪指令 | | |
  593. | positional parameters | 位置参数 | | |
  594. | prescribe | 规定 | | |
  595. | parallel computer | 并行计算机 | | |
  596. | Parkinson's Law | 帕金森法则 | | |
  597. | prototype | 原型 | | |
  598. | proper list | 正规列表 | | |
  599. | pushdown stack | 下推栈 | | |
  600. | palindrome | 回文 | | |
  601. | paradigm | 范式 | | |
  602. | primitive recursive | 主递归 | | |
  603. | predicate | 判断式 | 谓词 | |
  604. | parallel | 并行 | | |
  605. | partial applied | 分步代入的 | | |
  606. | partial application | 部分应用 | | |
  607. | partial function application | 部分函数应用 | | |
  608. | particular ordering | 部分有序 | | |
  609. | principal type | 主要类型 | | |
  610. | polymorphic | 多态 | | |
  611. | pair | 点对 | | |
  612. | purely functional language | 纯函数式语言 | | |
  613. | parse | 解析 | | |
  614. | parser | 解析器 | | |
  615. | parser tree | 解释树 | | |
  616. | phrenology | 相面 | | |
  617. | planning | 计画 | | |
  618. | pointers | 指针 | | |
  619. | pools | 池 | | |
  620. | process | 进程 | | |
  621. | productivity | 生产力 | | |
  622. | programmer | 程序员 | | |
  623. | programming | 编程 | | |
  624. | programming language | 编程语言 | | |
  625. | property list | 属性列表 | | |
  626. | prompt | 提示符 | | |
  627. | primitive | 原语 | | |
  628. | primitive type | 原生类型 | | |
  629. | package | 包 | | |
  630. | param | 参数 | | |
  631. | parameter | 参数 | 形参 | |
  632. | parent class | 父类 | | |
  633. | parentheses | 括号 | | |
  634. | paren-matching | 括号匹配 | | |
  635. | pass by adress | 按址传递 | 传址 | |
  636. | pass by reference | 按引用传递 | 传引用 | |
  637. | pass by value | 按值传递| 传值 | |
  638. | pattern | 模式 | | |
  639. | pattern match | 模式匹配 | | |
  640. | perform | 执行 | | |
  641. | performance | 性能 | | |
  642. | performance-critical | | | |
  643. | persistence | 持久性 | | |
  644. | physical | 物理的 | | |
  645. | pixel | 像素 | | |
  646. | platform | 平台 | | |
  647. | placeholder | 占位符 | | |
  648. | pointer | 指针 | | |
  649. | pointer arithmetic | 指针运算 | | |
  650. | poll | 轮询 | | |
  651. | polymorphism | 多态 | | |
  652. | port | 端口 | | |
  653. | postfix | 后序 | | |
  654. | preprocessor | 预处理器 | | |
  655. | prime | 素数 | | |
  656. | print | 打印 | | |
  657. | printer | 打印机 | | |
  658. | printed representation | 打印表示法 | | |
  659. | priority | 优先级 | | |
  660. | process priority | 进程优先级 | | |
  661. | procedure | 过程 | | |
  662. | procedurual | 过程化的 | | |
  663. | procedurual knowledge | 过程式知识 | | |
  664. | profile | 评测 | | |
  665. | profiler | 评测器 | 性能分析器 | |
  666. | project | 项目 | | |
  667. | property | 属性 | | |
  668. | protocol | 协议 | | |
  669. | pseudo code | 伪码 | | |
  670. | preceding | 前述的 | | |
  671. | precedence | 优先级 | | |
  672. | precedence list | 优先级 | | |
  673. | path | 路径 | | |
  674. | pipe | 管道 | | |
  675. | polynomial | 多项式的 | | |
  676. | portable | 可移植性 | | |
  677. | portal | 门户 | | |
  678. | premature design | 过早设计 | | |
  679. | pseudocode | 伪码 | | |
  680. h2. Q
  681. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  682. | quote | 引用 | | |
  683. | quoted form | 引用形式 | | |
  684. | query | 查询 | | |
  685. | query language | 查询语言 | | |
  686. | qualified | 修饰的 | 带前缀的 | |
  687. | qualifier | 修饰符 | | |
  688. | quality | 质量 | | |
  689. | queue | 队列 | | |
  690. | QA, Quality Assurance | 质量保证 | | |
  691. h2. R
  692. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  693. | registry creep | 注册表蠕变 | | |
  694. | RPC, Remote Procedure Call | 远程过程调用 | | |
  695. | race condition | 条件竞争 | 竞态条件 | |
  696. | rest parameter | 余留参数 | 剩馀参数 | |
  697. | row-major order | 列主序 | | |
  698. | request | 请求 | | |
  699. | read | 读取 | | |
  700. | read-macro | 读取宏 | | |
  701. | REPL | 读取-求值-打印循环 | | |
  702. | read-eval-print loop | “读取——求值——打印“循环 | | |
  703. | Read-Evaluate-Print Loop | 读取-求值-打印循环 | | |
  704. | recursion | 递归 | | |
  705. | recursive | 递归的 | | |
  706. | recursive case | 递归情形 | | |
  707. | right associative | 右结合 | | |
  708. | rapid prototyping | 快速原型开发 | | |
  709. | reuse of software | 代码重用 | | |
  710. | referential transparency | 引用透明 | | |
  711. | register | 寄存器 | | |
  712. | radian | 弧度 | | |
  713. | raise | 引起 | | |
  714. | random number | 随机数 | | |
  715. | range | 范围 | 区间 | |
  716. | rank | (矩阵)秩 | 排名 | |
  717. | raw | 未经处理的 | | |
  718. | record | 记录 | | |
  719. | refactor | 重构 | | |
  720. | refer | 参考 | | |
  721. | reference | 引用 | 参考 | |
  722. | refine | 精化 | | |
  723. | reflection | 反射 | 映像 | |
  724. | rational database | 关系数据库 | | |
  725. | represent | 表现 | | |
  726. | resolve | 解析 | | |
  727. | resolution | 解析度 | | |
  728. | return | 返回 | | |
  729. | return value | 返回值 | | |
  730. | robust | 健壮 | | |
  731. | robustness | 健壮性 | | |
  732. | routine | 例程 | | |
  733. | routing | 路由 | | |
  734. | runtime | 运行期 | | |
  735. | run-time typing | 运行期类型 | | |
  736. | return | 回车 | | |
  737. | rvalue | 右值 | | |
  738. | RAID, Redundant Array of Independent Disks | 冗余独立磁盘阵列 | | |
  739. | regular expression | 正则表达式 | | |
  740. | RISC, Reduced Instruction Set Computer | 精简指令系统计算机 | | |
  741. | run-length encoding | 游程编码 | | |
  742. h2. S
  743. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  744. | SPOT, Single Point of Truth | 真理的单点性 | | |
  745. | SNA, System Network Architecture | 系统网络体系 | | |
  746. | superfluous | 多余的 | | |
  747. | single-segment | 单段的 | | |
  748. | simulate | 模拟 | | |
  749. | SICP | 《计算机程序的构造与解释》| | |
  750. | segment of instructions | 指令片段 | | |
  751. | stakeholder | | | |
  752. | slash | 斜线 | | |
  753. | semicolon | 分号 | | |
  754. | scaffold | 脚手架 | 鹰架 | |
  755. | shadowing | 隐蔽了 | | |
  756. | snake_case | 蛇底式小写 | | |
  757. | SCREAMING_SNAKE_CASE | 尖叫式蛇底大写 | | |
  758. | simple vector | 简单向量 | | |
  759. | shortest path | 最短路径 | | |
  760. | scope | 作用域 | | |
  761. | strong type | 强类型 | | |
  762. | static type | 静态类型 | | |
  763. | static type system | 静态类型系统 | | |
  764. | statement | 陈述 | 语句 | |
  765. | strict evaluation | 严格求值 | | |
  766. | substitution | 代换 | | |
  767. | substitution model | 代换模型 | | |
  768. | structural recursion | 结构递归 | | |
  769. | structured values | 结构型值 | | |
  770. | space leak | 内存泄漏 | | |
  771. | strict | 严格 | | |
  772. | series | 串行 | 级数 | |
  773. | side-effects | 副作用 | | |
  774. | sketch | 草图 | 初步框架 | |
  775. | slot | 槽 | | |
  776. | squash | 碰撞 | | |
  777. | stack | 栈 | | |
  778. | stack frame | 栈帧 | | |
  779. | string | 字串 | 字符串 | |
  780. | string template | 字串模版 | | |
  781. | swapping values | 交换变量的值 | | |
  782. | symbol | 符号 | | |
  783. | symbolic computation | 符号计算 | | |
  784. | special variable | 特殊变量 | | |
  785. | special form | 特殊形式 | | |
  786. | specialize | 特化 | | |
  787. | specialization | 特化 | | |
  788. | specialized array | 特化数组 | | |
  789. | semaphore | 信号量 | | |
  790. | save | 储存 | | |
  791. | scalar type | 标量 | | |
  792. | schedule | 调度 | | |
  793. | scheduler | 调度程序 | | |
  794. | screen | 屏幕 | | |
  795. | search | 查找 | 搜寻 | |
  796. | semantics | 语义 | | |
  797. | sequence | 序列 | | |
  798. | sequential | 循序的 | 顺序的 | |
  799. | sequential collection literals | | | |
  800. | server | 服务器 | | |
  801. | serial | 串行 | | |
  802. | serialization | 序列化 | | |
  803. | signature | 签名 | | |
  804. | smart pointer | 智能指针 | | |
  805. | snapshot | 屏幕截图 | | |
  806. | specification | 规格说明 | 规范 | |
  807. | splitter | 切分窗口 | | |
  808. | software | 软件 | | |
  809. | solution | 方案 | | |
  810. | source code | 源代码 | | |
  811. | standard library | 标准函式库 | | |
  812. | status | 状态 | | |
  813. | stream | 流 | | |
  814. | subroutine | 子程序 | | |
  815. | subtype | 子类型 | | |
  816. | support | 支持 | | |
  817. | supertype | 超集 | | |
  818. | superclass | 基类 | | |
  819. | suspend | 挂起 | | |
  820. | syntax | 语法 | | |
  821. | sharp | 犀利的 | | |
  822. | sharp-quote | 升引号 | | |
  823. | square | 平方 | | |
  824. | square root | 平方根 | | |
  825. | scan | 扫描 | | |
  826. | scripting language | 脚本语言 | | |
  827. | s-expression | s-表达式 | s 表达式 | |
  828. | socket | 套接字 | | |
  829. | spaghetti | 面条式代码 | 意面式代码 | |
  830. | spaghetti stack | 意面式栈 | 面条式栈 | |
  831. | spam | 垃圾邮件 | | |
  832. | spce | 规格 | | |
  833. | SSL, Secure Sockets Layer | 安全套接字层 | | |
  834. | state machine | 状态机 | | |
  835. | subset | 子集 | | |
  836. | system administrator | 系统管理员 | | |
  837. | system administrator disease | 系统管理员综合症 | | |
  838. | store | 保存 | | |
  839. h2. T
  840. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  841. | TAOCP | 《计算机程序设计艺术》| | |
  842. | timestamp | 时间戳 | | |
  843. | trailing space | 行尾空白 | | |
  844. | taxonomy | 分类法 | | |
  845. | trace | 追踪 | | |
  846. | type | 类型 | | |
  847. | type hierarchy | 类型层级 | | |
  848. | type name | 类型名 | | |
  849. | type signature | 类型签名 | | |
  850. | type variable | 类型变量 | | |
  851. | type declarations | 类型声明 | | |
  852. | typable | 类型合法 | | |
  853. | type safe | 类型安全 | | |
  854. | typing | 类型指派 | 输入 | |
  855. | type inference | 类型推导 | | |
  856. | tuple | 元组 | | |
  857. | type constructor | 类构造器 | | |
  858. | type synonym | 类型别名 | | |
  859. | top-level | 顶层 | | |
  860. | tail-recursion | 尾递归 | | |
  861. | tail-recursive | 尾递归的 | | |
  862. | taxable operators | 需节制使用的操作符 | | |
  863. | testing | 测试 | | |
  864. | three-valued logic | 三值逻辑 | | |
  865. | top-down design | 自顶向下的设计 | | |
  866. | transition networks | 转移网络 | | |
  867. | tree | 树 | | |
  868. | tree recursion| 树形递归 | | |
  869. | Turing machines | 图灵机 | | |
  870. | table | 表格 | | |
  871. | (database)table | 数据表 | | |
  872. | tag | 标签 | 标记 | |
  873. | target | 目标 | | |
  874. | template | 模版 | | |
  875. | temporary object | 临时对象 | | |
  876. | text | 文本 | | |
  877. | text file | 文本文件 | | |
  878. | thread | 线程 | | |
  879. | tread safe | 多线程安全 | | |
  880. | throw | 抛出 | 丢掷 | 引发 |
  881. | token | 符号 | 语义单位 | 语元 |
  882. | transaction | 事务 | | |
  883. | transparent | 透明的 | | |
  884. | traverse | 遍历 | | |
  885. | trigger | 触发 | | |
  886. | throwaway program | 一次性程序 | | |
  887. | toplevel | 顶层解释器 | | |
  888. | Turing-complete | 图灵完备 | | |
  889. | Turing-machine | 图灵机 | | |
  890. h2. U
  891. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  892. | union | 并集 | | |
  893. | universally quantify | 全局量化 | | |
  894. | unification | 合一 | 统一 | |
  895. | utilities | 实用函数 | | |
  896. | underflow | 下溢 | | |
  897. | unary | 一元的 | | |
  898. | unwinding | | | |
  899. | unqualfied | 未修饰的 | | |
  900. | user | 用户 | | |
  901. | UI, user interface | 用户界面 | | |
  902. | uptime | 运行时间 | | |
  903. | URL, Uniform Resource Locator | 统一资源定位符 | | |
  904. h2. V
  905. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  906. | variant | 变种 | | |
  907. | variadic input | 可变输入 | | |
  908. | validate | 验证 | | |
  909. | validator | 验证器 | | |
  910. | value constructor | 值构造器 | | |
  911. | variable | 变量 | | |
  912. | variable capture | 变量捕捉 | | |
  913. | vector | 向量 | | |
  914. | viable function | 可行函数 | | |
  915. | video | 视频 | | |
  916. | view | 视图 | | |
  917. | virtual function | 虚函数 | | |
  918. | virtual machine | 虚拟机 | | |
  919. | virtual memory | 虚内存 | | |
  920. | volatile | 挥发 | | |
  921. | vowel | 元音 | | |
  922. | vaporware | 朦胧件 | | |
  923. | VC, Venture Capitalist | 风险投资商 | | |
  924. h2. W
  925. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  926. | weight | 权值 | 权重 | |
  927. | well type | 类型正确 | | |
  928. | warning message | 警告信息 | | |
  929. | wildcard | 通配符 | | |
  930. | window | 窗口 | | |
  931. | word | 单词 | 字 | |
  932. | wrapper | 包装器 | 包装 | |
  933. | web server | 网络服务器 | | |
  934. | WYSIWYG, What You See Is What You Get | 所见即所得 | | |
  935. | WYSIWYW, What You See Is What You Want | 所见即所想 | | |
  936. h2. X
  937. h2. Y
  938. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  939. | y combinator | Y组合子 | | |
  940. h2. Z
  941. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  942. | zero-indexed | 零索引的 | | |
  943. | Z-expression | Z-表达式 | | |
  944. h2. 专业名词
  945. | *英文* | *译法 1* | 译法 2 | 译法 3 |
  946. | The_Paradox_of_Choice | 选择谬论 | | |