計(jì)算機(jī)編程常用術(shù)語中英對(duì)照_第1頁
計(jì)算機(jī)編程常用術(shù)語中英對(duì)照_第2頁
計(jì)算機(jī)編程常用術(shù)語中英對(duì)照_第3頁
計(jì)算機(jī)編程常用術(shù)語中英對(duì)照_第4頁
計(jì)算機(jī)編程常用術(shù)語中英對(duì)照_第5頁
已閱讀5頁,還剩38頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、計(jì)算機(jī)編程常用術(shù)語中英對(duì)照A-Z目錄計(jì)算機(jī)編程常用術(shù)語 A-ZABC (abstract base class)抽象基類abstract class 抽象類 access 存?。辉L問; access level 訪問級(jí)別 access function 訪問函數(shù) account 賬戶 actual parameter 實(shí)參 adapter 適配器 add-in 插件;外掛; 同義詞 plugin; plug-in; addin; add-on; addon; extension address 地址 address space 地址空間 address-of operator 取地址操作符 A

2、DL (argument-dependent lookup) 參數(shù)依賴查找; 又叫做 Koenig lookup 凱尼格查找; Koenig 查找; ADO (activex data object) activex 數(shù)據(jù)對(duì)象 aggregation 聚集;聚合; algorithm 算法 alias 別名;假名; align 對(duì)齊 allocate 配置allocator 配置器 angle bracket 尖括號(hào) annotation 評(píng)注 application 應(yīng)用;應(yīng)用程序;API (application programming interface)應(yīng)用(程序) 編程接口app d

3、omain (application domain)應(yīng)用程序域application framework 應(yīng)用框架;應(yīng)用程序框架; appearance 外觀 append 附加 architecture 架構(gòu);體系結(jié)構(gòu); argument 引數(shù)(傳給函數(shù)的值) ;實(shí)參; 引數(shù):程序中函數(shù)的參數(shù)同義詞: parameter 叁數(shù);形式叁數(shù);形叁;變量( veriable ); array 數(shù)組;arrow operator arrow 箭頭操作符; active server 活動(dòng)服務(wù)器ASP (active server page) 活動(dòng)服務(wù)器頁面worker process 工作者進(jìn)程 a

4、ssembly n. 裝配;組裝; assemble v. 裝配;組裝; assembly language 匯編語言 assert(ion) 斷言 assign v. 賦值;assignment operator 賦值操作符;賦值運(yùn)算符;associated 相應(yīng)的;相關(guān)的;associative container 關(guān)聯(lián)式容器 對(duì)應(yīng): sequence container 序列式容器 atomic 原子的atomic operation 原子操作attribute 屬性;特性;authentication service 驗(yàn)證服務(wù)authorization 授權(quán)audio 音頻AI 人工智

5、能整合;b2b integration (business-to-business integration) b2bb2b集成;background 背景;后臺(tái) (進(jìn)程) ;backward compatibility 向后兼容;向下兼容; 同義詞: downward compatibility band width 頻寬;頻帶寬度;backup 備份backup device 備份設(shè)備backup file 備份文件帶寬base class 基類BCL (base class library) 基類庫base type 基類型batch 批處理;批處理腳本;benefit 利益;收益;bes

