很實用的編程英語詞庫,共收錄一千五百餘條詞彙。

第一部分:
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 外覆、外包 包裝html

第二部分:
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 script 數據庫腳本 (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運算子)
qualified name
qualifier 修飾符
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 子例程
subscript 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 Description, 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 Description 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 面向xxxjava

算法經常使用術語中英對照
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 —— 遞歸node

 

 

 

軟件開發經常使用名詞中英文對照
  詞彙 釋義
  abort 停止
  abstract class 抽象類
  accelerator 快捷鍵
  accelerator mapping 快捷鍵映射
  accelerator table 快捷鍵對應表
  access modifier 訪問修飾符
  Access Pack 訪問包
  access specifier 訪問說明符
  access violation 訪問衝突
  accessibility 輔助功能
  accessibility domain 可訪問域
  Accessibility Options 輔助功能選項
  accessor 訪問器
  action 操做
  Active Directory hierarchy Active Directory 層次結構
  active document 活動文檔
  Active Document Containment 活動文檔包容
  active end 活動端
  active object 活動對象
  active point 活動點
  Active Template Library 活動模板庫
  ActiveX Component ActiveX 組件
  ActiveX Control ActiveX 控件
  ActiveX control container ActiveX 控件容器
  ActiveX Control Interface Wizard ActiveX 控件接口嚮導
  ActiveX Control Test Container ActiveX 控件測試容器
  ActiveX Designer ActiveX 設計器
  ActiveX Document Migration Wizard ActiveX 文檔移植嚮導
  ActiveX-enabled 支持 ActiveX 的
  Add key/ Multiply key/ Substract key/ Devide key 加號鍵/ 乘號鍵/ 減號鍵/ 除號鍵
  Add-In 外接程序
  Address Book 通信簿
  address space 地址空間
  Administrator Mode 管理員模式
  advise sink 通知接收
  aggregate 聚合
  Airbrush 噴槍
  All Tables 全部表
  allocation hook 分配掛鉤
  Alternate text "替換文字,備用文本"
  Always On Top 總在最前面
  ambient 環境
  ambiguous 不明確
  ampersand 符號
  ampersand (&) 「and」符 (&)
  anchor 標記
  animation control 動畫控件
  apartment-model threading 單元模型線程
  application framework 應用程序框架
  Application Wizard 應用程序嚮導
  Apply Now 當即應用
  apply to similar 應用到類似項
  argument 字變量
  Arrange Tables 排列表
  array initializer 數組初始值設定項
  array rank 數組秩
  arrow cap 箭頭帽
  ARROW key 箭頭鍵
  ArrowHourGlass 箭頭沙漏
  ArrowQuestion 箭頭問號
  article family 文章族
  assembly 程序集;彙編
  assembly manifest 程序集清單
  assert 斷言
  assign 分配
  associate 關聯
  "asterisk (""*"")" 星號(「*」)
  asynchronous moniker 異步名字對象
  asynchronous peek operation 異步查看操做
  ATL Object Wizard ATL 對象嚮導
  atomic operation 原子操做
  attached table 附加表
  attribute 特性
  Attributed Component Wizard 屬性化組件嚮導
  Attributed Programming 屬性化編程
  Attributes Property Attributes 屬性
  Authentication 身份驗證
  authorable 可創做(的)
  Auto completion for commands 自動完成命令
  Auto Increment 自動增長
  Auto Syntax Check 自動語法校驗
  Automatic 自動
  automation 自動控制
  automation-enabled 啓用自動化
  background color 背景色
  backslash 反斜槓
  bad 壞的
  base address 基址
  base class 基類
  base implementation 基實現
  base keyword 基關鍵字
  base method 基方法
  base table 基表
  be paged to disk 分頁到磁盤
  behavior 行爲
  Behind the Scenes 幕後
  Bezier 貝塞爾曲線
  Binary Binary;二進制
  binary operator 二元運算符
  bind 綁定
  binder 聯編程序
  binding constraints 綁定約束
  bit field 位域
  bitmask 位掩碼
  bitwise 按位
  bitwise complement operator 按位求補運算符
  bit-wise equivalent 位等效數
  bitwise OR operator 位 OR 運算符
  block 塊
  block if If 塊
  blocking UI 模塊化用戶界面
  body 正文
  Book Edition 試用版
  bookmark 書籤文件
  Boolean 布爾
  bottom margin 下邊距
  bound 上下限
  bound control 綁定控件
  bounding rectangle 邊框
  box 裝箱 (v.)
  break 中斷
  break compatibility 破壞兼容性
  break execution 中斷執行
  break mode 中斷模式
  break state 中斷狀態
  Bring Forward 上移一層
  Bring In Front 置前
  Bring to Front 置於頂層
  broker 中間裝置
  browsable 可瀏覽
  Browse With 瀏覽方式
  Brush 畫筆
  bubbling 冒泡
  bucket 存儲桶
  buddy 合做者
  buffer 緩衝區
  build 生成 (v.);版本 (n.)
  building block 構造塊
  built-in 內置
  bulk 批量
  bulk row fetching 批量取行
  Bulleted List 項目符號列表
  business logic 商業規則
  business process 業務處理
  business rule 商業規則
  button control 按鈕控件
  C calling convention C 調用約定
  C run-time library C 運行時庫
  cab file cab 文件
  cache 緩存
  cacheability 可緩存性
  call 呼叫
  call a com object 調用 COM 對象
  call back 回調
  call invoke 調用 invoke(調用)
  called procedure 被調用過程
  caller 調用方
  calling code 呼叫代碼
  calling convention 調用約定
  calling process 調用進程
  call-out interception 調出偵聽
  caption 題注
  caret 插字號
  carriage return-linefeed 回車-換行
  cascade 級聯
  case statement case 語句
  case-sensitive 區分大小寫
  cast (類型)轉換
  catalog 目錄
  catch 捕捉
  catch block catch 塊
  catch handler catch 處理程序
  category 類別
  caution 警告
  cell 存儲單元
  cell padding 單元格填充
  cell span 單元格跨距
  Center Screen 中心屏幕
  Certificate Creation Utility 證書建立實用工具
  challenge-response 質詢-響應
  change 更改
  character offset 字符偏移量
  chart 圖表
  chat 聊天
  check 複選
  check box control 複選框控件
  check constraint CHECK 約束
  check in 簽入
  check out 簽出
  check state 複選狀態
  check the condition 檢查條件
  check the entry 檢查項
  check the number 檢查數目
  check the registry 檢查註冊表
  check the result 檢查結果
  check the state 檢查狀態
  check the validity 檢查有效性
  check the value 檢查值
  child 子
  child code 子代碼
  child form 子窗體
  circular reference 循環引用
  class 類別
  Class Builder Utility 類生成器實用工具
  class declaration 類聲明
  class definition 類定義
  class factory 類工廠
  class initializer 類初始值設定項
  Class Library Reference 類庫參考
  class member 類成員
  class module 類模塊
  class object 類對象
  class type 類類型
  Class View Group By Type 類視圖「按類型分組」
  classic 傳統(型);傳統風格(的);經典
  clause 子句
  clean 無變更(注:與 dirty 相對)
  click event procedure Click 事件過程
  client area 工做區
  Client Batch cursor library 客戶端批處理遊標庫
  client coordinate 工做區座標
  client request 客戶端請求
  client-based 基於客戶端的
  client-side 客戶端
  clip 剪輯
  Clipboard format 剪貼板格式
  Clipboard-viewer chain 剪貼板查看器鏈
  clipping region 剪切區域
  clone 克隆
  close parenthesis 右括號
  Close region 臨近區域(Close Region)
  close up 閉合
  closing set of angle bracket 結束雙尖括號
  closing tag 結束標記
  CLS compliant 符合 CLS
  clustered index 彙集索引
  code 代碼
  code editor 代碼編輯器
  code example 代碼實例
  code locale 代碼區域設置
  code module 代碼模塊
  code pane 代碼窗格
  code tracing 代碼跟蹤
  code wizard 代碼嚮導
  codebase 基本代碼
  code-behind 代碼隱藏
  Collapse to Definitions 摺疊到定義
  Collate 逐份打印
  collection 集合
  collection editor 集合編輯器
  color scheme 配色方案
  column span 列跨距
  COM Classic COM 傳統型
  COM component COM 組件
  combinator 連結符
  combo box control 組合框控件
  command 命令
  command handler 命令處理程序
  Command line builds 命令行編譯
  command routing 命令傳送
  comment token 註釋標記
  Common Control 公共控件
  Common Dialog 通用對話框(Common Dialog)
  common files 公共文件
  Common Object File Format 通用對象文件格式
  common resource file 公共資源文件
  common Web files 公共 Web 文件
  communicate 通訊
  compact 壓縮;緊湊
  compact version 精簡版本
  comparer 比較器
  compile time 編譯時
  compiler 編譯程序
  complex-bound 複雜綁定
  component 組件
  component authoring 組件創做
  Component Gallery 組件庫
  Component Object Model 組件對象模型 or COM
  Component Services Admin Tools 組件服務管理工具
  Component Tools Guide 組件工具指南
  component tray 組件欄
  Component Wizard 組件嚮導
  component-based 基於組件的
  compose buffer 寫緩衝區
  composite 複合
  concatenation operator 串聯運算符
  concurrency 併發
  Congratulations 祝賀您
  connect string 鏈接字符串
  connectable object 可鏈接對象
  connection map 鏈接映射
  connection point 鏈接點
  connection pooling 鏈接池
  connection string 鏈接字符串
  considerations 注意事項
  constant 常數
  constant expression 常數表達式
  constituent control 構成控件
  constraint 約束
  constructor 構造函數
  constructor initializer 構造函數初始值設定項
  Consumer Template 使用者模板
  contained control 包含的控件
  container 容器
  content-body 內容正文
  context 上下文
  context identifier 上下文標識符
  context menu 上下文菜單
  context window 上下文窗口
  contextify 實現上下文;對…實現上下文
  context-sensitive 區分上下文
  contiguous 相鄰的
  contiguous range 連續範圍
  contract 協定
  control 控制
  control array 控件數組
  control class 控件類
  Control Containment 控件包容
  Control Flow Obfuscation 控制流模糊處理
  control instance 控件實例
  control returns 控制返回
  Control Test Container 控件測試容器
  control view object 控件查看對象
  Conversation 對話
  conversion 轉換
  Cookieless 無 Cookie
  coordinated universal time 協調通用時間
  Copy 副本;複製
  Copy Info 複製信息
  correlation 相關
  corrupt 損壞
  count 計數
  Cracker 黑客
  critical section 關鍵部分
  cross-process 進程間
  cross-thread 線程間
  crypt hash object 加密哈希對象
  cryptographic object 加密對象
  CSS Specific CSS 特定
  Ctl Ctl 鍵;Ctl
  Cursor 光標;遊標
  cursor library 光標庫
  custom 自定義
  Custom Actions Management 自定義操做管理
  Custom AppWizard 自定義應用程序嚮導
  custom build rule 自定義生成規則
  custom event 自定義事件
  custom marshalling 自定義封送處理
  custom resource template 自定義資源模板
  cycle through 循環經過
  Cyclic Redundancy Check 循環冗餘校驗 (CRC)
  Dangling Reference 虛引用
  DAO Query DAO 查詢
  DAO Recordset DAO 記錄集
  DAO Workspace DAO 工做區
  dark shadow 陰影
  data binding 數據綁定
  data breakpoint 數據斷點
  data compartment 數據艙
  Data Component Designer 數據組件設計器
  data consumer 數據使用者
  data environment 數據環境
  Data Environment designer 數據環境設計器
  Data Environment Extensibility Object Model 數據環境擴展性對象模型
  Data Form Wizard 數據窗體嚮導
  data grid 數據網格
  data member 數據成員
  Data Object Wizard 數據對象嚮導
  data point 數據點
  Data Report designer 數據報表設計器
  data set 數據集
  data source 數據源
  data store 數據存儲
  data type 數據類型
  Data View 數據視圖
  data-aware 數據識別
  database class 數據庫類
  database connection 數據庫鏈接
  Database Designer 數據庫設計器
  database diagram 數據庫關係圖
  database engine 數據庫引擎
  database management system 數據庫管理系統
  database object 數據庫對象
  Database Project Items 數據庫項目項
  database schema 數據庫架構
  datagram 數據報
  DataSet DataSet(注:用做關鍵字時);數據集(注:用於通常描述時)
  DataSource DataSource(注:用做關鍵字時);數據源(注:用於通常描述時)
  DataTable DataTable(注:用做關鍵字時);數據表(注:用於通常描述時)
  date and time picker 日期和時間選擇器
  Daylight Saving Time 夏時制
  DB Common Sourcing Module UI Resources 數據庫公共源模塊用戶界面資源
  DB Project Connection 數據庫項目鏈接
  DDE conversation DDE 對話
  dead-letter 死信
  deallocate 解除分配
  debug 調試
  debug build 調試版本
  Debug configuration 「調試」配置
  debug heap 調試堆
  debug mode 調試模式
  debug monitor 調試監視器
  debugger 調試程序
  Decimal key 句點鍵
  decimal separator 小數點分隔符
  declaration 聲明
  declarator 聲明符
  decoder 解碼器
  decorated name 修飾名
  Deep Copy 深層複製
  default 默認
  default action 默認操做
  default behavior 默認行爲
  default case-insensitive hash code provider 不區分大小寫的默認哈希代碼提供程序
  default constructor 默認構造函數
  default hash code provider 默認哈希代碼提供程序
  default implementation 默認實現
  default initial capacity 默認初始容量
  default marshalling 默認封送處理
  default maximum load factor 默認最大加載因子
  default property page 默認屬性頁
  Defect Report 缺陷報告
  definition 定義
  deformatter 反格式化程序
  degrade 降級
  degrade gracefully 徹底下降
  degrade performance 下降性能
  delay-loaded 延遲加載
  delegate 委託
  delete operator 刪除運算符
  delineated square 畫有邊線的方形
  denial of service attack 拒絕服務攻擊
  Dep. assembly nodes 部署程序集節點
  Dep. MSM nodes 部署 MSM 節點
  dependency 依賴項
  dependency file 依賴項文件
  dependent file 依賴文件
  dependent project 依賴項目
  deploy 部署
  Deployment Editors 部署編輯器
  Deployment Wizard 部署嚮導
  deprecate 否決
  deque 雙端隊列
  derive 派生
  derived 導出(的);派生(的)
  derived class 派生類
  derived field 導出字段
  derived type 派生類型
  Description 說明
  descriptor 描述符
  deserialize 反序列化
  design 設計
  design mode 設計模式
  Design Surface File 設計圖面文件
  design time 設計時
  design view 設計視圖
  designer 設計器
  designer host 設計器宿主
  designer surface 設計器表面
  designer window 設計器窗口
  design-time 設計時
  design-time instance 設計時實例
  Design-Time-Only 僅用於設計時
  destination application 目標應用程序
  destination control 目標控件
  destination device context 目標設備上下文
  destination rectangle 目標矩形
  destroy 損壞
  destructor 析構函數
  detect 檢測
  determine 肯定
  developer 開發人員
  Developer edition 開發人員版
  development environment 開發環境
  device 設備
  device context 設備上下文
  device dependent 設備相關
  Device Image 設備映像
  DHTML Page designer DHTML 頁設計器
  diagnostic message 診斷消息
  Diagram 關係圖
  diagram pane 關係圖窗格
  Diagram Surface 關係圖面
  dialog class 對話框類
  dialog control 對話框控件
  Dialog Data Exchange 對話框數據交換
  Dialog editor 對話框編輯器
  dialog template resource 對話框模板資源
  dialog-based 基於對話框的
  Diff-Merge 差別-合併
  digest authentication 摘要式身份驗證
  dimensionality 維數
  dimensions 尺寸;維數(注:指多個維度時)
  dimmed appearance 淺灰色
  directive 指令
  directory 目錄
  disable 禁用
  disassembly window 反彙編窗口
  discussion list 討論表
  dispatch 調度
  dispatch ID 調度 ID
  dispatch interface 調度接口
  dispatch map 調度映射
  dispinterface 調度接口
  dispose 處置
  distribute 分佈
  Distributed Application 分佈式應用程序
  Distributed Component Object Model 分佈式組件對象模型
  Doc Relative 與文檔相關的
  Dock 停靠
  dockable 可停靠的
  dockable toolbar 可停靠工具欄
  document class 文檔類
  document containment 文檔包容
  document/view architecture 文檔/視圖結構
  domain 域
  dominant control 主導控件
  double buffering 雙緩衝
  double-ended queue 雙端隊列
  double-precision floating point number 雙精度浮點數字
  downcast 向下轉換
  downstream 下游
  drive letter 驅動器號
  drop shadow 投影
  drop target 放置目標
  dropdown 下拉
  dropshadow 投影
  dual interface 雙重接口
  dump 轉儲
  Duplicate pound (""#"") characters 重複(「#」)字符
  dynamic array 動態數組
  dynamic assembly 動態程序集
  dynamic binding 動態綁定
  dynamic creation 動態建立
  dynamic cursor 動態遊標
  Dynamic Discovery Document 動態發現文檔
  Dynamic HTML object model 動態 HTML 對象模型
  dynamic splitter window 動態拆分窗口
  dynamic-link library 動態連接庫
  dynaset-type recordset 動態集類型記錄集
  earlier 之前
  edit buffer 編輯緩衝區
  edit control 編輯控件
  edit mode 編輯模式
  edit point 編輯點
  Edition 版本
  Elapsed Time 運行時間
  element 元素
  eliminate 消除
  embed 嵌入
  Emit 發出
  Enabled 啓用;有效的
  encapsulate 封裝
  encapsulated interface pointer 封裝接口指針
  enclosing class 封閉類
  enclosing type 封閉類型
  encompassed type 所含類型
  encompassing type 包含類型
  end 結束
  ending point 結束點
  endpoint 端點
  engine 引擎
  Enter Enter 鍵
  Enterprise Edition 企業版
  enterprise template 企業級模板
  entity 實體
  entry 項
  entry point 入口點
  enumerated type 枚舉類型
  enumeration 枚舉
  enumerator 枚舉器
  enum-type 枚舉類型
  environment 環境
  equality 相等
  equality-expression 相等表達式
  equivalent 等效
  Erase 清除
  error 錯誤
  error handler 錯誤處理程序
  error handling 錯誤處理
  error message 錯誤消息
  error number 錯誤號
  error trapping 錯誤捕獲
  escape character 轉義符
  escape code 轉義碼
  escape sequence 轉義序列
  evaluate 計算
  event concentrator 事件集中器
  event interface 事件接口
  event listener 事件偵聽器
  event log 事件日誌
  event map 事件映射
  event mask 事件屏蔽
  event procedure 事件過程
  event sink map 事件接收映射
  event source 事件源
  event subscription 事件訂閱
  event-driven 事件驅動
  event-handling method 事件處理方法
  evidence 證據
  event sink map 事件接收映射
  event source 事件源
  event subscription 事件訂閱
  event-driven 事件驅動
  event-handling method 事件處理方法
  evidence 證據
  evidence set 證據集
  example code 代碼示例
  exception 異常
  exception handler 異常處理程序
  exception handling 異常處理
  exception throw 引起異常
  exclusive 獨佔
  exclusive checkout 以獨佔方式簽出
  exclusive OR XOR
  Exe Project EXE 項目
  executable 可執行文件
  execute 執行
  existing 現有
  exit 退出
  exit a loop 退出循環
  exit code 退出代碼
  explicit 顯式
  explicit instantiation 顯式實例化
  explicit interface member implementation 顯式接口成員實現
  explicit linking 顯式連接
  explore 瀏覽
  expose 公開
  expression 表達式
  expression argument 表達式參數
  expression evaluator 表達式計算器
  extension DLL 擴展 DLL
  external data source 外部數據源
  external linkage 外部連接
  face color 表面顏色
  facet 方面
  factorability 可分解性
  failure 失敗
  FALSE/false FALSE/假
  fast line 快速掃描線
  fatal error 致命錯誤
  favor speed 優選速度
  feature 功能
  fetch 提取
  field data member 字段數據成員
  figure 圖形;圖例;數據
  File Associations Management 文件關聯管理
  file descriptor 文件說明符
  file handle 文件句柄
  File Manager 文件管理器
  file pointer 文件指針
  file scope 文件範圍
  File System and Scheduling Components 文件系統和調度組件
  File System Editor 文件系統編輯器
  filespec 文件規格
  FileSystemWatcher Component 文件系統觀察程序組件
  fill 填充
  fill in 填寫
  Filled Rectangle 實心矩形
  filter 篩選器
  finalize 完成
  Find what 查找內容
  finish 完成
  fire 激發
  "first-in, first-out" 先進先出
  fixed-length 定長
  fixed-length string 定長串
  fixed-size array 固定大小數組
  flag 標誌
  float 浮動
  floating type 浮點型
  floating-point type 浮點型
  flow off 超出
  focus 焦點
  focus rectangle 聚焦框
  footer 頁角
  For a complete list 有關完整列表
  "For details, see" 有關詳細信息,請參閱
  For information about 有關信息
  force 強制
  forecolor 前景色
  Foreground "前臺,前景"
  foreign key constraint 外鍵約束
  foreign machine 外部計算機
  foreign queue 外部隊列
  foreign table 外表
  foreign-key table 外鍵表
  forest 林
  form 窗體
  form 窗體
  form control 窗體控件
  form module 窗體模塊
  form view 窗體視圖
  formal parameter list 形參表
  format string 格式字符串
  Format Style Sheet 格式化樣式表
  formatter 格式化程序
  formatting 格式化
  formatting rectangle 格式化矩形
  form-based application 基於窗體的應用程序
  Forms Authentication Forms 身份驗證
  forward-only cursor 只進遊標
  Foundation Class Library 基礎類庫
  four headed arrow 四向箭頭
  fractional-constants 小數常數
  frame 框架
  framework 框架
  free 釋放
  Free Bytes 可用字節
  free the memory 釋放內存
  free the structure 釋放結構
  free threaded marshaler 自由線程封送拆收器
  free threading 自由線程處理
  free-form modeling 自由窗體建模
  Frequently Asked Questions 常見問題
  friend function 友元函數
  FrontPage Server Extension FrontPage 服務器擴展
  Full Control component 徹底控制組件
  full-text search 全文搜索
  Full-Width Alpha-Numeric 全角字母-數字
  Full-Width Katakana 全角片假名
  fully populated 徹底填充
  fully qualified name 徹底限定名
  fully qualified path 徹底限定的路徑
  Function 功能;函數
  function body 函數體
  function call 函數調用
  function counting 函數調用計數
  function coverage 函數覆蓋
  function declaration 函數聲明
  function pointer 函數指針
  function profiling 函數分析(Function Profiling)
  function prototype 函數原型
  function scope 函數範圍
  function template 函數模板
  function timing 函數執行時間
  Further Reading 其餘閱讀材料
  gain access 得到訪問權限
  gain control 得到控制
  gain information 得到信息
  Garbage Collector 垃圾回收器
  General 常規;通用
  general accounting module 常規計賬模塊
  General DAO Recordset Tasks 常規 DAO 記錄集任務
  General Date 常規日期
  General Number 常規數字
  general sample 通用示例
  generic-text 通常文本
  get 獲取
  get accessor get 訪問器
  get area get 區域
  get pointer get 指針
  Gets or sets 獲取或設置
  global object 全局對象
  global scope 全局範圍
  global setting 全局設置
  global variable 全局變量
  Glyph 標誌符號
  Go to 轉到
  Gozer Gozer;Gozer 處理
  graphical representation 圖形化表示形式
  graphics method 圖形方法
  grid 網格
  grid control 網格控件
  Grid Layout 網格佈局
  Group By 分組依據
  Group Members 組員
  guarded section 保護區域
  Guide Settings 參考線設置
  Half-Width Alpha-Numeric 半角字母-數字
  Half-Width Katakana 半角片假名
  handle 句柄
  Handle is not pinned 句柄未被固定
  handler 處理程序
  handy focus 快捷焦點
  hard-code 硬編碼
  hash 哈希
  hash algorithm 哈希算法
  hash code 哈希代碼
  hatched pattern 陰影圖案
  header 頭
  header control 標頭控件
  header file 頭文件
  heap 堆
  heap allocation 堆分配
  Help topic 幫助主題
  helper function Helper 函數
  heuristics 試探法
  hierarchical outline 分層大綱
  high-level 高級別
  Highlight 突出顯示;高光點
  high-order word 高序位字
  history list 歷史記錄列表
  hook function 掛鉤函數
  horizontal guideline 水平準線
  Horizontal Spacing 水平間距
  host 主機
  host object 宿主對象
  host window 宿主窗口
  hosted control 寄宿的控件
  hosting API 宿主 API
  hot key control 熱鍵控件
  Hotfix 修補程序 (Hotfix)
  hover 懸停
  html tag replacer object HTML 標記替換器對象
  HTTP request HTTP 請求
  hub and spoke model 輪輻式模型
  human-readable 可讀的
  Hyperlink 超級連接
  icon 圖標
  ID ID
  identity operator 恆等運算符
  ignore 忽略
  illegal 非法
  illustrate 闡釋
  image 映像
  image control 圖像控件
  image editor 圖像編輯器
  image list 圖像列表;映像列表
  image resource 圖像資源;映像資源
  IME composition window IME 撰寫窗口
  Immediate Mode 即時模式
  immediate parent object 直接父對象
  impersonation token 模擬令牌
  implement 實現
  Implement Interface Wizard 實現接口嚮導
  implemented bulk row fetching 實現的批量取行
  implementer 實施者
  implicit 隱式
  implicit conversion 隱式轉換
  import library 導入庫
  Important 重要事項
  in spec 規格中
  in the Project Explorer window 在項目資源管理器窗口中
  In this Section 本節內容
  include file 包含文件
  incoming 傳入(的)
  Increase Vertical Spacing 增長垂直間距
  increment 增量
  Incremental build 增量編譯
  incremental linker 增量連接器
  incremental status 增量狀態
  Independent Developer 獨立開發商
  indexer 索引器
  Indicator Margin Click 單擊指示器邊距
  inference rule 推理規則
  infix notation 中綴符
  inherit 繼承
  inheritance chain 繼承鏈
  inheritors 繼承者
  initial capacity 初始容量
  initial value 初始值
  initialization 初始化
  initialization vector 初始化向量
  initiate 開始;啓動
  injected code 插入的代碼
  Inline 內聯
  inline assembler 內聯彙編
  inline assembly code 內聯程序集代碼
  inline function 內聯函數
  inner exception 內部異常
  inner object 內部對象
  in-place 就地
  in-place activation 就地激活
  in-place active 就地活動
  in-process 進程內
  input focus 輸入焦點
  input mask 輸入掩碼
  Input Method Editor 輸入法編輯器
  insert new 新插入
  inset 插頁?
  Install on Demand 即需即裝
  instance 實例
  instantiate 實例化
  Instantiate Live Controls 實例化活控件
  int type int 類型
  intaller 安裝程序
  integer 整數
  integer literal 整數
  integer type integer 類型
  integer value 整數值
  integral type 整型
  integral value 整數值
  integrated development environment 集成開發環境
  Intellisense 智能感知
  interact 交互
  interface 接口
  internal error 內部錯誤
  internal linkage 內部連接
  Internet Information Server Administration object Internet Information Server 管理對象
  Internet Information Services Internet 信息服務
  Internet Server Application Programming Interface Internet 服務器應用程序編程接口
  Internet/Intranet/Extranet Services SDK Internet/Intranet/extranet 服務SDK
  interoperate 互用;交互操做
  interrupt 中斷
  intersection 交集
  intrinsic control 內部控件
  intrinsic function 內部函數
  Introduction 介紹
  invalid 無效的
  Invalid literal exponent 無效指數
  invalidate 無效
  invocation list 調用列表
  invoke 調用
  iostream library iostream 庫
  Is Dirty 已更新
  ISAPI Extension Wizard ISAPI 擴展嚮導
  isolated storage scope 獨立存儲範圍
  issue 頒發
  italic 斜體
  item 項目
  iterate through 循環訪問
  iteration 迭代
  jagged 交錯的
  Jet database engine Jet 數據庫引擎
  join 聯接
  journal queue 日記隊列
  jump 跳轉
  junction table 聯接表
  Just-in-time debugging 實時調試
  key 密鑰
  key as string 鍵爲字符串
  key feature 主要功能
  key file 密鑰文件
  key value 鍵值
  keyboard focus 鍵盤焦點
  keyset-driven 鍵集驅動
  keyset-type 鍵集類型
  kill 註銷;取消
  Knowledge Base 知識庫
  label 標記
  label control 標籤控件
  labeled statement 標記語句
  LAME! 報告錯誤!
  language equivalents 等效語言
  Language Reference 語言參考
  late binding 晚期綁定
  late-bound 後期綁定
  layered windows feature 分層窗口功能
  Layout 佈局
  lead byte 前導字節
  leading zero 前導零
  least significant byte 最低有效字節
  ledger 賬目型
  left outer join 左外部聯接
  legal 合法
  less derived 派生程度較小的
  level 等級
  leverage (綜合)利用;平衡
  lexical scope 詞法範圍
  library 庫
  lifetime 生存期
  limit 限制
  Limit SQL output 限制 SQL 輸出
  line break 換行符
  line of code 代碼行
  line style 線型
  line-continuation character 行繼續符
  linger 逗留
  link 連接
  Link Master Fields 連接主字段
  link time 連接時間
  linkage 連接
  linker 連接器
  list box control 列表框控件
  list control 列表控件
  list view control 列表視圖控件
  listen 聽
  listen for requests 偵聽請求
  listen on 在…上偵聽
  listen to a queue 偵聽隊列
  Lite control Lite 控件
  literal literal;文本
  literal character 原義字符
  load 加載
  load balancing 負載平衡
  Load on Startup 在啓動時加載
  local constant 局部常量
  local machine 本地計算機
  local scope 局部範圍
  local variable 局部變量
  Locale 區域設置
  location 位置
  location breakpoint 位置斷點
  locator 定位器
  lock 鎖
  lock count 鎖計數
  locked 鎖定
  locking 鎖定
  Log 日誌
  logical headings 邏輯標頭
  logical line 邏輯行
  logical palette 邏輯調色板
  logical unit 邏輯單元
  Long 長
  long integer 長整型
  long pointer 長指針
  long value 長值
  look for 查找
  Look in 查找;查找範圍;搜索
  look up 查找
  lookahead 預測先行
  lookup 查找
  loop control variable 循環控制變量
  loop through 依次經過
  loosely coupled event 鬆耦合事件
  lower bound 下限
  lower-level 低級別
  low-order word 低序位字
  l-value l 值
  macro expansion 宏展開
  Macro Explorer 宏資源管理器
  Macro Hierarchy Type Library 宏層次結構類型庫
  Macros Dialog 宏對話
  Macros IDE 宏 IDE
  Main form 主窗體
  main frame window 主框架窗口
  main function 主函數
  main thread 主線程
  main window 主窗口
  mainframe 主機
  Maintenance Mode 維護模式
  Maintenance Utility 維護實用工具
  Make Same Size 使大小相同
  make the project 生成項目
  Makefile 生成文件
  managed array 託管數組
  managed class 託管類
  managed code 託管代碼
  managed extension 託管擴展
  managed heap 託管堆
  managed object 託管對象
  management 管理
  manifest 清單
  manipulate data 操做數據
  manual 手動
  many-to-many 多對多
  map 圖
  mapping mode 映射模式
  margin 邊距
  margin indicator 邊距指示符
  Margin Indicator bar 「邊距指示符」欄
  marquee 字幕
  marshal 封送
  marshal-by-reference class 引用封送類
  marshalling 封送處理
  Mask 屏蔽;掩碼
  match 匹配
  Match Case 大小寫匹配
  Match related words 匹配相關字
  matching 相應的;匹配的
  matrix 矩陣
  maximum-scroll arrow/ minimum-scroll arrow/ up-scroll arrow 最大程度滾動箭頭/最小程度滾動箭頭/向上滾動箭頭
  MDI child form MDI 子窗體
  MDI child window MDI 子窗口
  MDI frame window MDI 框架窗口
  member 成員
  member function 成員函數
  member variable 成員變量
  membership condition 成員條件
  memory allocation 內存分配
  memory allocator 內存分配器
  memory block 內存塊
  memory cache base object 內存緩存基對象
  memory manager 內存管理器
  menu control 菜單控件
  menu editor 菜單編輯器
  Menu show recently used commands first 菜單首先顯示最近使用的命令
  message handler 消息處理程序
  message map 消息映射
  message pump 消息泵
  message reflection 消息反射
  message sink 消息接收
  message string set 消息字符串集
  message-handler function 消息處理函數
  message-map entry 消息映射項
  metadata token 元數據標記
  method 方法
  method call 方法調用
  method group 方法組
  method invocation 方法調用
  MFC Advanced Concepts MFC 高級概念
  MFC AppWizard MFC 應用程序嚮導
  MFC DAO class MFC DAO 類
  MFC DAO object MFC DAO 對象
  MFC Database MFC 數據庫
  MFC ODBC class MFC ODBC 類
  MFC Reference MFC 參考
  MFC-based 基於 MFC 的
  middle-tier 中間層
  migrate 遷移
  mini-frame window 袖珍框架窗口
  mini-server application 袖珍服務器應用程序
  Misc 雜項
  Miscellaneous 雜項
  Miscellaneous files project saves last 最後保存雜項文件項目
  MMC Snap-In Wizard MMC 管理單元嚮導
  modal dialog 模式對話框
  mode 模式
  model 模型
  modeless form 無模式窗體
  module 模塊
  module level 模塊級
  moniker 名字對象
  month calendar control 月曆控件
  more derived 派生程度較大的
  More Information 詳細信息
  more recent version 較新版本
  mouse button 鼠標按鈕
  mouse capture 鼠標捕獲
  mouse event 鼠標事件
  mouse key 鼠標鍵
  move down 下移
  move up 上移
  MSDN Training documentation set MSDN「培訓」文檔集
  multibyte character 多字節字符
  multibyte code page 多字節代碼頁
  multicast 多播
  multiple document interface 多文檔界面
  Multiple-Inheritance 多重繼承
  multiple-line edit control 多行編輯控件
  multithreaded application 多線程應用程序
  multi-user environment 多用戶環境
  mutually exclusive 互相排斥
  naked attribute naked 屬性
  Naked Function Calls 裸函數調用
  Name and Password Required 要求用戶名和密碼
  name only 僅表名
  named 命名的
  named permission set 命名的權限集
  namespace 命名空間
  nanosecond 毫微秒
  narrowing conversion 收縮轉換
  native 本機的
  native heap 本機堆
  native machine 本機
  native-code application 本機代碼應用程序
  Native-only TCP/I 僅限本機的 TCP/IP
  Navigation bar 導航欄
  navigator 導航器
  New any 新建項
  New anyAttribute 新建屬性
  New Technology file system NTFS 文件系統
  newline 換行
  newline character 換行符
  Next Screen 下一屏
  No conversions are performed 未進行轉換
  node 節點
  nonaggregated 非彙集
  non-blank 非空白
  non-debug version 非調試版本
  non-MFC 非 MFC
  non-null 非空
  non-scatter 非散點程序集
  non-static 非靜態
  non-transactional queue 非事務性隊列
  non-virtual 非虛擬
  non-visual 非可視
  non-zero 非零
  normal viewing 正常查看
  Northwind OLE DB Data Link Northwind OLE DB 數據連接
  notation 表示法
  note 注意
  Notepad 「記事本」(Notepad)
  Notes to Inheritors: 對繼承者的說明:
  nothing 無定義(注:根據上下文而定)
  notification 通知
  notification message 通知消息
  nudge 微移
  nudge down one pixel 向下微移一像素
  null character 空字符
  null pointer 空指針
  null reference 空引用
  null value 空值
  nul-terminated 空終止
  number of bytes 字節數
  number of dimensions 維數
  Numbered List 編號列表
  numeric entity 數字實體
  numeric expression 數值表達式
  numeric type numeric 類型
  object 對象
  Object Browser 對象瀏覽器
  object expression 對象表達式
  object hierarchy 對象層次結構
  object library 對象庫
  object lifetime 對象生存期
  object map 對象映射
  object model 對象模型
  object module 對象模塊
  object qualifier 對象限定符
  object reference 對象引用
  object tag 對象標記
  object variable 對象變量
  Object Viewer 對象查看器
  Object Wizard 對象嚮導
  object-oriented programming 面向對象的編程
  occurrence 匹配項;(視上下文也可省略不譯)
  ODBC Administrator ODBC 管理器
  ODBC Cursor Library ODBC 遊標庫
  ODBC data source ODBC 數據源
  ODBC Driver Manager ODBC 驅動程序管理器
  ODBC SDK ODBC SDK
  OLE Automation OLE 自動化
  OLE container OLE 容器
  OLE DB connection OLE DB 鏈接
  OLE DB Provider OLE DB 提供程序
  OLE DB Template OLE DB 模板
  OLE/COM Object Viewer OLE/Com 對象查看器
  On button down 當按鈕按下
  one-based 從一開始的
  One-Click Web Hosting 鼠標一點,輕鬆發佈到 Web
  one-liner 單行方式
  one-to-many 一對多
  one-to-one 一對一
  Open Database Connectivity 開放式數據庫鏈接
  open parenthesis 左括號
  Open With 打開方式
  opening brace 左大括號
  opening tag 開始標記
  operand 操做數
  operation 操做
  operator 操做符/運算符
  optimistic concurrency 開放式併發
  optimization 優化
  optimized code 優化的代碼
  order 順序
  ordinal 序號
  ordinal index value 序號索引值
  other 其餘
  Out of Memory 內存不足
  Out Parameter 輸出參數
  outgoing interface 輸出接口
  Outlined Rectangle 空心矩形
  out-of-band data 帶外數據
  out-of-process 進程外
  output device context 輸出設備上下文
  output stream 輸出流
  Overall Steps 所有步驟
  overhead 系統開銷
  overlap 重疊
  overlay image 覆蓋圖像
  overlay not resident 覆蓋非駐留
  overload 重載
  Overload Induction 重載概括(Overload Induction)
  overload list 重載列表
  overload resolution 重載決策
  overloaded function 重載函數
  overloaded method 重載方法
  overloaded operator 重載運算符
  overloaded version 重載版本
  overridable public function 可重寫的公共函數
  override 替代
  Overview 概述
  overwrite 覆蓋
  own 全部
  owned window 附屬窗口
  owner 全部者
  owner window 全部者窗口
  owner-drawn 全部者描述的
  ownership 所屬權
  pack pragma 壓縮雜注
  package 數據包
  Package Body 包正文
  packaging process 打包過程
  padding 填充
  page designer 網頁設計器
  pager button 頁導航按鈕
  paint 繪畫
  painter 繪畫器
  palette 調色板
  pane 窗格
  panel 面板
  parameter 參數
  parameter data member 參數數據成員
  parameter list 參數列表
  parent 父
  parent form 父窗體
  parent item 父項
  parent object 父對象
  parent process 父進程
  parent topic 父主題
  parent window 父窗口
  parenting control 父級控制
  parse map 分析映射
  partical 粒子
  pass 傳遞
  pass over 通過
  Passport Authentication Passport 身份驗證
  Paste Special 選擇性粘貼
  Paste the code into the Declarations section 將代碼粘貼到聲明部分
  peek 查看
  peer 對等
  pending 掛起
  per-column 按列的;基於列的;針對於列的
  performance 性能
  Performance Counter 性能計數器
  Performance Monitor 性能監視器
  permission 權限
  persist 持續
  persistence 持久性;持久性存儲
  persistent data 持久性數據
  persister 持續程序
  Personal Tier Application Management 我的層應用程序管理
  Pessimistic locking 保守式鎖定
  physical brush 物理畫刷
  pick 選取
  Picker 選擇器
  picture 圖片
  picture box 圖片框
  pie section 扇形區
  pipe 管道
  pixel 像素
  plate 盤片
  Playback 播放
  pointer 指針
  pointer type 指針類型
  pointer-to-member 指向成員的指針(n.)
  policy class 策略類
  polymorphism 多形性
  pool 池
  populate 填充
  popup 彈出消息;彈出菜單;彈出…(視上下文而定)
  positioning 定位
  Possible values 可能的值
  postback 回發
  post-processor 處理器後
  potential mod by 0 潛在的以 0 求模
  pragma 雜注
  precedence 優先
  precompile 預編譯
  precompiled header 預編譯頭
  predefined 預約義的
  preferences 首選項
  prelink 預連接
  preprocessor 預處理器
  preprocessor directive 預處理器指令
  Presentation Tier 表示層
  Preview Note 預覽說明
  Preview Release 預覽版
  previous 之前的
  Previous Screen 上一屏
  primary key 主鍵
  primary sort key 主要排序關鍵字
  primitive 基元
  principal 主體
  Principal Principal(注:爲對象名時)
  printer device context 打印機設備上下文
  private 私有
  Private Bytes 專用字節
  private keyword 私有關鍵字
  private method 私有方法
  private object 私有對象
  private part number 專用部件號
  Private Queues 專用隊列
  private variable 私有變量
  privilege 特權
  Privileged Time 特權時間
  procedure 過程
  procedure attribute of a property 屬性的「過程屬性」
  procedure call 過程調用
  process 處理
  process resource 進程資源
  processing 處理
  production 產品
  production database 成品數據庫
  Production Server 成品服務器
  Professional Edition 專業版
  profiler 分析器
  profiling error 分析錯誤
  programmatic access 編程訪問
  Programming Model 編程模型
  progress 進度
  progress bar control 進度欄控件
  Progress Manager 進度管理器
  project 項目
  Project Dependencies 項目依賴項
  project directory 項目目錄
  Project Explorer 項目資源管理器
  project group 項目組
  project item configuration 項目項配置
  Project Property Pages 「項目屬性頁」(注:泛指一類屬性頁)
  project workspace 項目工做區
  projectitem 項目項
  properly 正確地,適當地
  property 屬性
  property attributes 屬性特性
  property browser 屬性瀏覽器
  Property Get procedure Property Get 過程
  Property Let procedure Property Let 過程
  property map 屬性映射
  Property Page 屬性頁
  Property Page Wizard 屬性頁嚮導
  property set 屬性集
  Property Set procedure Property Set 過程
  property sheet 屬性表
  provider 提供程序
  pseudo-marshalling 僞封送
  public 公共
  public class 公共類
  public function 公共函數
  public key 公鑰
  public keyword 公共關鍵字
  public method 公共方法
  public string 公共字符串
  public variable 公共變量
  publisher 出版商
  push 推
  push button 下壓按鈕
  put area 放置區域
  put pointer 放置指針
  put up modal UI 提供模式用戶界面
  qualified name 限定名
  query 查詢
  query a webclass 查詢 webclass
  query an object 查詢對象
  Query Builder 查詢生成器
  Query Designer 查詢設計器
  query the database 查詢數據庫
  QuickStart 快速入門
  RAD Data Feature Team RAD 數據功能組
  radio check mark 選中標記
  raise 引起
  raise an error 引起錯誤
  raise an event 引起事件
  raise an exception 引起異常
  rank 秩; 等級
  rank array 秩數組
  Rapid Application Development 應用程序快速開發
  raw data 原始數據
  raw interface pointer 原始接口指針
  RDO RDO
  reader 讀取器;閱讀器
  real object 真實對象
  real proxy 真實代理
  realign 從新對齊
  rebar band rebar 帶區
  rebar control rebar 控件
  rebuild 從新生成
  receive buffer 接收緩衝區
  record 記錄
  record view class 記錄視圖類
  Recorder 記錄器
  recordset 記錄集
  recordset field 記錄集字段
  recordset field data member 記錄集字段數據成員
  recordset object 記錄集對象
  rect rect
  rectangle 矩形
  rectangular region 矩形區域
  recurrence pattern 按期模式
  recursive 遞歸
  recycle 回收
  reference 引用
  reference count 引用數
  Reference Counting 引用計數
  reference key 引用鍵
  reference type 引用類型
  referential integrity 引用完整性
  refine 精煉;簡化
  refresh 刷新
  register 註冊
  Registers window 「寄存器」窗口
  registrar script 註冊器腳本
  registration database 註冊數據庫
  registry 註冊表
  registry key 註冊表項
  Registry Settings Management 註冊表設置管理
  registry subkey 註冊表子項
  regular DLL 規則 DLL
  regular expression 正則表達式
  related information 相關信息
  Related Sections 相關章節
  relationship line 關係線
  release 發行
  release all resources 釋放全部資源
  release build 發佈版本
  Release configuration 「發佈」配置
  release the mouse button 釋放鼠標按鈕
  release version 發佈版本
  Remarks section 備註部分
  remote 遠程的
  Remote Automation 遠程自動化
  remote computer 遠程計算機
  remote data 遠程數據
  remote data source 遠程數據源
  Remote Debug Monitor 遠程調試監視器
  remote debugging 遠程調試
  remote machine 遠程計算機
  remote procedure call 遠程過程調用
  remote server 遠程服務器
  remoting 遠程處理
  Remove 移除
  render 呈現
  rental model 租用模型
  repeater 中繼器
  report 報表
  repository 知識庫
  representation 表示形式
  request 請求
  Required 必選
  reserve area 保留區域
  reserved attribute 保留屬性
  reset 重置
  Reset my usage data 重置慣用數據
  reside 駐留
  resolve 解析
  resolver 解析程序
  resource 資源
  resource compiler 資源編譯器
  Resource DLL for the RC extension compiler for DESIGNINFO resources 用於 DESIGNINFO 資源的 RC 擴展編譯器的資源 DLL
  resource editor 資源編輯器
  resource script 資源腳本
  response 響應
  response file 響應文件
  restore 還原
  result set 結果集
  resulting value 結果值
  resume 繼續
  Retail configuration 「發佈」配置
  rethrow 再次引起
  retrieve 檢索
  Return Return 鍵
  return 返回
  return code 返回代碼
  return type 返回類型
  return value 返回值
  revert to 恢復爲
  Revert to basis 還原爲基本
  revoke 撤消
  rework 改編;返工
  Rich edit control Rich Edit 控件
  rich edit view Rich Edit 視圖
  rich HTML style Rich HTML 樣式
  rich text 多格式文本
  rich text formatted RTF 格式
  right outer join 右外部聯接
  root cause 根源
  root object 根對象
  Root Relative 與根相關的
  rootkey 根項
  round trip 往返行程
  routine 例程
  row pointer 行指針
  row span 行跨距
  row-major 行優先
  rowset 行集合
  RPC debugging RPC 調試
  rule 規則
  run a query 運行查詢
  run an application 運行應用程序
  run code 運行代碼
  Run Length Encoded 行程編碼 (Run Length Encoded)
  run mode 運行模式
  Run On 運行於
  run out of process 進程外運行
  run the example 運行示例
  run time 運行時間
  run-time behavior 運行時行爲
  run-time check 運行時檢查
  run-time class information 運行時類信息
  run-time error 運行時錯誤
  run-time instance 運行時實例
  Run-Time Library Reference 運行時庫參考
  Run-Time-Only 僅用於運行時
  salted hash Salted 哈希技術
  sample 取樣 (v.);示例(n.)
  sample code 示例代碼
  Sample Counter 樣本計數器
  satellite DLL 附屬 DLL
  Save as default 按默認值另存
  Save file As file 另存爲
  scatter assembly 散點程序集
  schedule 日程安排
  schema 架構
  Schema designer 架構設計器
  schema rowset 架構行集合
  scope 範圍
  scope pane 範圍窗格
  scope resolution 範圍解析
  Scribble application 隨意畫圖應用程序
  script 腳本
  Script Debugger 腳本調試程序
  scripting 腳本撰寫
  Scriptlet 腳本小程序
  SDK debugger SDK 調試器
  sealed class 密封類
  search condition 搜索條件
  secondary sort key 次要排序關鍵字
  section 節(與程序段或文檔內容相關時);區域(與平面、位置相關時)
  section name 節名(與程序段相關時)
  security settings 安全設置
  See also 請參見
  selected 選定的
  selection 選擇
  selector 選擇器
  self-contained 獨立的
  self-join 自聯接
  self-referenced 自引用的
  Self-Relative 自相關(的)
  semi-trusted 不徹底受信任的
  Send Behind 下移一層
  separator 分隔符
  Separator key 分隔符鍵
  sequence 序列
  serialize 串行化
  server 服務器
  server application 服務器應用程序
  server counterpart 服務器副本
  Server Explorer 服務器資源管理器
  server-side component 服務器端組件
  serviced component 服務組件
  session object 會話對象
  Sessionless 無會話
  set a breakpoint 設置斷點
  set a flag 設置標誌
  set a property 設置屬性
  set a reference 設置引用
  set accessor 設置訪問器
  set an index 設置索引
  set an option 設置選項
  set attributes 設置屬性
  Set operation Set 操做
  set the cursor 設置遊標
  set to False 設置爲假
  set to True 設置爲真
  setting 設置
  Setup 安裝;設置
  Setup Project 安裝項目
  Setup Toolkit 安裝工具包
  shadow copy 影像複製 (v.);影像副本 (n.)
  shallow copy 淺表副本;淺表複製(copy 做動詞時)
  shape control 形狀控件
  share 共享ios

相關文章
相關標籤/搜索