編程經常使用英語單詞【2016.6月以前熟記要求會默寫】

笨人用笨辦法,要求熟記,默寫,必須作到。java

 

第一部分、計算機算法經常使用術語中英對照
Data Structures 基本數據結構 
Dictionaries 字典 
Priority Queues 堆 
Graph Data Structures 圖 
Set Data Structures 集合 
Kd-Trees 線段樹 
Numerical Problems 數值問題 
Solving Linear Equations 線性方程組 
Bandwidth Reduction 帶寬壓縮 
Matrix Multiplication 矩陣乘法 
Determinants and Permanents 行列式 
Constrained and Unconstrained Optimization 最值問題 
Linear Programming 線性規劃 
Random Number Generation 隨機數生成 
Factoring and Primality Testing 因子分解/質數斷定 
Arbitrary Precision Arithmetic 高精度計算 
Knapsack Problem 揹包問題 
Discrete Fourier Transform 離散Fourier變換 
Combinatorial Problems 組合問題 
Sorting 排序 
Searching 查找 
Median and Selection 中位數 
Generating Permutations 排列生成 
Generating Subsets 子集生成 
Generating Partitions 劃分生成 
Generating Graphs 圖的生成 
Calendrical Calculations 日期 
Job Scheduling 工程安排 
Satisfiability 可知足性 
Graph Problems -- polynomial 圖論-多項式算法 
Connected Components 連通分支 
Topological Sorting 拓撲排序 
Minimum Spanning Tree 最小生成樹 
Shortest Path 最短路徑 
Transitive Closure and Reduction 傳遞閉包 
Matching 匹配 
Eulerian Cycle / Chinese Postman Euler迴路/中國郵路 
Edge and Vertex Connectivity 割邊/割點 
Network Flow 網絡流 
Drawing Graphs Nicely 圖的描繪 
Drawing Trees 樹的描繪 
Planarity Detection and Embedding 平面性檢測和嵌入 
Graph Problems -- hard 圖論-NP問題 
Clique 最大團 
Independent Set 獨立集 
Vertex Cover 點覆蓋 
Traveling Salesman Problem 旅行商問題 
Hamiltonian Cycle Hamilton迴路 
Graph Partition 圖的劃分 
Vertex Coloring 點染色 
Edge Coloring 邊染色 
Graph Isomorphism 同構 
Steiner Tree Steiner樹 
Feedback Edge/Vertex Set 最大無環子圖 
Computational Geometry 計算幾何 
Convex Hull 凸包 
Triangulation 三角剖分 
Voronoi Diagrams Voronoi圖 
Nearest Neighbor Search 最近點對查詢 
Range Search 範圍查詢 
Point Location 位置查詢 
Intersection Detection 碰撞測試 
Bin Packing 裝箱問題 
Medial-Axis Transformation 中軸變換 
Polygon Partitioning 多邊形分割 
Simplifying Polygons 多邊形化簡 
Shape Similarity 類似多邊形 
Motion Planning 運動規劃 
Maintaining Line Arrangements 平面分割 
Minkowski Sum Minkowski和 
Set and String Problems 集合與串的問題 
Set Cover 集合覆蓋 
Set Packing 集合配置 
String Matching 模式匹配 
Approximate String Matching 模糊匹配 
Text Compression 壓縮 
Cryptography 密碼 
Finite State Machine Minimization 有窮自動機簡化 
Longest Common Substring 最長公共子串 
Shortest Common Superstring 最短公共父串 
DP——Dynamic Programming——動態規劃 
recursion —— 遞歸 

第二部分、編程詞彙 
A2A integration A2A整合 
abstract 抽象的 
abstract base class (ABC)抽象基類 
abstract class 抽象類 
abstraction 抽象、抽象物、抽象性 
access 存取、訪問 
access level訪問級別 
access function 訪問函數 
account 帳戶 
action 動做 
activate 激活 
active 活動的 
actual parameter 實參 
adapter 適配器 
add-in 插件 
address 地址 
address space 地址空間 
address-of operator 取地址操做符 
ADL (argument-dependent lookup) 
ADO(ActiveX Data Object)ActiveX數據對象 
advanced
aggregation 聚合、彙集 
algorithm 算法 
alias 別名 
align 排列、對齊 
allocate 分配、配置 
allocator分配器、配置器 
angle bracket 尖括號 
annotation 註解、評註 
API (Application Programming Interface) 應用(程序)編程接口 
app domain (application domain)應用域 
application 應用、應用程序 
application framework 應用程序框架 
appearance 外觀 
append 附加 
architecture 架構、體系結構 
archive file 歸檔文件、存檔文件 
argument引數(傳給函式的值)。參見parameter 
array 數組 
arrow operator 箭頭操做符 
ASP(Active Server Page)活動服務器頁面 
ASP.NET worker process ASP.NET工做者進程 
assembly 裝配件、配件 
assembly language 彙編語言 
assembly manifest 裝配件清單 
assert(ion) 斷言 
assign 賦值 
assignment 賦值、分配 
assignment operator 賦值操做符 
associated 相關的、相關聯的 
associative container 關聯式容器(對應sequential container) 
asynchronous 異步的 
atomic 原子的 
atomic operation 原子操做 
attribute 特性、屬性 
authentication service 驗證服務 
authorization 受權 
audio 音頻 
A.I. 人工智能 
B2B integration B2B整合、B2B集成(business-to-business integration) 
background 背景、後臺(進程) 
backward compatible 向後兼容、向下兼容 
backup 備份 
backup device備份設備 
backup file 備份文件 
bandwidth 帶寬 
base class 基類 
base type 基類型 
batch 批處理 
BCL (base class library)基類庫 
binary 二進制 
binary search 二分查找 
binary tree 二叉樹 
binary function 雙參函數 
binary large object二進制大對象 
binary operator 二元操做符 
binding 綁定 
bit 位 
bitmap 位圖 
bitwise 按位... 
bitwise copy 爲單元進行復制;位元逐一複製,按位拷 
bitwise operation 按位運算 
block 塊、區塊、語句塊 
bookkeeping 簿記 
boolean 布林值(真假值,true或false) 
border 邊框 
bounds checking 邊界檢查 
boxing 裝箱、裝箱轉換 
brace (curly brace) 大括號、花括號 
bracket (square brakcet) 中括號、方括號 