6、t viable function 最佳可行函式 從 viable functions 中挑出的最佳吻合者 binary 二進(jìn)制binary function 二元函式;雙參函數(shù);binary operator 二元操作符binary search 二分查找;折半查找;同義詞: half-interval search;logarithmic searchbinary tree 二元樹;二叉樹同義詞: bivariate function ; function of two variables;binding 綁定bit 位全稱: binary digit (bit 其實(shí)就是將 binary

7、和 digit 二詞的字母糅合在一起 而合成的詞)bit field 位域bitmap 位圖(位圖圖像);點(diǎn)陣圖像;繪制圖像; 同義詞: bit array; bitmap index反義詞: vector 矢量圖bitwise 按位 .bitwise copy 為單元進(jìn)行復(fù)制;位元逐一復(fù)制 , 按位拷;bitwise operation按位運(yùn)算block 塊;區(qū)塊;語句塊;Boolean 布爾值;布爾常量;布林值(真假值, true 或 false ); 法語: boolien border 邊框bounds checking 邊界檢查boxing 裝箱;裝箱轉(zhuǎn)換;brace (curly

8、brace)大括弧、大括號(hào);花括弧、花括號(hào);bracket/ round bracket BrE. 括號(hào);中括號(hào);方括號(hào)(復(fù)數(shù): brackets )parenthesis AmE. 括號(hào) (復(fù)數(shù): parentheses ) square bracket AmE. 中括弧、中括號(hào);方括弧、方括號(hào); breakpoint 斷點(diǎn) 也可稱為 pausebrowser applications瀏覽器應(yīng)用 ( 程序 )browser-accessible application可經(jīng)由瀏覽器訪問的應(yīng)用程序build 編連(專指編譯和連接) ? built-in 內(nèi)建;內(nèi)置; bus 總線button 按

9、鈕byte 字節(jié)(由 8 bits 組成)cache 高速緩存;快取 ;call 調(diào)用;呼叫、叫用; call operator 調(diào)用操作符 callback 回調(diào);回呼 ; candidate function 候選函數(shù) candidate key 候選關(guān)鍵字;候選鍵;候選碼; cascading delete 級(jí)聯(lián)刪除 cascading update 級(jí)聯(lián)更新 casting 轉(zhuǎn)型、造型轉(zhuǎn)換; catalog 目錄 chain 鏈例 chain of function calls character 字符 character format 字符格式 character set 字符集 C

10、heckBox/ check box 復(fù)選框 check button 復(fù)選按鈕 check constraints check 約束 checked exception 可控式異常 check point 檢查點(diǎn) child class 子類、子類別;同義詞: derived class; subtype; subclassCIL (common intermediate language)通用中間語言、通用中介語 class 類別class body 類體;類別本體;class declaration 類聲明class definition 類定義class derivation 類繼承c

11、lass derivation list類繼承列表 class factory 類廠class head 類別表頭、類頭;class hierarchy 類層次結(jié)構(gòu)class library 類庫class loader 類裝載器class library 類庫class template 類模板、類別模板;類模板部分特化類模板特化class template partial specializations class template specializations classification 分類 clause 子句 client 客端、客戶端、客戶;client area 客戶區(qū)cli

12、ent cursor 客戶端游標(biāo) cleanup 清理、清除;CLI (call-level interface) 調(diào)用級(jí)接口CLI (common language infrastructure) 通用語言基礎(chǔ)設(shè)施Client/Server客戶端/服務(wù)器;C/S結(jié)構(gòu);client-server model 主從架構(gòu) clipboard 剪貼板CLS (common language specification) 通用語言規(guī)范 code access security 代碼訪問安全 code page 代碼頁COFF (common object file format) 通用對(duì)象文件格式 c

13、ollection 集合;群集;COM(component object model) 組合對(duì)象模型 combo box 組合框 command line 命令行 comment 注釋 commit 提交 communication 通訊 compatible 兼容 compile time 編譯時(shí);編譯期; compiler 編譯器 component 組件composite index 復(fù)合索引、組合索引;composite key 復(fù)合鍵、組合鍵; composition 組合 ;復(fù)合;合成; concept 概念concrete 具體的 abstract 抽象的 concrete cl

14、ass 具體類 concurrency 并發(fā)、并發(fā)機(jī)制; configuration 配置 constraint 約束construct 構(gòu)件container 容器(存放資料的某種結(jié)構(gòu)如 list, vector.)containment 內(nèi)含;包容;context 環(huán)境、上下文;control 控件console 主控臺(tái);const 常數(shù)、常量; constant 的縮寫, c+ 關(guān)鍵字 相對(duì)于變量 variable constructor (ctor )構(gòu)造函數(shù) destructor (dtor) 析構(gòu)函數(shù) copy v. 拷貝通用對(duì)象copy n. 復(fù)件, 副本 ;CORBA ( co

15、mmon object request broker architecture)請(qǐng)求中介架構(gòu) cover 涵蓋、覆蓋;create 創(chuàng)建;產(chǎn)生;crosstab query 交叉表查詢奇異遞歸模板模CRTP ( curiously recurring template pattern) 式;CRTP模式;CTS (common type system) 通用類型系統(tǒng) cube 多維數(shù)據(jù)集cursor 游標(biāo)、光標(biāo);custom 定制;自定義;data 數(shù)據(jù)data connection 數(shù)據(jù)連接data dictionary 數(shù)據(jù)字典data dictionary view 數(shù)據(jù)字典視圖data

