Data Structures 基本資料結構
Dictionaries 字典
Priority Queues 堆
Graph Data Structures 圖
Set Data Structures 集合
Kd-Trees 線段樹
Numerical Problems 數值問題
Solving Linear Equations 線性方程組
Bandwidth Reduction 帶寬壓縮
Matrix Multiplication 矩陣乘法
Determinants and Permanents 行列式
Constrained and Unconstrained Optimization 最值問題
Linear Programming 線性規劃
Random Number Generation 随機數生成
Factoring and Primality Testing 因子分解/質數判定
Arbitrary Precision Arithmetic 高精度計算
Knapsack Problem 背包問題
Discrete Fourier Transform 離散Fourier變換
Combinatorial Problems 組合問題
Sorting 排序
Searching 查找
Median and Selection 中位數
Generating Permutations 排列生成
Generating Subsets 子集生成
Generating Partitions 劃分生成
Generating Graphs 圖的生成
Calendrical Calculations 日期
Job Scheduling 工程安排
Satisfiability 可滿足性
Graph Problems -- polynomial 圖論-多項式算法
Connected Components 連通分支
Topological Sorting 拓撲排序
Minimum Spanning Tree 最小生成樹
Shortest Path 最短路徑
Transitive Closure and Reduction 傳遞閉包
Matching 比對
Eulerian Cycle / Chinese Postman Euler回路/中國郵路
Edge and Vertex Connectivity 割邊/割點
Network Flow 網絡流
Drawing Graphs Nicely 圖的描繪
Drawing Trees 樹的描繪
Planarity Detection and Embedding 平面性檢測和嵌入
Graph Problems -- hard 圖論-NP問題
Clique 最大團
Independent Set 獨立集
Vertex Cover 點覆寫
Traveling Salesman Problem 旅行商問題
Hamiltonian Cycle Hamilton回路
Graph Partition 圖的劃分
Vertex Coloring 點染色
Edge Coloring 邊染色
Graph Isomorphism 同構
Steiner Tree Steiner樹
Feedback Edge/Vertex Set 最大無環子圖
Computational Geometry 計算幾何
Convex Hull 凸包
Triangulation 三角剖分
Voronoi Diagrams Voronoi圖
Nearest Neighbor Search 最近點對查詢
Range Search 範圍查詢
Point Location 位置查詢
Intersection Detection 碰撞測試
Bin Packing 裝箱問題
Medial-Axis Transformation 中軸變換
Polygon Partitioning 多邊形分割
Simplifying Polygons 多邊形化簡
Shape Similarity 相似多邊形
Motion Planning 運動規劃
Maintaining Line Arrangements 平面分割
Minkowski Sum Minkowski和
Set and String Problems 集合與串的問題
Set Cover 集合覆寫
Set Packing 集合配置
String Matching 模式比對
Approximate String Matching 模糊比對
Text Compression 壓縮
Cryptography 密碼
Finite State Machine Minimization 有窮自動機簡化
Longest Common Substring 最長公共子串
Shortest Common Superstring 最短公共父串
DP——Dynamic Programming——動态規劃
recursion —— 遞歸
程式設計詞彙
A2A integration A2A整合
abstract 抽象的
abstract base class (ABC)抽象基類
abstract class 抽象類
abstraction 抽象、抽象物、抽象性
access 存取、通路
access level通路級别
access function 通路函數
account 賬戶
action 動作
activate 激活
active 活動的
actual parameter 實參
adapter 擴充卡
add-in 插件
address 位址
address space 位址空間
address-of operator 取位址操作符
ADL (argument-dependent lookup)
ADO(ActiveX Data Object)ActiveX資料對象
advanced 進階的
aggregation 聚合、聚集
algorithm 算法
alias 别名
align 排列、對齊
allocate 配置設定、配置
allocator配置設定器、配置器
angle bracket 尖括号
annotation 注解、評注
API (Application Programming Interface) 應用(程式)程式設計接口
app domain (application domain)應用域
application 應用、應用程式
application framework 應用程式架構
appearance 外觀
append 附加
architecture 架構、體系結構
archive file 歸檔檔案、存檔檔案
argument引數(傳給函式的值)。參見parameter
array 數組
arrow operator 箭頭操作符
ASP(Active Server Page)活動伺服器頁面
ASP.NET worker process ASP.NET工作者程序
assembly 裝配件、配件
assembly language 彙編語言
assembly manifest 裝配件清單
assert(ion) 斷言
assign 指派
assignment 指派、配置設定
assignment operator 指派操作符
associated 相關的、相關聯的
associative container 關聯式容器(對應sequential container)
asynchronous 異步的
atomic 原子的
atomic operation 原子操作
attribute 特性、屬性
authentication service 驗證服務
authorization 授權
audio 音頻
A.I. 人工智能
B2B integration B2B整合、B2B內建(business-to-business integration)
background 背景、背景(程序)
backward compatible 向後相容、向下相容
backup 備份
backup device備份裝置
backup file 備份檔案
bandwidth 帶寬
base class 基類
base type 基類型
batch 批處理
BCL (base class library)基類庫
binary 二進制
binary search 二分查找
binary tree 二叉樹
binary function 雙參函數
binary large object二進制大對象
binary operator 二進制操作符
binding 綁定
bit 位
bitmap 位圖
bitwise 按位...
bitwise copy 為單元進行複制;位元逐一複制,按位拷
bitwise operation 按位運算
block 塊、區塊、語句塊
bookkeeping 簿記
boolean 布林值(真假值,true或false)
border 邊框
bounds checking 邊界檢查
boxing 裝箱、裝箱轉換
brace (curly brace) 大括号、花括号
bracket (square brakcet) 中括号、方括号
breakpoint 斷點
browser applications 浏覽器應用(程式)
browser-accessible application 可經由浏覽器通路的應用程式
build 編連(專指編譯和連接配接
built-in 内建、内置
bus 總線
business 業務、商務(看場合)
business Logic 業務邏輯
business rules 業務規則
buttons 按鈕
bug 錯誤
by/through 通過
byte 位元組(由8 bits組成)
cache 高速緩存
calendar 月曆
call 調用
callback 回調
call-level interface (CLI)調用級接口(CLI)
call operator 調用操作符
candidate key 候選鍵 (for database)
cascading delete 級聯删除 (for database)
cascading update 級聯更新 (for database)
casting 轉型、造型轉換
catalog 目錄
chain 鍊(function calls)
character 字元
character format 字元格式
character set 字元集
CHECK constraints CHECK限制 (for database)
checkpoint 檢查點 (for database)
check box 複選框
check button 複選按鈕
child class 子類
CIL (common intermediate language)通用中間語言、通用中介語言
class 類
class declaration 類聲明
class definition 類定義
class derivation list 類繼承清單
class factory 類廠
class hierarchy 類層次結構
class library 類庫
class loader 類裝載器
class template 類模闆
class template partial specializations 類模闆部分特化
class template specializations 類模闆特化
classification 分類
clause 子句
client application 用戶端應用程式
client cursor 用戶端遊标 (for database)
code page 代碼頁
cleanup 清理、清除
CLI (Common Language Infrastructure) 通用語言基礎設施
client 客戶、用戶端
client area 客戶區
client-server 客戶機/伺服器、用戶端/伺服器
clipboard 剪貼闆
clone 克隆
CLS (common language specification) 通用語言規範
code access security 代碼通路安全
COFF (Common Object File Format) 通用對象檔案格式
collection 集合
COM (Component Object Model) 元件對象模型
combo box 組合框
command line 指令行
comment 注釋
commit 送出 (for database)
communication 通訊
compatible 相容
compile time 編譯期、編譯時
compiler 編譯器
component元件
composite index 複合索引、組合索引 (for database)
composite key 複合鍵、組合鍵 (for database)
composition 複合、組合
concept 概念
concrete具體的
concrete class 具體類
concurrency 并發、并發機制
constraint 限制 (for database)
configuration 配置、組态
connection 連接配接 (for database)
connection pooling 連接配接池
console 控制台
constant 常量
construct 構件、成分、概念、構造(for language)
constructor (ctor) 構造函數、構造器
container 容器
containment包容
context 環境、上下文
control 控件
cookie (不譯)
copy 拷貝
CORBA 通用對象請求中介架構(Common Object Request Broker Architecture)
cover 覆寫、涵蓋
create/creation 建立、生成
crosstab query 交叉表查詢 (for database)
CRTP (curiously recurring template pattern)
CTS (common type system)通用類型系統
cube 多元資料集 (for database)
cursor 光标
cursor 遊标 (for database)
custom 定制、自定義
CPU(Center Processor Unit)中央處理單元
Main board主機闆
RAM(random access memory)随機存儲器(記憶體)
ROM(Read Only Memory)隻讀存儲器
Floppy Disk軟碟
Hard Disk硬碟
CD-ROMCD光牒驅動器(光驅)
monitor螢幕
keyboard鍵盤
mouse滑鼠
chip晶片
CD-RCD光牒刻錄機
HUB集線器
Modem= MOdulator-DEModulator,數據機
P-P(Plug and Play)即插即用
UPS(Uninterruptable Power Supply)不間斷電源
BIOS(Basic-input-Output
System)基本輸入輸出系統
CMOS(Complementary Metal-Oxide-Semiconductor)互補金屬氧化物半導體
setup安裝
uninstall解除安裝
wizzard向導
OS(Operation Systrem)作業系統
OA(Office AutoMation)辦公自動化
exit退出
edit編輯
copy複制
cut剪切
paste粘貼
delete删除
select選擇
find查找
select all全選
replace替換
undo撤消
redo重做
program程式
license許可(證)
back前一步
next下一步
finish結束
folder檔案夾
Destination Folder目的檔案夾
user使用者
click點選
double click輕按兩下
right click右擊
settings設定
update更新
release釋出
data資料
data base資料庫
DBMS(Data Base Manege
System)資料庫管理系統
view視圖
insert插入
object對象
configuration配置
command指令
document文檔
POST(power-on-self-test)電源自檢程式
cursor光标
attribute屬性
icon圖示
service pack服務更新檔
option pack功能更新檔
Demo示範
short cut快捷方式
exception異常
debug調試
previous前一個
column行
row列
restart重新啟動
text文本
font字型
size大小
scale比例
interface界面
function函數
access通路
manual指南
active激活
computer language計算機語言
menu菜單
GUI(graphical user interfaces )圖形使用者界面
template模版
page setup頁面設定
password密碼
code密碼
print preview列印預覽
zoom in放大
zoom out縮小
pan漫遊
cruise漫遊
full screen全屏
tool bar工具條
status bar狀态條
ruler标尺
table表
paragraph段落
symbol符号
style風格
execute執行
graphics圖形
image圖像
Unix用于伺服器的一種作業系統
Mac OS蘋果公司開發的作業系統
OO(Object-Oriented)面向對象
virus病毒
file檔案
open打開
colse關閉
new建立
save儲存
exit退出
clear清除
default預設
LAN區域網路
WAN廣域網
Client/Server客戶機/伺服器
ATM( Asynchronous
Transfer Mode)異步傳輸模式
Windows NT微軟公司的網絡作業系統
Internet網際網路
WWW(World Wide Web)網際網路
protocol協定
HTTP超文本傳輸協定
FTP檔案傳輸協定
Browser浏覽器
homepage首頁
Webpage網頁
website網站
URL在Internet的WWW服務程式上
用于指定資訊位置的表示方法
Online線上
Email電子郵件
ICQ網上尋呼
Firewall防火牆
Gateway網關
HTML超文本辨別語言
hypertext超文本
hyperlink超級連結
IP(Address)網際網路協定(位址)
Search Engine搜尋引擎
TCP/IP用于網絡的一組通訊協定
Telnet遠端登入
IE(Internet Explorer)探索者(微軟公司的網絡浏覽器)
Navigator引航者(網景公司的浏覽器)
multimedia多媒體
ISO國際标準化組織
ANSI美國國家标準協會
able 能
active file 活動檔案
add watch 添加監視點
all files 所有檔案
allrightsreserved 所有的權力保留
altdirlst 切換目錄格式
andotherinFORMation 以及其它的資訊
archivefileattribute 歸檔檔案屬性
assignto 指定到
autoanswer 自動應答
autodetect 自動檢測
autoindent 自動縮進
autosave 自動存儲
available on volume 該盤剩餘空間
bad command 指令錯
bad command or filename 指令或檔案名錯
batch parameters 批處理參數
binary file 二進制檔案
binary files 二進制檔案
Borland international borland國際公司
bottommargin 頁下空白
bydate 按日期
byextension 按擴充名
byname 按名稱
bytesfree 位元組空閑
callstack 調用棧
casesensitive 區分大小寫
centralpointsoftwareinc central point 軟體股份公司
changedirectory 更換目錄
changedrive 改變驅動器
changename 更改名稱
characterset 字元集
checkingfor 正在檢查
chgdrivepath 改變盤/路徑
chooseoneofthefollowing 從下列中選一項
clearall 全部清除
clearallbreakpoints 清除所有斷點
clearsanattribute 清除屬性
clearscommandhistory 清除指令曆史
clearscreen 清除螢幕
closeall 關閉所有檔案
codegeneration 代碼生成
colorpalette 彩色調色闆
commandline 指令行
commandprompt 指令提示符
compressedfile 壓縮檔案
conventionalmemory 正常記憶體
copydiskette 複制磁盤
copyrightc 版權(c
createdospartitionorlogicaldosdrive 建立DOS分區或邏輯DOS驅動器
createextendeddospartition 建立擴充DOS分區
createprimarydospartition 建立DOS主分區
createsadirectory 建立一個目錄
currentfile 目前檔案
defrag 整理碎片
dele 删去
deltree 删除樹
devicedriver 裝置驅動程式
dialogbox 對話欄
directionkeys 方向鍵
directly 直接地
directorylistargument 目錄顯示變量
directoryof 目錄清單
directorystructure 目錄結構
diskaccess 磁盤存取
diskcopy 磁盤拷貝
diskspace 磁盤空間
displayfile 顯示檔案
displayoptions 顯示選項
displaypartitioninFORMation 顯示分區資訊
dosshell DOS 外殼
doubleclick 輕按兩下
driveletter 驅動器名
editmenu 編輯選單
emsmemory ems記憶體
endoffile 檔案尾
endofline 行尾
enterchoice 輸入選擇
entiredisk 轉換磁盤
environmentvariable 環境變量
everyfileandsubdirectory 所有的檔案和子目錄
existingdestinationfile 已存在的目錄檔案時
expandedmemory 擴充記憶體
expandtabs 擴充标簽
explicitly 明确地
extendedmemory 擴充記憶體
fastest 最快的
fatfilesystem fat 檔案系統
fdiskoptions fdisk選項
fileattributes 檔案屬性
fileFORMat 檔案格式
filefunctions 檔案功能
fileselection 檔案選擇
fileselectionargument 檔案選擇變元
filesin 檔案在
filesinsubdir 子目錄中檔案
fileslisted 列出檔案