dict.textile 31 KB

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