程式設計師大牛必備的英文詞彙

weixin_34148456發表於2018-05-28

演算法術語

Data Structures 基本資料結構

Dictionaries 字典

Priority Queues 堆

Graph DataStructures 圖

Set DataStructures 集合

Kd-Trees 線段樹

Numerical Problems數值問題

Solving LinearEquations 線性方程組

BandwidthReduction 頻寬壓縮

MatrixMultiplication 矩陣乘法

Determinants andPermanents 行列式

Constrained andUnconstrained Optimization 最值問題

Linear Programming線性規劃

Random NumberGeneration 隨機數生成

Factoring andPrimality Testing 因子分解/質數判定

ArbitraryPrecision Arithmetic 高精度計算

Knapsack Problem 揹包問題

Discrete FourierTransform 離散Fourier 變換

CombinatorialProblems 組合問題

Sorting 排序

Searching 查詢

Median andSelection 中位數

GeneratingPermutations 排列生成

Generating Subsets子集生成

GeneratingPartitions 劃分生成

Generating Graphs 圖的生成

CalendricalCalculations 日期

Job Scheduling 工程安排

Satisfiability 可滿足性

Graph Problems --polynomial 圖論-多項式演算法

ConnectedComponents 連通分支

TopologicalSorting 拓撲排序

Minimum SpanningTree 最小生成樹

Shortest Path 最短路徑

Transitive Closureand Reduction 傳遞閉包

Matching 匹配

Eulerian Cycle /Chinese Postman Euler 迴路/中國郵路

Edge and Vertex Connectivity割邊/割點

Network Flow 網路流

Drawing GraphsNicely 圖的描繪

Drawing Trees 樹的描繪

PlanarityDetection and Embedding 平面性檢測和嵌入

Graph Problems --hard 圖論-NP 問題

Clique 最大團

Independent Set 獨立集

Vertex Cover 點覆蓋

Traveling SalesmanProblem 旅行商問題

Hamiltonian CycleHamilton 迴路

Graph Partition 圖的劃分

Vertex Coloring 點染色

Edge Coloring 邊染色

Graph Isomorphism 同構

Steiner TreeSteiner 樹

FeedbackEdge/Vertex Set 最大無環子圖

ComputationalGeometry 計算幾何

Convex Hull 凸包

Triangulation 三角剖分

Voronoi DiagramsVoronoi 圖

Nearest NeighborSearch 最近點對查詢

Range Search 範圍查詢

Point Location 位置查詢

IntersectionDetection 碰撞測試

Bin Packing 裝箱問題

Medial-AxisTransformation 中軸變換

PolygonPartitioning 多邊形分割

SimplifyingPolygons 多邊形化簡

Shape Similarity 相似多邊形

Motion Planning 運動規劃

Maintaining LineArrangements 平面分割

Minkowski SumMinkowski 和

Set and StringProblems 集合與串的問題

Set Cover 集合覆蓋

Set Packing 集合配置

String Matching 模式匹配

Approximate StringMatching 模糊匹配

Text Compression 壓縮

Cryptography 密碼

Finite StateMachine Minimization 有窮自動機簡化

Longest CommonSubstring 最長公共子串

Shortest CommonSuperstring 最短公共父串

DP——Dynamic Programming——動態規劃

recursion ——遞迴

程式設計詞彙

A2A integration A2A 整合

abstract 抽象的

abstract baseclass (ABC)抽象基類

abstract class 抽象類

abstraction 抽象、抽象物、抽象性

access 存取、訪問

access level 訪問級別

access function 訪問函式

account 賬戶

action 動作

activate 啟用

active 活動的

actual parameter 實參

adapter 介面卡

add-in 外掛

address 地址

address space 地址空間

address-ofoperator 取地址操作符

ADL(argument-dependent lookup)

ADO(ActiveX DataObject)ActiveX 資料物件

advanced 高階的

aggregation 聚合、聚集

algorithm 演算法

alias 別名

align 排列、對齊

allocate 分配、配置

allocator 分配器、配置器

angle bracket 尖括號

annotation 註解、評註

API (ApplicationProgramming Interface)應用(程式)程式設計介面

app domain(application domain)應用域