16、 file 數(shù)據(jù)文件data integrity 數(shù)據(jù)完整性data mart 數(shù)據(jù)集市;數(shù)據(jù)市場(chǎng);data member 數(shù)據(jù)成員data pump 數(shù)據(jù)抽取data retrieval 數(shù)據(jù)檢索data structure 數(shù)據(jù)結(jié)構(gòu)data scrubbing 數(shù)據(jù)清理dataset 數(shù)據(jù)集data source 數(shù)據(jù)源DSN (data source name) 數(shù)據(jù)源名稱DW/ DWH (data warehouse) 數(shù)據(jù)倉庫data structure 數(shù)據(jù)結(jié)構(gòu)DCL (data control language)數(shù)據(jù)控制語言DDL (data definition languag

17、e)數(shù)據(jù)定義語言DML (data manipulation language) 數(shù)據(jù)操作語言;數(shù)據(jù)操縱語言;database 數(shù)據(jù)庫database catalog 數(shù)據(jù)庫目錄database diagram 數(shù)據(jù)關(guān)系圖database file 數(shù)據(jù)庫文件database object 數(shù)據(jù)庫對(duì)象database owner 數(shù)據(jù)庫所有者database project 數(shù)據(jù)庫工程database role 數(shù)據(jù)庫角色database schema 數(shù)據(jù)庫結(jié)構(gòu)綱目;數(shù)據(jù)庫布局綱目;datagram 數(shù)據(jù)報(bào)文DBCS (double-byte character set) 雙字節(jié)字符集DBM

18、S (database management system) 數(shù)據(jù)庫管理系統(tǒng)DCOM (distributed com) 分布式 comdead lock 死鎖聲明引用完整性deallocate 歸還 debug 調(diào)試 debugger 調(diào)試器 declaration 聲明 DRI (declarative referential integrity) deduction 推導(dǎo) default 默認(rèn) default constraint 默認(rèn)約束 default database 默認(rèn)數(shù)據(jù)庫 default instance 默認(rèn)實(shí)例 default result set默認(rèn)結(jié)果集defini

19、tion 定義 delegate 委托demarshal 散集;反編列 ; deploy 部署 dereference 解引用 dereference operator (提領(lǐng)) 操作符derived class 派生類 design by contract 契約式設(shè)計(jì) design pattern 設(shè)計(jì)模式 destroy 銷毀destructor (dtor) 析構(gòu)函數(shù) constructor (ctor) 構(gòu)造函數(shù) determinant 行列式device 設(shè)備動(dòng)態(tài)超文本標(biāo)記語言DHTML (dynamic hypertext markup language) dialog 對(duì)話框 同

20、義詞: dialogue box; dialog box dictionary 字典 digest 摘要 digital 數(shù)字的 DIME (direct internet message encapsulation) 息封裝 directive ( 編譯) 指示符 directive pragma 指令 directory 目錄 dirty pages 臟頁 dirty read 臟讀 disassembly 反匯編 disassembler 反匯編器 disco (discovery of web services) web services disk 盤 dispatch 分派;調(diào)度;

21、distributed computing 分布式計(jì)算;分散式計(jì)算 distributed query 分布式查詢直接 internet 消的查找DNA (distributed internet application)分布式網(wǎng)間應(yīng)用程序document 文件;文檔;DTD (document type definition)文檔類型定義dot operator ( 圓) 點(diǎn)操作符;(句點(diǎn))運(yùn)算子 driver 驅(qū)動(dòng)程序;驅(qū)動(dòng)器; dump 轉(zhuǎn)儲(chǔ) dump file 轉(zhuǎn)儲(chǔ)文件 dynamic assembly 動(dòng)態(tài)裝配件、動(dòng)態(tài)配件 ; dynamic binding 動(dòng)態(tài)綁定 dynamic