breakpoint 斷點 
browser applications 瀏覽器應用(程序) 
browser-accessible application 可經由瀏覽器訪問的應用程序 
build 編連(專指編譯和鏈接 
built-in 內建、內置 
bus 總線 
business 業務、商務(看場合) 
business Logic 業務邏輯 
business rules 業務規則 
buttons 按鈕 
bug 臭蟲 
by/through 經過 
byte 位元組(由8 bits組成) 
cache 高速緩存 
calendar 日曆 
call 調用 
callback 回調 
call-level interface (CLI)調用級接口(CLI) 
call operator 調用操做符 
candidate key 候選鍵 (for database) 
cascading delete 級聯刪除 (for database) 
cascading update 級聯更新 (for database) 
casting 轉型、造型轉換 
catalog 目錄 
chain 鏈(function calls) 
character 字符 
character format 字符格式 
character set 字符集 
CHECK constraints CHECK約束 (for database) 
checkpoint 檢查點 (for database) 
check box 複選框 
check button 複選按鈕 
child class 子類 
CIL (common intermediate language)通用中間語言、通用中介語言 
class 類 
class declaration 類聲明 
class definition 類定義 
class derivation list 類繼承列表 
class factory 類廠 
class hierarchy 類層次結構 
class library 類庫 
class loader 類裝載器 
class template 類模板 
class template partial specializations 類模板部分特化 
class template specializations 類模板特化 
classification 分類 
clause 子句 
client application 客戶端應用程序 
client cursor 客戶端遊標 (for database) 
code page 代碼頁 
cleanup 清理、清除 
CLI (Common Language Infrastructure) 通用語言基礎設施 
client 客戶、客戶端 
client area 客戶區 
client-server 客戶機/服務器、客戶端/服務器 
clipboard 剪貼板 
clone 克隆 
CLS (common language specification) 通用語言規範 
code access security 代碼訪問安全 
COFF (Common Object File Format) 通用對象文件格式 
collection 集合 
COM (Component Object Model) 組件對象模型 
combo box 組合框 
command line 命令行 
comment 註釋 
commit 提交 (for database) 
communication 通信 
compatible 兼容 
compile time 編譯期、編譯時 
compiler 編譯器 
component組件 
composite index 複合索引、組合索引 (for database) 
composite key 複合鍵、組合鍵 (for database) 
composition 複合、組合 
concept 概念 
concrete具體的 
concrete class 具體類 
concurrency 併發、併發機制 
constraint 約束 (for database) 
configuration 配置、組態 
connection 鏈接 (for database) 
connection pooling 鏈接池 
console 控制檯 
constant 常量 
construct 構件、成分、概念、構造(for language) 
constructor (ctor) 構造函數、構造器 
container 容器 
containment包容 
context 環境、上下文 
control 控件 
cookie (不譯) 
copy 拷貝 
CORBA 通用對象請求中介架構(Common Object Request Broker Architecture) 
cover 覆蓋、涵蓋 
create/creation 建立、生成 
crosstab query 交叉表查詢 (for database) 
CRTP (curiously recurring template pattern) 
CTS (common type system)通用類型系統 
cube 多維數據集 (for database) 
cursor 光標 
cursor 遊標 (for database) 
custom 定製、自定義 
data 數據 
data connection 數據鏈接 (for database) 
Data Control Language (DCL) 數據控制語言(DCL) (for database) 
Data Definition Language (DDL) 數據定義語言(DDL) (for database) 
data dictionary 數據字典 (for database) 
data dictionary view 數據字典視圖 (for database) 
data file 數據文件 (for database) 
data integrity 數據完整性 (for database) 
data manipulation language (DML)數據操做語言(DML) (for database) 
data mart 數據集市 (for database) 
data pump 數據抽取 (for database) 
data scrubbing 數據清理 (for database) 
data source 數據源 (for database) 
Data source name (DSN) 數據源名稱(DSN) (for database) 
data warehouse 數據倉庫 (for database) 
dataset 數據集 (for database) 
database 數據庫 (for database) 
database catalog 數據庫目錄 (for database) 
database diagram 數據關係圖 (for database) 
database file 數據庫文件 (for database) 
database object 數據庫對象 (for database) 
database owner 數據庫全部者 (for database) 
database project 數據庫工程 (for database) 
database role 數據庫角色 (for database) 
database schema 數據庫模式、數據庫架構 (for database) 
database scrīpt 數據庫腳本 (for database) 
data-bound 數據綁定 (for database) 
data-aware control數據感知控件 (for database) 
data member 數據成員、成員變量 
dataset 數據集 (for database) 
data source 數據源 (for database) 
data structure數據結構 
data table 數據表 (for database) 
datagram 數據報文 
DBMS (database management system)數據庫管理系統 (for database) 
DCOM (distributed COM)分佈式COM 
dead lock 死鎖 (for database) 
deallocate 歸還 
debug 調試 
debugger 調試器 
decay 退化 
decision support 決策支持 
declaration 聲明 
declarative referential integrity (DRI)聲明引用完整性(DRI) (for database) 
deduction 推導 
DEFAULT constraint默認約束 (for database) 
default database 默認數據庫 (for database) 
default instance 默認實例 (for database) 
default result set 默認結果集 (for database) 
default 缺省、默認值 
defer 推遲 
definition 定義 
delegate 委託 
delegation 委託 
dependent name 
deploy 部署 
dereference 解引用 
dereference operator (提領)運算子 
derived class 派生類 
design by contract 契約式設計 
design pattern 設計模式 
destroy 銷燬 
destructor(dtor)析構函數、析構器 
device 設備 
DHTML (dynamic HyperText Markup Language)動態超文本標記語言 
dialog 對話框 
digest 摘要 
digital 數字的 
DIME (Direct Internet Message Encapsulation)直接Internet消息封裝 
directive (編譯)指示符 
directory 目錄 
dirty pages髒頁 (for database) 
dirty read 髒讀 (for database) 
disassembler 反彙編器 
DISCO (Discovery of Web Services)Web Services的查找 
disk 盤 
dispatch 調度、分派、派發(我喜歡「調度」) 
DISPID (Dispatch Identifier)分派標識符 
distributed computing 分佈式計算 
distributed query 分佈式查詢 (for database) 
DNA (Distributed interNet Application) 分佈式網間應用程序 
document 文檔 
DOM (Document Object Model)文檔對象模型 
dot operator (圓)點操做符 
driver 驅動(程序) 
DTD (document type definition) 文檔類型定義 
double-byte character set (DBCS)雙字節字符集(DBCS) 
dump 轉儲 
dump file 轉儲文件 
dynamic cursor 動態遊標 (for database) 
dynamic filter 動態篩選 (for database) 
dynamic locking 動態鎖定 (for database) 
dynamic recovery 動態恢復 (for database) 
dynamic snapshot 動態快照 (for database) 
dynamic SQL statements 動態SQL語句 (for database) 
dynamic assembly 動態裝配件、動態配件 
dynamic binding 動態綁定 
EAI (enterprise application integration)企業應用程序集成(整合) 
EBCO (empty base class optimization) 空基類優化(機制) 
e-business 電子商務 
EDI (Dlectronic Data Interchange)電子數據交換 
efficiency 效率 
efficient 高效 
end-to-end authentication 端對端身份驗證 
end user 最終用戶 
engine 引擎 
entity 實體 
encapsulation 封裝 
enclosing class 外圍類別(與巢狀類別 nested class有關) 
enum (enumeration) 枚舉 
enumerators 枚舉成員、枚舉器 
equal 相等 
equality 相等性 
equality operator 等號操做符 
error log 錯誤日誌 (for database) 
escape code 轉義碼 
escape character 轉義符、轉義字符 
exclusive lock 排它鎖 (for database) 
explicit transaction 顯式事務 (for database) 
evaluate 評估 
event 事件 
event driven 事件驅動的 
event handler 事件處理器 
evidence 證據 
exception 異常 
exception declaration 異常聲明 
exception handling 異常處理、異常處理機制 
exception-safe 異常安全的 
exception specification 異常規範 
exit 退出 
explicit 顯式 
explicit specialization 顯式特化 
export 導出 
expression 表達式 
facility 設施、設備 
fat client 胖客戶端 
feature 特性、特徵 
fetch 提取 
field 字段(java) 
field 字段 (for database) 
field length 字段長度 (for database) 
file 文件 
filter 篩選 (for database) 
finalization 終結 
firewall 防火牆 
finalizer 終結器 
firmware 固件 
flag 標記 
flash memory 閃存 
flush 刷新 
font 字體 
foreign key (FK) 外鍵(FK) (for database) 
form 窗體 
formal parameter 形參 
forward declaration 前置聲明 
forward-only 只向前的 
forward-only cursor 只向前遊標 (for database) 
fragmentation 碎片 (for database) 
framework 框架 
full specialization 徹底特化 
function 函數 
function call operator (即operator ()) 函數調用操做符 
function object 函數對象 
function overloaded resolution函數重載決議 
functionality 功能 
function template函數模板 
functor 仿函數 
GAC (global assembly cache) 全局裝配件緩存、全局配件緩存 
GC (Garbage collection) 垃圾回收(機制)、垃圾收集(機制) 
game 遊戲 
generate 生成 
generic 泛化的、通常化的、通用的 
generic algorithm通用算法 
genericity 泛型 
getter (相對於 setter)取值函數 
global 全局的 
global object 全局對象 
global scope resolution operator 全局範圍解析操做符 
grant 受權 (for database) 
granularity 粒度 
group 組、羣 
group box 分組框 
GUI 圖形界面 
GUID (Globally Unique Identifier) 全球惟一標識符 
hand shaking 握手 
handle 句柄 
handler 處理器 
hard-coded 硬編碼的 
hard-copy 截屏圖 
hard disk 硬盤 
hardware 硬件 
hash table 散列表、哈希表 
header file頭文件 
heap 堆 
help file 幫助文件 
hierarchy 層次結構、繼承體系 
hierarchical data 階層式數據、層次式數據 
hook 鉤子 
Host (application)宿主(應用程序) 
hot key 熱鍵 
hyperlink 超連接 
HTML (HyperText Markup Language) 超文本標記語言 
HTTP pipeline HTTP管道 
HTTP (HyperText Transfer Protocol) 超文本傳輸協議 
icon 圖標 
IDE (Integrated Development Environment)集成開發環境 
IDL (Interface Definition Language) 接口定義語言 
identifier 標識符 
idle time 空閒時間 
if and only if當且僅當 
IL (Intermediate Language) 中間語言、中介語言 
image 圖象 
IME 輸入法 
immediate base 直接基類 
immediate derived 直接派生類 
immediate updating 即時更新 (for database) 
implicit transaction隱式事務 (for database) 
incremental update 增量更新 (for database) 
index 索引 (for database) 
implement 實現 
implementation 實現、實現品 
implicit 隱式 
import 導入 
increment operator 增長操做符 
infinite loop 無限循環 
infinite recursive 無限遞歸 
information 信息 
infrastructure 基礎設施 
inheritance 繼承、繼承機制 
inline 內聯 
inline expansion 內聯展開 
initialization 初始化 
initialization list 初始化列表、初始值列表 
initialize 初始化 
inner join 內聯接 (for database) 
in-place active 現場激活 
instance 實例 
instantiated 具現化、實體化(常應用於template) 
instantiation 具現體、具現化實體(常應用於template) 
integrate 集成、整合 
integrity 完整性、一致性 
integrity constraint完整性約束 (for database) 
interprocess communication (IPC)進程間通信(IPC) 
interacts 交互 
interface 接口 
for GUI 界面 
interoperability 互操做性、互操做能力 
interpreter 解釋器 
introspection 自省 
invariants 不變性 
invoke 調用 
isolation level 隔離級別 (for database) 
iterate 迭代 
iterative 反覆的、迭代的 
iterator 迭代器 
iteration 迭代(迴圈每次輪迴稱爲一個iteration) 
item 項、條款、項目 
JIT compilation JIT編譯 即時編譯 
key 鍵 (for database) 
key column 鍵列 (for database) 
laser 激光 
late binding 遲綁定 
left outer join 左向外聯接 (for database) 
level 階、層例 
high level 高階、高層 
library 庫 
lifetime 生命期、壽命 
link 鏈接、連接 
linkage 鏈接、連接 
linker 鏈接器、連接器 
literal constant 字面常數 
list 列表、表、鏈表 
list box 列表框 
livelock 活鎖 (for database) 
load 裝載、加載 
load balancing 負載平衡 
loader 裝載器、載入器 
local 局部的 
local object 局部對象 
lock 鎖 
log 日誌 
login 登陸 
login security mode登陸安全模式 (for database) 
lookup table 查找表 (for database) 
loop 循環 
loose coupling 鬆散耦合 
lvalue 左值 
machine code 機器碼、機器代碼 
macro 宏 
maintain 維護 
managed code 受控代碼、託管代碼 
Managed Extensions 受控擴充件、託管擴展 
managed object 受控對象、託管對象 
mangled name 
manifest 清單 
manipulator 操縱器(iostream預先定義的一種東西) 
many-to-many relationship 多對多關係 (for database) 
many-to-one relationship 多對一關係 (for database) 
marshal 列集 
member 成員 
member access operator 成員取用運算子(有dot和arrow兩種) 
member function 成員函數 
member initialization list成員初始值列表 
memberwise 以member爲單元…、members 逐一… 
memberwise copy 
memory 內存 
memory leak 內存泄漏 
menu 菜單 
message 消息 
message based 基於消息的 
message loop 消息環 
message queuing消息隊列 
metadata 元數據 
metaprogramming元編程 
method 方法 
micro 微 
middleware 中間件 
middle tier 中間層 
modeling 建模 
modeling language 建模語言 
modifier 修飾字、修飾符 
modem 調制解調器 
module 模塊 
most derived class最底層的派生類 
mouse 鼠標 
mutable 可變的 
mutex 互斥元、互斥體 
multidimensional OLAP (MOLAP) 多維OLAP(MOLAP) (for database) 
multithreaded server application 多線程服務器應用程序 
multiuser 多用戶 
multi-tasking 多任務 
multi-thread 多線程 
multicast delegate 組播委託、多點委託 
named parameter 命名參數 
named pipe 命名管道 
namespace 名字空間、命名空間 
native 原生的、本地的 
native code 本地碼、本機碼 
Native Image Generator (NGEN)本地映像生成器 
nested class 嵌套類 
nested query 嵌套查詢 (for database) 
nested table 嵌套表 (for database) 
network 網絡 
network card 網卡 
nondependent name 
object 對象 
object based 基於對象的 
object file 目標文件 
object model 對象模型 
object oriented 面向對象的 
object pooling 對象池化 
ODBC data source ODBC數據源 (for database) 
ODBC driver ODBC驅動程序 (for database) 
ODR (one-definition rule) 
OLE Automation objects OLE自動化對象 (for database) 
OLE Automation server OLE自動化服務器 (for database) 
OLE DB consumer OLE DB使用者 (for database) 
OLE DB for OLAP 用於OLAP的OLE DB (for database) 
OLE DB provider OLE DB提供者 (for database) 
one-to-many relationship 一對多關係 (for database) 
one-to-one relationship 一對一關係 (for database) 
online analytical processing (OLAP) 聯機分析處理(OLAP) (for database) 
online redo log 聯機重作日誌 (for database) 
online transaction processing (OLTP) 聯機事務處理(OLTP) (for database) 
Open Data Services (ODS) 開放式數據服務(ODS) (for database) 
Open Database Connectivity (ODBC) 開放式數據庫鏈接(ODBC) (for database) 
operand 操做數 
operating system (OS) 操做系統 
operation 操做 
operator 操做符、運算符 
option 選項 
optimizer 優化器 
outer join 外聯接 (for database) 
overflow 上限溢位(相對於underflow) 
overhead 額外開銷 
overload 重載 
overload resolution 重載決議 
overloaded function 重載的函數 
overloaded operator 被重載的操做符 
override 覆寫、重載、從新定義 
package 包 
packaging 打包 
palette 調色板 
parallel 並行 
parameter 參數、形式參數、形參 
parameter list 參數列表 
parameterize 參數化 
parent class 父類 
parentheses 圓括弧、圓括號 
parse 解析 
parser 解析器 
part 零件、部件 
partial specialization 局部特化 
pass by address 傳址(函式引數的傳遞方式)(非正式用語) 
pass by reference 傳地址、按引用傳遞 
pass by value 按值傳遞 
pattern 模式 
PDA (personal digital assistant)我的數字助理 
PE (Portable Executable) file 可移植可執行文件 
performance 性能 
persistence 持久性 
PInvoke (platform invoke service) 平臺調用服務 
pixel 像素 
placement delete 
placement new 
placeholder 佔位符 
platform 平臺 
POD (plain old data (type)) 
POI (point of instantiation) 
pointer 指針 
poll 輪詢 
pooling 池化 
polymorphism 多態 
pop up 彈出式 
port 端口 
postfix 後綴 
precedence 優先序(一般用於運算子的優先執行次序) 
prefix 前綴 
preprocessor 預處理器 
primary key (PK)主鍵(PK) (for database) 
primary table 主表 (for database) 
primary template原始模板 
primitive type 原始類型 
print 打印 
printer 打印機 
procedure 過程 
procedural 過程式的、過程化的 
process 進程 
profile 評測 
profiler 效能(性能)評測器 
program 程序 
programmer 程序員 
programming編程、程序設計 
progress bar 進度指示器 
project 項目、工程 
property 屬性 
protocol 協議 
pseudo code僞碼 
qualified 通過資格修飾(例如加上scope運算子) 
qualifiedqualifier 修飾符 
quality 質量 
queue 隊列 
race condition 競爭條件(多線程環境經常使用語) 
radian 弧度 
radio button 單選按鈕 
raise 引起(經常使用來表示發出一個exception) 
random number 隨機數 
range 範圍、區間 
rank 等級 
raw 未經處理的 
readOnly只讀 
record 記錄 (for database) 
recordset 記錄集 (for database 
recursive 遞歸 
re-direction 重定向 
refactoring 重構 
refer 引用、參考 
reference 引用、參考 
reference counting引用計數 
referential integrity (RI)引用完整性(RI) (for database) 
register 寄存器 
reflection 反射 
refresh data 刷新數據 (for database) 
regular expression 正則表達式 
relational database 關係數據庫 
remote 遠程 
remote request 遠程請求 
represent 表述,表現 
resolve 解析、決議 
resolution 解析過程 
result set 結果集 (for database) 
retrieve data 檢索數據 
return 返回 
return type 返回類型 
return value 返回值 
right outer join 右向外聯接 (for database) 
revoke 撤銷 
robust 健壯 
robustness 健壯性 
roll back 回滾 (for database) 
roll forward 前滾 (for database) 
routine 例程 
row 行 (for database) 
row lock 行鎖 (for database) 
rowset 行集 (for database) 
RPC (remote procedure call)RPC(遠程過程調用) 
runtime 執行期、運行期、執行時、運行時 
rvalue 右值 
save 保存 
savepoint 保存點 (for database) 
SAX (Simple API for XML) 
scalable 可伸縮的、可擴展的 
schedule 調度 
scheduler 調度程序 
schema 模式、綱目結構 
scroll bar滾動條 
scope 做用域、生存空間 
scope operator 生存空間操做符 
scope resolution operator 生存空間解析操做符 
screen 屏幕 
SDK (Software Development Kit)軟件開發包 
sealed class 密封類 
search 查找 
semantics 語義 
semaphore 信號量 
sequential container序列式容器 
server 服務器、服務端 
serial 串行 
serialization/serialize 序列化 
server cursor服務端遊標、服務器遊標 (for database) 
session 會話 (for database) 
setter 設值函數 
shared lock 共享鎖 (for database) 
sibling 同級 
side effect 反作用 
signature 簽名 
single-threaded 單線程 
slider滑塊 
slot 槽 
smart pointer 智能指針 
SMTP (Simple Mail Transfer Protocol) 簡單郵件傳輸協議 
snapshot 截屏圖 
snapshot 快照 (for database) 
specialization 特化 
specification 規範、規格 
splitter 切分窗口 
SOAP (simple object access protocol) 簡單對象訪問協議 
software 軟件 
source code 源碼、源代碼 

SQL (Structured Query Language) 結構化查詢語言 (for database) 
stack 棧、堆棧 
stack unwinding 疊展轉開解(此詞用於exception主題) 
standard library 標準庫 
standard template library 標準模板庫 
stateless 無狀態的 
statement 語句、聲明 
static cursor 靜態遊標 (for database) 
static SQL statements 靜態SQL語句 (for database) 
stored procedure 存儲過程 (for database) 
status bar 狀態條 
stream 流 
string 字符串 
stub 存根 
subobject子對象 
subquery 子查詢 (for database) 
subroutine 子例程 
subscrīpt operator 下標操做符 
subset 子集 
subtype 子類型 
support 支持 
suspend 掛起 
symbol 記號 
syntax 語法 
system databases 系統數據庫 (for database) 
system tables 系統表 (for database) 
table 表 (for database) 
table lock 表鎖 (for database) 
table-level constraint 表級約束 (for database) 
tape backup 磁帶備份 (for database) 
target 標的,目標 
task switch 工做切換 
TCP (Transport Control Protocol) 傳輸控制協議 
template 模板 
template-id 
template argument deduction 模板參數推導 
template explicit specialization 模板顯式特化 
template parameter 模板參數 
template template parameter 
temporary object 臨時對象 
temporary table 臨時表 (for database) 
text 文本 
text file 文本文件 
thin client 瘦客戶端 
third-party 第三方 
thread 線程 
thread-safe 線程安全的 
throw 拋出、引起(常指發出一個exception) 
token 符號、標記、令牌(看場合) 
trace 跟蹤 
transaction 事務 (for database) 
transaction log 事務日誌 (for database) 
transaction rollback 事務回滾 (for database) 
transactional replication 事務複製 (for database) 
translation unit 翻譯單元 
traverse 遍歷 
trigger 觸發器 (for database) 
two-phase commit 兩階段提交 (for database) 
tuple 
two-phase lookup 兩階段查找 
type 類型 
UDDI(Universary Descrīption, Discovery and Integration)統一描述、查詢與集成 
UML (unified modeling language)統一建模語言 
unary function 單參函數 
unary operator 一元操做符 
unboxing 拆箱、拆箱轉換 
underflow 下限溢位(相對於overflow) 
Union query 聯合查詢 (for database) 
UNIQUE constraints UNIQUE約束 (for database) 
unique index 惟一索引 (for database) 
unmanaged code 非受控代碼、非託管代碼 
unmarshal 散集 
unqualified 未經限定的、未經修飾的 
URI (Uniform Resource identifier) 統一資源標識符 
URL (Uniform Resource Locator) 統一資源定位器 
user 用戶 
user interface 用戶界面 
value types 值類型 
variable 變量 
vector 向量(一種容器,有點相似array) 
viable 可行的 
video 視頻 
view 視圖 
VEE (Virtual Execution Engine)虛擬執行引擎 
vendor 廠商 
view 視圖 (for database) 
virtual function 虛函數 
virtual machine 虛擬機 
virtual memory 虛擬內存 
vowel 元音字母 
Web Services web服務 
WHERE clause WHERE子句 (for database) 
wildcard characters 通配符字符 (for database) 
wildcard search 通配符搜索 (for database) 
window 窗口 
window function 窗口函數 
window procedure 窗口過程 
Windows authentication Windows身份驗證 
wizard 嚮導 
word 單詞 
word processor 字處理器 
wrapper 包裝、包裝器 
write enable 寫啓用 (for database) 
write-ahead log 預寫日誌 (for database) 
write-only 只寫 
WSDL (Web Service Descrīption Language)Web Service描述語言 
XML Message Interface (XMI) XML消息接口 
XML (eXtensible Markup Language) 可擴展標記語言 
XSD (XML Schema Definition) XML模式定義語言 
XSL (eXtensible Stylesheet Language) 可擴展樣式表語言 
XSLT (eXtensible Stylesheet Language Transformation)可擴展樣式表語言轉換 
xxx based 基於xxx的 
xxx oriented 面向xxx


other  1 :

application 應用程式 應用、應用程序 
application framework 應用程式框架、應用框架 應用程序框架 
architecture 架構、系統架構 體系結構 
argument 引數(傳給函式的值)。叄見 parameter 叄數、實質叄數、實叄、自變量 
array 陣列 數組 
arrow operator arrow(箭頭)運算子 箭頭操做符 
assembly 裝配件 
assembly language 組合語言 彙編語言 
assert(ion) 斷言 
assign 指派、指定、設值、賦值 賦值 
assignment 指派、指定 賦值、分配 
assignment operator 指派(賦值)運算子 = 賦值操做符 
associated 相應的、相關的 相關的、關聯、相應的 
associative container 關聯式容器(對應 sequential container) 關聯式容器 
atomic 不可分割的 原子的 
attribute 屬性 屬性、特性 
audio 音訊 音頻 
A.I. 人工智慧 人工智能 
background 背景 背景(用於圖形着色) 
後臺(用於行程) 
backward compatible 回溯相容 向下兼容 
bandwidth 頻寬 帶寬 
base class 基礎類別 基類 
base type 基礎型別 (等同於 base class) 
batch 批次(意思是整批做業) 批處理 
benefit 利益 收益 
best viable function 最佳可行函式 最佳可行函式 
(從 viable functions 中挑出的最佳吻合者) 
binary search 二分搜尋法 二分查找 
binary tree 二元樹 二叉樹 
binary function 二元函式 雙叄函數 
binary operator 二元運算子 二元操做符 
binding 繫結 綁定 
bit 位元 位 
bit field 位元欄 位域 
bitmap 位元圖 位圖 
bitwise 以 bit 爲單元逐一┅ 
bitwise copy 以 bit 爲單元進行復制;位元逐一複製 位拷貝 
block 區塊,區段 塊、區塊、語句塊 
boolean 布林值(真假值,true 或 false) 布爾值 
border 邊框、框線 邊框 
brace(curly brace) 大括弧、大括號 花括弧、花括號 
bracket(square brakcet) 中括弧、中括號 方括弧、方括號 
breakpoint 中斷點 斷點 
build 建造、構築、建置(MS 用語) 
build-in 內建 內置 
bus 匯流排 總線 
business 商務,業務 業務 
buttons 按鈕 按鈕 
byte 位元組(由 8 bits 組成) 字節 
cache 快取 高速緩存 
call 呼叫、叫用 調用 
callback 回呼 回調 
call operator call(函式呼叫)運算子調用操做符 
(同 function call operator) 
candidate function 候選函式 候選函數 
(在函式多載決議程序中出現的候選函式) 
chain 串鏈(例 chain of function calls) 鏈 
character 字元 字符 
check box 核取方塊 (i.e. check button) 複選框 
checked exception 可控式異常(Java) 
check button 方鈕 (i.e. check box) 複選按鈕 
child class 子類別(或稱爲derived class, subtype) 子類 
class 類別 類 
class body 類別本體 類體 
class declaration 類別宣告、類別宣告式 類聲明 
class definition 類別定義、類別定義式 類定義 
class derivation list 類別衍化列 類繼承列表 
class head 類別表頭 類頭 
class hierarchy 類別繼承體系, 類別階層 類層次體系 
class library 類別程式庫、類別庫 類庫 
class template 類別模板、類別範本 類模板 
class template partial specializations 
類別模板偏特化 類模板部分特化 
class template specializations 
類別模板特化 類模板特化 
cleanup 清理、善後 清理、清除 
client 客端、客戶端、客戶 客戶 
client-server 主從架構 客戶/服務器 
clipboard 剪貼簿 剪貼板 
clone 複製 克隆 
collection 羣集 集合 
combo box 複合方塊、複合框 組合框 
command line 命令列 命令行 
(系統文字模式下的整行執行命令) 
communication 通信 通信 
compatible 相容 兼容 
compile time 編譯期 編譯期、編譯時 
compiler 編譯器 編譯器 
component 組件 組件 
composition 複合、合成、組合 組合 
computer 電腦、計算機 計算機、電腦 
concept 概念 概念 
concrete 具象的 實在的 
concurrent 並行 併發 
configuration 組態 配置 
connection 鏈接,連線(網絡,資料庫) 鏈接 
constraint 約束(條件) 
construct 構件 構件 
container 容器 容器 
(存放資料的某種結構如 list, vector...) 
containment 內含 包容 
context 背景關係、周遭環境、上下脈絡 環境、上下文 
control 控制元件、控件 控件 
console 主控臺 控制檯 
const 常數(constant 的縮寫,C++ 關鍵字) 
constant 常數(相對於 variable) 常量 
constructor(ctor) 建構式 構造函數 
(與class 同名的一種 member functions) 
copy (v) 複製、拷貝 拷貝 
copy (n) 復件, 副本 
cover 涵蓋 覆蓋 
create 建立、創建、產生、生成 建立 
creation 產生、生成 建立 
cursor 遊標 光標 
custom 訂製、自定 定製 
data 資料 數據 
database 資料庫 數據庫 
database schema 數據庫結構綱目 
data member 資料成員、成員變數 數據成員、成員變量 
data structure 資料結構 數據結構 
datagram 資料元 數據報文 
dead lock 死結 死鎖 
debug 除錯 調試 
debugger 除錯器 調試器 
declaration 宣告、宣告式 聲明 
deduction 推導(例:template argument deduction) 推導、推斷 
default 預設 缺省、默認 
defer 延緩 推遲 
define 定義 預約義
definition 定義、定義區、定義式 定義 
delegate 委派、委託、委任 委託 
delegation (同上) 
demarshal 反編列 散集 
dereference 提領(取出指標所指物體的內容) 解叄考 
dereference operator dereference(提領)運算子 * 解叄考操做符 
derived class 衍生類別 派生類 
design by contract 契約式設計 
design pattern 設計範式、設計樣式 設計模式 
※ 最近我比較喜歡「設計範式」一詞 
destroy 摧毀、銷燬 
destructor 解構式 析構函數 
device 裝置、設備 設備 
dialog 對話窗、對話盒 對話框 
directive 指令(例:using directive) (編譯)指示符 
directory 目錄 目錄 
disk 碟 盤 
dispatch 分派 分派 
distributed computing 分佈式計算 (分佈式電算) 分佈式計算 
分散式計算 (分散式電算) 
document 文件 文檔 
dot operator dot(句點)運算子 . (圓)點操做符 
driver 驅動程式 驅動(程序) 
dynamic binding 動態繫結 動態綁定 
efficiency 效率 效率 
efficient 高效 高效 
end user 終端用戶 
entity 物體 實體、物體 
encapsulation 封裝 封裝 
enclosing class 外圍類別(與巢狀類別 nested class 有關)外圍類 
enum (enumeration) 列舉(一種 C++ 資料型別) 枚舉 
enumerators 列舉元(enum 型別中的成員) 枚舉成員、枚舉器 
equal 相等 相等 
equality 相等性 相等性 
equality operator equality(等號)運算子 == 等號操做符 
equivalence 等價性、等同性、對等性 等價性 
equivalent 等價、等同、對等 等價 
escape code 轉義碼 轉義碼 
evaluate 評估、求值、覈定 評估 
event 事件 事件 
event driven 事件驅動的 事件驅動的 
exception 異常狀況 異常 
exception declaration 異常宣告(ref. C++ Primer 3/e, 11.3) 異常聲明 
exception handling 異常處理、異常處理機制 異常處理、異常處理機制 
exception specification 異常規格(ref. C++ Primer 3/e, 11.4) 異常規範 
exit 退離(指離開函式時的那一個執行點) 退出 
explicit 明白的、明顯的、顯式 顯式 
export 匯出 引出、導出 
expression 運算式、算式 表達式 
facility 設施、設備 設施、設備 
feature 特性 
field 欄位,資料欄(Java) 字段, 值域(Java) 
file 檔案 文件 
firmware 韌體 固件 
flag 旗標 標記 
flash memory 快閃記憶體 閃存 
flexibility 彈性 靈活性 
flush 清理、掃清 刷新 
font 字型 字體 
form 表單(programming 用語) 窗體 
formal parameter 形式叄數 形式叄數 
forward declaration 前置宣告 前置聲明 
forwarding 轉呼叫,轉發 轉發 
forwarding function 轉呼叫函式,轉發函式 轉發函數 
fractal 碎形 分形 
framework 框架 框架 
full specialization 全特化(ref. partial specialization) 
function 函式、函數 函數 
function call operator 同 call operator 
function object 函式物件(ref. C++ Primer 3/e, 12.3) 函數對象 
function overloaded resolution 
函式多載決議程序 函數重載解決(方案) 
functionality 功能、機能 功能 
function template 函式模板、函式範本 函數模板 
functor 仿函式 仿函式、函子 
game 遊戲 遊戲 
generate 生成 
generic 泛型、通常化的 通常化的、通用的、泛化 
generic algorithm 泛型演算法 通用算法 
getter (相對於 setter) 取值函式 
global 全域的(對應於 local) 全局的 
global object 全域物件 全局對象 
global scope resolution operator 
全域生存空間(範圍決議)運算子 :: 全局範圍解析操做符 
group 羣組 
group box 羣組方塊 分組框 
guard clause 衛述句 (Refactoring, p250) 衛語句 
GUI 圖形介面 圖形界面 
hand shaking 握手協商 
handle 識別碼、識別號、號碼牌、權柄 句柄 
handler 處理常式 處理函數 
hard-coded 編死的 硬編碼的 
hard-copy 硬拷圖 屏幕截圖 
hard disk 硬碟 硬盤 
hardware 硬體 硬件 
hash table 雜湊表 哈希表、散列表 
header file 表頭檔、標頭檔 頭文件 
heap 堆積 堆 
hierarchy 階層體系 層次結構(體系) 
hook 掛鉤 鉤子 
hyperlink 超鏈結 超連接 
icon 圖示、圖標 圖標 
IDE 整合開發環境 集成開發環境 
identifier 識別字、識別符號 標識符 
if and only if 若且惟若 當且僅當 
Illinois 伊利諾 伊利諾斯 
image 影像 圖象 
immediate base 直接的(緊臨的)上層 base class。 直接上層基類 
immediate derived 直接的(緊臨的)下層 derived class。 直接下層派生類 
immutability 不變性 
immutable 不可變(的) 
implement 實做、實現 實現 
implementation 實做品、實做體、實做碼、實件 實現 
implicit 隱喻的、暗自的、隱式 隱式 
import 匯入 導入 
increment operator 累加運算子 ++ 增長操做符 
infinite loop 無窮迴圈 無限循環 
infinite recursive 無窮遞迴 無限遞歸 
information 資訊 信息 
infrastructure 公共基礎建設 
inheritance 繼承、繼承機制 繼承、繼承機制 
inline 行內 內聯 
inline expansion 行內展開 內聯展開 
initialization 初始化(動做) 初始化 
initialization list 初值列 初始值列表 
initialize 初始化 初始化 
inner class 內隱類別 內嵌類 
instance 實體 實例 
(根據某種表述而實際產生的「東西」) 
instantiated 具現化、實體化(常應用於 template) 實例化 
instantiation 具現體、具現化實體(常應用於 template) 實例 
integer (integral) 整數(的) 整型(的) 
integrate 整合 集成 
interacts 交談、互動 交互 
interface 介面 接口 
for GUI 介面 界面 
interpreter 直譯器 解釋器 
invariants 恆常性,約束條件 約束條件 
invoke 喚起 調用 
iterate 迭代(迴圈一個輪迴一個輪迴地進行) 迭代 
exception 異常狀況 異常 
exception declaration 異常宣告(ref. C++ Primer 3/e, 11.3) 異常聲明 
exception handling 異常處理、異常處理機制 異常處理、異常處理機制 
exception specification 異常規格(ref. C++ Primer 3/e, 11.4) 異常規範 
exit 退離(指離開函式時的那一個執行點) 退出 
explicit 明白的、明顯的、顯式 顯式 
export 匯出 引出、導出 
expression 運算式、算式 表達式 
facility 設施、設備 設施、設備 
feature 特性 
field 欄位,資料欄(Java) 字段, 值域(Java) 
file 檔案 文件 
firmware 韌體 固件 
flag 旗標 標記 
flash memory 快閃記憶體 閃存 
flexibility 彈性 靈活性 
flush 清理、掃清 刷新 
font 字型 字體 
form 表單(programming 用語) 窗體 
formal parameter 形式叄數 形式叄數 
forward declaration 前置宣告 前置聲明 
forwarding 轉呼叫,轉發 轉發 
forwarding function 轉呼叫函式,轉發函式 轉發函數 
fractal 碎形 分形 
framework 框架 框架 
full specialization 全特化(ref. partial specialization) 
function 函式、函數 函數 
function call operator 同 call operator 
function object 函式物件(ref. C++ Primer 3/e, 12.3) 函數對象 
function overloaded resolution 
函式多載決議程序 函數重載解決(方案) 
functionality 功能、機能 功能 
function template 函式模板、函式範本 函數模板 
functor 仿函式 仿函式、函子 
game 遊戲 遊戲 
generate 生成 
generic 泛型、通常化的 通常化的、通用的、泛化 
generic algorithm 泛型演算法 通用算法 
getter (相對於 setter) 取值函式 
global 全域的(對應於 local) 全局的 
global object 全域物件 全局對象 
global scope resolution operator 
全域生存空間(範圍決議)運算子 :: 全局範圍解析操做符 
group 羣組 
group box 羣組方塊 分組框 
guard clause 衛述句 (Refactoring, p250) 衛語句 
GUI 圖形介面 圖形界面 
hand shaking 握手協商 
handle 識別碼、識別號、號碼牌、權柄 句柄 
handler 處理常式 處理函數 
hard-coded 編死的 硬編碼的 
hard-copy 硬拷圖 屏幕截圖 
hard disk 硬碟 硬盤 
hardware 硬體 硬件 
hash table 雜湊表 哈希表、散列表 
header file 表頭檔、標頭檔 頭文件 
heap 堆積 堆 
hierarchy 階層體系 層次結構(體系) 
hook 掛鉤 鉤子 
hyperlink 超鏈結 超連接 
icon 圖示、圖標 圖標 
IDE 整合開發環境 集成開發環境 
identifier 識別字、識別符號 標識符 
if and only if 若且惟若 當且僅當 
Illinois 伊利諾 伊利諾斯 
image 影像 圖象 
immediate base 直接的(緊臨的)上層 base class。 直接上層基類 
immediate derived 直接的(緊臨的)下層 derived class。 直接下層派生類 
immutability 不變性 
immutable 不可變(的) 
implement 實做、實現 實現 
implementation 實做品、實做體、實做碼、實件 實現 
implicit 隱喻的、暗自的、隱式 隱式 
import 匯入 導入 
increment operator 累加運算子 ++ 增長操做符 
infinite loop 無窮迴圈 無限循環 
infinite recursive 無窮遞迴 無限遞歸 
information 資訊 信息 
infrastructure 公共基礎建設 
inheritance 繼承、繼承機制 繼承、繼承機制 
inline 行內 內聯 
inline expansion 行內展開 內聯展開 
initialization 初始化(動做) 初始化 
initialization list 初值列 初始值列表 
initialize 初始化 初始化 
inner class 內隱類別 內嵌類 
instance 實體 實例 
(根據某種表述而實際產生的「東西」) 
instantiated 具現化、實體化(常應用於 template) 實例化 
instantiation 具現體、具現化實體(常應用於 template) 實例 
integer (integral) 整數(的) 整型(的) 
integrate 整合 集成 
interacts 交談、互動 交互 
interface 介面 接口 
for GUI 介面 界面 
interpreter 直譯器 解釋器 
invariants 恆常性,約束條件 約束條件 
invoke 喚起 調用 
iterate 迭代(迴圈一個輪迴一個輪迴地進行) 迭代 
iterative 反覆的,迭代的 
iterator 迭代器(一種泛型指標) 迭代器 
iteration 迭代(迴圈每次輪迴稱爲一個 iteration) 迭代 
item 項目、條款 項、條款、項目 
laser 雷射 激光 
level 階 層 (級) 
例 high level 高階 高層 
library 程式庫、函式庫 庫、函數庫 
lifetime 生命期、壽命 生命期、壽命 
link 聯結、連結 鏈接,連接 
linker 聯結器、連結器 鏈接器 
literal constant 字面常數(例 3.14 或 "hi" 這等常數值) 字面常數 
list 串列(linked-list) 列表、表、鏈表 
list box 列表方塊、列表框 列表框 
load 載入 裝載 
loader 載入器 裝載器、載入器 
local 區域的(對應於 global) 局部的 
local object 區域物件 局部對象 
lock 機鎖 
loop 迴圈 循環 
lvalue 左值 左值 
macro 巨集 宏 
magic number 魔術數字 魔法數 
maintain 維護 維護 
manipulator 操縱器(iostream 預先定義的一種東西) 操縱器 
marshal 編列 列集 
叄考 demarshal 
mechanism 機制 機制 
member 成員 成員 
member access operator 成員取用運算子(有 dot 和 arrow 兩種) 成員存取操做符 
member function 成員函式 成員函數 
member initialization list 
成員初值列 成員初始值列表 
memberwise 以 member 爲單元┅、members 逐一┅ 以成員爲單位 
memberwise copy 以 members 爲單元逐一複製 
memory 記憶體 內存 
menu 表單、選單 菜單 
message 訊息 消息 
message based 以訊息爲基礎的 基於消息的 
message loop 訊息迴圈 消息環 
method (java) 方法、行爲、函式 方法 
meta- 超- 元- 
例 meta-programming 超編程 元編程 
micro 微 微 
middleware 中介層 中間件 
modeling 模塑 
modeling language 塑模語言,建模語言 
modem 數據機 調制解調器 
module 模組 模塊 
modifier 飾詞 修飾符 
most derived class 最末層衍生類別 最底層的派生類 
mouse 滑鼠 鼠標 
mutable 可變的 可變的 
multi-tasking 多工 多任務 
namespace 命名空間 名字空間、命名空間 
native 原生的 本地的、固有的 
nested class 巢狀類別 嵌套類 
network 網路 網絡 
network card 網路卡 網卡 
object 物件 對象 
object based 以物件爲基礎的 基於對象的 
object file 目的檔 目標文件 
object model 物件模型 對象模型 
object oriented 物件導向的 面向對象的 
online 線上 在線 
opaque 不透明的 
operand 運算元 操做數 
operating system (OS) 做業系統 操做系統 
operation 操做、操做行爲 操做 
operator 運算子 操做符、運算符 
option 選項,可選方案 選項 
ordinary 常規的 常規的 
overflow 上限溢位(相對於 underflow) 溢出(underflow:下溢) 
overhead 額外負擔、額外開銷 額外開銷 
overload 多載化、多載化、重載 重載 
overloaded function 多載化函式 重載的函數 
overloaded operator 多載化運算子 被重載的操做符 
overloaded set 多載集合 重載集合 
override 改寫、覆寫 重載、改寫、從新定義 
(在 derived class 中從新定義虛擬函式 
package 套件 包 
pair 對組 
palette 調色盤、組件盤、工具箱 
pane 窗格 窗格 
(有時爲嵌板之意,例 Java Content Pane) 
parallel 平行 並行 
parameter 叄數(函式叄數列上的變數) 叄數、形式叄數、形叄 
parameter list 叄數列 叄數列表 
parent class 父類別(或稱 base class) 父類 
parentheses 小括弧、小括號 圓括弧、圓括號 
parse 解析 解析 
part 零件 部件 
partial specialization 偏特化(ref. C++ Primer 3/e, 16.10) 局部特化 
(ref. full specialization) 
pass by address 傳址(函式引數的傳遞方式)(非正式用語)傳地址 
pass by reference 傳址(函式引數的一種傳遞方式) 傳地址, 按引用傳遞 
pass by value 傳值(函式引數的一種傳遞方式) 按值傳遞 
pattern 範式、樣式 模式 
performance 效率、性能兼而有之 性能 
persistence 永續性 持久性 
pixel 圖素、像素 像素 
placement delete ref. C++ Primer 3/e, 15.8.2 
placement new ref. C++ Primer 3/e, 15.8.2 
platform 平臺 平臺 
pointer 指標 指針 
址位器(和址叄器 reference 造成對映,滿好) 
poll 輪詢 輪詢 
polymorphism 多型 多態 
pop up 冒起式、彈出式 彈出式 
port 埠 端口 
postfix 後置式、後序式 後置式 
precedence 優先序(一般用於運算子的優先執行次序) 
prefix 前置式、前序式 前置式 
preprocessor 前處理器 預處理器 
prime 質數 素數 
primitive type 基本型別 (不一樣於 base class,基礎類別) 
print 列印 打印 
printer 印表機 打印機 
priority 優先權 (一般用於執行緒得到 CPU 時間的優先次序) 
procedure 程序 過程 
procedural 程序性的、程序式的 過程式的、過程化的 
process 行程 進程 
profile 評測 評測 
profiler 效能(效率)評測器 效能(性能)評測器 
programmer 程式員 程序員 
programming 編程、程式設計、程式化 編程 
progress bar 進度指示器 進度指示器 
project 專案 項目、工程 
property 屬性 
protocol 協定 協議 
pseudo code 假碼、虛擬碼、僞碼 僞碼 
qualified 通過資格修飾(例如加上 scope 運算子) 限定 
qualifier 資格修飾詞、飾詞 限定修飾詞 
quality 品質 質量 
queue 佇列 隊列 
radian 徑度 弧度 
radio button 圓鈕 單選按鈕 
raise 引起(經常使用來表示發出一個 exception) 引發、引起 
random number 隨機數、亂數 隨機數 
range 範圍、區間(用於 STL 時) 範圍、區間 
rank 等級、分等(ref. C++Primer 3/e 9,15章) 等級 
raw 生鮮的、未經處理的 未經處理的 
record 記錄 記錄 
recordset 記錄集 記錄集 
recursive 遞迴 遞歸 
re-direction 重導向 重定向 
refactoring 重構、重整 重構 
refer 取用 叄考 
refer to 指向、指涉、指代 
reference (C++ 中相似指標的東西,至關於 "化身") 引用、叄考 
址叄器, see pointer 
register 暫存器 寄存器 
reflection 反射 反射、映像 
relational database 關聯式資料庫 關係數據庫 
represent 表述,表現 表述,表現 
resolve 決議(爲算式中的符號名稱尋找 解析 
對應之宣告式的過程) 
resolution 決議程序、決議過程 解析過程 
resolution 解析度 分辨率 
restriction 侷限 
return 傳回、回返 返回 
return type 回返型別 返回類型 
return value 回返值 返回值 
robust 強固、穩健 健壯 
robustness 強固性、穩健性 健壯性 
routine 常式 例程 
runtime 執行期 運行期、運行時 
common language runtime (CLR) 譯爲「通用語言執行層」 
rvalue 右值 右值 
save 儲存 存儲 
schedule 排程 調度 
scheduler 排程器 調度程序 
scheme 結構綱目、組織綱目 
scroll bar 卷軸 滾動條 
scope 生存空間、生存範圍、範疇、做用域 生存空間 
scope operator 生存空間(範圍決議)運算子 :: 生存空間操做符 
scope resolution operator 
生存空間決議運算子 生存空間解析操做符 
(與scope operator同) 
screen 螢幕 屏幕 
search 搜尋 查找 
semantics 語意 語義 
sequential container 序列式容器 順序式容器 
(對應於 associative container) 
server 伺服器、伺服端 服務器、服務端 
serial 串行 
serialization 次第讀寫,序列化 序列化 
(serialize) 
setter (相對於 getter) 設值函式 
signal 信號 
signature 標記式、簽名式、署名式 簽名 
slider 滾軸 滑塊 
slot 條孔、槽 槽 
smart pointer 靈巧指標、精靈指標 智能指針 
snapshot 螢幕快照(圖) 屏幕截圖 
specialization 特殊化、特殊化定義、特殊化宣告 特化 
specification 規格 規格、規範 
splitter 分裂視窗 切分窗口 
software 軟體 軟件 
solution 解法,解決方案 方案 
source 原始碼 源碼、源代碼 
stack 堆疊 棧 
stack unwinding 堆疊展轉開解(此詞用於 exception 主題) 棧展轉開解 * 
standard library 標準程式庫 
standard template library 標準模板程式庫 
statement 述句 語句、聲明 
status bar 狀態列、狀態欄 狀態條 
STL 見 standard template library 
stream 資料流、串流 流 
string 字串 字符串 
subroutine 
subscript operator 下標運算子 [ ] 下標操做符 
subtype 子型別 子類型 
support 支援 支持 
suspend 虛懸 掛起 
symbol 符號 記號 
syntax 語法 語法 
tag 標籤 標記 
索引標籤,頁籤 
target 標的(例 target pointer:標的指標) 目標 
task switch 工做切換 任務切換 
template 模板、範本 模板 
template argument deduction 
模板引數推導 模板叄數推導 
template explicit specialization 
模板顯式特化(版本) 模板顯式特化 
template parameter 模板叄數 模板叄數 
temporary object 暫時物件 臨時對象 
text 文字 文本 
text file 程式本文檔(放置程式原始碼的檔案) 文本文件 
thread 執行緒 線程 
thread safe 多緒安全 多線程安全 
throw 丟擲(常指發出一個 exception) 丟擲、引起 
token 語彙單元 符號、標記 
transaction 交易 事務 
transparent(ly) 透通的(地) 
traverse 巡訪(來回走動) 遍歷 
trigger 觸發 觸發 
type 型別 類型 
UML unified modeling language 統一建模語言 
unary function 一元函式 單叄函數 
unary operator 一元運算子 一元操做符 
underflow 下限溢位(相對於 overflow) 下溢 
unchecked exception 不可控異常(Java) 
unqualified 未經資格修飾(而直接取用) 
unwinding ref. stack unwinding 
user 使用者、用戶 用戶 
user interface 使用者介面、用戶介面、人機介面 用戶界面 
variable 變數(相對於常數 const) 變量 
vector 向量(一種容器,有點相似 array) 向量、矢量 
viable 可實行的、可行的 可行的 
viable function 可行函式 可行函數 
(從 candidate functions 中挑出者) 
video 視訊 視頻 
view (1) 視圖 
(document/view) 文檔/視圖 
view (2) 映件 
virtual function 虛擬函式 虛函數 
virtual machine 虛擬機器 虛擬機 
virtual memory 虛擬記憶體 虛內存, 虛存 
volatile 易揮發的、易變的 
vowel 母音 元音字母 
window 視窗 窗口 
window function 視窗函式 窗口函數 
window procedure 視窗函式 窗口過程 
word 字 單詞 
word processor 文書處理器 字處理器 
wrapper 外覆、外包 包裝absence 缺席
access 訪問存取通路進入
achieve 實現完成
acquire 得到
adjacency list method 鄰接表表示法
adjacency matrix method 鄰接矩陣表示法
algorithm 算法
allocate 留下分配
analog 推論
append 添加
archive 檔案歸檔
array 數組
assign 分配
assume 假設
assurance 確信信任
ATM(asynchronous transfer mode) 異步傳輸模式
b.. real programs kernels 實程序核心程序
b.. toy benchmark synthetic benchmark 簡單基準程序複合基準程序
balance 平衡
bandwidth 帶寬
batch 一批一組
benchmark 基準測試程序
best-fit algorithm 最佳適應算法
BFS(breadth first search) 廣度優先搜索法
binary 二進制
binary relation 二元關係
binary tree 二叉樹
bit series 比特序列
black-box white-box 黑盒白盒
block miss 塊失效
blocked 阻塞(等待狀態也稱阻塞或封鎖狀態)
boundary 界線分界
bridge 網橋
bubble sort 冒泡排序
calculation 計算
candidate key 候選鍵(輔鍵)
capability 能力才能
capacity 容量
cartesian product 笛卡爾積
CASE(com.. aided sof.. engineering) 計算機輔助軟件工程
CCP(communication control processor) 通訊控制處理機
cell 信元
characteristic 特徵特性
circuit switching 線路交換
circular wait 循環等待
CISC(complex instruction set computer) 複雜指令集計算機
class 類
Client/Server 客戶機/服務器
clock cycle clock rate 時鐘週期時鐘頻率
coaxial cable 同軸電纜
cohesion coupling 內聚耦合
coincidental logical procedural functional 偶然內聚邏輯內聚過程內聚功能內聚
combination 聯合配合
common 公用的共同的
communication 通訊
complement number 補碼
component 成分
concept 概念觀念
condition 狀況情況
conform 符合
consist 組成存在
constrain 約束
contain 包含
correspond (corresponding) 相符合(相應的一致的)
CPETT 計算機性能評價工具與技術
CPI 每條指令須要的週期數
CSMA/CD 帶衝突檢測的載波監聽多路訪問
cursor 遊標
cyclic redundency check 循環冗餘檢校
database: integrity consistency restory 完整性一致性可恢復性
database: security efficiency 數據庫設計的目標: 安全性效率
deadlock: mutual exclusion 死鎖條件: 互斥
deadlock: circular wait no preemption 死鎖條件: 循環等待狗熊先權
decimal 十進位的
decision 決定判斷
decomposition 雙重的混合的
decrease 減小
definition 定義
definition phase 定義階段
demonstrate 證實
design phase 設計階段
determine 限定
development phase 開發階段
DFS(depth first search) 深度優先搜索法
diagram 圖表
Difference Manchester 差分曼徹斯特
directed graph undirected graph 有向圖無向圖
distinguish 辯認區別
distributed system 分佈式系統
divide division 分開除除法
divide union intersection difference 除並交差
document 文件文檔
DQDB(distributed queue dual bus) 分佈隊列雙總線
draw 繪製
dual 二元的雙的
dynamic design process 動態定義過程
element 元素要素
elevator (scan) algorithm 電梯算法又稱掃描算法
encapsulation inheritance 封裝(壓縮) 繼承(遺傳)
encode 譯成密碼
entity 實體
entity integrity rule 實體完整性規則
equal 相等的
equation 方程式等式
estimate 估計判斷
Ethernet 以太網
evolution 發展演化
exceed 超過
exchange sort 交換排序
exclusive locks 排它鎖(簡記爲X 鎖)
execute 實現執行
exhibit 表現展現陳列
existence 存在發生
expertise 專門技術
external(internal) fragmentation 外(內)碎片
fault page fault 中斷過錯頁中斷
FDDI(fiber distributed data interface) 光纖分佈式數據接口
FDM(frequency division multiplexing 頻分多路複用
fiber optic cable 光纜
FIFO replacement policy 先進先出替換算法
figure 數字圖形
final 最後的最終的
first normal form 第一範式
floppy 活動盤片(軟盤)
foreign key domain tuple 外來鍵值域元組
form 形狀形式
formula 公式表達式
foundation 基礎根據基金
frame page frame 幀結構頁結構
frequency 頻率
FTP 文件傳送服務
function 函數
functionally dependent 函數依賴
gateway 網間鏈接器
gather 彙集採集推測
general-purose registers 通用寄存器
generate 產生
grade 等級標準
graph (graphic) 圖
Gropher 將用戶的請求自動轉換成
FTP
guarantee 保證肯定
hash table hash function collision 哈希表哈希函數(散列函數) 碰撞
HDLC 面向比特型數據鏈路層協議
hit rate 命中率
host 主計算機
host language statement 主語言語句
hypertext 超級文本
illustrate 舉例說明
independent 獨立的
index 索引
indirect 間接的
influence 有影響的
initially 最初開頭
insertion sort 插入排序
instruction format 指令格式
instruction set 指令集
interface 接口分界面鏈接體
internal 內部的內在的
interrupt 中斷
IPC 工業過程控制
ISAM VSAM 索引順序存取方法虛擬存儲存取方法
join natural join semijoin 鏈接天然鏈接半鏈接
judgment 判斷
kernel executive supervisor user 核心執行管理用戶
kernels 核心程序
key comparison 鍵(碼)值比較
LAN(local area network) 局域網
load 負載載入
logical functional 邏輯內聚功能內聚
longitudinal 水平的
loop 圈環狀
maintain 維護保養供給
maintanence phase 維護(保養)階段
MAN(metropclitan area network) 城域網
Manchester 曼徹斯特
map 地圖映射圖
matrix 矩陣點陣
memory reference 存儲器參量
message switching 報文交換
method 方法技巧
MFLOP(million floating point operate p s 每秒百萬次浮點運算
minimum 最小的
MIPS(millions of instructions per second 每秒百萬條指令
module 單位基準
monitor (model benchmark physcal) method 監視(模型基準物理)法
multilevel data flow chart 分層數據流圖
multiple 複合的多樣的
multiple-term formula 多項式
multiplexing 多路複用技術
multiplication 乘法
mutual exclusion 互相排斥
non-key attributes 非碼屬性
null 零空
Nyquist 奈奎斯特
object oriented 對象趨向的使適應的
object oriented analysis 面向對象的分析
object oriented databases 面向對象數據庫
object oriented design 面向對象的設計
object oriented implementation 面向對象的實現
obtain 得到
occupy 佔有居住於
occurrence 事件
odd 奇數的
one-dimensional array 一維數組
OODB(object oriented data base) 面向對象數據庫
OOM(object oriented method) 面向對象的方法
oom: information object message class 信息對象消息類
oom: instance method message passing 實例方法消息傳遞
open system 開放系統
operand 操做數
optimized 儘可能充分利用
optional 任選的非強制的
organize 組織
overflow 溢出
overlapping register windows 重疊寄存器窗口
packet switching 報文分組交換
page fault 頁面失效
page replacement algorithm 頁替換算法
paged segments 段頁式管理
PCB(process control block) 進程控制塊
peer entites 對等實體
perform 表演執行
period 時期週期
permit 許可准許
phase 階段局面狀態
physical data link network layer 物理層數據鏈路層網絡層
pipeline 管道
platter track cluster 面磁道簇
predicate 謂語
preemption 有優先權的
prefix (Polish form) 前綴(波蘭表達式)
preorder inorder postorder 前序中序後序
presentation application layer 表示層應用層
primary key attributes 主碼屬性
principle 原則方法
procedural coincidental 過程內聚偶然內聚
process 過程加工處理
proficient 精通
program debugging 程序排錯
projection selection join 投影選擇鏈接
proposition 主張建議陳述
protocal 協議
prototype 原型樣板
prototyping method (model) 原型化週期(模型)
pseudo-code 僞碼(又稱程序設計語言PDL)
punctuation 標點
purpose 目的意圖
quality 質量品質
queue 隊列
ready blocked running 就緒阻塞(等待) 運行
real page number 實頁數
real programs 實程序
redirected 重定向
redundency 冗餘
reference integrity rule 引用完整性規則
referred to as 把.....看成
regarde 關於
register(registry) 寄存器登記註冊掛號
regularly 按期的常規的
relation 關係
relay 中繼
reliability 可信賴的
repeater 中繼器
replacement 替換
represent 表明象徵
request indication response confirm 請求指示響應確認
resource 資源
respon 回答響應
RISC(reduced instruction set computer) 精簡指令集計算機
robustness 健壯性
router 路由器
scheme 計劃圖表
sector head cylinder 扇區磁頭柱面
selection sort 選擇排序
semaphores 信號
sequence 序列順序
Shanon 香農
share locks 共享鎖(簡記爲S 鎖)
short path critical path 最短路徑關鍵路徑
signal 信號
signal-to-noise ratio 信噪比B/N
similar 類似的
SISD SIMD MISD MIMD * 指令流* 數據流
SMDS 交換多兆位數據服務
software development phase 軟件開發階段
software engineering 軟件工程
software portability 軟件可移植性
software requirements specification 軟件需求說明書
solve 解決
sort 種類方式分類排序
spanning tree 跨越樹(生成樹)
specify 指定說明
speedup 加速比
SSTF(shortest-seek-time-first) 最短尋道時間優先(磁盤調度算法)
stack strategy non-stack strategy 堆棧型非堆棧型
starvation 飢餓匱乏
statement 陳述
storage 貯藏庫
store procdures 存儲過程
strategy 戰略兵法計劃
strict 嚴密的
styles 文體風格
subgroup 循環的
subset 子集子設備
superclass subclass abstract class 超類子類抽象類
suppose 假定
symbolic 象徵的符號的
synthetic benchmark 複合基準程序
system testing 系統測試
Systolic 脈動陣列
table 表表格桌子
TDM(time division multiplexing) 時分多路複用
technology 工藝技術
terminal 終端
testing phase 測試階段
theta select project theta join θ選擇投影θ鏈接
time complexity 時間複雜度
timestamping 時標技術
Token Bus 令牌總線
Token Ring 令牌環
toy benchmark 簡單基準程序
transaction 事務記錄
transmite 傳送
transport layer session layer 傳輸層會話層
traversal method 遍歷方法
triggers store procedures 觸發器存儲過程
(ORACLE 系統)
underflow 下溢
unique 惟一的
unit system acceptance testing 單元測試系統測試確認測試
universe 宇宙全世界
update 更新
value [數]值
variable 變量
vertical 垂直的
vertice edge 頂點(結點) 邊
via 通過
virtual memory system 虛擬存儲系統
WAN(wide area network) 廣域網
waterfall model 瀑布模型
white noise 白噪聲
write-back(copy-back) 寫回法
write-through(store-through) 寫直達法
WWW(world wide web) 萬維網

other 2 :

A
Active-matrix主動距陳
Adapter cards適配卡
Advanced application高級應用
Analytical graph分析圖表
Analyze分析
Animations動畫
Application software 應用軟件
Arithmetic operations算術運算
Audio-output device音頻輸出設備
Access time存取時間
access存取
accuracy準確性
ad network cookies廣告網絡信息記錄軟件
Add-ons附軟件
Address地址
Agents代理
Analog signals模擬信號
Applets程序
Asynchronous communications port異步通訊端口
Attachment附件

B
Bar code條形碼
Bar code reader條形碼讀卡器
Basic application基礎程序
Binary coding schemes二進制譯碼方案
Binary system二進制系統
Bit比特
Browser瀏覽器
Bus line總線
Backup tape cartridge units備份磁帶盒單元
Bandwidth帶寬
Bluetooth藍牙
Broadband寬帶
Browser瀏覽器
Business-to-business企業對企業電子商務
Business-to-consumer企業對消費者
Bus總線

C
Cables連線
Cell單元箱
Chain printer鏈式打印機
Character and recognition device字符標識識別設備
Chart圖表
Chassis支架
Chip芯片
Clarity清晰度
Closed architecture封閉式體系結構
Column列
Combination key結合鍵
computer competency計算機能力
connectivity鏈接,結點
Continuous-speech recognition system連續語言識別系統
Control unit操縱單元
Cordless or wireless mouse無線鼠標
Cable modems有線調制解調器
carpal tunnel syndrome腕骨神經綜合症
CD-ROM可記錄光盤
CD-RW可重寫光盤
CD-R可記錄壓縮光盤
Channel信道
Chat group談話羣組
chlorofluorocarbons(CFCs) ]氯氟甲烷
Client客戶端
Coaxial cable同軸電纜
cold site冷戰
Commerce servers商業服務器
Communication channel信道
Communication systems信息系統
Compact disc rewritable
Compact disc光盤
computer abuse amendments act of 19941994計算機濫用法案
computer crime計算機犯罪
computer ethics計算機道德
computer fraud and abuse act of 1986計算機欺詐和濫用法案
computer matching and privacy protection act of 1988計算機查找和隱私保護法案
Computer network計算機網絡
computer support specialist計算機支持專家
computer technician計算機技術人員
computer trainer計算機教師
Connection device鏈接設備
Connectivity鏈接
Consumer-to-consumer我的對我的
cookies-cutter programs信息記錄截取程序
cookies信息記錄程序 
cracker解密高手
cumulative trauma disorder積累性損傷錯亂
Cybercash電子現金
Cyberspace計算機空間
cynic憤世嫉俗者

D
Database數據庫
database files數據庫文件
Database manager數據庫管理
Data bus數據總線
Data projector數碼放映機
Desktop system unit臺式電腦系統單元
Destination file目標文件
Digital cameras數碼照相機
Digital notebooks數字筆記本
Digital bideo camera數碼攝影機
Discrete-speech recognition system不連續語言識別系統
Document文檔
document files文檔文件
Dot-matrix printer點矩陣式打印機
Dual-scan monitor雙向掃描顯示器
Dumb terminal非智能終端
data security數據安全
Data transmission specifications數據傳輸說明
database administrator數據庫管理員
Dataplay數字播放器
Demodulation解調
denial of service attack拒絕服務攻擊
Dial-up service撥號服務
Digital cash數字現金
Digital signals數字信號
Digital subscriber line數字用戶線路
Digital versatile disc數字化通用磁盤
Digital video disc數字化視頻光盤
Direct access直接存取
Directory search目錄搜索
disaster recovery plan災難恢復計劃
Disk caching磁盤驅動器高速緩存
Diskette磁盤
Disk磁碟 
Distributed data processing system分部數據處理系統
Distributed processing分佈處理
Domain code域代碼
Downloading下載
DVD 數字化通用磁盤
DVD-R 可寫DVD
DVD-RAM DVD隨機存取器
DVD-ROM 只讀DVD

E
e-book電子閱讀
Expansion cards擴展卡
end user終端用戶
e-cash電子現金
e-commerce電子商務
electronic cash電子現金
electronic commerce電子商務
electronic communications privacy act of1986電子通訊隱私法案
encrypting加密術
energy star能源之星
Enterprise computing企業計算化
environment環境
Erasable optical disks可擦除式光盤
ergonomics人類工程學
ethics道德規範
External modem外置調制解調器
extranet企業外部網

F
Fax machine傳真機
Field域
Find搜索
FireWire port port火線端口
Firmware固件
Flash RAM閃存
Flatbed scanner臺式掃描器
Flat-panel monitor純平顯示器 
floppy disk軟盤
Formatting toolbar格式化工具條
Formula公式
Function函數
fair credit reporting act of 1970公平信用報告法案
Fiber-optic cable光纖電纜
File compression文件壓縮
File decompression文件解壓縮
filter過濾
firewall防火牆
firewall防火牆
Fixed disk固定硬盤
Flash memory閃存
Flexible disk可摺疊磁盤
Floppies磁盤
Floppy disk軟盤
Floppy-disk cartridge磁盤盒
Formatting格式化
freedom of information act of 1970信息自由法案
frustrated受挫折
Full-duplex communication全雙統統信

G
General-purpose application通用運用程序
Gigahertz千兆赫
Graphic tablet繪圖板
green pc綠色我的計算機

H
handheld computer手提電腦
Hard copy硬拷貝
hard disk硬盤
hardware硬件
Help幫助
Host computer主機
Home page主頁
Hyperlink超連接
hacker黑客
Half-duplex communication半雙統統信 
Hard disk硬盤
Hard-disk cartridge硬盤盒
Hard-disk pack硬盤組
Head crash磁頭碰撞
header標題
help desk specialist幫助辦公專家
helper applications幫助軟件
Hierarchical network層次型網絡
history file歷史文件
hits匹配記錄
horizontal portal橫向用戶
hot site熱戰
Hybrid network混合網絡
hyperlinks超鏈接

I
Image capturing device圖像獲取設備
information technology信息技術
Ink-jet printer墨水噴射印刷機
Integrated package綜合性組件
Intelligent terminal智能終端設備
Intergrated circuit集成電路
Interface cards接口卡
Internal modem內部調制解調器
internet telephony網絡電話
internet terminal互聯網終端
Identification識別
i-drive網絡硬盤驅動器
illusion of anonymity匿名幻想
index search索引搜索
information pushers信息推送器
initializing 初始化
instant messaging計時信息
internal hard disk內置硬盤
Internal modem內部調制解調器
Internet hard drive 網絡硬盤驅動器
intranet企業內部網

J
joystick操縱桿

K
keyword search關鍵字搜索

L
laser printer激光打印機
Layout files版式文件
Light pen光筆 
Locate定位
Logical operations邏輯運算
Lands凸面
Line of sight communication視影通訊
Low bandwidth低帶寬
lurking潛伏

M
Main board主板
Mark sensing標誌檢測
Mechanical mouse機械鼠標
Memory內存
Menu菜單
Menu bar菜單條
Microprocessor微處理器
Microseconds微秒
Modem card調制解調器
Monitor顯示器
Motherboard主板
Mouse 鼠標
Multifunctional device多功能設備
Magnetic tape reels磁帶卷
Magnetic tape streamers磁帶條
mailing list郵件列表
Medium band媒質帶寬
metasearch engine整合搜索引擎
Microwave微波
Modem解調器
Modulation解調

N
Net PC網絡計算機
Network adapter card網卡
Network personal computer網絡我的電腦
Network terminal 網絡終端
Notebook computer筆記本電腦
Notebook system unit筆記本系統單元
Numeric entry數字輸入
na?ve天真的人
national information infrastructure protection act of1996國際信息保護法案
national service provider全國性服務供應商
Network architecture網絡體系結構
Network bridge網橋
Network gateway網關
network manager網絡管理員
newsgroup新聞組
no electronic theft act of1997無電子盜竊法
Node節點
Nonvolatile storage非易失性存儲

O
Object embedding對象嵌入
Object linking目標連接
Open architecture開放式體系結構
Optical disk光盤
Optical mouse光電鼠標
Optical scanner光電掃描儀
Outline大綱
off-line browsers離線瀏覽器
Online storage聯機存儲

P
palmtop computer掌上電腦
Parallel ports並行端口
Passive-matrix被動矩陣
PC card我的計算機卡
Personal laser printer我的激光打印機
Personal video recorder card我的視頻記錄卡
Photo printer照片打印機
Pixel像素
Platform scanner平版式掃描儀
Plotter繪圖儀
Plug and play即插即用
Plug-in boards插件卡
Pointer指示器
Pointing stick指示棍
Port端口
Portable scanner便攜式掃描儀
Presentation files演示文稿
Presentation graphics電子文稿程序
Primary storage主存
Procedures規程
Processor處理機
Programming control lanugage程序控制語言
Packets數據包
Parallel data transmission平行數據傳輸
Peer-to-peer network system得等網絡系統
person-person auction site我的對我的拍賣站點
physical security物理安全
Pits凹面
plug-in插件程序
Polling輪詢
privacy隱私權
proactive主動地
programmer程序員
Protocols協議
provider供應商
proxy server代理服務
pull products推取程序
push products推送程序

R
RAM cache隨機高速緩衝器
Range範圍
Record記錄
Relational database關係數據庫
Replace替換
Resolution分辨率
Row行
Read-only只讀
Reformatting重組
regional service provider區域性服務供應商
repetitive motion injury反覆性動做損傷
reverse directory反向目錄
right to financial privacy act of 1979財產隱私法案

S
Scanner掃描器
Search查找
Secondary storage device助存儲設備
Semiconductor半導體
Serial ports串行端口
Server服務器
Shared laser printer共享激光打印機
Sheet表格
Silicon chip硅片
Slots插槽
Smart card智能卡
Soft copy軟拷貝
Software suite軟件協議
Sorting排序分類
Source file源文件
Special-purpose application專用文件
Spreadsheet電子數據表
Standard toolbar標準工具欄
Supercomputer巨型機
System cabine 系統箱
System clock時鐘
System software系統軟件
Satellite/air connection services衛星無線鏈接服務
search engines搜索引擎
search providers搜索供應者
search services 搜索服務器
Sectors扇區
security安全
Sending and receiving devices發送接收設備
Sequential access順序存取
Serial data transmission單向通訊
signature line簽名檔
snoopware監控軟件
software copyright act of1980軟件版權法案
software piracy軟件盜版
Solid-state storage固態存儲器
specialized search engine專用搜索引擎
spiders網頁爬蟲
spike尖峯電壓
Star network星型網
Strategy方案
subject主題
subscription address預約地址
Superdisk超級磁盤
surfing網上衝浪
surge protector浪涌保護器
systems analyst系統分析師

T
Table二維表
Telephony電話學
Television boards電視擴展卡
Terminal 終端
Template模板
Text entry文本輸入
Thermal printer 熱印刷
Thin client瘦客
Toggle key觸發鍵
Toolbar工具欄
Touch screen觸摸屏
Trackball追蹤球
TV tuner card電視調諧卡
Two-state system雙狀態系統
technical writer技術協做者
technostress重壓技術
telnet遠程登陸
Time-sharing system分時系統
Topology拓撲結構
Tracks磁道
traditional cookies傳統的信息記錄程序
Twisted pair雙絞線

U
Unicode統一字符標準
uploading上傳
usenet世界性新聞組網絡

V
Virtual memory虛擬內存
Video display screen視頻顯示屏
Voice recognition system聲音識別系統
vertical portal縱向門戶
video privacy protection act of 1988視頻隱私權保護法案
virus checker病毒檢測程序
virus病毒
Voiceband音頻帶寬
Volatile storage易失性存儲
voltage surge衝擊性電壓

W
Wand reader 條形碼讀入
Web 網絡
Web appliance 環球網設備
Web page網頁
Web site address網絡地址
Web terminal環球網終端
Webcam攝像頭
What-if analysis假定分析
Wireless revolution無線革命
Word字長
Word processing文字處理
Word wrap自動換行
Worksheet file 工做表文件
web auctions網上拍賣
web broadcasters網絡廣播
web portals門戶網站
web sites網站
web storefront creation packages網上商店建立包
web storefronts網上商店
web utilities網上應用程序
web-downloading utilities網頁下載應用程序
webmaster web站點管理員
web萬維網
Wireless modems無線調制解調器
wireless service provider無線服務供應商
world wide web萬維網
worm蠕蟲病毒
Write-protect notch寫保護口

其餘縮寫
DVD digital bersatile 數字化通用光盤
IT ingormation technology信息技術 
CD compact disc 壓縮盤
PDA personal digital assistant我的數字助理
RAM random access memory隨機存儲器
WWW World Wide Web 萬維網
DBMS database management system數據庫管理系統
HTML Hypertext Markup Language超文本標示語言
OLE object linking and embedding對象連接潛入
SQL structured query language結構化查詢語言
URL uniform resouice locator統一資源定位器
AGP accelerated graphics port加速圖形接口
ALU arithmetic-logic unit算術邏輯單元
CPU central processing unit中央處理器
CMOS complementary metal-oxide semiconductor互補金屬氧化物半導體
CISC complex instruction set computer複雜指令集計算機
HPSB high performance serial bus高性能串行總線
ISA industry standard architecture工業標準結構體系
PCI peripheral component interconnect外部設備互連總線
PCMCIA Personal Memory Card International Association我的計算機存儲卡國際協會
RAM random-access memory隨機存儲器
ROM read-only memory只讀存儲器
USB universal serial bus通用串行總線
CRT cathode-ray tube陰極射線管
HDTV high-definition television高清晰度電視
LCD liquid crystal display monitor液晶顯示器
MICRmagnetic-ink character recognition磁墨水字符識別器
OCR optical-character recognition光電字符識別器
OMR optical-mark recognition光標閱讀器
TFT thin film transistor monitor薄膜晶體管顯示器

其餘
Zip disk壓縮磁盤
Domain name system(DNS)域名服務器
file transfer protocol(FTP)文件傳送協議
hypertext markup language(HTML)超文本連接標識語言
Local area network(LAN)局域網
internet relay chat(IRC)互聯網多線交談
Metropolitan area network(MAN)城域網
Network operation system(NOS)網絡操做系統
uniform resource locator(URL)統一資源定位器
Wide area network(WAN)廣域網ios

相關文章
相關標籤/搜索