application 應用、應用程式

applicationframework 應用程式框架

appearance 外觀

append 附加

architecture 架構、體系結構

archive file 歸檔檔案、存檔檔案

argument 引數(傳給函式的值)。參見parameter

array 陣列

arrow operator 箭頭操作符

ASP(Active ServerPage)活動伺服器頁面

ASP.NET workerprocess ASP.NET 工作者程式

assembly 裝配件、配件

assembly language 組合語言

assembly manifest 裝配件清單

assert(ion)斷言

assign 賦值

assignment 賦值、分配

assignmentoperator 賦值操作符

associated 相關的、相關聯的

associativecontainer 關聯式容器(對應sequentialcontainer)

asynchronous 非同步的

atomic 原子的

atomic operation 原子操作

attribute 特性、屬性

authenticationservice 驗證服務

authorization 授權

audio 音訊

A.I. 人工智慧

B2B integrationB2B 整合、B2B 整合(business-to-businessintegration)

background 背景、後臺(程式)

backwardcompatible 向後相容、向下相容

backup 備份

backup device 備份裝置

backup file 備份檔案

bandwidth 頻寬

base class 基類

base type 基型別

batch 批處理

BCL (base classlibrary)基類庫

binary 二進位制

binary search 二分查詢

binary tree 二叉樹

binary function 雙參函式

binary largeobject 二進位制大物件

binary operator 二元操作符

binding 繫結

bit 位

bitmap 點陣圖

bitwise 按位...

bitwise copy 為單元進行復制;位元逐一複製,按位拷

bitwise operation 按位運算

block 塊、區塊、語句塊

bookkeeping 簿記

boolean 布林值(真假值,true 或false)

border 邊框

bounds checking 邊界檢查

boxing 裝箱、裝箱轉換

brace (curlybrace)大括號、花括號

bracket (squarebrakcet)中括號、方括號

breakpoint 斷點

browserapplications 瀏覽器應用(程式)

browser-accessibleapplication 可經由瀏覽器訪問的應用程式