22、 cursor 動(dòng)態(tài)游標(biāo) dynamic filter 動(dòng)態(tài)篩選 dynamic locking 動(dòng)態(tài)鎖定 dynamic recovery 動(dòng)態(tài)回復(fù) dynamic snapshot 動(dòng)態(tài)快照 dynamic sql statements 動(dòng)態(tài) sql 語句SQL (Structured Query Language) 結(jié)構(gòu)化查詢語言EAI (enterprise application integration)企業(yè)應(yīng)用集成EBCO (empty base class optimization)空基類優(yōu)化(機(jī)制)e-business 電子商務(wù)電子數(shù)據(jù)交換EDI (electronic dat

23、a interchange) efficiency 效率 efficient 高效 end-to-end authentication 端對(duì)端身份驗(yàn)證 end user 終端用戶 entity 實(shí)體 encapsulation 封裝 enclosing class 外圍類;外圍類別; enum/ enumeration 枚舉 enumerator 枚舉成員、枚舉器; equality operator 等號(hào)操作符; equivalence 等價(jià)性、等同性、對(duì)等性 ; equivalent 等價(jià)、等同、對(duì)等; error log 錯(cuò)誤日志 escape code 轉(zhuǎn)義碼 escape chara

24、cter 轉(zhuǎn)義字符 exclusive lock 排它鎖explicit transaction顯式事務(wù)evaluate 評(píng)估event 事件event driven 事件驅(qū)動(dòng)的event handler 事件處理器evidence 證據(jù)exception 異常exception declaration 異常聲明exception handling 異常處理、異常處理機(jī)制exception-safe 異常安全的exception specification 異常規(guī)范exit 退出explicit 顯式explicit specialization 顯式特化export 導(dǎo)出expression

25、 表達(dá)式先入先出隊(duì)列facility 設(shè)施、設(shè)備; fat client 胖客戶端 同義詞: heavy client; rich client; thick client. 對(duì)應(yīng): thin client 瘦客戶端 feature 特性 fetch 提取 field 字段( java ) field length 字段長(zhǎng)度 FIFO (first input first output) file 文件 filename extension 文件擴(kuò)展名 filter 篩選 finalization 終結(jié) finalizer 終結(jié)器 firewall 防火墻 firmware 固件 flag 標(biāo)

26、記 flash memory 閃存 flexibility 彈性;靈活性; flush 刷新 FK (foreign key) 外鍵font 字體 form 窗體formal parameter 形參形式參數(shù) 又被稱為 虛擬變量、名義變量、啞變量,對(duì)應(yīng)英文為 dummyvariables forward declaration 前置聲明forward-only 只向前的forward-only cursor 只向前游標(biāo)forwarding 轉(zhuǎn)發(fā);轉(zhuǎn)呼叫;forwarding function 轉(zhuǎn)發(fā)函數(shù);轉(zhuǎn)呼叫函數(shù);fractal 分形fragmentation 碎片framework 框架fu

27、ll specialization全特化partial specialization部分特化function 函數(shù)function object函數(shù)對(duì)象function call operator函數(shù)調(diào)用操作符function overloaded resolution函數(shù)重載決議functionality 功能function reference函數(shù)調(diào)用function template 函數(shù)模板functor 仿函數(shù)GAC (global assembly cache) 全局程序集緩存 game 游戲GC (garbage collection)垃圾回收 ( 機(jī)制)generate 生成g

28、eneric 泛化的、一般化的、通用的;generic algorithm 通用算法 getter 取值函數(shù)setter 賦值函數(shù) global 全域的; 全局的 local 局域的;LAN( local area network) 局域網(wǎng) global object 全局對(duì)象 global scope resolution operator grant 授權(quán) group 群組 group box 分組框 guard clause 衛(wèi)語句;衛(wèi)述句; graphical interfaces 圖形界面 GUI ( graphical user interface)全局范圍解析操作符圖形用戶接口G

