1 第一部分、計算機算法經常使用術語中英對照 2 Data Structures 基本數據結構 3 Dictionaries 字典 4 Priority Queues 堆 5 Graph Data Structures 圖 6 Set Data Structures 集合 7 Kd-Trees 線段樹 8 Numerical Problems 數值問題 9 Solving Linear Equations 線性方程組 10 Bandwidth Reduction 帶寬壓縮 11 Matrix Multiplication 矩陣乘法 12 Determinants and Permanents 行列式 13 Constrained and Unconstrained Optimization 最值問題 14 Linear Programming 線性規劃 15 Random Number Generation 隨機數生成 16 Factoring and Primality Testing 因子分解/質數斷定 17 Arbitrary Precision Arithmetic 高精度計算 18 Knapsack Problem 揹包問題 19 Discrete Fourier Transform 離散Fourier變換 20 Combinatorial Problems 組合問題 21 Sorting 排序 22 Searching 查找 23 Median and Selection 中位數 24 Generating Permutations 排列生成 25 Generating Subsets 子集生成 26 Generating Partitions 劃分生成 27 Generating Graphs 圖的生成 28 Calendrical Calculations 日期 29 Job Scheduling 工程安排 30 Satisfiability 可知足性 31 Graph Problems -- polynomial 圖論-多項式算法 32 Connected Components 連通分支 33 Topological Sorting 拓撲排序 34 Minimum Spanning Tree 最小生成樹 35 Shortest Path 最短路徑 36 Transitive Closure and Reduction 傳遞閉包 37 Matching 匹配 38 Eulerian Cycle / Chinese Postman Euler迴路/中國郵路 39 Edge and Vertex Connectivity 割邊/割點 40 Network Flow 網絡流 41 Drawing Graphs Nicely 圖的描繪 42 Drawing Trees 樹的描繪 43 Planarity Detection and Embedding 平面性檢測和嵌入 44 Graph Problems -- hard 圖論-NP問題 45 Clique 最大團 46 Independent Set 獨立集 47 Vertex Cover 點覆蓋 48 Traveling Salesman Problem 旅行商問題 49 Hamiltonian Cycle Hamilton迴路 50 Graph Partition 圖的劃分 51 Vertex Coloring 點染色 52 Edge Coloring 邊染色 53 Graph Isomorphism 同構 54 Steiner Tree Steiner樹 55 Feedback Edge/Vertex Set 最大無環子圖 56 Computational Geometry 計算幾何 57 Convex Hull 凸包 58 Triangulation 三角剖分 59 Voronoi Diagrams Voronoi圖 60 Nearest Neighbor Search 最近點對查詢 61 Range Search 範圍查詢 62 Point Location 位置查詢 63 Intersection Detection 碰撞測試 64 Bin Packing 裝箱問題 65 Medial-Axis Transformation 中軸變換 66 Polygon Partitioning 多邊形分割 67 Simplifying Polygons 多邊形化簡 68 Shape Similarity 類似多邊形 69 Motion Planning 運動規劃 70 Maintaining Line Arrangements 平面分割 71 Minkowski Sum Minkowski和 72 Set and String Problems 集合與串的問題 73 Set Cover 集合覆蓋 74 Set Packing 集合配置 75 String Matching 模式匹配 76 Approximate String Matching 模糊匹配 77 Text Compression 壓縮 78 Cryptography 密碼 79 Finite State Machine Minimization 有窮自動機簡化 80 Longest Common Substring 最長公共子串 81 Shortest Common Superstring 最短公共父串 82 DP——Dynamic Programming——動態規劃 83 recursion —— 遞歸 84 85 第二部分、編程詞彙 86 A2A integration A2A整合 87 abstract 抽象的 88 abstract base class (ABC)抽象基類 89 abstract class 抽象類 90 abstraction 抽象、抽象物、抽象性 91 access 存取、訪問 92 access level訪問級別 93 access function 訪問函數 94 account 帳戶 95 action 動做 96 activate 激活 97 active 活動的 98 actual parameter 實參 99 adapter 適配器 100 add-in 插件 101 address 地址 102 address space 地址空間 103 address-of operator 取地址操做符 104 ADL (argument-dependent lookup) 105 ADO(ActiveX Data Object)ActiveX數據對象 106 advanced 107 aggregation 聚合、彙集 108 algorithm 算法 109 alias 別名 110 align 排列、對齊 111 allocate 分配、配置 112 allocator分配器、配置器 113 angle bracket 尖括號 114 annotation 註解、評註 115 API (Application Programming Interface) 應用(程序)編程接口 116 app domain (application domain)應用域 117 application 應用、應用程序 118 application framework 應用程序框架 119 appearance 外觀 120 append 附加 121 architecture 架構、體系結構 122 archive file 歸檔文件、存檔文件 123 argument引數(傳給函式的值)。參見parameter 124 array 數組 125 arrow operator 箭頭操做符 126 ASP(Active Server Page)活動服務器頁面 127 ASP.NET worker process ASP.NET工做者進程 128 assembly 裝配件、配件 129 assembly language 彙編語言 130 assembly manifest 裝配件清單 131 assert(ion) 斷言 132 assign 賦值 133 assignment 賦值、分配 134 assignment operator 賦值操做符 135 associated 相關的、相關聯的 136 associative container 關聯式容器(對應sequential container) 137 asynchronous 異步的 138 atomic 原子的 139 atomic operation 原子操做 140 attribute 特性、屬性 141 authentication service 驗證服務 142 authorization 受權 143 audio 音頻 144 A.I. 人工智能 145 B2B integration B2B整合、B2B集成(business-to-business integration) 146 background 背景、後臺(進程) 147 backward compatible 向後兼容、向下兼容 148 backup 備份 149 backup device備份設備 150 backup file 備份文件 151 bandwidth 帶寬 152 base class 基類 153 base type 基類型 154 batch 批處理 155 BCL (base class library)基類庫 156 binary 二進制 157 binary search 二分查找 158 binary tree 二叉樹 159 binary function 雙參函數 160 binary large object二進制大對象 161 binary operator 二元操做符 162 binding 綁定 163 bit 位 164 bitmap 位圖 165 bitwise 按位... 166 bitwise copy 爲單元進行復制;位元逐一複製,按位拷 167 bitwise operation 按位運算 168 block 塊、區塊、語句塊 169 bookkeeping 簿記 170 boolean 布林值(真假值,true或false) 171 border 邊框 172 bounds checking 邊界檢查 173 boxing 裝箱、裝箱轉換 174 brace (curly brace) 大括號、花括號 175 bracket (square brakcet) 中括號、方括號 176 177 breakpoint 斷點 178 browser applications 瀏覽器應用(程序) 179 browser-accessible application 可經由瀏覽器訪問的應用程序 180 build 編連(專指編譯和鏈接 181 built-in 內建、內置 182 bus 總線 183 business 業務、商務(看場合) 184 business Logic 業務邏輯 185 business rules 業務規則 186 buttons 按鈕 187 bug 臭蟲 188 by/through 經過 189 byte 位元組(由8 bits組成) 190 cache 高速緩存 191 calendar 日曆 192 call 調用 193 callback 回調 194 call-level interface (CLI)調用級接口(CLI) 195 call operator 調用操做符 196 candidate key 候選鍵 (for database) 197 cascading delete 級聯刪除 (for database) 198 cascading update 級聯更新 (for database) 199 casting 轉型、造型轉換 200 catalog 目錄 201 chain 鏈(function calls) 202 character 字符 203 character format 字符格式 204 character set 字符集 205 CHECK constraints CHECK約束 (for database) 206 checkpoint 檢查點 (for database) 207 check box 複選框 208 check button 複選按鈕 209 child class 子類 210 CIL (common intermediate language)通用中間語言、通用中介語言 211 class 類 212 class declaration 類聲明 213 class definition 類定義 214 class derivation list 類繼承列表 215 class factory 類廠 216 class hierarchy 類層次結構 217 class library 類庫 218 class loader 類裝載器 219 class template 類模板 220 class template partial specializations 類模板部分特化 221 class template specializations 類模板特化 222 classification 分類 223 clause 子句 224 client application 客戶端應用程序 225 client cursor 客戶端遊標 (for database) 226 code page 代碼頁 227 cleanup 清理、清除 228 CLI (Common Language Infrastructure) 通用語言基礎設施 229 client 客戶、客戶端 230 client area 客戶區 231 client-server 客戶機/服務器、客戶端/服務器 232 clipboard 剪貼板 233 clone 克隆 234 CLS (common language specification) 通用語言規範 235 code access security 代碼訪問安全 236 COFF (Common Object File Format) 通用對象文件格式 237 collection 集合 238 COM (Component Object Model) 組件對象模型 239 combo box 組合框 240 command line 命令行 241 comment 註釋 242 commit 提交 (for database) 243 communication 通信 244 compatible 兼容 245 compile time 編譯期、編譯時 246 compiler 編譯器 247 component組件 248 composite index 複合索引、組合索引 (for database) 249 composite key 複合鍵、組合鍵 (for database) 250 composition 複合、組合 251 concept 概念 252 concrete具體的 253 concrete class 具體類 254 concurrency 併發、併發機制 255 constraint 約束 (for database) 256 configuration 配置、組態 257 connection 鏈接 (for database) 258 connection pooling 鏈接池 259 console 控制檯 260 constant 常量 261 construct 構件、成分、概念、構造(for language) 262 constructor (ctor) 構造函數、構造器 263 container 容器 264 containment包容 265 context 環境、上下文 266 control 控件 267 cookie (不譯) 268 copy 拷貝 269 CORBA 通用對象請求中介架構(Common Object Request Broker Architecture) 270 cover 覆蓋、涵蓋 271 create/creation 建立、生成 272 crosstab query 交叉表查詢 (for database) 273 CRTP (curiously recurring template pattern) 274 CTS (common type system)通用類型系統 275 cube 多維數據集 (for database) 276 cursor 光標 277 cursor 遊標 (for database) 278 custom 定製、自定義 279 data 數據 280 data connection 數據鏈接 (for database) 281 Data Control Language (DCL) 數據控制語言(DCL) (for database) 282 Data Definition Language (DDL) 數據定義語言(DDL) (for database) 283 data dictionary 數據字典 (for database) 284 data dictionary view 數據字典視圖 (for database) 285 data file 數據文件 (for database) 286 data integrity 數據完整性 (for database) 287 data manipulation language (DML)數據操做語言(DML) (for database) 288 data mart 數據集市 (for database) 289 data pump 數據抽取 (for database) 290 data scrubbing 數據清理 (for database) 291 data source 數據源 (for database) 292 Data source name (DSN) 數據源名稱(DSN) (for database) 293 data warehouse 數據倉庫 (for database) 294 dataset 數據集 (for database) 295 database 數據庫 (for database) 296 database catalog 數據庫目錄 (for database) 297 database diagram 數據關係圖 (for database) 298 database file 數據庫文件 (for database) 299 database object 數據庫對象 (for database) 300 database owner 數據庫全部者 (for database) 301 database project 數據庫工程 (for database) 302 database role 數據庫角色 (for database) 303 database schema 數據庫模式、數據庫架構 (for database) 304 database scrīpt 數據庫腳本 (for database) 305 data-bound 數據綁定 (for database) 306 data-aware control數據感知控件 (for database) 307 data member 數據成員、成員變量 308 dataset 數據集 (for database) 309 data source 數據源 (for database) 310 data structure數據結構 311 data table 數據表 (for database) 312 datagram 數據報文 313 DBMS (database management system)數據庫管理系統 (for database) 314 DCOM (distributed COM)分佈式COM 315 dead lock 死鎖 (for database) 316 deallocate 歸還 317 debug 調試 318 debugger 調試器 319 decay 退化 320 decision support 決策支持 321 declaration 聲明 322 declarative referential integrity (DRI)聲明引用完整性(DRI) (for database) 323 deduction 推導 324 DEFAULT constraint默認約束 (for database) 325 default database 默認數據庫 (for database) 326 default instance 默認實例 (for database) 327 default result set 默認結果集 (for database) 328 default 缺省、默認值 329 defer 推遲 330 definition 定義 331 delegate 委託 332 delegation 委託 333 dependent name 334 deploy 部署 335 dereference 解引用 336 dereference operator (提領)運算子 337 derived class 派生類 338 design by contract 契約式設計 339 design pattern 設計模式 340 destroy 銷燬 341 destructor(dtor)析構函數、析構器 342 device 設備 343 DHTML (dynamic HyperText Markup Language)動態超文本標記語言 344 dialog 對話框 345 digest 摘要 346 digital 數字的 347 DIME (Direct Internet Message Encapsulation)直接Internet消息封裝 348 directive (編譯)指示符 349 directory 目錄 350 dirty pages髒頁 (for database) 351 dirty read 髒讀 (for database) 352 disassembler 反彙編器 353 DISCO (Discovery of Web Services)Web Services的查找 354 disk 盤 355 dispatch 調度、分派、派發(我喜歡「調度」) 356 DISPID (Dispatch Identifier)分派標識符 357 distributed computing 分佈式計算 358 distributed query 分佈式查詢 (for database) 359 DNA (Distributed interNet Application) 分佈式網間應用程序 360 document 文檔 361 DOM (Document Object Model)文檔對象模型 362 dot operator (圓)點操做符 363 driver 驅動(程序) 364 DTD (document type definition) 文檔類型定義 365 double-byte character set (DBCS)雙字節字符集(DBCS) 366 dump 轉儲 367 dump file 轉儲文件 368 dynamic cursor 動態遊標 (for database) 369 dynamic filter 動態篩選 (for database) 370 dynamic locking 動態鎖定 (for database) 371 dynamic recovery 動態恢復 (for database) 372 dynamic snapshot 動態快照 (for database) 373 dynamic SQL statements 動態SQL語句 (for database) 374 dynamic assembly 動態裝配件、動態配件 375 dynamic binding 動態綁定 376 EAI (enterprise application integration)企業應用程序集成(整合) 377 EBCO (empty base class optimization) 空基類優化(機制) 378 e-business 電子商務 379 EDI (Dlectronic Data Interchange)電子數據交換 380 efficiency 效率 381 efficient 高效 382 end-to-end authentication 端對端身份驗證 383 end user 最終用戶 384 engine 引擎 385 entity 實體 386 encapsulation 封裝 387 enclosing class 外圍類別(與巢狀類別 nested class有關) 388 enum (enumeration) 枚舉 389 enumerators 枚舉成員、枚舉器 390 equal 相等 391 equality 相等性 392 equality operator 等號操做符 393 error log 錯誤日誌 (for database) 394 escape code 轉義碼 395 escape character 轉義符、轉義字符 396 exclusive lock 排它鎖 (for database) 397 explicit transaction 顯式事務 (for database) 398 evaluate 評估 399 event 事件 400 event driven 事件驅動的 401 event handler 事件處理器 402 evidence 證據 403 exception 異常 404 exception declaration 異常聲明 405 exception handling 異常處理、異常處理機制 406 exception-safe 異常安全的 407 exception specification 異常規範 408 exit 退出 409 explicit 顯式 410 explicit specialization 顯式特化 411 export 導出 412 expression 表達式 413 facility 設施、設備 414 fat client 胖客戶端 415 feature 特性、特徵 416 fetch 提取 417 field 字段(java) 418 field 字段 (for database) 419 field length 字段長度 (for database) 420 file 文件 421 filter 篩選 (for database) 422 finalization 終結 423 firewall 防火牆 424 finalizer 終結器 425 firmware 固件 426 flag 標記 427 flash memory 閃存 428 flush 刷新 429 font 字體 430 foreign key (FK) 外鍵(FK) (for database) 431 form 窗體 432 formal parameter 形參 433 forward declaration 前置聲明 434 forward-only 只向前的 435 forward-only cursor 只向前遊標 (for database) 436 fragmentation 碎片 (for database) 437 framework 框架 438 full specialization 徹底特化 439 function 函數 440 function call operator (即operator ()) 函數調用操做符 441 function object 函數對象 442 function overloaded resolution函數重載決議 443 functionality 功能 444 function template函數模板 445 functor 仿函數 446 GAC (global assembly cache) 全局裝配件緩存、全局配件緩存 447 GC (Garbage collection) 垃圾回收(機制)、垃圾收集(機制) 448 game 遊戲 449 generate 生成 450 generic 泛化的、通常化的、通用的 451 generic algorithm通用算法 452 genericity 泛型 453 getter (相對於 setter)取值函數 454 global 全局的 455 global object 全局對象 456 global scope resolution operator 全局範圍解析操做符 457 grant 受權 (for database) 458 granularity 粒度 459 group 組、羣 460 group box 分組框 461 GUI 圖形界面 462 GUID (Globally Unique Identifier) 全球惟一標識符 463 hand shaking 握手 464 handle 句柄 465 handler 處理器 466 hard-coded 硬編碼的 467 hard-copy 截屏圖 468 hard disk 硬盤 469 hardware 硬件 470 hash table 散列表、哈希表 471 header file頭文件 472 heap 堆 473 help file 幫助文件 474 hierarchy 層次結構、繼承體系 475 hierarchical data 階層式數據、層次式數據 476 hook 鉤子 477 Host (application)宿主(應用程序) 478 hot key 熱鍵 479 hyperlink 超連接 480 HTML (HyperText Markup Language) 超文本標記語言 481 HTTP pipeline HTTP管道 482 HTTP (HyperText Transfer Protocol) 超文本傳輸協議 483 icon 圖標 484 IDE (Integrated Development Environment)集成開發環境 485 IDL (Interface Definition Language) 接口定義語言 486 identifier 標識符 487 idle time 空閒時間 488 if and only if當且僅當 489 IL (Intermediate Language) 中間語言、中介語言 490 image 圖象 491 IME 輸入法 492 immediate base 直接基類 493 immediate derived 直接派生類 494 immediate updating 即時更新 (for database) 495 implicit transaction隱式事務 (for database) 496 incremental update 增量更新 (for database) 497 index 索引 (for database) 498 implement 實現 499 implementation 實現、實現品 500 implicit 隱式 501 import 導入 502 increment operator 增長操做符 503 infinite loop 無限循環 504 infinite recursive 無限遞歸 505 information 信息 506 infrastructure 基礎設施 507 inheritance 繼承、繼承機制 508 inline 內聯 509 inline expansion 內聯展開 510 initialization 初始化 511 initialization list 初始化列表、初始值列表 512 initialize 初始化 513 inner join 內聯接 (for database) 514 in-place active 現場激活 515 instance 實例 516 instantiated 具現化、實體化(常應用於template) 517 instantiation 具現體、具現化實體(常應用於template) 518 integrate 集成、整合 519 integrity 完整性、一致性 520 integrity constraint完整性約束 (for database) 521 interprocess communication (IPC)進程間通信(IPC) 522 interacts 交互 523 interface 接口 524 for GUI 界面 525 interoperability 互操做性、互操做能力 526 interpreter 解釋器 527 introspection 自省 528 invariants 不變性 529 invoke 調用 530 isolation level 隔離級別 (for database) 531 iterate 迭代 532 iterative 反覆的、迭代的 533 iterator 迭代器 534 iteration 迭代(迴圈每次輪迴稱爲一個iteration) 535 item 項、條款、項目 536 JIT compilation JIT編譯 即時編譯 537 key 鍵 (for database) 538 key column 鍵列 (for database) 539 laser 激光 540 late binding 遲綁定 541 left outer join 左向外聯接 (for database) 542 level 階、層例 543 high level 高階、高層 544 library 庫 545 lifetime 生命期、壽命 546 link 鏈接、連接 547 linkage 鏈接、連接 548 linker 鏈接器、連接器 549 literal constant 字面常數 550 list 列表、表、鏈表 551 list box 列表框 552 livelock 活鎖 (for database) 553 load 裝載、加載 554 load balancing 負載平衡 555 loader 裝載器、載入器 556 local 局部的 557 local object 局部對象 558 lock 鎖 559 log 日誌 560 login 登陸 561 login security mode登陸安全模式 (for database) 562 lookup table 查找表 (for database) 563 loop 循環 564 loose coupling 鬆散耦合 565 lvalue 左值 566 machine code 機器碼、機器代碼 567 macro 宏 568 maintain 維護 569 managed code 受控代碼、託管代碼 570 Managed Extensions 受控擴充件、託管擴展 571 managed object 受控對象、託管對象 572 mangled name 573 manifest 清單 574 manipulator 操縱器(iostream預先定義的一種東西) 575 many-to-many relationship 多對多關係 (for database) 576 many-to-one relationship 多對一關係 (for database) 577 marshal 列集 578 member 成員 579 member access operator 成員取用運算子(有dot和arrow兩種) 580 member function 成員函數 581 member initialization list成員初始值列表 582 memberwise 以member爲單元…、members 逐一… 583 memberwise copy 584 memory 內存 585 memory leak 內存泄漏 586 menu 菜單 587 message 消息 588 message based 基於消息的 589 message loop 消息環 590 message queuing消息隊列 591 metadata 元數據 592 metaprogramming元編程 593 method 方法 594 micro 微 595 middleware 中間件 596 middle tier 中間層 597 modeling 建模 598 modeling language 建模語言 599 modifier 修飾字、修飾符 600 modem 調制解調器 601 module 模塊 602 most derived class最底層的派生類 603 mouse 鼠標 604 mutable 可變的 605 mutex 互斥元、互斥體 606 multidimensional OLAP (MOLAP) 多維OLAP(MOLAP) (for database) 607 multithreaded server application 多線程服務器應用程序 608 multiuser 多用戶 609 multi-tasking 多任務 610 multi-thread 多線程 611 multicast delegate 組播委託、多點委託 612 named parameter 命名參數 613 named pipe 命名管道 614 namespace 名字空間、命名空間 615 native 原生的、本地的 616 native code 本地碼、本機碼 617 Native Image Generator (NGEN)本地映像生成器 618 nested class 嵌套類 619 nested query 嵌套查詢 (for database) 620 nested table 嵌套表 (for database) 621 network 網絡 622 network card 網卡 623 nondependent name 624 object 對象 625 object based 基於對象的 626 object file 目標文件 627 object model 對象模型 628 object oriented 面向對象的 629 object pooling 對象池化 630 ODBC data source ODBC數據源 (for database) 631 ODBC driver ODBC驅動程序 (for database) 632 ODR (one-definition rule) 633 OLE Automation objects OLE自動化對象 (for database) 634 OLE Automation server OLE自動化服務器 (for database) 635 OLE DB consumer OLE DB使用者 (for database) 636 OLE DB for OLAP 用於OLAP的OLE DB (for database) 637 OLE DB provider OLE DB提供者 (for database) 638 one-to-many relationship 一對多關係 (for database) 639 one-to-one relationship 一對一關係 (for database) 640 online analytical processing (OLAP) 聯機分析處理(OLAP) (for database) 641 online redo log 聯機重作日誌 (for database) 642 online transaction processing (OLTP) 聯機事務處理(OLTP) (for database) 643 Open Data Services (ODS) 開放式數據服務(ODS) (for database) 644 Open Database Connectivity (ODBC) 開放式數據庫鏈接(ODBC) (for database) 645 operand 操做數 646 operating system (OS) 操做系統 647 operation 操做 648 operator 操做符、運算符 649 option 選項 650 optimizer 優化器 651 outer join 外聯接 (for database) 652 overflow 上限溢位(相對於underflow) 653 overhead 額外開銷 654 overload 重載 655 overload resolution 重載決議 656 overloaded function 重載的函數 657 overloaded operator 被重載的操做符 658 override 覆寫、重載、從新定義 659 package 包 660 packaging 打包 661 palette 調色板 662 parallel 並行 663 parameter 參數、形式參數、形參 664 parameter list 參數列表 665 parameterize 參數化 666 parent class 父類 667 parentheses 圓括弧、圓括號 668 parse 解析 669 parser 解析器 670 part 零件、部件 671 partial specialization 局部特化 672 pass by address 傳址(函式引數的傳遞方式)(非正式用語) 673 pass by reference 傳地址、按引用傳遞 674 pass by value 按值傳遞 675 pattern 模式 676 PDA (personal digital assistant)我的數字助理 677 PE (Portable Executable) file 可移植可執行文件 678 performance 性能 679 persistence 持久性 680 PInvoke (platform invoke service) 平臺調用服務 681 pixel 像素 682 placement delete 683 placement new 684 placeholder 佔位符 685 platform 平臺 686 POD (plain old data (type)) 687 POI (point of instantiation) 688 pointer 指針 689 poll 輪詢 690 pooling 池化 691 polymorphism 多態 692 pop up 彈出式 693 port 端口 694 postfix 後綴 695 precedence 優先序(一般用於運算子的優先執行次序) 696 prefix 前綴 697 preprocessor 預處理器 698 primary key (PK)主鍵(PK) (for database) 699 primary table 主表 (for database) 700 primary template原始模板 701 primitive type 原始類型 702 print 打印 703 printer 打印機 704 procedure 過程 705 procedural 過程式的、過程化的 706 process 進程 707 profile 評測 708 profiler 效能(性能)評測器 709 program 程序 710 programmer 程序員 711 programming編程、程序設計 712 progress bar 進度指示器 713 project 項目、工程 714 property 屬性 715 protocol 協議 716 pseudo code僞碼 717 qualified 通過資格修飾(例如加上scope運算子) 718 qualifiedqualifier 修飾符 719 quality 質量 720 queue 隊列 721 race condition 競爭條件(多線程環境經常使用語) 722 radian 弧度 723 radio button 單選按鈕 724 raise 引起(經常使用來表示發出一個exception) 725 random number 隨機數 726 range 範圍、區間 727 rank 等級 728 raw 未經處理的 729 readOnly只讀 730 record 記錄 (for database) 731 recordset 記錄集 (for database 732 recursive 遞歸 733 re-direction 重定向 734 refactoring 重構 735 refer 引用、參考 736 reference 引用、參考 737 reference counting引用計數 738 referential integrity (RI)引用完整性(RI) (for database) 739 register 寄存器 740 reflection 反射 741 refresh data 刷新數據 (for database) 742 regular expression 正則表達式 743 relational database 關係數據庫 744 remote 遠程 745 remote request 遠程請求 746 represent 表述,表現 747 resolve 解析、決議 748 resolution 解析過程 749 result set 結果集 (for database) 750 retrieve data 檢索數據 751 return 返回 752 return type 返回類型 753 return value 返回值 754 right outer join 右向外聯接 (for database) 755 revoke 撤銷 756 robust 健壯 757 robustness 健壯性 758 roll back 回滾 (for database) 759 roll forward 前滾 (for database) 760 routine 例程 761 row 行 (for database) 762 row lock 行鎖 (for database) 763 rowset 行集 (for database) 764 RPC (remote procedure call)RPC(遠程過程調用) 765 runtime 執行期、運行期、執行時、運行時 766 rvalue 右值 767 save 保存 768 savepoint 保存點 (for database) 769 SAX (Simple API for XML) 770 scalable 可伸縮的、可擴展的 771 schedule 調度 772 scheduler 調度程序 773 schema 模式、綱目結構 774 scroll bar滾動條 775 scope 做用域、生存空間 776 scope operator 生存空間操做符 777 scope resolution operator 生存空間解析操做符 778 screen 屏幕 779 SDK (Software Development Kit)軟件開發包 780 sealed class 密封類 781 search 查找 782 semantics 語義 783 semaphore 信號量 784 sequential container序列式容器 785 server 服務器、服務端 786 serial 串行 787 serialization/serialize 序列化 788 server cursor服務端遊標、服務器遊標 (for database) 789 session 會話 (for database) 790 setter 設值函數 791 shared lock 共享鎖 (for database) 792 sibling 同級 793 side effect 反作用 794 signature 簽名 795 single-threaded 單線程 796 slider滑塊 797 slot 槽 798 smart pointer 智能指針 799 SMTP (Simple Mail Transfer Protocol) 簡單郵件傳輸協議 800 snapshot 截屏圖 801 snapshot 快照 (for database) 802 specialization 特化 803 specification 規範、規格 804 splitter 切分窗口 805 SOAP (simple object access protocol) 簡單對象訪問協議 806 software 軟件 807 source code 源碼、源代碼 808 809 SQL (Structured Query Language) 結構化查詢語言 (for database) 810 stack 棧、堆棧 811 stack unwinding 疊展轉開解(此詞用於exception主題) 812 standard library 標準庫 813 standard template library 標準模板庫 814 stateless 無狀態的 815 statement 語句、聲明 816 static cursor 靜態遊標 (for database) 817 static SQL statements 靜態SQL語句 (for database) 818 stored procedure 存儲過程 (for database) 819 status bar 狀態條 820 stream 流 821 string 字符串 822 stub 存根 823 subobject子對象 824 subquery 子查詢 (for database) 825 subroutine 子例程 826 subscrīpt operator 下標操做符 827 subset 子集 828 subtype 子類型 829 support 支持 830 suspend 掛起 831 symbol 記號 832 syntax 語法 833 system databases 系統數據庫 (for database) 834 system tables 系統表 (for database) 835 table 表 (for database) 836 table lock 表鎖 (for database) 837 table-level constraint 表級約束 (for database) 838 tape backup 磁帶備份 (for database) 839 target 標的,目標 840 task switch 工做切換 841 TCP (Transport Control Protocol) 傳輸控制協議 842 template 模板 843 template-id 844 template argument deduction 模板參數推導 845 template explicit specialization 模板顯式特化 846 template parameter 模板參數 847 template template parameter 848 temporary object 臨時對象 849 temporary table 臨時表 (for database) 850 text 文本 851 text file 文本文件 852 thin client 瘦客戶端 853 third-party 第三方 854 thread 線程 855 thread-safe 線程安全的 856 throw 拋出、引起(常指發出一個exception) 857 token 符號、標記、令牌(看場合) 858 trace 跟蹤 859 transaction 事務 (for database) 860 transaction log 事務日誌 (for database) 861 transaction rollback 事務回滾 (for database) 862 transactional replication 事務複製 (for database) 863 translation unit 翻譯單元 864 traverse 遍歷 865 trigger 觸發器 (for database) 866 two-phase commit 兩階段提交 (for database) 867 tuple 868 two-phase lookup 兩階段查找 869 type 類型 870 UDDI(Universary Descrīption, Discovery and Integration)統一描述、查詢與集成 871 UML (unified modeling language)統一建模語言 872 unary function 單參函數 873 unary operator 一元操做符 874 unboxing 拆箱、拆箱轉換 875 underflow 下限溢位(相對於overflow) 876 Union query 聯合查詢 (for database) 877 UNIQUE constraints UNIQUE約束 (for database) 878 unique index 惟一索引 (for database) 879 unmanaged code 非受控代碼、非託管代碼 880 unmarshal 散集 881 unqualified 未經限定的、未經修飾的 882 URI (Uniform Resource identifier) 統一資源標識符 883 URL (Uniform Resource Locator) 統一資源定位器 884 user 用戶 885 user interface 用戶界面 886 value types 值類型 887 variable 變量 888 vector 向量(一種容器,有點相似array) 889 viable 可行的 890 video 視頻 891 view 視圖 892 VEE (Virtual Execution Engine)虛擬執行引擎 893 vendor 廠商 894 view 視圖 (for database) 895 virtual function 虛函數 896 virtual machine 虛擬機 897 virtual memory 虛擬內存 898 vowel 元音字母 899 Web Services web服務 900 WHERE clause WHERE子句 (for database) 901 wildcard characters 通配符字符 (for database) 902 wildcard search 通配符搜索 (for database) 903 window 窗口 904 window function 窗口函數 905 window procedure 窗口過程 906 Windows authentication Windows身份驗證 907 wizard 嚮導 908 word 單詞 909 word processor 字處理器 910 wrapper 包裝、包裝器 911 write enable 寫啓用 (for database) 912 write-ahead log 預寫日誌 (for database) 913 write-only 只寫 914 WSDL (Web Service Descrīption Language)Web Service描述語言 915 XML Message Interface (XMI) XML消息接口 916 XML (eXtensible Markup Language) 可擴展標記語言 917 XSD (XML Schema Definition) XML模式定義語言 918 XSL (eXtensible Stylesheet Language) 可擴展樣式表語言 919 XSLT (eXtensible Stylesheet Language Transformation)可擴展樣式表語言轉換 920 xxx based 基於xxx的 921 xxx oriented 面向xxx 922 923 924 other 1 : 925 926 application 應用程式 應用、應用程序 927 application framework 應用程式框架、應用框架 應用程序框架 928 architecture 架構、系統架構 體系結構 929 argument 引數(傳給函式的值)。叄見 parameter 叄數、實質叄數、實叄、自變量 930 array 陣列 數組 931 arrow operator arrow(箭頭)運算子 箭頭操做符 932 assembly 裝配件 933 assembly language 組合語言 彙編語言 934 assert(ion) 斷言 935 assign 指派、指定、設值、賦值 賦值 936 assignment 指派、指定 賦值、分配 937 assignment operator 指派(賦值)運算子 = 賦值操做符 938 associated 相應的、相關的 相關的、關聯、相應的 939 associative container 關聯式容器(對應 sequential container) 關聯式容器 940 atomic 不可分割的 原子的 941 attribute 屬性 屬性、特性 942 audio 音訊 音頻 943 A.I. 人工智慧 人工智能 944 background 背景 背景(用於圖形着色) 945 後臺(用於行程) 946 backward compatible 回溯相容 向下兼容 947 bandwidth 頻寬 帶寬 948 base class 基礎類別 基類 949 base type 基礎型別 (等同於 base class) 950 batch 批次(意思是整批做業) 批處理 951 benefit 利益 收益 952 best viable function 最佳可行函式 最佳可行函式 953 (從 viable functions 中挑出的最佳吻合者) 954 binary search 二分搜尋法 二分查找 955 binary tree 二元樹 二叉樹 956 binary function 二元函式 雙叄函數 957 binary operator 二元運算子 二元操做符 958 binding 繫結 綁定 959 bit 位元 位 960 bit field 位元欄 位域 961 bitmap 位元圖 位圖 962 bitwise 以 bit 爲單元逐一┅ 963 bitwise copy 以 bit 爲單元進行復制;位元逐一複製 位拷貝 964 block 區塊,區段 塊、區塊、語句塊 965 boolean 布林值(真假值,true 或 false) 布爾值 966 border 邊框、框線 邊框 967 brace(curly brace) 大括弧、大括號 花括弧、花括號 968 bracket(square brakcet) 中括弧、中括號 方括弧、方括號 969 breakpoint 中斷點 斷點 970 build 建造、構築、建置(MS 用語) 971 build-in 內建 內置 972 bus 匯流排 總線 973 business 商務,業務 業務 974 buttons 按鈕 按鈕 975 byte 位元組(由 8 bits 組成) 字節 976 cache 快取 高速緩存 977 call 呼叫、叫用 調用 978 callback 回呼 回調 979 call operator call(函式呼叫)運算子調用操做符 980 (同 function call operator) 981 candidate function 候選函式 候選函數 982 (在函式多載決議程序中出現的候選函式) 983 chain 串鏈(例 chain of function calls) 鏈 984 character 字元 字符 985 check box 核取方塊 (i.e. check button) 複選框 986 checked exception 可控式異常(Java) 987 check button 方鈕 (i.e. check box) 複選按鈕 988 child class 子類別(或稱爲derived class, subtype) 子類 989 class 類別 類 990 class body 類別本體 類體 991 class declaration 類別宣告、類別宣告式 類聲明 992 class definition 類別定義、類別定義式 類定義 993 class derivation list 類別衍化列 類繼承列表 994 class head 類別表頭 類頭 995 class hierarchy 類別繼承體系, 類別階層 類層次體系 996 class library 類別程式庫、類別庫 類庫 997 class template 類別模板、類別範本 類模板 998 class template partial specializations 999 類別模板偏特化 類模板部分特化 1000 class template specializations 1001 類別模板特化 類模板特化 1002 cleanup 清理、善後 清理、清除 1003 client 客端、客戶端、客戶 客戶 1004 client-server 主從架構 客戶/服務器 1005 clipboard 剪貼簿 剪貼板 1006 clone 複製 克隆 1007 collection 羣集 集合 1008 combo box 複合方塊、複合框 組合框 1009 command line 命令列 命令行 1010 (系統文字模式下的整行執行命令) 1011 communication 通信 通信 1012 compatible 相容 兼容 1013 compile time 編譯期 編譯期、編譯時 1014 compiler 編譯器 編譯器 1015 component 組件 組件 1016 composition 複合、合成、組合 組合 1017 computer 電腦、計算機 計算機、電腦 1018 concept 概念 概念 1019 concrete 具象的 實在的 1020 concurrent 並行 併發 1021 configuration 組態 配置 1022 connection 鏈接,連線(網絡,資料庫) 鏈接 1023 constraint 約束(條件) 1024 construct 構件 構件 1025 container 容器 容器 1026 (存放資料的某種結構如 list, vector...) 1027 containment 內含 包容 1028 context 背景關係、周遭環境、上下脈絡 環境、上下文 1029 control 控制元件、控件 控件 1030 console 主控臺 控制檯 1031 const 常數(constant 的縮寫,C++ 關鍵字) 1032 constant 常數(相對於 variable) 常量 1033 constructor(ctor) 建構式 構造函數 1034 (與class 同名的一種 member functions) 1035 copy (v) 複製、拷貝 拷貝 1036 copy (n) 復件, 副本 1037 cover 涵蓋 覆蓋 1038 create 建立、創建、產生、生成 建立 1039 creation 產生、生成 建立 1040 cursor 遊標 光標 1041 custom 訂製、自定 定製 1042 data 資料 數據 1043 database 資料庫 數據庫 1044 database schema 數據庫結構綱目 1045 data member 資料成員、成員變數 數據成員、成員變量 1046 data structure 資料結構 數據結構 1047 datagram 資料元 數據報文 1048 dead lock 死結 死鎖 1049 debug 除錯 調試 1050 debugger 除錯器 調試器 1051 declaration 宣告、宣告式 聲明 1052 deduction 推導(例:template argument deduction) 推導、推斷 1053 default 預設 缺省、默認 1054 defer 延緩 推遲 1055 define 定義 預約義 1056 definition 定義、定義區、定義式 定義 1057 delegate 委派、委託、委任 委託 1058 delegation (同上) 1059 demarshal 反編列 散集 1060 dereference 提領(取出指標所指物體的內容) 解叄考 1061 dereference operator dereference(提領)運算子 * 解叄考操做符 1062 derived class 衍生類別 派生類 1063 design by contract 契約式設計 1064 design pattern 設計範式、設計樣式 設計模式 1065 ※ 最近我比較喜歡「設計範式」一詞 1066 destroy 摧毀、銷燬 1067 destructor 解構式 析構函數 1068 device 裝置、設備 設備 1069 dialog 對話窗、對話盒 對話框 1070 directive 指令(例:using directive) (編譯)指示符 1071 directory 目錄 目錄 1072 disk 碟 盤 1073 dispatch 分派 分派 1074 distributed computing 分佈式計算 (分佈式電算) 分佈式計算 1075 分散式計算 (分散式電算) 1076 document 文件 文檔 1077 dot operator dot(句點)運算子 . (圓)點操做符 1078 driver 驅動程式 驅動(程序) 1079 dynamic binding 動態繫結 動態綁定 1080 efficiency 效率 效率 1081 efficient 高效 高效 1082 end user 終端用戶 1083 entity 物體 實體、物體 1084 encapsulation 封裝 封裝 1085 enclosing class 外圍類別(與巢狀類別 nested class 有關)外圍類 1086 enum (enumeration) 列舉(一種 C++ 資料型別) 枚舉 1087 enumerators 列舉元(enum 型別中的成員) 枚舉成員、枚舉器 1088 equal 相等 相等 1089 equality 相等性 相等性 1090 equality operator equality(等號)運算子 == 等號操做符 1091 equivalence 等價性、等同性、對等性 等價性 1092 equivalent 等價、等同、對等 等價 1093 escape code 轉義碼 轉義碼 1094 evaluate 評估、求值、覈定 評估 1095 event 事件 事件 1096 event driven 事件驅動的 事件驅動的 1097 exception 異常狀況 異常 1098 exception declaration 異常宣告(ref. C++ Primer 3/e, 11.3) 異常聲明 1099 exception handling 異常處理、異常處理機制 異常處理、異常處理機制 1100 exception specification 異常規格(ref. C++ Primer 3/e, 11.4) 異常規範 1101 exit 退離(指離開函式時的那一個執行點) 退出 1102 explicit 明白的、明顯的、顯式 顯式 1103 export 匯出 引出、導出 1104 expression 運算式、算式 表達式 1105 facility 設施、設備 設施、設備 1106 feature 特性 1107 field 欄位,資料欄(Java) 字段, 值域(Java) 1108 file 檔案 文件 1109 firmware 韌體 固件 1110 flag 旗標 標記 1111 flash memory 快閃記憶體 閃存 1112 flexibility 彈性 靈活性 1113 flush 清理、掃清 刷新 1114 font 字型 字體 1115 form 表單(programming 用語) 窗體 1116 formal parameter 形式叄數 形式叄數 1117 forward declaration 前置宣告 前置聲明 1118 forwarding 轉呼叫,轉發 轉發 1119 forwarding function 轉呼叫函式,轉發函式 轉發函數 1120 fractal 碎形 分形 1121 framework 框架 框架 1122 full specialization 全特化(ref. partial specialization) 1123 function 函式、函數 函數 1124 function call operator 同 call operator 1125 function object 函式物件(ref. C++ Primer 3/e, 12.3) 函數對象 1126 function overloaded resolution 1127 函式多載決議程序 函數重載解決(方案) 1128 functionality 功能、機能 功能 1129 function template 函式模板、函式範本 函數模板 1130 functor 仿函式 仿函式、函子 1131 game 遊戲 遊戲 1132 generate 生成 1133 generic 泛型、通常化的 通常化的、通用的、泛化 1134 generic algorithm 泛型演算法 通用算法 1135 getter (相對於 setter) 取值函式 1136 global 全域的(對應於 local) 全局的 1137 global object 全域物件 全局對象 1138 global scope resolution operator 1139 全域生存空間(範圍決議)運算子 :: 全局範圍解析操做符 1140 group 羣組 1141 group box 羣組方塊 分組框 1142 guard clause 衛述句 (Refactoring, p250) 衛語句 1143 GUI 圖形介面 圖形界面 1144 hand shaking 握手協商 1145 handle 識別碼、識別號、號碼牌、權柄 句柄 1146 handler 處理常式 處理函數 1147 hard-coded 編死的 硬編碼的 1148 hard-copy 硬拷圖 屏幕截圖 1149 hard disk 硬碟 硬盤 1150 hardware 硬體 硬件 1151 hash table 雜湊表 哈希表、散列表 1152 header file 表頭檔、標頭檔 頭文件 1153 heap 堆積 堆 1154 hierarchy 階層體系 層次結構(體系) 1155 hook 掛鉤 鉤子 1156 hyperlink 超鏈結 超連接 1157 icon 圖示、圖標 圖標 1158 IDE 整合開發環境 集成開發環境 1159 identifier 識別字、識別符號 標識符 1160 if and only if 若且惟若 當且僅當 1161 Illinois 伊利諾 伊利諾斯 1162 image 影像 圖象 1163 immediate base 直接的(緊臨的)上層 base class。 直接上層基類 1164 immediate derived 直接的(緊臨的)下層 derived class。 直接下層派生類 1165 immutability 不變性 1166 immutable 不可變(的) 1167 implement 實做、實現 實現 1168 implementation 實做品、實做體、實做碼、實件 實現 1169 implicit 隱喻的、暗自的、隱式 隱式 1170 import 匯入 導入 1171 increment operator 累加運算子 ++ 增長操做符 1172 infinite loop 無窮迴圈 無限循環 1173 infinite recursive 無窮遞迴 無限遞歸 1174 information 資訊 信息 1175 infrastructure 公共基礎建設 1176 inheritance 繼承、繼承機制 繼承、繼承機制 1177 inline 行內 內聯 1178 inline expansion 行內展開 內聯展開 1179 initialization 初始化(動做) 初始化 1180 initialization list 初值列 初始值列表 1181 initialize 初始化 初始化 1182 inner class 內隱類別 內嵌類 1183 instance 實體 實例 1184 (根據某種表述而實際產生的「東西」) 1185 instantiated 具現化、實體化(常應用於 template) 實例化 1186 instantiation 具現體、具現化實體(常應用於 template) 實例 1187 integer (integral) 整數(的) 整型(的) 1188 integrate 整合 集成 1189 interacts 交談、互動 交互 1190 interface 介面 接口 1191 for GUI 介面 界面 1192 interpreter 直譯器 解釋器 1193 invariants 恆常性,約束條件 約束條件 1194 invoke 喚起 調用 1195 iterate 迭代(迴圈一個輪迴一個輪迴地進行) 迭代 1196 exception 異常狀況 異常 1197 exception declaration 異常宣告(ref. C++ Primer 3/e, 11.3) 異常聲明 1198 exception handling 異常處理、異常處理機制 異常處理、異常處理機制 1199 exception specification 異常規格(ref. C++ Primer 3/e, 11.4) 異常規範 1200 exit 退離(指離開函式時的那一個執行點) 退出 1201 explicit 明白的、明顯的、顯式 顯式 1202 export 匯出 引出、導出 1203 expression 運算式、算式 表達式 1204 facility 設施、設備 設施、設備 1205 feature 特性 1206 field 欄位,資料欄(Java) 字段, 值域(Java) 1207 file 檔案 文件 1208 firmware 韌體 固件 1209 flag 旗標 標記 1210 flash memory 快閃記憶體 閃存 1211 flexibility 彈性 靈活性 1212 flush 清理、掃清 刷新 1213 font 字型 字體 1214 form 表單(programming 用語) 窗體 1215 formal parameter 形式叄數 形式叄數 1216 forward declaration 前置宣告 前置聲明 1217 forwarding 轉呼叫,轉發 轉發 1218 forwarding function 轉呼叫函式,轉發函式 轉發函數 1219 fractal 碎形 分形 1220 framework 框架 框架 1221 full specialization 全特化(ref. partial specialization) 1222 function 函式、函數 函數 1223 function call operator 同 call operator 1224 function object 函式物件(ref. C++ Primer 3/e, 12.3) 函數對象 1225 function overloaded resolution 1226 函式多載決議程序 函數重載解決(方案) 1227 functionality 功能、機能 功能 1228 function template 函式模板、函式範本 函數模板 1229 functor 仿函式 仿函式、函子 1230 game 遊戲 遊戲 1231 generate 生成 1232 generic 泛型、通常化的 通常化的、通用的、泛化 1233 generic algorithm 泛型演算法 通用算法 1234 getter (相對於 setter) 取值函式 1235 global 全域的(對應於 local) 全局的 1236 global object 全域物件 全局對象 1237 global scope resolution operator 1238 全域生存空間(範圍決議)運算子 :: 全局範圍解析操做符 1239 group 羣組 1240 group box 羣組方塊 分組框 1241 guard clause 衛述句 (Refactoring, p250) 衛語句 1242 GUI 圖形介面 圖形界面 1243 hand shaking 握手協商 1244 handle 識別碼、識別號、號碼牌、權柄 句柄 1245 handler 處理常式 處理函數 1246 hard-coded 編死的 硬編碼的 1247 hard-copy 硬拷圖 屏幕截圖 1248 hard disk 硬碟 硬盤 1249 hardware 硬體 硬件 1250 hash table 雜湊表 哈希表、散列表 1251 header file 表頭檔、標頭檔 頭文件 1252 heap 堆積 堆 1253 hierarchy 階層體系 層次結構(體系) 1254 hook 掛鉤 鉤子 1255 hyperlink 超鏈結 超連接 1256 icon 圖示、圖標 圖標 1257 IDE 整合開發環境 集成開發環境 1258 identifier 識別字、識別符號 標識符 1259 if and only if 若且惟若 當且僅當 1260 Illinois 伊利諾 伊利諾斯 1261 image 影像 圖象 1262 immediate base 直接的(緊臨的)上層 base class。 直接上層基類 1263 immediate derived 直接的(緊臨的)下層 derived class。 直接下層派生類 1264 immutability 不變性 1265 immutable 不可變(的) 1266 implement 實做、實現 實現 1267 implementation 實做品、實做體、實做碼、實件 實現 1268 implicit 隱喻的、暗自的、隱式 隱式 1269 import 匯入 導入 1270 increment operator 累加運算子 ++ 增長操做符 1271 infinite loop 無窮迴圈 無限循環 1272 infinite recursive 無窮遞迴 無限遞歸 1273 information 資訊 信息 1274 infrastructure 公共基礎建設 1275 inheritance 繼承、繼承機制 繼承、繼承機制 1276 inline 行內 內聯 1277 inline expansion 行內展開 內聯展開 1278 initialization 初始化(動做) 初始化 1279 initialization list 初值列 初始值列表 1280 initialize 初始化 初始化 1281 inner class 內隱類別 內嵌類 1282 instance 實體 實例 1283 (根據某種表述而實際產生的「東西」) 1284 instantiated 具現化、實體化(常應用於 template) 實例化 1285 instantiation 具現體、具現化實體(常應用於 template) 實例 1286 integer (integral) 整數(的) 整型(的) 1287 integrate 整合 集成 1288 interacts 交談、互動 交互 1289 interface 介面 接口 1290 for GUI 介面 界面 1291 interpreter 直譯器 解釋器 1292 invariants 恆常性,約束條件 約束條件 1293 invoke 喚起 調用 1294 iterate 迭代(迴圈一個輪迴一個輪迴地進行) 迭代 1295 iterative 反覆的,迭代的 1296 iterator 迭代器(一種泛型指標) 迭代器 1297 iteration 迭代(迴圈每次輪迴稱爲一個 iteration) 迭代 1298 item 項目、條款 項、條款、項目 1299 laser 雷射 激光 1300 level 階 層 (級) 1301 例 high level 高階 高層 1302 library 程式庫、函式庫 庫、函數庫 1303 lifetime 生命期、壽命 生命期、壽命 1304 link 聯結、連結 鏈接,連接 1305 linker 聯結器、連結器 鏈接器 1306 literal constant 字面常數(例 3.14 或 "hi" 這等常數值) 字面常數 1307 list 串列(linked-list) 列表、表、鏈表 1308 list box 列表方塊、列表框 列表框 1309 load 載入 裝載 1310 loader 載入器 裝載器、載入器 1311 local 區域的(對應於 global) 局部的 1312 local object 區域物件 局部對象 1313 lock 機鎖 1314 loop 迴圈 循環 1315 lvalue 左值 左值 1316 macro 巨集 宏 1317 magic number 魔術數字 魔法數 1318 maintain 維護 維護 1319 manipulator 操縱器(iostream 預先定義的一種東西) 操縱器 1320 marshal 編列 列集 1321 叄考 demarshal 1322 mechanism 機制 機制 1323 member 成員 成員 1324 member access operator 成員取用運算子(有 dot 和 arrow 兩種) 成員存取操做符 1325 member function 成員函式 成員函數 1326 member initialization list 1327 成員初值列 成員初始值列表 1328 memberwise 以 member 爲單元┅、members 逐一┅ 以成員爲單位 1329 memberwise copy 以 members 爲單元逐一複製 1330 memory 記憶體 內存 1331 menu 表單、選單 菜單 1332 message 訊息 消息 1333 message based 以訊息爲基礎的 基於消息的 1334 message loop 訊息迴圈 消息環 1335 method (java) 方法、行爲、函式 方法 1336 meta- 超- 元- 1337 例 meta-programming 超編程 元編程 1338 micro 微 微 1339 middleware 中介層 中間件 1340 modeling 模塑 1341 modeling language 塑模語言,建模語言 1342 modem 數據機 調制解調器 1343 module 模組 模塊 1344 modifier 飾詞 修飾符 1345 most derived class 最末層衍生類別 最底層的派生類 1346 mouse 滑鼠 鼠標 1347 mutable 可變的 可變的 1348 multi-tasking 多工 多任務 1349 namespace 命名空間 名字空間、命名空間 1350 native 原生的 本地的、固有的 1351 nested class 巢狀類別 嵌套類 1352 network 網路 網絡 1353 network card 網路卡 網卡 1354 object 物件 對象 1355 object based 以物件爲基礎的 基於對象的 1356 object file 目的檔 目標文件 1357 object model 物件模型 對象模型 1358 object oriented 物件導向的 面向對象的 1359 online 線上 在線 1360 opaque 不透明的 1361 operand 運算元 操做數 1362 operating system (OS) 做業系統 操做系統 1363 operation 操做、操做行爲 操做 1364 operator 運算子 操做符、運算符 1365 option 選項,可選方案 選項 1366 ordinary 常規的 常規的 1367 overflow 上限溢位(相對於 underflow) 溢出(underflow:下溢) 1368 overhead 額外負擔、額外開銷 額外開銷 1369 overload 多載化、多載化、重載 重載 1370 overloaded function 多載化函式 重載的函數 1371 overloaded operator 多載化運算子 被重載的操做符 1372 overloaded set 多載集合 重載集合 1373 override 改寫、覆寫 重載、改寫、從新定義 1374 (在 derived class 中從新定義虛擬函式 1375 package 套件 包 1376 pair 對組 1377 palette 調色盤、組件盤、工具箱 1378 pane 窗格 窗格 1379 (有時爲嵌板之意,例 Java Content Pane) 1380 parallel 平行 並行 1381 parameter 叄數(函式叄數列上的變數) 叄數、形式叄數、形叄 1382 parameter list 叄數列 叄數列表 1383 parent class 父類別(或稱 base class) 父類 1384 parentheses 小括弧、小括號 圓括弧、圓括號 1385 parse 解析 解析 1386 part 零件 部件 1387 partial specialization 偏特化(ref. C++ Primer 3/e, 16.10) 局部特化 1388 (ref. full specialization) 1389 pass by address 傳址(函式引數的傳遞方式)(非正式用語)傳地址 1390 pass by reference 傳址(函式引數的一種傳遞方式) 傳地址, 按引用傳遞 1391 pass by value 傳值(函式引數的一種傳遞方式) 按值傳遞 1392 pattern 範式、樣式 模式 1393 performance 效率、性能兼而有之 性能 1394 persistence 永續性 持久性 1395 pixel 圖素、像素 像素 1396 placement delete ref. C++ Primer 3/e, 15.8.2 1397 placement new ref. C++ Primer 3/e, 15.8.2 1398 platform 平臺 平臺 1399 pointer 指標 指針 1400 址位器(和址叄器 reference 造成對映,滿好) 1401 poll 輪詢 輪詢 1402 polymorphism 多型 多態 1403 pop up 冒起式、彈出式 彈出式 1404 port 埠 端口 1405 postfix 後置式、後序式 後置式 1406 precedence 優先序(一般用於運算子的優先執行次序) 1407 prefix 前置式、前序式 前置式 1408 preprocessor 前處理器 預處理器 1409 prime 質數 素數 1410 primitive type 基本型別 (不一樣於 base class,基礎類別) 1411 print 列印 打印 1412 printer 印表機 打印機 1413 priority 優先權 (一般用於執行緒得到 CPU 時間的優先次序) 1414 procedure 程序 過程 1415 procedural 程序性的、程序式的 過程式的、過程化的 1416 process 行程 進程 1417 profile 評測 評測 1418 profiler 效能(效率)評測器 效能(性能)評測器 1419 programmer 程式員 程序員 1420 programming 編程、程式設計、程式化 編程 1421 progress bar 進度指示器 進度指示器 1422 project 專案 項目、工程 1423 property 屬性 1424 protocol 協定 協議 1425 pseudo code 假碼、虛擬碼、僞碼 僞碼 1426 qualified 通過資格修飾(例如加上 scope 運算子) 限定 1427 qualifier 資格修飾詞、飾詞 限定修飾詞 1428 quality 品質 質量 1429 queue 佇列 隊列 1430 radian 徑度 弧度 1431 radio button 圓鈕 單選按鈕 1432 raise 引起(經常使用來表示發出一個 exception) 引發、引起 1433 random number 隨機數、亂數 隨機數 1434 range 範圍、區間(用於 STL 時) 範圍、區間 1435 rank 等級、分等(ref. C++Primer 3/e 9,15章) 等級 1436 raw 生鮮的、未經處理的 未經處理的 1437 record 記錄 記錄 1438 recordset 記錄集 記錄集 1439 recursive 遞迴 遞歸 1440 re-direction 重導向 重定向 1441 refactoring 重構、重整 重構 1442 refer 取用 叄考 1443 refer to 指向、指涉、指代 1444 reference (C++ 中相似指標的東西,至關於 "化身") 引用、叄考 1445 址叄器, see pointer 1446 register 暫存器 寄存器 1447 reflection 反射 反射、映像 1448 relational database 關聯式資料庫 關係數據庫 1449 represent 表述,表現 表述,表現 1450 resolve 決議(爲算式中的符號名稱尋找 解析 1451 對應之宣告式的過程) 1452 resolution 決議程序、決議過程 解析過程 1453 resolution 解析度 分辨率 1454 restriction 侷限 1455 return 傳回、回返 返回 1456 return type 回返型別 返回類型 1457 return value 回返值 返回值 1458 robust 強固、穩健 健壯 1459 robustness 強固性、穩健性 健壯性 1460 routine 常式 例程 1461 runtime 執行期 運行期、運行時 1462 common language runtime (CLR) 譯爲「通用語言執行層」 1463 rvalue 右值 右值 1464 save 儲存 存儲 1465 schedule 排程 調度 1466 scheduler 排程器 調度程序 1467 scheme 結構綱目、組織綱目 1468 scroll bar 卷軸 滾動條 1469 scope 生存空間、生存範圍、範疇、做用域 生存空間 1470 scope operator 生存空間(範圍決議)運算子 :: 生存空間操做符 1471 scope resolution operator 1472 生存空間決議運算子 生存空間解析操做符 1473 (與scope operator同) 1474 screen 螢幕 屏幕 1475 search 搜尋 查找 1476 semantics 語意 語義 1477 sequential container 序列式容器 順序式容器 1478 (對應於 associative container) 1479 server 伺服器、伺服端 服務器、服務端 1480 serial 串行 1481 serialization 次第讀寫,序列化 序列化 1482 (serialize) 1483 setter (相對於 getter) 設值函式 1484 signal 信號 1485 signature 標記式、簽名式、署名式 簽名 1486 slider 滾軸 滑塊 1487 slot 條孔、槽 槽 1488 smart pointer 靈巧指標、精靈指標 智能指針 1489 snapshot 螢幕快照(圖) 屏幕截圖 1490 specialization 特殊化、特殊化定義、特殊化宣告 特化 1491 specification 規格 規格、規範 1492 splitter 分裂視窗 切分窗口 1493 software 軟體 軟件 1494 solution 解法,解決方案 方案 1495 source 原始碼 源碼、源代碼 1496 stack 堆疊 棧 1497 stack unwinding 堆疊展轉開解(此詞用於 exception 主題) 棧展轉開解 * 1498 standard library 標準程式庫 1499 standard template library 標準模板程式庫 1500 statement 述句 語句、聲明 1501 status bar 狀態列、狀態欄 狀態條 1502 STL 見 standard template library 1503 stream 資料流、串流 流 1504 string 字串 字符串 1505 subroutine 1506 subscript operator 下標運算子 [ ] 下標操做符 1507 subtype 子型別 子類型 1508 support 支援 支持 1509 suspend 虛懸 掛起 1510 symbol 符號 記號 1511 syntax 語法 語法 1512 tag 標籤 標記 1513 索引標籤,頁籤 1514 target 標的(例 target pointer:標的指標) 目標 1515 task switch 工做切換 任務切換 1516 template 模板、範本 模板 1517 template argument deduction 1518 模板引數推導 模板叄數推導 1519 template explicit specialization 1520 模板顯式特化(版本) 模板顯式特化 1521 template parameter 模板叄數 模板叄數 1522 temporary object 暫時物件 臨時對象 1523 text 文字 文本 1524 text file 程式本文檔(放置程式原始碼的檔案) 文本文件 1525 thread 執行緒 線程 1526 thread safe 多緒安全 多線程安全 1527 throw 丟擲(常指發出一個 exception) 丟擲、引起 1528 token 語彙單元 符號、標記 1529 transaction 交易 事務 1530 transparent(ly) 透通的(地) 1531 traverse 巡訪(來回走動) 遍歷 1532 trigger 觸發 觸發 1533 type 型別 類型 1534 UML unified modeling language 統一建模語言 1535 unary function 一元函式 單叄函數 1536 unary operator 一元運算子 一元操做符 1537 underflow 下限溢位(相對於 overflow) 下溢 1538 unchecked exception 不可控異常(Java) 1539 unqualified 未經資格修飾(而直接取用) 1540 unwinding ref. stack unwinding 1541 user 使用者、用戶 用戶 1542 user interface 使用者介面、用戶介面、人機介面 用戶界面 1543 variable 變數(相對於常數 const) 變量 1544 vector 向量(一種容器,有點相似 array) 向量、矢量 1545 viable 可實行的、可行的 可行的 1546 viable function 可行函式 可行函數 1547 (從 candidate functions 中挑出者) 1548 video 視訊 視頻 1549 view (1) 視圖 1550 (document/view) 文檔/視圖 1551 view (2) 映件 1552 virtual function 虛擬函式 虛函數 1553 virtual machine 虛擬機器 虛擬機 1554 virtual memory 虛擬記憶體 虛內存, 虛存 1555 volatile 易揮發的、易變的 1556 vowel 母音 元音字母 1557 window 視窗 窗口 1558 window function 視窗函式 窗口函數 1559 window procedure 視窗函式 窗口過程 1560 word 字 單詞 1561 word processor 文書處理器 字處理器 1562 wrapper 外覆、外包 包裝absence 缺席 1563 access 訪問存取通路進入 1564 achieve 實現完成 1565 acquire 得到 1566 adjacency list method 鄰接表表示法 1567 adjacency matrix method 鄰接矩陣表示法 1568 algorithm 算法 1569 allocate 留下分配 1570 analog 推論 1571 append 添加 1572 archive 檔案歸檔 1573 array 數組 1574 assign 分配 1575 assume 假設 1576 assurance 確信信任 1577 ATM(asynchronous transfer mode) 異步傳輸模式 1578 b.. real programs kernels 實程序核心程序 1579 b.. toy benchmark synthetic benchmark 簡單基準程序複合基準程序 1580 balance 平衡 1581 bandwidth 帶寬 1582 batch 一批一組 1583 benchmark 基準測試程序 1584 best-fit algorithm 最佳適應算法 1585 BFS(breadth first search) 廣度優先搜索法 1586 binary 二進制 1587 binary relation 二元關係 1588 binary tree 二叉樹 1589 bit series 比特序列 1590 black-box white-box 黑盒白盒 1591 block miss 塊失效 1592 blocked 阻塞(等待狀態也稱阻塞或封鎖狀態) 1593 boundary 界線分界 1594 bridge 網橋 1595 bubble sort 冒泡排序 1596 calculation 計算 1597 candidate key 候選鍵(輔鍵) 1598 capability 能力才能 1599 capacity 容量 1600 cartesian product 笛卡爾積 1601 CASE(com.. aided sof.. engineering) 計算機輔助軟件工程 1602 CCP(communication control processor) 通訊控制處理機 1603 cell 信元 1604 characteristic 特徵特性 1605 circuit switching 線路交換 1606 circular wait 循環等待 1607 CISC(complex instruction set computer) 複雜指令集計算機 1608 class 類 1609 Client/Server 客戶機/服務器 1610 clock cycle clock rate 時鐘週期時鐘頻率 1611 coaxial cable 同軸電纜 1612 cohesion coupling 內聚耦合 1613 coincidental logical procedural functional 偶然內聚邏輯內聚過程內聚功能內聚 1614 combination 聯合配合 1615 common 公用的共同的 1616 communication 通訊 1617 complement number 補碼 1618 component 成分 1619 concept 概念觀念 1620 condition 狀況情況 1621 conform 符合 1622 consist 組成存在 1623 constrain 約束 1624 contain 包含 1625 correspond (corresponding) 相符合(相應的一致的) 1626 CPETT 計算機性能評價工具與技術 1627 CPI 每條指令須要的週期數 1628 CSMA/CD 帶衝突檢測的載波監聽多路訪問 1629 cursor 遊標 1630 cyclic redundency check 循環冗餘檢校 1631 database: integrity consistency restory 完整性一致性可恢復性 1632 database: security efficiency 數據庫設計的目標: 安全性效率 1633 deadlock: mutual exclusion 死鎖條件: 互斥 1634 deadlock: circular wait no preemption 死鎖條件: 循環等待狗熊先權 1635 decimal 十進位的 1636 decision 決定判斷 1637 decomposition 雙重的混合的 1638 decrease 減小 1639 definition 定義 1640 definition phase 定義階段 1641 demonstrate 證實 1642 design phase 設計階段 1643 determine 限定 1644 development phase 開發階段 1645 DFS(depth first search) 深度優先搜索法 1646 diagram 圖表 1647 Difference Manchester 差分曼徹斯特 1648 directed graph undirected graph 有向圖無向圖 1649 distinguish 辯認區別 1650 distributed system 分佈式系統 1651 divide division 分開除除法 1652 divide union intersection difference 除並交差 1653 document 文件文檔 1654 DQDB(distributed queue dual bus) 分佈隊列雙總線 1655 draw 繪製 1656 dual 二元的雙的 1657 dynamic design process 動態定義過程 1658 element 元素要素 1659 elevator (scan) algorithm 電梯算法又稱掃描算法 1660 encapsulation inheritance 封裝(壓縮) 繼承(遺傳) 1661 encode 譯成密碼 1662 entity 實體 1663 entity integrity rule 實體完整性規則 1664 equal 相等的 1665 equation 方程式等式 1666 estimate 估計判斷 1667 Ethernet 以太網 1668 evolution 發展演化 1669 exceed 超過 1670 exchange sort 交換排序 1671 exclusive locks 排它鎖(簡記爲X 鎖) 1672 execute 實現執行 1673 exhibit 表現展現陳列 1674 existence 存在發生 1675 expertise 專門技術 1676 external(internal) fragmentation 外(內)碎片 1677 fault page fault 中斷過錯頁中斷 1678 FDDI(fiber distributed data interface) 光纖分佈式數據接口 1679 FDM(frequency division multiplexing 頻分多路複用 1680 fiber optic cable 光纜 1681 FIFO replacement policy 先進先出替換算法 1682 figure 數字圖形 1683 final 最後的最終的 1684 first normal form 第一範式 1685 floppy 活動盤片(軟盤) 1686 foreign key domain tuple 外來鍵值域元組 1687 form 形狀形式 1688 formula 公式表達式 1689 foundation 基礎根據基金 1690 frame page frame 幀結構頁結構 1691 frequency 頻率 1692 FTP 文件傳送服務 1693 function 函數 1694 functionally dependent 函數依賴 1695 gateway 網間鏈接器 1696 gather 彙集採集推測 1697 general-purose registers 通用寄存器 1698 generate 產生 1699 grade 等級標準 1700 graph (graphic) 圖 1701 Gropher 將用戶的請求自動轉換成 1702 FTP 1703 guarantee 保證肯定 1704 hash table hash function collision 哈希表哈希函數(散列函數) 碰撞 1705 HDLC 面向比特型數據鏈路層協議 1706 hit rate 命中率 1707 host 主計算機 1708 host language statement 主語言語句 1709 hypertext 超級文本 1710 illustrate 舉例說明 1711 independent 獨立的 1712 index 索引 1713 indirect 間接的 1714 influence 有影響的 1715 initially 最初開頭 1716 insertion sort 插入排序 1717 instruction format 指令格式 1718 instruction set 指令集 1719 interface 接口分界面鏈接體 1720 internal 內部的內在的 1721 interrupt 中斷 1722 IPC 工業過程控制 1723 ISAM VSAM 索引順序存取方法虛擬存儲存取方法 1724 join natural join semijoin 鏈接天然鏈接半鏈接 1725 judgment 判斷 1726 kernel executive supervisor user 核心執行管理用戶 1727 kernels 核心程序 1728 key comparison 鍵(碼)值比較 1729 LAN(local area network) 局域網 1730 load 負載載入 1731 logical functional 邏輯內聚功能內聚 1732 longitudinal 水平的 1733 loop 圈環狀 1734 maintain 維護保養供給 1735 maintanence phase 維護(保養)階段 1736 MAN(metropclitan area network) 城域網 1737 Manchester 曼徹斯特 1738 map 地圖映射圖 1739 matrix 矩陣點陣 1740 memory reference 存儲器參量 1741 message switching 報文交換 1742 method 方法技巧 1743 MFLOP(million floating point operate p s 每秒百萬次浮點運算 1744 minimum 最小的 1745 MIPS(millions of instructions per second 每秒百萬條指令 1746 module 單位基準 1747 monitor (model benchmark physcal) method 監視(模型基準物理)法 1748 multilevel data flow chart 分層數據流圖 1749 multiple 複合的多樣的 1750 multiple-term formula 多項式 1751 multiplexing 多路複用技術 1752 multiplication 乘法 1753 mutual exclusion 互相排斥 1754 non-key attributes 非碼屬性 1755 null 零空 1756 Nyquist 奈奎斯特 1757 object oriented 對象趨向的使適應的 1758 object oriented analysis 面向對象的分析 1759 object oriented databases 面向對象數據庫 1760 object oriented design 面向對象的設計 1761 object oriented implementation 面向對象的實現 1762 obtain 得到 1763 occupy 佔有居住於 1764 occurrence 事件 1765 odd 奇數的 1766 one-dimensional array 一維數組 1767 OODB(object oriented data base) 面向對象數據庫 1768 OOM(object oriented method) 面向對象的方法 1769 oom: information object message class 信息對象消息類 1770 oom: instance method message passing 實例方法消息傳遞 1771 open system 開放系統 1772 operand 操做數 1773 optimized 儘可能充分利用 1774 optional 任選的非強制的 1775 organize 組織 1776 overflow 溢出 1777 overlapping register windows 重疊寄存器窗口 1778 packet switching 報文分組交換 1779 page fault 頁面失效 1780 page replacement algorithm 頁替換算法 1781 paged segments 段頁式管理 1782 PCB(process control block) 進程控制塊 1783 peer entites 對等實體 1784 perform 表演執行 1785 period 時期週期 1786 permit 許可准許 1787 phase 階段局面狀態 1788 physical data link network layer 物理層數據鏈路層網絡層 1789 pipeline 管道 1790 platter track cluster 面磁道簇 1791 predicate 謂語 1792 preemption 有優先權的 1793 prefix (Polish form) 前綴(波蘭表達式) 1794 preorder inorder postorder 前序中序後序 1795 presentation application layer 表示層應用層 1796 primary key attributes 主碼屬性 1797 principle 原則方法 1798 procedural coincidental 過程內聚偶然內聚 1799 process 過程加工處理 1800 proficient 精通 1801 program debugging 程序排錯 1802 projection selection join 投影選擇鏈接 1803 proposition 主張建議陳述 1804 protocal 協議 1805 prototype 原型樣板 1806 prototyping method (model) 原型化週期(模型) 1807 pseudo-code 僞碼(又稱程序設計語言PDL) 1808 punctuation 標點 1809 purpose 目的意圖 1810 quality 質量品質 1811 queue 隊列 1812 ready blocked running 就緒阻塞(等待) 運行 1813 real page number 實頁數 1814 real programs 實程序 1815 redirected 重定向 1816 redundency 冗餘 1817 reference integrity rule 引用完整性規則 1818 referred to as 把.....看成 1819 regarde 關於 1820 register(registry) 寄存器登記註冊掛號 1821 regularly 按期的常規的 1822 relation 關係 1823 relay 中繼 1824 reliability 可信賴的 1825 repeater 中繼器 1826 replacement 替換 1827 represent 表明象徵 1828 request indication response confirm 請求指示響應確認 1829 resource 資源 1830 respon 回答響應 1831 RISC(reduced instruction set computer) 精簡指令集計算機 1832 robustness 健壯性 1833 router 路由器 1834 scheme 計劃圖表 1835 sector head cylinder 扇區磁頭柱面 1836 selection sort 選擇排序 1837 semaphores 信號 1838 sequence 序列順序 1839 Shanon 香農 1840 share locks 共享鎖(簡記爲S 鎖) 1841 short path critical path 最短路徑關鍵路徑 1842 signal 信號 1843 signal-to-noise ratio 信噪比B/N 1844 similar 類似的 1845 SISD SIMD MISD MIMD * 指令流* 數據流 1846 SMDS 交換多兆位數據服務 1847 software development phase 軟件開發階段 1848 software engineering 軟件工程 1849 software portability 軟件可移植性 1850 software requirements specification 軟件需求說明書 1851 solve 解決 1852 sort 種類方式分類排序 1853 spanning tree 跨越樹(生成樹) 1854 specify 指定說明 1855 speedup 加速比 1856 SSTF(shortest-seek-time-first) 最短尋道時間優先(磁盤調度算法) 1857 stack strategy non-stack strategy 堆棧型非堆棧型 1858 starvation 飢餓匱乏 1859 statement 陳述 1860 storage 貯藏庫 1861 store procdures 存儲過程 1862 strategy 戰略兵法計劃 1863 strict 嚴密的 1864 styles 文體風格 1865 subgroup 循環的 1866 subset 子集子設備 1867 superclass subclass abstract class 超類子類抽象類 1868 suppose 假定 1869 symbolic 象徵的符號的 1870 synthetic benchmark 複合基準程序 1871 system testing 系統測試 1872 Systolic 脈動陣列 1873 table 表表格桌子 1874 TDM(time division multiplexing) 時分多路複用 1875 technology 工藝技術 1876 terminal 終端 1877 testing phase 測試階段 1878 theta select project theta join θ選擇投影θ鏈接 1879 time complexity 時間複雜度 1880 timestamping 時標技術 1881 Token Bus 令牌總線 1882 Token Ring 令牌環 1883 toy benchmark 簡單基準程序 1884 transaction 事務記錄 1885 transmite 傳送 1886 transport layer session layer 傳輸層會話層 1887 traversal method 遍歷方法 1888 triggers store procedures 觸發器存儲過程 1889 (ORACLE 系統) 1890 underflow 下溢 1891 unique 惟一的 1892 unit system acceptance testing 單元測試系統測試確認測試 1893 universe 宇宙全世界 1894 update 更新 1895 value [數]值 1896 variable 變量 1897 vertical 垂直的 1898 vertice edge 頂點(結點) 邊 1899 via 通過 1900 virtual memory system 虛擬存儲系統 1901 WAN(wide area network) 廣域網 1902 waterfall model 瀑布模型 1903 white noise 白噪聲 1904 write-back(copy-back) 寫回法 1905 write-through(store-through) 寫直達法 1906 WWW(world wide web) 萬維網 1907 1908 other 2 : 1909 1910 A 1911 Active-matrix主動距陳 1912 Adapter cards適配卡 1913 Advanced application高級應用 1914 Analytical graph分析圖表 1915 Analyze分析 1916 Animations動畫 1917 Application software 應用軟件 1918 Arithmetic operations算術運算 1919 Audio-output device音頻輸出設備 1920 Access time存取時間 1921 access存取 1922 accuracy準確性 1923 ad network cookies廣告網絡信息記錄軟件 1924 Add-ons附軟件 1925 Address地址 1926 Agents代理 1927 Analog signals模擬信號 1928 Applets程序 1929 Asynchronous communications port異步通訊端口 1930 Attachment附件 1931 1932 B 1933 Bar code條形碼 1934 Bar code reader條形碼讀卡器 1935 Basic application基礎程序 1936 Binary coding schemes二進制譯碼方案 1937 Binary system二進制系統 1938 Bit比特 1939 Browser瀏覽器 1940 Bus line總線 1941 Backup tape cartridge units備份磁帶盒單元 1942 Bandwidth帶寬 1943 Bluetooth藍牙 1944 Broadband寬帶 1945 Browser瀏覽器 1946 Business-to-business企業對企業電子商務 1947 Business-to-consumer企業對消費者 1948 Bus總線 1949 1950 C 1951 Cables連線 1952 Cell單元箱 1953 Chain printer鏈式打印機 1954 Character and recognition device字符標識識別設備 1955 Chart圖表 1956 Chassis支架 1957 Chip芯片 1958 Clarity清晰度 1959 Closed architecture封閉式體系結構 1960 Column列 1961 Combination key結合鍵 1962 computer competency計算機能力 1963 connectivity鏈接,結點 1964 Continuous-speech recognition system連續語言識別系統 1965 Control unit操縱單元 1966 Cordless or wireless mouse無線鼠標 1967 Cable modems有線調制解調器 1968 carpal tunnel syndrome腕骨神經綜合症 1969 CD-ROM可記錄光盤 1970 CD-RW可重寫光盤 1971 CD-R可記錄壓縮光盤 1972 Channel信道 1973 Chat group談話羣組 1974 chlorofluorocarbons(CFCs) ]氯氟甲烷 1975 Client客戶端 1976 Coaxial cable同軸電纜 1977 cold site冷戰 1978 Commerce servers商業服務器 1979 Communication channel信道 1980 Communication systems信息系統 1981 Compact disc rewritable 1982 Compact disc光盤 1983 computer abuse amendments act of 19941994計算機濫用法案 1984 computer crime計算機犯罪 1985 computer ethics計算機道德 1986 computer fraud and abuse act of 1986計算機欺詐和濫用法案 1987 computer matching and privacy protection act of 1988計算機查找和隱私保護法案 1988 Computer network計算機網絡 1989 computer support specialist計算機支持專家 1990 computer technician計算機技術人員 1991 computer trainer計算機教師 1992 Connection device鏈接設備 1993 Connectivity鏈接 1994 Consumer-to-consumer我的對我的 1995 cookies-cutter programs信息記錄截取程序 1996 cookies信息記錄程序 1997 cracker解密高手 1998 cumulative trauma disorder積累性損傷錯亂 1999 Cybercash電子現金 2000 Cyberspace計算機空間 2001 cynic憤世嫉俗者 2002 2003 D 2004 Database數據庫 2005 database files數據庫文件 2006 Database manager數據庫管理 2007 Data bus數據總線 2008 Data projector數碼放映機 2009 Desktop system unit臺式電腦系統單元 2010 Destination file目標文件 2011 Digital cameras數碼照相機 2012 Digital notebooks數字筆記本 2013 Digital bideo camera數碼攝影機 2014 Discrete-speech recognition system不連續語言識別系統 2015 Document文檔 2016 document files文檔文件 2017 Dot-matrix printer點矩陣式打印機 2018 Dual-scan monitor雙向掃描顯示器 2019 Dumb terminal非智能終端 2020 data security數據安全 2021 Data transmission specifications數據傳輸說明 2022 database administrator數據庫管理員 2023 Dataplay數字播放器 2024 Demodulation解調 2025 denial of service attack拒絕服務攻擊 2026 Dial-up service撥號服務 2027 Digital cash數字現金 2028 Digital signals數字信號 2029 Digital subscriber line數字用戶線路 2030 Digital versatile disc數字化通用磁盤 2031 Digital video disc數字化視頻光盤 2032 Direct access直接存取 2033 Directory search目錄搜索 2034 disaster recovery plan災難恢復計劃 2035 Disk caching磁盤驅動器高速緩存 2036 Diskette磁盤 2037 Disk磁碟 2038 Distributed data processing system分部數據處理系統 2039 Distributed processing分佈處理 2040 Domain code域代碼 2041 Downloading下載 2042 DVD 數字化通用磁盤 2043 DVD-R 可寫DVD 2044 DVD-RAM DVD隨機存取器 2045 DVD-ROM 只讀DVD 2046 2047 E 2048 e-book電子閱讀 2049 Expansion cards擴展卡 2050 end user終端用戶 2051 e-cash電子現金 2052 e-commerce電子商務 2053 electronic cash電子現金 2054 electronic commerce電子商務 2055 electronic communications privacy act of1986電子通訊隱私法案 2056 encrypting加密術 2057 energy star能源之星 2058 Enterprise computing企業計算化 2059 environment環境 2060 Erasable optical disks可擦除式光盤 2061 ergonomics人類工程學 2062 ethics道德規範 2063 External modem外置調制解調器 2064 extranet企業外部網 2065 2066 F 2067 Fax machine傳真機 2068 Field域 2069 Find搜索 2070 FireWire port port火線端口 2071 Firmware固件 2072 Flash RAM閃存 2073 Flatbed scanner臺式掃描器 2074 Flat-panel monitor純平顯示器 2075 floppy disk軟盤 2076 Formatting toolbar格式化工具條 2077 Formula公式 2078 Function函數 2079 fair credit reporting act of 1970公平信用報告法案 2080 Fiber-optic cable光纖電纜 2081 File compression文件壓縮 2082 File decompression文件解壓縮 2083 filter過濾 2084 firewall防火牆 2085 firewall防火牆 2086 Fixed disk固定硬盤 2087 Flash memory閃存 2088 Flexible disk可摺疊磁盤 2089 Floppies磁盤 2090 Floppy disk軟盤 2091 Floppy-disk cartridge磁盤盒 2092 Formatting格式化 2093 freedom of information act of 1970信息自由法案 2094 frustrated受挫折 2095 Full-duplex communication全雙統統信 2096 2097 G 2098 General-purpose application通用運用程序 2099 Gigahertz千兆赫 2100 Graphic tablet繪圖板 2101 green pc綠色我的計算機 2102 2103 H 2104 handheld computer手提電腦 2105 Hard copy硬拷貝 2106 hard disk硬盤 2107 hardware硬件 2108 Help幫助 2109 Host computer主機 2110 Home page主頁 2111 Hyperlink超連接 2112 hacker黑客 2113 Half-duplex communication半雙統統信 2114 Hard disk硬盤 2115 Hard-disk cartridge硬盤盒 2116 Hard-disk pack硬盤組 2117 Head crash磁頭碰撞 2118 header標題 2119 help desk specialist幫助辦公專家 2120 helper applications幫助軟件 2121 Hierarchical network層次型網絡 2122 history file歷史文件 2123 hits匹配記錄 2124 horizontal portal橫向用戶 2125 hot site熱戰 2126 Hybrid network混合網絡 2127 hyperlinks超鏈接 2128 2129 I 2130 Image capturing device圖像獲取設備 2131 information technology信息技術 2132 Ink-jet printer墨水噴射印刷機 2133 Integrated package綜合性組件 2134 Intelligent terminal智能終端設備 2135 Intergrated circuit集成電路 2136 Interface cards接口卡 2137 Internal modem內部調制解調器 2138 internet telephony網絡電話 2139 internet terminal互聯網終端 2140 Identification識別 2141 i-drive網絡硬盤驅動器 2142 illusion of anonymity匿名幻想 2143 index search索引搜索 2144 information pushers信息推送器 2145 initializing 初始化 2146 instant messaging計時信息 2147 internal hard disk內置硬盤 2148 Internal modem內部調制解調器 2149 Internet hard drive 網絡硬盤驅動器 2150 intranet企業內部網 2151 2152 J 2153 joystick操縱桿 2154 2155 K 2156 keyword search關鍵字搜索 2157 2158 L 2159 laser printer激光打印機 2160 Layout files版式文件 2161 Light pen光筆 2162 Locate定位 2163 Logical operations邏輯運算 2164 Lands凸面 2165 Line of sight communication視影通訊 2166 Low bandwidth低帶寬 2167 lurking潛伏 2168 2169 M 2170 Main board主板 2171 Mark sensing標誌檢測 2172 Mechanical mouse機械鼠標 2173 Memory內存 2174 Menu菜單 2175 Menu bar菜單條 2176 Microprocessor微處理器 2177 Microseconds微秒 2178 Modem card調制解調器 2179 Monitor顯示器 2180 Motherboard主板 2181 Mouse 鼠標 2182 Multifunctional device多功能設備 2183 Magnetic tape reels磁帶卷 2184 Magnetic tape streamers磁帶條 2185 mailing list郵件列表 2186 Medium band媒質帶寬 2187 metasearch engine整合搜索引擎 2188 Microwave微波 2189 Modem解調器 2190 Modulation解調 2191 2192 N 2193 Net PC網絡計算機 2194 Network adapter card網卡 2195 Network personal computer網絡我的電腦 2196 Network terminal 網絡終端 2197 Notebook computer筆記本電腦 2198 Notebook system unit筆記本系統單元 2199 Numeric entry數字輸入 2200 na?ve天真的人 2201 national information infrastructure protection act of1996國際信息保護法案 2202 national service provider全國性服務供應商 2203 Network architecture網絡體系結構 2204 Network bridge網橋 2205 Network gateway網關 2206 network manager網絡管理員 2207 newsgroup新聞組 2208 no electronic theft act of1997無電子盜竊法 2209 Node節點 2210 Nonvolatile storage非易失性存儲 2211 2212 O 2213 Object embedding對象嵌入 2214 Object linking目標連接 2215 Open architecture開放式體系結構 2216 Optical disk光盤 2217 Optical mouse光電鼠標 2218 Optical scanner光電掃描儀 2219 Outline大綱 2220 off-line browsers離線瀏覽器 2221 Online storage聯機存儲 2222 2223 P 2224 palmtop computer掌上電腦 2225 Parallel ports並行端口 2226 Passive-matrix被動矩陣 2227 PC card我的計算機卡 2228 Personal laser printer我的激光打印機 2229 Personal video recorder card我的視頻記錄卡 2230 Photo printer照片打印機 2231 Pixel像素 2232 Platform scanner平版式掃描儀 2233 Plotter繪圖儀 2234 Plug and play即插即用 2235 Plug-in boards插件卡 2236 Pointer指示器 2237 Pointing stick指示棍 2238 Port端口 2239 Portable scanner便攜式掃描儀 2240 Presentation files演示文稿 2241 Presentation graphics電子文稿程序 2242 Primary storage主存 2243 Procedures規程 2244 Processor處理機 2245 Programming control lanugage程序控制語言 2246 Packets數據包 2247 Parallel data transmission平行數據傳輸 2248 Peer-to-peer network system得等網絡系統 2249 person-person auction site我的對我的拍賣站點 2250 physical security物理安全 2251 Pits凹面 2252 plug-in插件程序 2253 Polling輪詢 2254 privacy隱私權 2255 proactive主動地 2256 programmer程序員 2257 Protocols協議 2258 provider供應商 2259 proxy server代理服務 2260 pull products推取程序 2261 push products推送程序 2262 2263 R 2264 RAM cache隨機高速緩衝器 2265 Range範圍 2266 Record記錄 2267 Relational database關係數據庫 2268 Replace替換 2269 Resolution分辨率 2270 Row行 2271 Read-only只讀 2272 Reformatting重組 2273 regional service provider區域性服務供應商 2274 repetitive motion injury反覆性動做損傷 2275 reverse directory反向目錄 2276 right to financial privacy act of 1979財產隱私法案 2277 2278 S 2279 Scanner掃描器 2280 Search查找 2281 Secondary storage device助存儲設備 2282 Semiconductor半導體 2283 Serial ports串行端口 2284 Server服務器 2285 Shared laser printer共享激光打印機 2286 Sheet表格 2287 Silicon chip硅片 2288 Slots插槽 2289 Smart card智能卡 2290 Soft copy軟拷貝 2291 Software suite軟件協議 2292 Sorting排序分類 2293 Source file源文件 2294 Special-purpose application專用文件 2295 Spreadsheet電子數據表 2296 Standard toolbar標準工具欄 2297 Supercomputer巨型機 2298 System cabine 系統箱 2299 System clock時鐘 2300 System software系統軟件 2301 Satellite/air connection services衛星無線鏈接服務 2302 search engines搜索引擎 2303 search providers搜索供應者 2304 search services 搜索服務器 2305 Sectors扇區 2306 security安全 2307 Sending and receiving devices發送接收設備 2308 Sequential access順序存取 2309 Serial data transmission單向通訊 2310 signature line簽名檔 2311 snoopware監控軟件 2312 software copyright act of1980軟件版權法案 2313 software piracy軟件盜版 2314 Solid-state storage固態存儲器 2315 specialized search engine專用搜索引擎 2316 spiders網頁爬蟲 2317 spike尖峯電壓 2318 Star network星型網 2319 Strategy方案 2320 subject主題 2321 subscription address預約地址 2322 Superdisk超級磁盤 2323 surfing網上衝浪 2324 surge protector浪涌保護器 2325 systems analyst系統分析師 2326 2327 T 2328 Table二維表 2329 Telephony電話學 2330 Television boards電視擴展卡 2331 Terminal 終端 2332 Template模板 2333 Text entry文本輸入 2334 Thermal printer 熱印刷 2335 Thin client瘦客 2336 Toggle key觸發鍵 2337 Toolbar工具欄 2338 Touch screen觸摸屏 2339 Trackball追蹤球 2340 TV tuner card電視調諧卡 2341 Two-state system雙狀態系統 2342 technical writer技術協做者 2343 technostress重壓技術 2344 telnet遠程登陸 2345 Time-sharing system分時系統 2346 Topology拓撲結構 2347 Tracks磁道 2348 traditional cookies傳統的信息記錄程序 2349 Twisted pair雙絞線 2350 2351 U 2352 Unicode統一字符標準 2353 uploading上傳 2354 usenet世界性新聞組網絡 2355 2356 V 2357 Virtual memory虛擬內存 2358 Video display screen視頻顯示屏 2359 Voice recognition system聲音識別系統 2360 vertical portal縱向門戶 2361 video privacy protection act of 1988視頻隱私權保護法案 2362 virus checker病毒檢測程序 2363 virus病毒 2364 Voiceband音頻帶寬 2365 Volatile storage易失性存儲 2366 voltage surge衝擊性電壓 2367 2368 W 2369 Wand reader 條形碼讀入 2370 Web 網絡 2371 Web appliance 環球網設備 2372 Web page網頁 2373 Web site address網絡地址 2374 Web terminal環球網終端 2375 Webcam攝像頭 2376 What-if analysis假定分析 2377 Wireless revolution無線革命 2378 Word字長 2379 Word processing文字處理 2380 Word wrap自動換行 2381 Worksheet file 工做表文件 2382 web auctions網上拍賣 2383 web broadcasters網絡廣播 2384 web portals門戶網站 2385 web sites網站 2386 web storefront creation packages網上商店建立包 2387 web storefronts網上商店 2388 web utilities網上應用程序 2389 web-downloading utilities網頁下載應用程序 2390 webmaster web站點管理員 2391 web萬維網 2392 Wireless modems無線調制解調器 2393 wireless service provider無線服務供應商 2394 world wide web萬維網 2395 worm蠕蟲病毒 2396 Write-protect notch寫保護口 2397 2398 其餘縮寫 2399 DVD digital bersatile 數字化通用光盤 2400 IT ingormation technology信息技術 2401 CD compact disc 壓縮盤 2402 PDA personal digital assistant我的數字助理 2403 RAM random access memory隨機存儲器 2404 WWW World Wide Web 萬維網 2405 DBMS database management system數據庫管理系統 2406 HTML Hypertext Markup Language超文本標示語言 2407 OLE object linking and embedding對象連接潛入 2408 SQL structured query language結構化查詢語言 2409 URL uniform resouice locator統一資源定位器 2410 AGP accelerated graphics port加速圖形接口 2411 ALU arithmetic-logic unit算術邏輯單元 2412 CPU central processing unit中央處理器 2413 CMOS complementary metal-oxide semiconductor互補金屬氧化物半導體 2414 CISC complex instruction set computer複雜指令集計算機 2415 HPSB high performance serial bus高性能串行總線 2416 ISA industry standard architecture工業標準結構體系 2417 PCI peripheral component interconnect外部設備互連總線 2418 PCMCIA Personal Memory Card International Association我的計算機存儲卡國際協會 2419 RAM random-access memory隨機存儲器 2420 ROM read-only memory只讀存儲器 2421 USB universal serial bus通用串行總線 2422 CRT cathode-ray tube陰極射線管 2423 HDTV high-definition television高清晰度電視 2424 LCD liquid crystal display monitor液晶顯示器 2425 MICRmagnetic-ink character recognition磁墨水字符識別器 2426 OCR optical-character recognition光電字符識別器 2427 OMR optical-mark recognition光標閱讀器 2428 TFT thin film transistor monitor薄膜晶體管顯示器 2429 2430 其餘 2431 Zip disk壓縮磁盤 2432 Domain name system(DNS)域名服務器 2433 file transfer protocol(FTP)文件傳送協議 2434 hypertext markup language(HTML)超文本連接標識語言 2435 Local area network(LAN)局域網 2436 internet relay chat(IRC)互聯網多線交談 2437 Metropolitan area network(MAN)城域網 2438 Network operation system(NOS)網絡操做系統 2439 uniform resource locator(URL)統一資源定位器 2440 Wide area network(WAN)廣域網