編程詞匯中英對(duì)照
編程就是讓計(jì)算機(jī)為解決某個(gè)問(wèn)題而使用某種程序設(shè)計(jì)語(yǔ)言編寫(xiě)程序代碼,并最終得到結(jié)果的過(guò)程。接下來(lái)小編為大家整理了編程詞匯中英對(duì)照。希望對(duì)你有幫助哦!
stream 流
string 字符串
stub 存根
subobject子對(duì)象
subquery 子查詢(xún) (for database)
subroutine 子例程
subscript operator 下標(biāo)操作符
subset 子集
save 保存
savepoint 保存點(diǎn) (for database)
SAX (Simple API for XML)
scalable 可伸縮的、可擴(kuò)展的
schedule 調(diào)度
scheduler 調(diào)度程序
schema 模式、綱目結(jié)構(gòu)
scroll bar滾動(dòng)條
scope 作用域、生存空間
scope operator 生存空間操作符
scope resolution operator 生存空間解析操作符
screen 屏幕
SDK (Software Development Kit)軟件開(kāi)發(fā)包
sealed class 密封類(lèi)
search 查找
semantics 語(yǔ)義
semaphore 信號(hào)量
sequential container序列式容器
server 服務(wù)器、服務(wù)端
serial 串行
serialization/serialize 序列化
server cursor服務(wù)端游標(biāo)、服務(wù)器游標(biāo) (for database)
session 會(huì)話 (for database)
setter 設(shè)值函數(shù)
shared lock 共享鎖 (for database)
sibling 同級(jí)
side effect 副作用
signature 簽名
single-threaded 單線程
slider滑塊
slot 槽
smart pointer 智能指針
SMTP (Simple Mail Transfer Protocol) 簡(jiǎn)單郵件傳輸協(xié)議
snapshot 截屏圖
snapshot 快照 (for database)
specialization 特化
specification 規(guī)范、規(guī)格
splitter 切分窗口
SOAP (simple object access protocol) 簡(jiǎn)單對(duì)象訪問(wèn)協(xié)議
software 軟件
source code 源碼、源代碼
SQL (Structured Query Language) 結(jié)構(gòu)化查詢(xún)語(yǔ)言 (for database)
stack 棧、堆棧
stack unwinding 疊輾轉(zhuǎn)開(kāi)解(此詞用于exception主題)
standard library 標(biāo)準(zhǔn)庫(kù)
standard template library 標(biāo)準(zhǔn)模板庫(kù)
stateless 無(wú)狀態(tài)的
statement 語(yǔ)句、聲明
static cursor 靜態(tài)游標(biāo) (for database)
static SQL statements 靜態(tài)SQL語(yǔ)句 (for database)
stored procedure 存儲(chǔ)過(guò)程 (for database)
status bar 狀態(tài)條
xxx based 基于xxx的
xxx oriented 面向xxx
subtype 子類(lèi)型
support 支持
suspend 掛起
symbol 記號(hào)
syntax 語(yǔ)法
system databases 系統(tǒng)數(shù)據(jù)庫(kù) (for database)
system tables 系統(tǒng)表 (for database)
table 表 (for database)
table lock 表鎖 (for database)
table-level constraint 表級(jí)約束 (for database)
tape backup 磁帶備份 (for database)
target 標(biāo)的,目標(biāo)
task switch 工作切換
TCP (Transport Control Protocol) 傳輸控制協(xié)議
template 模板
template-id
template argument deduction 模板參數(shù)推導(dǎo)
template explicit specialization 模板顯式特化
template parameter 模板參數(shù)
template template parameter
temporary object 臨時(shí)對(duì)象
temporary table 臨時(shí)表 (for database)
text 文本
text file 文本文件
thin client 瘦客戶(hù)端
third-party 第三方
thread 線程
thread-safe 線程安全的
throw 拋出、引發(fā)(常指發(fā)出一個(gè)exception)
token 符號(hào)、標(biāo)記、令牌(看場(chǎng)合)
trace 跟蹤
transaction 事務(wù) (for database)
transaction log 事務(wù)日志 (for database)
transaction rollback 事務(wù)回滾 (for database)
transactional replication 事務(wù)復(fù)制 (for database)
translation unit 翻譯單元
traverse 遍歷
trigger 觸發(fā)器 (for database)
two-phase commit 兩階段提交 (for database)
tuple
two-phase lookup 兩階段查找
type 類(lèi)型
UDDI(Universary Description, Discovery and Integration)統(tǒng)一描述、查詢(xún)與集成
UML (unified modeling language)統(tǒng)一建模語(yǔ)言
unary function 單參函數(shù)
unary operator 一元操作符
unboxing 拆箱、拆箱轉(zhuǎn)換
underflow 下限溢位(相對(duì)于overflow)
Union query 聯(lián)合查詢(xún) (for database)
UNIQUE constraints UNIQUE約束 (for database)
unique index 唯一索引 (for database)
unmanaged code 非受控代碼、非托管代碼
unmarshal 散集
unqualified 未經(jīng)限定的、未經(jīng)修飾的
URI (Uniform Resource identifier) 統(tǒng)一資源標(biāo)識(shí)符
URL (Uniform Resource Locator) 統(tǒng)一資源定位器
user 用戶(hù)
user interface 用戶(hù)界面
value types 值類(lèi)型
variable 變量
vector 向量(一種容器,有點(diǎn)類(lèi)似array)
viable 可行的
video 視頻
view 視圖
VEE (Virtual Execution Engine)虛擬執(zhí)行引擎
vendor 廠商
view 視圖 (for database)
virtual function 虛函數(shù)
virtual machine 虛擬機(jī)
virtual memory 虛擬內(nèi)存
vowel 元音字母
Web Services web服務(wù)
WHERE clause WHERE子句 (for database)
wildcard characters 通配符字符 (for database)
wildcard search 通配符搜索 (for database)
window 窗口
window function 窗口函數(shù)
window procedure 窗口過(guò)程
Windows authentication Windows身份驗(yàn)證
wizard 向?qū)?/p>
word 單詞
word processor 字處理器
wrapper 包裝、包裝器
write enable 寫(xiě)啟用 (for database)
write-ahead log 預(yù)寫(xiě)日志 (for database)
write-only 只寫(xiě)
WSDL (Web Service Description Language)Web Service描述語(yǔ)言
XML Message Interface (XMI) XML消息接口
XML (eXtensible Markup Language) 可擴(kuò)展標(biāo)記語(yǔ)言
XSD (XML Schema Definition) XML模式定義語(yǔ)言
XSL (eXtensible Stylesheet Language) 可擴(kuò)展樣式表語(yǔ)言
XSLT (eXtensible Stylesheet Language Transformation)可擴(kuò)展樣式表語(yǔ)言轉(zhuǎn)換