29、UID (globally unique identifier)全球唯一標(biāo)識(shí)handle 句柄 handler 處理函數(shù) hard-coded 硬編碼的 hard-copy 硬拷貝; hard disk 硬盤 hardware 硬件 hash table 哈希表、散列表 header file 頭文件 definition file 定義文件 heap 堆 help file 幫助文件 hierarchy 層次結(jié)構(gòu)(體系) host (application) 宿主( 應(yīng)用程序 ) hot key 熱鍵超文本標(biāo)記語言超文本傳輸協(xié)議HTML (hypertext markup language)

30、 http pipeline http管道HTTP (hypertext transfer protocol) hyperlink 超鏈接icon 圖標(biāo)IDE( Integrated Development Environment) identifier 標(biāo)識(shí)符IDL (interface definition language) if and only if當(dāng)且僅當(dāng)image 圖象集成開發(fā)環(huán)境接口定義語言中介語言;輸入法IL (intermediate language) 中間語言、 IME (input method editor/ input method) immediate base

31、 直接基類 immediate derived 直接派生類 immediate updating 即時(shí)更新 implementation 實(shí)現(xiàn) implicit function 隱函數(shù) implicit transaction 隱式事務(wù) immutability 不變性 import 導(dǎo)入 incremental update 增量更新 increment operator 增加操作符; infinite loop 無限循環(huán)inline 內(nèi)聯(lián)inline expansion 內(nèi)聯(lián)展開 inline function 內(nèi)聯(lián)函數(shù) initialization 初始化 initialization

32、 list初始化列表inner class 內(nèi)嵌類 inner join 內(nèi)連接 outer join 外連接 full outer join全外連接left outer join左外連接right outer join右外連接cross join 交叉連接 equi-join 等值連接 natural join 自然連接 self-join 自連接 in-place active 現(xiàn)場(chǎng)激活 instance 實(shí)例integrate 整合;集成;進(jìn)程間通訊integrity 完整性、一致性; integrity constraint 完整性約束 IPC (interprocess commun

33、ication) interacts 交互interface 界面;接口; interpreter 解釋器 invariants 約束條件 iterate 迭代 iterator 迭代器laser 激光late binding 遲綁定 left outer join左外連接level 階、層例; library 庫 lifetime 生命期、壽命 link 鏈接 static link 靜態(tài)鏈接 dynamic link 動(dòng)態(tài)鏈接 linker 鏈接器 literal constant 字面常數(shù) list 列表 list box 列表框 load 載入、加載; load balancing 負(fù)

34、載平衡 loader 加載器 local object 局部對(duì)象 lock 機(jī)鎖 log 日志 login 登錄 login security mode 登錄安全模式 lookup table 查找表loop 循環(huán)線性規(guī)劃LP (linear programming ) 同義詞: linear optimization lvalue ( left value)左值rvalue ( right value)右值machine code 機(jī)器碼同義詞: machine languagemacro 宏magic number 魔法數(shù)字man aged code托管代碼managed extensio

