-
Notifications
You must be signed in to change notification settings - Fork 21
「英文-繁中」用語對照表
Len Chen edited this page Oct 3, 2019
·
20 revisions
英文 | 參考翻譯 |
---|---|
A.I. | 人工智慧 |
abstract | 抽象的 |
abstraction | 抽象體、抽象物、抽象性 |
access | 存取、取用 |
access function | 存取函式 |
access level | 存取級別 |
activate | 作用、啟動、活化 |
active | 作用中的 |
adapter | 配適器 |
address | 位址 |
address space | 位址空間 |
address-of operator | 取址運算子 |
advanced | 進階 |
aggregation | 聚合 |
algorithm | 演算法 |
allocate | 配置 |
allocator | 配置器 |
application | 應用程式 |
application framework | 應用程式框架 |
architecture | 架構 |
argument | 引數 |
array | 陣列 |
arrow operator | 箭頭運算子 |
assembly language | 組合語言 |
assertion | 斷言 |
assign | 指定、設值 |
assignment | 指派、指定 |
assignment operator | 指定運算子 |
associated | 相關的 |
associative container | 關聯式容器 |
atomic | 不可分割的 |
attribute | 屬性 |
audio | 音訊 |
background | 背景 |
backward compatible | 回溯相容 |
bandwidth | 頻寬 |
base class | 基礎類別 |
base type | 基礎型別、基礎類型 |
batch | 批次 |
benefit | 利益 |
best viable function | 最佳可行函式 |
binary function | 二元函式 |
binary operator | 二元運算子 |
binary search | 二分搜尋法 |
binary tree | 二元樹 |
binding | 綁定 |
bit | 位元 |
bit field | 位元欄 |
bitmap | 位元圖 |
bitwise | 以 bit 為單元逐一... |
bitwise copy | 以 bit 為單元逐一複製、位元逐一複製 |
block | 區塊、區段 |
boolean | 布林值 |
border | 邊框 |
boxing | 封箱 |
brace(curly brace) | 大括弧、大括號 |
bracket(square brakcet) | 中括弧、中括號 |
breakpoint | 中斷點 |
build | 建造、構築、建置 |
build-in | 內建 |
bus | 匯流排 |
business | 商務、業務 |
buttons | 按鈕 |
byte | 位元組 |
cache | 快取 |
call | 呼叫 |
call operator | 函式呼叫運算子 |
callback | 回呼 |
candidate function | 候選函式 |
chain | 串鏈 |
character | 字元 |
check box | 選取方塊 |
check button | 確認按鈕 |
checked exception | 可控式例外 |
child class | 子類別 |
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 | 複製 |
clause | 語句 |
code | 程式碼 |
collection | 群集 |
combo box | 複合方塊、複合框 |
command line | 命令列 |
common language runtime (CLR) | 通用語言執行層 |
communication | 通訊 |
compatible | 相容 |
compile time | 編譯期 |
compiler | 編譯器 |
component | 組件 |
composition | 複合、合成、組合 |
computer | 電腦、計算機 |
concept | 概念 |
concrete | 具體的、具象的 |
concurrent | 並行 |
configuration | 設定、組態 |
connection | 連接、連線 |
console | 主控台 |
const | 常數 |
constant | 常數 |
constraint | 條件 |
construct | 構件 |
constructor (ctor) | 建構式 |
container | 容器 |
containment | 內含 |
context | 背景關係、週遭環境、上下脈絡、上下文 |
control | 控制元件 |
copy (n.) | 副本 |
copy (v.) | 複製、拷貝 |
corner case | 邊角案例 |
cover | 涵蓋 |
create | 創建、建立、產生、生成 |
creation | 產生、生成 |
cursor | 游標 |
custom | 訂製、自定 |
data | 資料 |
data member | 資料成員、成員變數 |
data structure | 資料結構 |
database | 資料庫 |
datagram | 資料元 |
dead lock | 死結 |
debug | 除錯 |
debugger | 除錯器 |
declaration | 宣告、宣告式 |
deduction | 推導 |
default | 預設 |
defer | 延緩 |
definition | 定義 |
delegate | 委派、委託、委任 |
delegation | 委派、委託、委任 |
demarshal | 反編列 |
demonstrate (demo) | 演示、展示 |
dereference | 提領 (取出指標所指物體的內容) |
dereference operator | 提領運算子 |
derived class | 衍生類別 |
design by contract | 契約式設計 |
design pattern | 設計樣式 |
destroy | 摧毀、銷毀 |
destructor (dtor) | 解構式 |
device | 裝置、設備 |
dialog | 對話窗、對話盒 |
directive | 指令 |
directory | 目錄 |
disk | 碟、硬碟、磁碟 |
dispatch | 分派、分配、派發 |
distributed computing | 分散式計算 |
document | 文件 |
dot notation | 點記法 |
dot operator | 句點運算子 |
driver | 驅動程式 |
dynamic binding | 動態綁定 |
edge case | 邊緣案例 |
efficiency | 效率 |
efficient | 高效 |
ellipse | 簡略號 |
encapsulation | 封裝 |
enclosing class | 外圍類別 (與巢狀類別 nested class 有關) |
end user | 終端用戶 |
entity | 物體 |
enum (enumeration) | 列舉 |
enumerators | 列舉元 |
equal | 相等 |
equality | 相等性 |
equality operator | 等號運算子 |
equivalence | 等價性、等同性、對等性 |
equivalent | 等價、等同、對等 |
escape charactor | 跳脫字元 |
escape code | 轉義碼 |
evaluate | 評估、求值、核定、計算 |
event | 事件 |
event driven | 事件驅動的 |
exception | 例外、異常 |
exception declaration | 例外宣告、異常宣告 |
exception handling | 例外處理、異常處理 |
exception specification | 例外規格、異常規格 |
exit | 離開、退離 |
explicit | 明確的、明顯的、顯式 |
export | 匯出 |
expression | 表達式、運算式 |
facility | 設施、設備 |
fatal error | 重大錯誤、致命錯誤 |
feature | 特性、功能 |
field | 欄、欄位 |
file | 檔案 |
firmware | 韌體 |
flag | 旗標 |
flash memory | 快閃記憶體 |
flexibility | 彈性 |
flush | 清理、掃清、清空 |
font | 字型、字體 |
for example | 例如 |
form | 表單 |
formal parameter | 形式參數 |
forward declaration | 前置宣告 |
forwarding | 轉呼叫、轉發 |
forwarding function | 轉呼叫函式、轉發函式 |
fractal | 碎形 |
framework | 框架 |
full specialization | 全特化 |
function | 函式、函數 |
function call operator | 函式呼叫運算子 |
function object | 函式物件 |
function overloaded resolution | 函式多載決議程序 |
function template | 函式模板 |
functionality | 功能、機能 |
functor | 仿函式 |
game | 遊戲 |
generate | 產生、生成 |
generic | 泛型、一般化的 |
generic algorithm | 泛型演算法、通用算法 |
getter | 取值函式 |
global | 全域的 |
global object | 全域物件 |
global scope resolution operator | 全域範圍決議運算子 |
group | 群組 |
group box | 群組方塊 |
guard clause | 防範性語法、衛述句 |
GUI | 圖形介面 |
hand shaking | 握手協商 |
handler | 處理常式 |
hard disk | 硬碟 |
hard-coded | 寫死的、編死的 |
hard-copy | 螢幕截圖 |
hardware | 硬體 |
hash table | 雜湊表 |
header file | 表頭檔、標頭檔 |
heap | 堆積 |
helper function | 輔助函式 |
hierarchy | 階層體系、層次結構 |
hook | 掛鉤 |
hyperlink | 超鏈結、超連結 |
icon | 圖示 |
IDE | 整合開發環境 |
identifier | 識別字、識別符、識別符號 |
if and only if | 若且唯若 |
image | 影像、圖片 |
immediate base | 緊鄰直接的上層 |
immediate derived | 緊鄰直接的下層 |
immutability | 不變性 |
immutable | 不可變的 |
implement | 實作 |
implementation | 實作、實作品、實作體、實作碼 |
implicit | 隱喻的、暗自的、隱式 |
import | 匯入 |
increment operator | 累加運算子 |
indicate | 顯示、指出 |
infinite loop | 無窮迴圈 |
infinite recursive | 無窮遞迴 |
information | 資訊 |
infrastructure | 基礎建設 |
inheritance | 繼承 |
initialization | 初始化 |
initialization list | 初值列 |
initialize | 初始化 |
inline | 行內 |
inline expansion | 行內展開 |
inner class | 內隱類別 |
instance | 實體 |
instantiated | 具現化、實體化 |
instantiation | 具現體、具現化實體 |
integer (integral) | 整數(的) |
integrate | 整合 |
interacts | 交談、互動 |
interface | 介面 |
Internet | 網際網路 |
interpreter | 直譯器 |
invariants | 恆常性,約束條件 |
invoke | 喚起、呼叫 |
item | 項目、條款 |
iterate | 迭代 |
iteration | 迭代 |
iterative | 反覆的,迭代的 |
iterator | 迭代器 |
label | 標籤 |
laser | 雷射 |
level | 層次、層級 |
library | 程式庫、函式庫 |
lifetime | 生命週期 |
link | 聯結、連結 |
linked-list | 串列 |
linker | 聯結器、連結器 |
list | 列表 |
list box | 列表方塊、列表框 |
listener | 監聽器、傾聽器 |
literals | 字面值 |
literal constant | 字面常數 |
load | 載入 |
loader | 載入器 |
local | 區域的 |
local object | 區域物件 |
lock | 鎖 |
loop | 迴圈 |
lvalue | 左側值 |
macro | 巨集 |
magic number | 魔術數字 |
maintain | 維護 |
manipulator | 操縱器 |
marshal | 編列 |
mechanism | 機制 |
member | 成員 |
member access operator | 成員取用運算子 |
member function | 成員函式 |
member initialization list | 成員初值列 |
memberwise | 以 member 為單位逐一... |
memberwise copy | 以 members 為單位逐一複製 |
memory | 記憶體 |
menu | 表單、選單 |
message | 訊息 |
message based | 以訊息為基礎的 |
message loop | 訊息迴圈 |
meta- | 超- |
metadata | 詮釋資料 |
method | 方法、行為、函式 |
micro | 微 |
middleware | 中介層 |
modal window | 模態視窗 |
modeling | 模式化、模組化、模塑 |
modeling language | 模組化語言、建模語言 |
modem | 數據機 |
modifier | 修飾詞 |
module | 模組 |
most derived class | 最末層衍生類別 |
mouse | 滑鼠 |
multi-tasking | 多工 |
mutable | 可變的 |
namespace | 命名空間 |
native | 原生的 |
nested class | 巢狀類別 |
network | 網路 |
network card | 網路卡 |
object | 物件 |
object based | 以物件為基礎的 |
object file | 目的檔 |
object literal | 物件字面值 |
object model | 物件模型 |
object oriented | 物件導向的 |
online | 線上 |
opaque | 不透明的 |
operand | 運算元 |
operating system (OS) | 作業系統 |
operation | 操作、操作行為 |
operator | 運算子 |
option | 選項,可選方案 |
ordinary | 常規的 |
overflow | 上限溢位(相對於 underflow) |
overhead | 額外負擔、額外開銷 |
overload | 多載、多載化、重載 |
overloaded function | 多載化函式 |
overloaded operator | 多載化運算子 |
overloaded set | 多載集合 |
override | 改寫、覆寫 |
package | 套件 |
pair | 配對、對組 |
palette | 調色盤、組件盤、工具箱 |
pane | 面板、窗格(有時為嵌板之意) |
parallel | 平行 |
parameter | 參數 |
parameter list | 參數列 |
parent class | 父類別 |
parentheses | 小括弧、小括號 |
parse | 解析 |
part | 零件、部分 |
partial specialization | 偏特化 |
pass by address | 傳址 |
pass by reference | 傳址、傳參考 |
pass by value | 傳值 |
pattern | 樣式 |
performance | 效率、性能 |
persistence | 永續性 |
physical | 實體的、實際的、物理上的 |
pixel | 像素 |
platform | 平台 |
pointer | 指標 |
poll | 輪詢 |
polymorphism | 多型 |
pop up | 彈出 |
port | 埠 |
postfix | 後置式、後序式 |
precedence | 優先 |
prefix | 前置式、前序式 |
preprocessor | 前處理器、預處理器 |
prime | 質數 |
primitive type | 原生型別、原生類型 |
列印 | |
printer | 印表機 |
priority | 優先權 |
procedural | 程序性的、程序式的 |
procedure | 程序 |
process | 程序、行程 |
profile | 評測 |
profiler | 效能(效率)評測器 |
programmer | 程式設計師、程式員 |
programming | 程式設計、寫程式 |
progress bar | 進度條 |
project | 專案 |
property | 屬性 |
protocol | 協定 |
pseudo code | 虛擬碼 |
qualified | 經過資格修飾、合格的 |
qualifier | 資格修飾詞、飾詞 |
quality | 品質 |
queue | 佇列 |
radian | 徑度 |
radio button | 圓鈕、單選按鈕 |
raise | 引發 |
random number | 隨機數、亂數 |
range | 範圍、區間(用於 STL 時) |
rank | 等級、等地 |
raw | 未經處理的 |
reachability | 可達性 |
re-direction | 重導向 |
record | 記錄 |
recordset | 記錄集 |
recursive | 遞迴 |
refactoring | 重構 |
refer | 取用、參考 |
refer to | 指向、指涉、參考 |
reference | 引用、參考、址參器 |
reflection | 反射 |
register | 暫存器 |
relational database | 關聯式資料庫 |
replace, instead | 取代、替換 |
represent | 表述,表現 |
resolution | 決議程序、決議過程、解析度 |
resolve | 決議 |
restriction | 限制、侷限 |
return | 傳回、返回 |
return type | 返回型別、返回類型 |
return value | 返回值 |
robust | 強固、穩健 |
robustness | 強固性、穩健性 |
routine | 常式 |
runtime | 執行期 |
rvalue | 右側值 |
save | 儲存 |
schedule | 排程 |
scheduler | 排程器 |
scheme | 結構綱目、組織綱目 |
scope | 範圍、作用域 |
scope operator | 範圍決議運算子 |
scope resolution operator | 範圍決議運算子 (與scope operator同) |
screen | 螢幕 |
scroll bar | 捲軸 |
search | 搜尋 |
semantics | 語意 |
sequential container | 序列式容器 |
serialization | 序列化 |
server | 伺服器、伺服端 |
setter | 設值函式 |
signal | 信號 |
signature | 標記、簽名、署名 |
slider | 滾軸 |
slot | 槽 |
smart pointer | 靈巧指標、精靈指標、智慧指標 |
snapshot | 螢幕快照、螢幕截圖 |
software | 軟體 |
solution | 解法、解決方案 |
source | 原始碼 |
specialization | 特殊化、特殊化定義、特殊化宣告 |
specification | 規格、規範 |
splitter | 分裂視窗、分割視窗 |
stack | 堆疊 |
stack unwinding | 堆疊輾轉開解(此詞用於 exception 主題) |
standard library | 標準程式庫 |
standard template library (STL) | 標準模板程式庫 |
statement | 述語 |
status bar | 狀態列、狀態欄、狀態條 |
stream | 資料流、串流 |
string | 字串 |
subroutine | 次常式、副程式 |
subscript operator | 下標運算子 |
subtype | 子型別、子類型 |
support | 支援 |
symbol | 符號 |
syntax | 語法 |
tag | 頁籤、標記 |
target | 標的 |
task switch | 工作切換 |
template | 模板、範本 |
template argument deduction | 模板引數推導 |
template explicit specialization | 模板顯式特化 |
template parameter | 模板參數 |
temporary object | 暫時物件 |
text | 文字 |
text file | 程式本文檔 |
thread | 執行緒、緒程 |
thread safe | 多緒安全 |
throw | 丟出、發出(常用於 exception) |
token | 語彙單元 |
transaction | 交易 |
transparent | 透通的、透明的 |
traverse | 巡訪、訪問 |
trigger | 觸發 |
type | 型別、類型 |
UML unified modeling language | 統一建模語言 |
unary function | 一元函式 |
unary operator | 一元運算子 |
unboxing | 開箱 |
unchecked exception | 不可控異常、不可控例外 |
underflow | 下限溢位 |
unqualified | 未經資格修飾、不合格 |
user | 使用者、用戶 |
user interface | 使用者介面、用戶介面、人機介面 |
variable | 變數 |
vector | 向量 |
viable | 可實行的、可行的 |
viable function | 可行函式 |
video | 影片、視訊 |
virtual function | 虛擬函式 |
virtual machine | 虛擬機器、虛擬機 |
virtual memory | 虛擬記憶體 |
volatile | 易揮發的、易變的 |
vowel | 母音 |
wildcard | 萬用字元、萬用符號 |
window | 視窗 |
window function | 視窗函式 |
window procedure | 視窗函式 |
word | 字、單字 |
word processor | 文書處理器 |
wrapper | 外覆、外包、包裝 |
xxx based | 以 xxx 為基礎的、基於 xxx 的 |
xxx box | xxx 盒、xxx 方塊、框 |
xxx oriented | xxx 導向 |