dict.textile 92 KB

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