35、ns 托管擴(kuò)展managed object 托管對(duì)象manifest 清單manipulator 操縱器many-to-many relationship 多對(duì)多關(guān)系 many-to-one relationship 多對(duì)一關(guān)系 marshal 列集matrix multiplication 矩陣乘法兩種)memberaccess operator 成員存取操作符(分 dot 和 arrow member function 成員函數(shù)member initialization list成員初始值列表memberwise copy 以 members 為單元逐一復(fù)制memory內(nèi)存memory l

36、eak 內(nèi)存泄漏menu菜單message 消息message based 基于消息的message loop 消息循環(huán)meta-超; 元;例: meta-programming 超編程;元編程 micro 微middleware 中間件modeling 建模modeling language 建模語言Unified Modeling Language (UML) 統(tǒng)一建模語言;標(biāo)準(zhǔn)建模語言;modems制解調(diào)器module 模塊modifier 修飾符most derived class 最底層的派生類mouse鼠標(biāo)mutable 可變的mutex 互斥元、互斥體multicast dele

37、gate 組播委托、多點(diǎn)委托 ;MOLAP (multidimensional OLAP) 多維 olapOLAP (Online Analytical Processing)聯(lián)機(jī)分析處理multiuser 多用戶multi-tasking 多任務(wù)named parameter 命名參數(shù)同義詞: pass-by-name; keyword arguments ; named pipe 命名管道;命名管線;namespace名字空間;命名空間;名稱空間; native 本地的;固有的; native code 本地代碼NGen (native image generator) 本地映像生成器 n

38、ested class 嵌套類同義詞: inner class nested query 嵌套查詢 nested table 嵌套表 network 網(wǎng)絡(luò) network card 網(wǎng)卡 numerical computation 數(shù)值計(jì)算 numerical analysis 數(shù)值分析object 對(duì)象 object-based 基于對(duì)象的 object file 目標(biāo)文件 object model 對(duì)象模型 object-oriented 面向?qū)ο蟮?online 在線 opaque 不透明的 object pooling 對(duì)象池化ODBC (open database connectiv

39、ity) 開放式數(shù)據(jù)庫連接ODBC data source ODBC 數(shù)據(jù)源ODBC driver ODBC 驅(qū)動(dòng)程序odr (one-definition rule)OLE (object link and embed) 對(duì)象連接與嵌入OLE automation objects OLE 自動(dòng)化對(duì)象OLE automation server OLE 自動(dòng)化服務(wù)器OLE database consumer OLE db 使用者 db: database 數(shù)據(jù)庫OLE db provider OLE db 提供者 one-to-many relationship 一對(duì)多關(guān)系 one-to-one

40、 relationship 一對(duì)一關(guān)系OLAP(online analytical processing )聯(lián)機(jī)分析處理online redo log聯(lián)機(jī)重做日志OLTP (online transaction processing) 聯(lián)機(jī)事務(wù)處理ODS (open data services) 開放式數(shù)據(jù)服務(wù)operand 操作數(shù)operation 操作operator 操作符; 運(yùn)算符;option 選項(xiàng)OS (operating system) 操作系統(tǒng) ordinary 常規(guī)的 overflow 上限溢位 buffer overflow 緩沖區(qū)溢出 out of memory 內(nèi)存溢出

41、 underflow 下限溢位 overhead 額外開銷重載決議重載函數(shù)被重載的操作符overloaded 重載 overload resolution overloaded function overloaded operator overloaded set 重載集合 override 重載、改寫、重新定義; outer join 外連接package 包pair 對(duì)組palette 調(diào)色盤;組件盤;pane 窗格有時(shí)為 “嵌板”之意,例 content pane parallel 并行parameter 參數(shù);形式參數(shù)、形參; parameter list 參數(shù)列表parent cla

42、ss 父類(或稱 base class ) parse 解析part 部件partial specialization 局部特化 pass by address (非正式用語)傳地址 pass by reference 傳地址 , 按引用傳遞; pass by value 按值傳遞 pattern 模式 performance 性能 persistence 持久性pixel 像素 placeholder 占位符 platform 平臺(tái) POD (plain old data ) 同義詞: passive data structure; plain old data structure poin

43、ter 指針 poll 輪詢 polymorphism 多態(tài) pop up 彈出式 port 端口 postfix 后置式 precedence 優(yōu)先序 prefix 前置式 preprocessor 預(yù)處理器 prime 質(zhì)數(shù);素?cái)?shù); primitive type 原始類型 print 打印 printer 打印機(jī) priority 優(yōu)先權(quán) procedure 過程 process 進(jìn)程 profile 評(píng)測(cè) profiler 效能(性能)評(píng)測(cè)器 programmer 程序員 programming 編程progress bar 進(jìn)度指示器 project 項(xiàng)目、工程; property 屬

