IT軟體開發常用英語辭彙
發一份,我們導師的收集的常用辭彙,與大家共享
A
abstract 抽象的
abstract base class (ABC)抽象基類
abstract class 抽象類
abstraction 抽象、抽象物、抽象性
access 存取、訪問
access function 訪問函數
access level訪問級別
account 賬戶
action 動作
activate 激活
active 活動的
actual parameter 實參
adapter 適配器
add-in 插件
address 地址
address space 地址空間
ADO(ActiveX Data Object)ActiveX數據對象
advanced 高級的
aggregation 聚合、聚集
algorithm 演算法
alias 別名
align 排列、對齊
allocate 分配、配置
allocator分配器、配置器
angle bracket 尖括弧
annotation 註解、評註
API (Application Programming Interface) 應用(程序)編程介面
appearance 外觀
append 附加
application 應用、應用程序
application framework 應用程序框架
Approximate String Matching 模糊匹配
architecture 架構、體系結構
archive file 歸檔文件、存檔文件
argument參數。
array 數組
arrow operator 箭頭操作符
assert(ion) 斷言
assign 賦值
assignment 賦值、分配
assignment operator 賦值操作符
associated 相關的、相關聯的
asynchronous 非同步的
attribute 特性、屬性
authentication service 驗證服務
authorization 授權
B
background 背景、後台(進程)
backup 備份
backup device備份設備
backup file 備份文件
backward compatible 向後兼容、向下兼容
base class 基類
base type 基類型
batch 批處理
BCL (base class library)基類庫
Bin Packing 裝箱問題
binary 二進位
binding 綁定
bit 位
bitmap 點陣圖
block 塊、區塊、語句塊
boolean 布林值(真假值,true或false)
border 邊框
bounds checking 邊界檢查
boxing 裝箱、裝箱轉換
brace (curly brace) 大括弧、花括弧
bracket (square brakcet) 中括弧、方括弧
breakpoint 斷點
browser applications 瀏覽器應用(程序)
browser-accessible application 可經由瀏覽器訪問的應用程序
bug 缺陷錯誤
build 編連(專指編譯和連接)
built-in 內建、內置
bus 匯流排
business 業務、商務(看場合)
business Logic 業務邏輯
business rules 業務規則
buttons 按鈕
by/through 通過
byte 位元組(由8 bits組成)
C
cache 高速緩存
calendar 日曆
Calendrical Calculations 日期
call 調用
call operator 調用操作符
callback 回調
candidate key 候選鍵 (for database)
cascading delete 級聯刪除 (for database)
cascading update 級聯更新 (for database)
casting 轉型、造型轉換
catalog 目錄
chain 鏈(function calls)
character 字元
character format 字元格式
character set 字符集
check box 複選框
check button 複選按鈕
CHECK constraints CHECK約束 (for database)
checkpoint 檢查點 (for database)
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 子句
cleanup 清理、清除
CLI (Common Language Infrastructure) 通用語言基礎設施
client 客戶、客戶端
client application 客戶端應用程序
client area 客戶區
client cursor 客戶端游標 (for database)
client-server 客戶機/伺服器、客戶端/伺服器
clipboard 剪貼板
clone 克隆
CLS (common language specification) 通用語言規範
code access security 代碼訪問安全
code page 代碼頁
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 並發、並發機制
configuration 配置、組態
Connected Components 連通分支
connection 連接 (for database)
connection pooling 連接池
console 控制台
constant 常量
Constrained and Unconstrained Optimization 最值問題
constraint 約束 (for database)
construct 構件、成分、概念、構造(for language)
constructor (ctor) 構造函數、構造器
container 容器
containment包容
context 環境、上下文
control 控制項
cookie
copy 拷貝
CORBA 通用對象請求中介架構(Common Object Request Broker Architecture)
cover 覆蓋、涵蓋
create/creation 創建、生成
crosstab query 交叉表查詢 (for database)
Cryptography 密碼
CTS (common type system)通用類型系統
cube 多維數據集 (for database)
cursor 游標
cursor 游標 (for database)
custom 定製、自定義
D
data 數據
data connection 數據連接 (for database)
data dictionary 數據字典 (for database)
data file 數據文件 (for database)
data integrity 數據完整性 (for database)
data manipulation language (DML)數據操作語言(DML) (for database)
data member 數據成員、成員變數
data source 數據源 (for database)
Data source name (DSN) 數據源名稱(DSN) (for database)
data structure數據結構
Data Structures 基本數據結構
data table 數據表 (for database)
data-bound 數據綁定 (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)
datagram 數據報文
dataset 數據集 (for database)
DBMS (database management system)資料庫管理系統 (for database)
DCOM (distributed COM)分布式COM
dead lock 死鎖 (for database)
deallocate 歸還
debug 調試
debugger 調試器
decay 退化
declaration 聲明
default 預設、默認值
DEFAULT constraint默認約束 (for database)
default database 默認資料庫 (for database)
default instance 默認實例 (for database)
default result set 默認結果集 (for database)
defer 推遲
definition 定義
delegate 委託
delegation 委託
deploy 部署
derived class 派生類
design pattern 設計模式
destroy 銷毀
destructor(dtor)析構函數、析構器
device 設備
DHTML (dynamic HyperText Markup Language)動態超文本標記語言
dialog 對話框
Dictionaries 字典
digest 摘要
digital 數字的
directive (編譯)指示符
directory 目錄
disassembler 反彙編器
DISCO (Discovery of Web Services)Web Services的查找
dispatch 調度、分派、派發
distributed computing 分布式計算
distributed query 分布式查詢 (for database)
DNA (Distributed interNet Application) 分布式網間應用程序
document 文檔
DOM (Document Object Model)文檔對象模型
dot operator (圓)點操作符
double-byte character set (DBCS)雙位元組字符集(DBCS)
driver 驅動(程序)
DTD (document type definition) 文檔類型定義
dump 轉儲
dump file 轉儲文件
E
e-business 電子商務
efficiency 效率
efficient 高效
encapsulation 封裝
end user 最終用戶
end-to-end authentication 端對端身份驗證
engine 引擎
entity 實體
enum (enumeration) 枚舉
enumerators 枚舉成員、枚舉器
equal 相等
equality 相等性
equality operator 等號操作符
error log 錯誤日誌 (for database)
escape character 轉義符、轉義字元
escape code 轉義碼
evaluate 評估
event 事件
event driven 事件驅動的
event handler 事件處理器
evidence 證據
exception 異常
exception declaration 異常聲明
exception handling 異常處理、異常處理機制
exception specification 異常規範
exception-safe 異常安全的
exit 退出
explicit 顯式
explicit specialization 顯式特化
explicit transaction 顯式事務 (for database)
export 導出
expression 表達式
F
fat client 胖客戶端
feature 特性、特徵
fetch 提取
field 欄位 (for database)
field 欄位(java)
field length 欄位長度 (for database)
file 文件
filter 篩選 (for database)
finalization 終結
finalizer 終結器
firewall 防火牆
flag 標記
flash memory 快閃記憶體
flush 刷新
font 字體
foreign key (FK) 外鍵(FK) (for database)
form 窗體
formal parameter 形參
forward declaration 前置聲明
forward-only 只向前的
forward-only cursor 只向前游標 (for database)
framework 框架
full specialization 完全特化
function 函數
function call operator (即operator ()) 函數調用操作符
function object 函數對象
function template函數模板
functionality 功能
functor 仿函數
G
GC (Garbage collection) 垃圾回收(機制)、垃圾收集(機制)
generate 生成
generic 泛化的、一般化的、通用的
generic algorithm通用演算法
genericity 泛型
getter (相對於 setter)取值函數
global 全局的
global object 全局對象
grant 授權 (for database)
group 組、群
group box 分組框
GUI 圖形界面
GUID (Globally Unique Identifier) 全球唯一標識符
H
handle 句柄
handler 處理器
hard disk 硬碟
hard-coded 硬編碼的
hard-copy 截屏圖
hardware 硬體
hash table 散列表、哈希表
header file頭文件
heap 堆
help file 幫助文件
hierarchical data 階層式數據、層次式數據
hierarchy 層次結構、繼承體系
high level 高階、高層
hook 鉤子
Host (application)宿主(應用程序)
hot key 熱鍵
HTML (HyperText Markup Language) 超文本標記語言
HTTP (HyperText Transfer Protocol) 超文本傳輸協議
HTTP pipeline HTTP管道
hyperlink 超鏈接
I
icon 圖標
IDE (Integrated Development Environment)集成開發環境
identifier 標識符
IDL (Interface Definition Language) 介面定義語言
idle time 空閑時間
if and only if當且僅當
IL (Intermediate Language) 中間語言、中介語言
image 圖象
IME 輸入法
immediate base 直接基類
immediate derived 直接派生類
immediate updating 即時更新 (for database)
implement 實現
implementation 實現、實現品
implicit 隱式
implicit transaction隱式事務 (for database)
import 導入
incremental update 增量更新 (for database)
Independent Set 獨立集
index 索引 (for database)
infinite loop 無限循環
infinite recursive 無限遞歸
information 信息
inheritance 繼承、繼承機制
initialization 初始化
initialization list 初始化列表、初始值列表
initialize 初始化
inline 內聯
inline expansion 內聯展開
inner join 內聯接 (for database)
instance 實例
instantiated 具現化、實體化(常應用於template)
instantiation 具現體、具現化實體(常應用於template)
integrate 集成、整合
integrity 完整性、一致性
integrity constraint完整性約束 (for database)
interacts 交互
interface 介面
interoperability 互操作性、互操作能力
interpreter 解釋器
introspection 自省
invariants 不變性
invoke 調用
isolation level 隔離級別 (for database)
item 項、條款、項目
iterate 迭代
iteration 迭代(迴圈每次輪迴稱為一個iteration)
iterative 反覆的、迭代的
iterator 迭代器
J
JIT compilation JIT編譯即時編譯
Job Scheduling 工程安排
K
key 鍵 (for database)
key column 鍵列 (for database)
L
left outer join 左向外聯接 (for database)
level 階、層例
library 庫
lifetime 生命期、壽命
Linear Programming 線性規劃
link 連接、鏈接
linkage 連接、鏈接
linker 連接器、鏈接器
list 列表、表、鏈表
list box 列表框
literal constant 字面常數
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 左值
M
machine code 機器碼、機器代碼
macro 宏
maintain 維護
managed code 受控代碼、託管代碼
Managed Extensions 受控擴充件、託管擴展
managed object 受控對象、託管對象
manifest 清單
many-to-many relationship 多對多關係 (for database)
many-to-one relationship 多對一關係 (for database)
marshal 列集
Matching 匹配
member 成員
member access operator 成員取用運運算元(有dot和arrow兩種)
member function 成員函數
member initialization list成員初始值列表
memory 內存
memory leak 內存泄漏
menu 菜單
message 消息
message based 基於消息的
message loop 消息環
message queuing消息隊列
metadata 元數據
metaprogramming元編程
method 方法
micro 微
middle tier 中間層
middleware 中間件
modeling 建模
modeling language 建模語言
modem 數據機
modifier 修飾字、修飾符
module 模塊
most derived class最底層的派生類
mouse 滑鼠
multi-tasking 多任務
multi-thread 多線程
multicast delegate 組播委託、多點委託
multithreaded server application 多線程伺服器應用程序
multiuser 多用戶
mutable 可變的
mutex 互斥元、互斥體
S