build 編連(專指編譯和連線

built-in 內建、內建

bus 匯流排

business 業務、商務(看場合)

business Logic 業務邏輯

business rules 業務規則

buttons 按鈕

bug 臭蟲

by/through 通過

byte 位元組(由8 bits 組成)

cache 快取記憶體

calendar 日曆

call 呼叫

callback 回撥

call-levelinterface (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 constraintsCHECK 約束(for database)

checkpoint 檢查點(for database)

check box 核取方塊

check button 核取按鈕

child class 子類

CIL (commonintermediate language)通用中間語言、通用中介語言

class 類

class declaration 類宣告

class definition 類定義

class derivationlist 類繼承列表

class factory 類廠

class hierarchy 類層次結構

class library 類庫

class loader 類裝載器

class template 類别範本

class templatepartial specializations 類别範本部分特化

class templatespecializations 類别範本特化

classification 分類

clause 子句

client application客戶端應用程式

client cursor 客戶端遊標(for database)

code page 內碼表

cleanup 清理、清除

CLI (CommonLanguage Infrastructure) 通用語言基礎設施

client 客戶、客戶端

client area 客戶區

client-server 客戶機/伺服器、客戶端/伺服器

clipboard 剪貼簿

clone 克隆

CLS (commonlanguage specification)通用語言規範

code accesssecurity 程式碼訪問安全

COFF (CommonObject File Format) 通用物件檔案格式

collection 集合

COM (ComponentObject 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 (curiouslyrecurring template pattern)

CTS (common typesystem)通用型別系統

cube 多維資料集(for database)

cursor 游標

cursor 遊標(for database)

custom 定製、自定義

常用詞彙

data 資料

data connection 資料連線(for database)

DefinitionLanguage (DDL)資料定義語言(DDL) (for database)

data dictionary 資料字典(for database)

data dictionaryview 資料字典檢視(for database)

data file 資料檔案(for database)

data integrity 資料完整性(for database)

data manipulationlanguage (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 (databasemanagement system)資料庫管理系統(for database)

DCOM (distributedCOM)分散式COM

dead lock 死鎖(for database)

deallocate 歸還

debug 除錯

debugger 偵錯程式

decay 退化

decision support 決策支援

declaration 宣告

declarativereferential 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 解引用

dereferenceoperator (提領)運運算元

derived class 派生類

design by contract契約式設計

design pattern 設計模式

destroy 銷燬

destructor(dtor)解構函式、析構器

device 裝置

DHTML (dynamicHyperText Markup Language)動態超文字標記語言

dialog 對話方塊

digest 摘要

digital 數字的

DIME (DirectInternet Message Encapsulation)直接Internet 訊息封裝

directive (編譯)指示符

directory 目錄

dirty pages 髒頁(for database)

dirty read 髒讀(for database)

disassembler 反彙編器

DISCO (Discoveryof Web Services)Web Services 的查詢

disk 盤

dispatch 排程、分派、派發(我喜歡“排程”)

DISPID (DispatchIdentifier)分派識別符號

distributedcomputing 分散式計算

distributed query 分散式查詢(for database)

DNA (DistributedinterNet Application)分散式網間應用程式

document 文件

DOM (DocumentObject Model)文件物件模型

dot operator (圓)點操作符

driver 驅動(程式)

DTD (document typedefinition) 文件型別定義

double-bytecharacter 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 SQLstatements 動態SQL 語句(fordatabase)

dynamic assembly 動態裝配件、動態配件

dynamic binding 動態繫結

EAI (enterpriseapplication integration)企業應用程式整合(整合)

EBCO (empty baseclass optimization) 空基類優化(機制)

e-business 電子商務

EDI (DlectronicData Interchange)電子資料交換

efficiency 效率

efficient 高效

end-to-endauthentication 端對端身份驗證

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)

explicittransaction 顯式事務(for database)

evaluate 評估

event 事件

event driven 事件驅動的

event handler 事件處理器

evidence 證據

exception 異常

exceptiondeclaration 異常宣告

exception handling異常處理、異常處理機制

exception-safe 異常安全的

exceptionspecification 異常規範

exit 退出

explicit 顯式

explicitspecialization 顯式特化

export 匯出

expression 表示式

data 資料

data connection 資料連線(for database)

DefinitionLanguage (DDL)資料定義語言(DDL) (for database)

data dictionary 資料字典(for database)

data dictionaryview 資料字典檢視(for database)

data file 資料檔案(for database)

data integrity 資料完整性(for database)

data manipulationlanguage (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 (databasemanagement system)資料庫管理系統(for database)

DCOM (distributedCOM)分散式COM

dead lock 死鎖(for database)

deallocate 歸還

debug 除錯

debugger 偵錯程式

decay 退化

decision support 決策支援

declaration 宣告

declarativereferential 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 解引用

dereferenceoperator (提領)運運算元

derived class 派生類

design by contract契約式設計

design pattern 設計模式

destroy 銷燬

destructor(dtor)解構函式、析構器

device 裝置

DHTML (dynamicHyperText Markup Language)動態超文字標記語言

dialog 對話方塊

digest 摘要

digital 數字的

DIME (DirectInternet Message Encapsulation)直接Internet 訊息封裝

directive (編譯)指示符

directory 目錄

dirty pages 髒頁(for database)

dirty read 髒讀(for database)

disassembler 反彙編器

DISCO (Discoveryof Web Services)Web Services 的查詢

disk 盤

dispatch 排程、分派、派發(我喜歡“排程”)

DISPID (DispatchIdentifier)分派識別符號

distributedcomputing 分散式計算

distributed query 分散式查詢(for database)

DNA (DistributedinterNet Application)分散式網間應用程式

document 文件

DOM (DocumentObject Model)文件物件模型

dot operator (圓)點操作符

driver 驅動(程式)

DTD (document typedefinition) 文件型別定義

double-bytecharacter 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 SQLstatements 動態SQL 語句(fordatabase)

dynamic assembly 動態裝配件、動態配件

dynamic binding 動態繫結

EAI (enterpriseapplication integration)企業應用程式整合(整合)

EBCO (empty baseclass optimization) 空基類優化(機制)

e-business 電子商務

EDI (DlectronicData Interchange)電子資料交換

efficiency 效率

efficient 高效

end-to-endauthentication 端對端身份驗證

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)

explicittransaction 顯式事務(for database)

evaluate 評估

event 事件

event driven 事件驅動的

event handler 事件處理器

evidence 證據

exception 異常

exceptiondeclaration 異常宣告

exception handling異常處理、異常處理機制

exception-safe 異常安全的

exceptionspecification 異常規範

exit 退出

explicit 顯式

explicitspecialization 顯式特化

export 匯出

expression 表示式

data 資料

data connection 資料連線(for database)

DefinitionLanguage (DDL)資料定義語言(DDL) (for database)

data dictionary 資料字典(for database)

data dictionaryview 資料字典檢視(for database)

data file 資料檔案(for database)

data integrity 資料完整性(for database)

data manipulationlanguage (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 (databasemanagement system)資料庫管理系統(for database)

DCOM (distributedCOM)分散式COM

dead lock 死鎖(for database)

deallocate 歸還

debug 除錯

debugger 偵錯程式

decay 退化

decision support 決策支援

declaration 宣告

declarativereferential 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 解引用

dereferenceoperator (提領)運運算元

derived class 派生類

design by contract契約式設計

design pattern 設計模式

destroy 銷燬

destructor(dtor)解構函式、析構器

device 裝置

DHTML (dynamicHyperText Markup Language)動態超文字標記語言

dialog 對話方塊

digest 摘要

digital 數字的

DIME (DirectInternet Message Encapsulation)直接Internet 訊息封裝

directive (編譯)指示符

directory 目錄

dirty pages 髒頁(for database)

dirty read 髒讀(for database)

disassembler 反彙編器

DISCO (Discoveryof Web Services)Web Services 的查詢

disk 盤

dispatch 排程、分派、派發(我喜歡“排程”)

DISPID (DispatchIdentifier)分派識別符號

distributedcomputing 分散式計算

distributed query 分散式查詢(for database)

DNA (DistributedinterNet Application)分散式網間應用程式

document 文件

DOM (DocumentObject Model)文件物件模型

dot operator (圓)點操作符

driver 驅動(程式)

DTD (document typedefinition) 文件型別定義

double-bytecharacter 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 SQLstatements 動態SQL 語句(fordatabase)

dynamic assembly 動態裝配件、動態配件

dynamic binding 動態繫結

EAI (enterpriseapplication integration)企業應用程式整合(整合)

EBCO (empty baseclass optimization) 空基類優化(機制)

e-business 電子商務

EDI (DlectronicData Interchange)電子資料交換

efficiency 效率

efficient 高效

end-to-endauthentication 端對端身份驗證

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)

explicittransaction 顯式事務(for database)

evaluate 評估

event 事件

event driven 事件驅動的

event handler 事件處理器

evidence 證據

exception 異常

exceptiondeclaration 異常宣告

exception handling異常處理、異常處理機制

exception-safe 異常安全的

exceptionspecification 異常規範

exit 退出

explicit 顯式

explicitspecialization 顯式特化

export 匯出

expression 表示式

named parameter 命名引數

named pipe 命名管道

namespace 名字空間、名稱空間

native 原生的、本地的

native code 本地碼、本機碼

Native ImageGenerator (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 sourceODBC 資料來源(for database)

ODBC driver ODBC 驅動程式(for database)

ODR(one-definition rule)

OLE Automationobjects OLE 自動化物件(for database)

OLE Automationserver OLE 自動化伺服器(for database)

OLE DB consumerOLE DB 使用者(for database)

OLE DB for OLAP 用於OLAP 的OLE DB (for database)

OLE DB providerOLE DB 提供者(for database)

one-to-manyrelationship 一對多關係(for database)

one-to-onerelationship 一對一關係(for database)

online analyticalprocessing (OLAP) 聯機分析處理(OLAP) (for database)

online redo log 聯機重做日誌(for database)

online transactionprocessing (OLTP) 聯機事務處理(OLTP) (for database)

Open Data Services(ODS) 開放式資料服務(ODS) (for database)

Open DatabaseConnectivity (ODBC)開放式資料庫連線(ODBC) (for database)

operand 運算元

operating system(OS)作業系統

operation 操作

operator 操作符、運算子

option 選項

optimizer 優化器

outer join 外聯接(for database)

overflow 上限溢位(相對於underflow)

overhead 額外開銷

overload 過載

overloadresolution 過載決議

overloadedfunction 過載的函式

overloadedoperator 被過載的操作符

override 覆寫、過載、重新定義

package 包

packaging 打包

palette 調色盤

parallel 並行

parameter 引數、形式引數、形參

parameter list 引數列表

parameterize 引數化

parent class 父類

parentheses 圓括弧、圓括號

parse 解析

parser 解析器

part 零件、部件

partialspecialization 區域性特化

pass by address 傳址(函式引數的傳遞方式)(非正式用語)

pass by reference 傳地址、按引用傳遞

pass by value 按值傳遞

pattern 模式

PDA (personaldigital assistant)個人數字助理

PE (PortableExecutable) file 可移植可執行檔案

performance 效能

persistence 永續性

PInvoke (platforminvoke service)平臺呼叫服務

pixel 畫素

placement delete

placement new

placeholder 佔位符

platform 平臺

POD (plain olddata (type))

POI (point ofinstantiation)

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引用計數

referentialintegrity (RI)引用完整性(RI) (for database)

register 暫存器

reflection 反射

refresh data 重新整理資料(for database)

regular expression正規表示式

relationaldatabase 關聯式資料庫

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 (remoteprocedure call)RPC(遠端過程呼叫)

runtime 執行期、執行期、執行時、執行時

rvalue 右值

named parameter 命名引數

named pipe 命名管道

namespace 名字空間、名稱空間

native 原生的、本地的

native code 本地碼、本機碼

Native ImageGenerator (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 sourceODBC 資料來源(for database)

ODBC driver ODBC 驅動程式(for database)

ODR(one-definition rule)

OLE Automationobjects OLE 自動化物件(for database)

OLE Automationserver OLE 自動化伺服器(for database)

OLE DB consumerOLE DB 使用者(for database)

OLE DB for OLAP 用於OLAP 的OLE DB (for database)

OLE DB providerOLE DB 提供者(for database)

one-to-manyrelationship 一對多關係(for database)

one-to-onerelationship 一對一關係(for database)

online analyticalprocessing (OLAP) 聯機分析處理(OLAP) (for database)

online redo log 聯機重做日誌(for database)

online transactionprocessing (OLTP) 聯機事務處理(OLTP) (for database)

Open Data Services(ODS) 開放式資料服務(ODS) (for database)

Open DatabaseConnectivity (ODBC)開放式資料庫連線(ODBC) (for database)

operand 運算元

operating system(OS)作業系統

operation 操作

operator 操作符、運算子

option 選項

optimizer 優化器

outer join 外聯接(for database)

overflow 上限溢位(相對於underflow)

overhead 額外開銷

overload 過載

overloadresolution 過載決議

overloadedfunction 過載的函式

overloadedoperator 被過載的操作符

override 覆寫、過載、重新定義

package 包

packaging 打包

palette 調色盤

parallel 並行

parameter 引數、形式引數、形參

parameter list 引數列表

parameterize 引數化

parent class 父類

parentheses 圓括弧、圓括號

parse 解析

parser 解析器

part 零件、部件

partialspecialization 區域性特化

pass by address 傳址(函式引數的傳遞方式)(非正式用語)

pass by reference 傳地址、按引用傳遞

pass by value 按值傳遞

pattern 模式

PDA (personaldigital assistant)個人數字助理

PE (PortableExecutable) file 可移植可執行檔案

performance 效能

persistence 永續性

PInvoke (platforminvoke service)平臺呼叫服務

pixel 畫素

placement delete

placement new

placeholder 佔位符

platform 平臺

POD (plain olddata (type))

POI (point ofinstantiation)

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引用計數

referentialintegrity (RI)引用完整性(RI) (for database)

register 暫存器

reflection 反射

refresh data 重新整理資料(for database)

regular expression正規表示式

relationaldatabase 關聯式資料庫

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 (remoteprocedure call)RPC(遠端過程呼叫)

runtime 執行期、執行期、執行時、執行時

rvalue 右值

相關文章