44、性 protocol 協(xié)議 pseudo code 偽碼qualified 限定 qualifier 限定修飾詞 quality 質(zhì)量queue隊(duì)歹Urace condition 競(jìng)爭(zhēng)條件(多線程環(huán)境常用語) radian 弧度radio button 單選按鈕raise 引發(fā)( 常用來表示發(fā)出一個(gè) exception) random number 隨機(jī)數(shù)range 范圍、區(qū)間(用于 STL 時(shí)) rank 等級(jí) raw 未經(jīng)處理的 read-only 只讀ROM (read-only memory) 只讀存儲(chǔ)器 record 記錄 recordset 記錄集 recursive 遞歸 re-

45、direction 重定向 refactoring 重構(gòu) refer 參考 refer to 指代 reference 引用、參考 register 寄存器 reflection 反射;relational database 關(guān)系數(shù)據(jù)庫 remote 遠(yuǎn)程RPC (remote procedure call) 遠(yuǎn)程過程調(diào)用 represent 表述,表現(xiàn); resolution 解析過程 resolution 分辨率 result set 結(jié)果集 restriction 局限 return 返回 return type 返回類型 return value 返回值 revoke 撤銷RI (re

46、ferential integrity)引用完整性right outer join 右外連接 rollback 回滾 roll forward 前滾 routine 例程 row 行 row lock 行鎖 rowset 行集 runtime 運(yùn)行期;運(yùn)行時(shí); common language runtime (CLR) 公共語言運(yùn)行庫 rvalue 右值save 存儲(chǔ) savepoint 保存點(diǎn)SAX Simple API for XML schedule 調(diào)度 scheduler 調(diào)度程序 schema 結(jié)構(gòu)綱目;組織綱目; scroll bar 滾動(dòng)條 scope 作用域 scope op

47、erator 生存空間操作符 scope resolution operator生存空間解析操作符screen 屏幕SDK (software development kit)軟件開發(fā)包sealed class 密封類 search 查找 semantics 語義 semaphore 信號(hào)量 sequential container 順序式容器 對(duì)應(yīng): associative container 關(guān)聯(lián)式容器 server 服務(wù)器;服務(wù)端; server cursor 服務(wù)器游標(biāo)簡(jiǎn)單郵件傳輸協(xié)議簡(jiǎn)單對(duì)象訪問協(xié)議serial 串行 對(duì)應(yīng): parallel 并行 serialization 序列化

48、 session 會(huì)話 setter 賦值函數(shù) getter 取值函數(shù) shared lock 共享鎖;讀鎖; sibling 同級(jí) side effect 副作用 signal 信號(hào) single-threaded 單線程 signature 簽名 slider 滑塊 slot 槽 smart pointer 智能指針 SMTP (simple mail transfer protocol) snapshot 屏幕截圖 specialization 特化 specification 規(guī)格;規(guī)范; splitter 切分窗口 SOAP (simple object access protoco

49、l) software 軟件 solution 方案source 源碼、源代碼SQL (structured query language) 結(jié)構(gòu)化查詢語言 stack 棧;堆棧;stack unwinding 棧輾轉(zhuǎn)開解 (用于 exception 主題) standard library 標(biāo)準(zhǔn)程式庫STL( standard template library)標(biāo)準(zhǔn)模板庫statement 語句static cursor 靜態(tài)游標(biāo)static SQL statements 靜態(tài) SQL語句 status bar 狀態(tài)條stream 流string 字符串 stub 存根 subobject

50、子對(duì)象 subquery 子查詢 subroutine 子例程 subscript operator 下標(biāo)操作符subset 子集subtype 子類型 suspend 掛起 symbol 記號(hào)syntax 語法 system database 系統(tǒng)數(shù)據(jù)庫system table系統(tǒng)表table 表table lock 表鎖table-level constraint 表級(jí)約束tag 標(biāo)記tape backup 磁帶備份task switch 任務(wù)切換TCP (transmission control protocol) 傳輸控制協(xié)議 template 模板template argument deduction 模板參數(shù)推導(dǎo)template explicit specialization 模板顯式特化 template pa

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

評(píng)論

0/150

提交評(píng)論