那些編程中遇到的常見英文縮寫
★ 親自整理,不允許抄襲或轉(zhuǎn)載·
我們作為中國人,用的是漢語,而英美等國的程序猿則以英語為母語,在代碼、函數(shù)名、函數(shù)參數(shù)等地大量使用英文縮寫,使我們經(jīng)常一臉懵,非常頭疼。為此,我親手整理了一些常用的縮寫,掌握了它之后,你會發(fā)現(xiàn)很多地方都能看懂了。
字典序排列,便于查找。Ctrl+F 快速查找。
★ A
A ① = ANSI。ANSI編碼是一種對ASCII碼的拓展. ② = automatic 自動的
abbr = abbreviation 縮寫
abs = absolute 絕對的;絕對值
accel = accelerate 加速(器/度/…)
ack = acknowledge 確認(rèn)(字符)
addr = address 地址
adj = adjust 調(diào)整
admin = administrator 管理員
alloc = allocate 發(fā)配,分配
alt = alternate 交替,候補(bǔ),輪流
ani / anim = animation 動畫
apk = Android application package 安卓應(yīng)用程序包
app = application 應(yīng)用程序
arg = argument 參數(shù)
arr = array 數(shù)組
asc ①= ASCII = American Standard Code for Information Interchange 美國信息交換標(biāo)準(zhǔn)代碼 ②=ascend(ing) 升高(的);升序(的)
asm = Assembly 匯編(語言)
async = asynchronous 異步的
attr / attrib = attribute 屬性,特征
auto = automatic 自動的
ave / avg = average 平均數(shù)
★ B
B ①= Byte 字節(jié) ② = binary 二進(jìn)制的
b = bit 位
beg = begin(ning) 開始
bg = background 背景
bgm = background music 背景音樂
bin ①= binary 二進(jìn)制的 ②垃圾桶
bmp = bitmap 位圖
btn = button 按鈕
buf / buff = buffer 緩沖(區(qū))
★ C
c ① = character 字符 ②=count 數(shù)量 ③C語言
calc = calculate 計(jì)算;calculator 計(jì)算器
caps 大寫字母
cat ①=concatenate 拼接 ②=catalog(ue) 目錄
cb ①= callback 回調(diào) ②=count of Bytes 字節(jié)數(shù) ③=command block 命令方塊
cd ①=change directory 改變目錄 ②=clear data 清空數(shù)據(jù) ③=code 代碼
ceil = ceiling 向上取整
cer = certificate 證書
cfg = config / configuration 配置
ch ①= character 字符 ② =change 改變
char = character 字符
chg = change 改變
chk = check 檢查
chn = China/Chinese 中國(的);漢語
clk ①= click 點(diǎn)擊 ②=clock 時(shí)鐘
clr ①=clear 清空 ②=color 顏色
cls ①= clear screen 清屏 ②= class 類
cmd = command 命令;命令提示符
cmp = compare 比較
cnt = count 數(shù)量
col / clmn = column 列
com ①M(fèi)S-DOS應(yīng)用程序 ②=commercial 商業(yè)的 ③計(jì)算機(jī)串口 ④=Component Object Model COM組件
comm = communication 通信
con ①=console 控制臺 ②Windows的一個(gè)保留字段
cond = condition 條件
conf = config / configuration 配置
conn = connection 連接
const = constant 常量;不變的
coord = coordination 坐標(biāo)
cp = Code Page 代碼頁
cpy = copy 復(fù)制
crt = current 當(dāng)前的
cs ①= C Sharp C#語言 ②=Chinese 中國的;漢語
ctrl / ctl / cntl = control 控制
cur ①= current 當(dāng)前的 ②=cursor 光標(biāo)
★ D
D ①= decimal 十進(jìn)制的
dat = data 數(shù)據(jù)
db = database 數(shù)據(jù)庫
dbg = debug 調(diào)試
dbl = double 雙精度類型;兩倍
dc = device 設(shè)備
dec ①= decimal 十進(jìn)制的;小數(shù)的 ②=decrease 減少
def ①=define/definition 定義 ②=default 默認(rèn);缺省
deg =degree 程度;角度
del ①=delete 刪除 ②=delegate 委托
dest = destination 目標(biāo)
dev ①= development 發(fā)展;開發(fā) ②=device 設(shè)備
diff = difference 差異;不同
dim = dimension 量;維度
dir ①=directory (文件夾)目錄 ②=direction 方向
disp = display 顯示
dist ①= distance 距離 ②=distribute/distribution 分布;分散
div = divide/division 分開;除;分裂
dlg = dialog(ue) 對話框
dmp = dump 轉(zhuǎn)儲
dn = down 向下
doc = document 文檔
dp ①=data processing數(shù)據(jù)處理 ②=dynamic planning 動態(tài)規(guī)劃
drv ①= driver 驅(qū)動 ②=drive 驅(qū)動器
dt ①=date 日期
dw = double words 雙字(類型);32位的數(shù)據(jù)類型
dyn / dyna = dynamic 動態(tài)的
★ E
e ①無理數(shù)e
ele / elem = element 元素
enum = enumeration 枚舉(類型)
env / environ = environment 環(huán)境;環(huán)境變量
eq / equ = equal 相等的;平等的
err = error 錯(cuò)誤
esc = escape 離開;逃離
est = estimate 估計(jì);預(yù)計(jì)
ex = extension 擴(kuò)展
exe / exec ①= execute 執(zhí)行 ②=executable 可執(zhí)行(程序)
exp ①= experience 經(jīng)驗(yàn) ②=exponent 冪(運(yùn)算)③無理數(shù)e的幾次冪 ④=export 出口
expr = expression 表達(dá)式
ext = extension 擴(kuò)展
extr / extern = external 外部的
★ F
f ①=float (單精度)浮點(diǎn)數(shù) ②十六進(jìn)制的15 ③=flag 標(biāo)志 ④=function 函數(shù)
fg = foreground 前景
fig = figure 圖標(biāo);圖形;數(shù)字
fl / flg = flag 標(biāo)志
fun / func / fn = function 函數(shù);功能
frm ①= form 窗體;形式;表格 ②=frame 幀
frz = freeze 凍結(jié)
fs = font size 字號
★ G
ge / gte = greater than or equal to 大于等于
gen = generate 生成
grp = group 組;群
gt = greater than 大于
gui = Graphic User Interface 圖形用戶界面
★ H
h ①=height 高度 ②=hour 小時(shí) ③= horizontal 橫向的
hex = hexadecimal 十六進(jìn)制
hi = high 高的
hilite = highlight 高亮
hlp = help 幫助
horz = horizontal 橫向的
hr = hour 小時(shí)
★ I
I ①= in 輸入
ia = interactive 交互
ico = icon 圖標(biāo)
id = identifier 標(biāo)識符(編號只是標(biāo)識符的一類)
idx = index 索引;下標(biāo)
img = image 圖像;圖片;映像
imp = import 入口;導(dǎo)入
inc = increase 增加
incl = include 包含
inf / info = information 信息
ini / init = initialize / initialization 初始化
ins = insert 插入
inst ①= instance 實(shí)例 ②=install 安裝
int = integer 整數(shù);整型
io =in/out 輸入與輸出
iso 等……的;相等的
iter = iterator 迭代器
★ J
js = Javascript 語言
★ K
K ①=kilo 千 ②=kilobyte 千字節(jié)
kb ①=kilobyte 千字節(jié)(美國國家標(biāo)準(zhǔn)與技術(shù)研究院最終決定統(tǒng)一標(biāo)準(zhǔn),1KB就等于1000Bytes) ②=keyboard 鍵盤
keybd = keyboard 鍵盤
★ L
L ①= long 長整型 ②=left 左
lang = language 語言
le / lte = less than or equal to 小于等于
len / leng = length 長度
lib = library 庫
lim = limit / limited 極限;限制;有限的
ln = line 行
lnk = link 鏈接;快捷方式
lo = low 低的
loc = location 位置;定位
log ①日志 ②=logarithm 對數(shù)
lst =list 列表;清單
lt = less than 小于
lwr = lower 更低的;小寫的
★ M
m = metre 米
mac ①= machine 機(jī)器; ②=macintosh 蘋果電腦
mat ①=matrix 矩陣 ②=material 材質(zhì)
max = maximum 最大值
md ①=made directory 創(chuàng)建目錄 ②=Markdown 一種輕量級標(biāo)記語言
mem = memory 內(nèi)存
mgr / man = manager 管理器;經(jīng)理
mid =middle 中間的
min ①= minimum 最小值 ②=minute 分鐘
mk = make 創(chuàng)建;制作
mkdir = make directory 創(chuàng)建目錄
mod ①取余 ②=module 模塊
mon ①=monitor 監(jiān)視;顯示屏 ②=month 月
mov ①=move 移動 ②=movie 影片
ms ①=millisecond 毫秒 ②=Microsoft 微軟
msg = message 消息
mtr = metre 米
mul = multiplication 乘(法)
★ N
nan = not a number 非數(shù),表示未定義或不可表示的值
n/a =not applicable 不適用;不可用;不限
ne = not equal 不等
neg = negative 負(fù)的
nib = nibble 半個(gè)字節(jié)
nop = nope 啥都沒有
nul = null 空無;空指針;空字符;Windows保留字之一
num = number 數(shù)字
★ O
O ①= out輸出 ②零
obj = object 對象;目標(biāo)
oct = octal 八進(jìn)制
op = operator 操作符;管理員
opt = optional 可選的;選擇性的
os = operating system 操作系統(tǒng)
★ P
para / param = parameter 參數(shù)
per 每
pgr = program 程序
pic = picture 圖片
pkg = package 包
pos ①= position 位置 ②=positive 正的
pr = print 輸出
prev = previous 上一個(gè)
pro 專家;=professional 專業(yè)的
prob = problem 問題
proc = process 過程;進(jìn)程
prop = property 屬性;性質(zhì)
psw / pw / pwd = password 口令;密碼
pt = point 點(diǎn)
ptn / prn = pattern 樣式
pt / ptr = pointer 指針
punc / punct = punctuation 標(biāo)點(diǎn)
pw = password 口令;密碼
pwr = power 電源;功率;力量
px = pixel 像素
py = Python語言
★ Q
★ R
R ①=right 右 ②=reverse 反轉(zhuǎn);顛倒;反向
RE ①= RuntimeError 運(yùn)行時(shí)錯(cuò)誤 ②= Regular Expression 正則表達(dá)式
rec = record 記錄;錄制
recv = receive 接受;接收
redir = redirect 重定向
ref = reference 引用;參考;參照
reg = registry / register 注冊;Windows的注冊表
regex / regexp = Regular Expression 正則表達(dá)式
rel = relative 相對的(反義詞是abs);相關(guān)的
reloc = relocate / relocation 重定位
rem = ? VB/BAT中的注釋語句
ren = rename 重命名
rep / rpt ①=repeat 重復(fù)
repr ①= represent 代表
req = request 請求
res ①= result 結(jié)果 ②=resource 資源
resp = response 回應(yīng);應(yīng)答
ret = return (value) 返回(值)
rev = reverse 倒轉(zhuǎn);顛倒;反向
rm = remove 移除;刪除
rd / rmdir = remove directory 移除目錄(命令)
rot = rotate / rotation 旋轉(zhuǎn)
rsrc = resource 資源
rt ①= right 右;對的 ②random teleport 隨機(jī)傳送
rtn = return 返回
ru = Ruby 語言
★ S
s ①=second 秒 ②=string 字符串
sb = scroll bar 滾動條
sc ①= service 服務(wù)
sci =science 科學(xué);科學(xué)計(jì)數(shù)法
sec ①=second 秒 ②=section 節(jié)區(qū);部分
seg = segment 分段;環(huán)節(jié)
sep = seperate 分隔
seq = sequence 序列
sig = signal 信號
sln = solution 解決方案;溶液
snd = sound 音效;聲音
sock = socket 套接字(編程)
spec ①=?? ②=special 特殊的;特定的
sqrt = square root 平方根
src = source 源
st = stack 棧
stat = statistics 統(tǒng)計(jì)
std = standard 標(biāo)準(zhǔn)
str = string 字符串
struct = structure 結(jié)構(gòu);結(jié)構(gòu)體
stu = student 學(xué)生
sub ① (表從屬)分…;子…; ②=subtract 減(法)
svc = service 服務(wù)
svr = server 服務(wù)器;服務(wù)端
sw ①= switch 開關(guān) ②=ShowWindow顯示窗口
sym / symb = symbol 象征;符號
syn①=synthesis 合成 ②=sync 同步
sync = synchronization / synchronize(d) 同步的(與async異步相對);一致的
sys = system 系統(tǒng);systematic 系統(tǒng)的
sz ①=? 字符串 ②=size 大小
★ T
t ①= temporary 臨時(shí)的 ②=type 類型,常以 _t 結(jié)尾
tab 制表鍵
tech = technology 技術(shù)
temp / tmp = temporary 臨時(shí)的
tm = time 時(shí)間
tmr = timer 計(jì)時(shí)器(對象)
tot = total 總的;總量
tp ①= type 類型 ②=teleport 傳送
tst = test 測試
txt = text 文本
★ U
U ①=unsigned 無符號(整數(shù)) ②=unit 單位 ③=Unicode 統(tǒng)一碼
ui = User Interface 用戶界面
UL = unsigned long 無符號長整型
um = User Message 用戶定義的消息
uni = unique / unity 唯一的;統(tǒng)一
uninst = uninstall 卸載
upd = update 更新
upg = upgrade 升級
upr = upper 更高的;大寫的
usr = user 用戶
util = utility 效用;功用
★ V
V ①= version 版本 ②=vertical 豎著的;縱向的 ③=virtual 虛擬的
VA = virtual address 虛擬地址
val = value 值
var = variable 變量;可變的
vec / vect = vector 向量(對象)
ver = version 版本
vert = vertical 豎著的;縱向的
vir = virus 病毒
vol = volume 音量;卷;體積
vs ①=vers.對戰(zhàn) ②=Visual Studio 著名軟件
★ W
W ①=wide 寬的 ②=wide character 寬字符(的);Unicode版本的 ③=width 寬度
win ①= Windows系統(tǒng)(的)②=window 窗口
wnd = window 窗口
wr = write 寫入
★ X
xchg = exchange 交換
xcpt = except / exception 異常;例外
xor =exclusive or 異或操作
xp = experience 體驗(yàn);經(jīng)驗(yàn)值
★ Y
yr = year 年
★ Z

我?guī)缀鯖]有收錄任何首字母型縮寫,因?yàn)槟欠N網(wǎng)上直接能搜得到的。