※小小猿理解的介面回調,希望大神拍磚
※20個非常有用的的 Java程序片段
※楊輝三角怎麼完成 一定要多多練習
※《Java編程思想》 之對象的集合
TAG:java吧 |
※MIUI開發版內置軟體批量移除腳本
※微軟發力軟體生態建設:鼓勵開發者提交UWP應用
※定製化軟體開發
※純前端開發案例:用 SpreadJS 搭建信息系統軟體開發平台
※閑談軟體開發
※如何從傳統軟體開發順利過渡到互聯網技術開發
※軟體眾包模式將顛覆傳統軟體開發模式
※PUBG開發者指責開發商重複使用畫面資源
※博通開放網路里程碑,發布用於數據中心交換機的開源軟體開發套件SDKLT
※TTT乾貨之課程開發
※MIUI 開發版 發布啦!
※軟體外包開發服務流程的ABC
※API和瀏覽器兼容性開發實踐
※經典ASIC開發流程
※中國軟體開發的現狀
※軟體開發之防呆
※英特爾開發指南:使用虛擬引擎進行VR開發
※AIIA開發者大會開啟在即,思必馳俞凱談語音交互技術AI互聯
※AIIA開發者大會開啟在即,思必馳俞凱談語音交互技術的「AI互聯」
※蘋果與IBM聯手開發「最智能化移動應用」