JAVA編程常用英文單詞匯總_第1頁
JAVA編程常用英文單詞匯總_第2頁
JAVA編程常用英文單詞匯總_第3頁
JAVA編程常用英文單詞匯總_第4頁
JAVA編程常用英文單詞匯總_第5頁
已閱讀5頁,還剩16頁未讀 繼續(xù)免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領

文檔簡介

1、java編程常用英文單詞匯總java編程常用英文單詞匯總 編輯整理:尊敬的讀者朋友們:這里是精品文檔編輯中心,本文檔內(nèi)容是由我和我的同事精心編輯整理后發(fā)布的,發(fā)布之前我們對文中內(nèi)容進行仔細校對,但是難免會有疏漏的地方,但是任然希望(java編程常用英文單詞匯總)的內(nèi)容能夠給您的工作和學習帶來便利。同時也真誠的希望收到您的建議和反饋,這將是我們進步的源泉,前進的動力。本文可編輯可修改,如果覺得對您有幫助請收藏以便隨時查閱,最后祝您生活愉快 業(yè)績進步,以下為java編程常用英文單詞匯總的全部內(nèi)容。java基礎常見英語詞匯(共70個)oo: objectoriented ,面向對象oop: obje

2、ct-oriented programming,面向對象編程jdk:java development kit, java開發(fā)工具包jvm:java virtual machine ,java虛擬機compile:編繹run:運行class:類object:對象system:系統(tǒng)out:輸出print:打印 line:行variable:變量type:類型operation:操作,運算array:數(shù)組parameter:參數(shù)method:方法function:函數(shù)member-variable:成員變量member-function:成員函數(shù)get:得到set:設置public:公有的priva

3、te:私有的protected:受保護的default:默認access:訪問package:包import:導入static:靜態(tài)的void:無(返回類型)extends:繼承parent class:父類base class:基類super class:超類child class:子類derived class:派生類override:重寫,覆蓋overload:重載final:最終的,不能改變的abstract:抽象interface:接口implements:實現(xiàn)exception:異常runtime:運行時arithmeticexception:算術異常arrayindexoutof

4、boundsexception:數(shù)組下標越界異常nullpointerexception:空引用異常classnotfoundexception:類沒有發(fā)現(xiàn)異常numberformatexception:數(shù)字格式異常(字符串不能轉化為數(shù)字)catch:捕捉finally:最后throw:拋出throws: (投擲)表示強制異常處理throwable:(可拋出的)表示所有異常類的祖先類lang:language,語言util:工具display:顯示random:隨機collection:集合arraylist:(數(shù)組列表)表示動態(tài)數(shù)組hashmap: 散列表,哈希表swing:輕巧的awt:a

5、bstract window toolkit:抽象窗口工具包frame:窗體size:尺寸title:標題add:添加panel:面板layout:布局scroll:滾動vertical:垂直horizonatal:水平label:標簽textfield:文本框textarea:文本域button:按鈕checkbox:復選框radiobutton:單選按鈕combobox:復選框event:事件mouse:鼠標key:鍵focus:焦點listener:監(jiān)聽border:邊界flow:流grid:網(wǎng)格menubar:菜單欄menu:菜單menuitem:菜單項popupmenu:彈出菜單di

6、alog:對話框message:消息icon:圖標tree:樹node:節(jié)點jdbc:java database connectivity, java數(shù)據(jù)庫連接drivermanager:驅動管理器connection:連接statement:表示執(zhí)行對象preparedstatement:表示預執(zhí)行對象resultset:結果集next:下一個close:關閉executequery:執(zhí)行查詢jbuilder中常用英文(共33個)file:文件new:新建new project:新建項目new class: 新建類new file:新建文件open project:打開項目open file

7、:打開文件reopen:重新打開close projects:關閉項目close all except:除了。.全部關閉rename:重命名exit:退出view:視圖panes:面板組project:項目content:內(nèi)容structure:結構message:消息source:源文件bean:豆子properties:屬性make:編繹build:編繹rebuild:重編繹refresh:刷新project properties:項目屬性default project properties:默認的項目屬性run:運行debug:調試tools:工具preferences:參數(shù)配置conf

8、igure:配置libraries:庫jsp中常用英文url: universal resource location:統(tǒng)一資源定位符ie: internet explorer 因特網(wǎng)瀏覽器jsp:java server page.java服務器頁面model:模型view:視圖c:controller:控制器tomcat:一種jsp的web服務器webmodule:web模塊servlet:小服務程序request:請求response:響應init: initialize,初始化service:服務destroy:銷毀startup:啟動mapping:映射pattern:模式getpar

9、ameter:獲取參數(shù)session:會話application:應用程序context:上下文redirect:重定向dispatch:分發(fā)forward:轉交setattribute:設置屬性getattribute:獲取屬性page:頁面contenttype:內(nèi)容類型charset:字符集include:包含tag:標簽taglib:標簽庫el:expression language,表達式語言scope:作用域empty:空jstl:java standard tag library,java標準標簽庫tld:taglib description,標簽庫描述符core:核心test:

10、測試foreach:表示循環(huán)var:variable,變量status:狀態(tài)items:項目集合fmt:format,格式化filter:過濾器報錯英文第一章: jdk(java development kit) java開發(fā)工具包 jvm(java virtual machine) java虛擬機 javac編譯命令 java解釋命令javadoc生成java文檔命令classpath 類路徑version版本 author作者 public公共的 class類 static靜態(tài)的 void沒有返回值 string字符串類 system系統(tǒng)類 out輸出 print同行打印 println換

11、行打印 jit(just-in-time)及時處理 第二章: byte 字節(jié) char 字符 boolean 布爾 short 短整型int 整形 long 長整形 float 浮點類型 double 雙精度 if 如果 else 否則 switch 多路分支 case 與常值匹配 break 終止 default 默認 while 當?shù)窖h(huán) do 直到循環(huán) for 已知次數(shù)循環(huán) continue結束本次循環(huán)進行下次跌代 length 獲取數(shù)組元素個數(shù) 第三章: oopobject oriented programming 面向對象編程 object 對象 class 類 class memb

12、er 類成員 class method類方法 class variable 類變量 constructor 構造方法 package 包 import package 導入包 第四章: extends 繼承 base class 基類 super class 超類 overloaded method 重載方法 overridden method 重寫方法 public 公有 private 私有 protected 保護 static 靜態(tài) abstract抽象 interface 接口 implements interface 實現(xiàn)接口 第五章: exception 意外,異常 runtim

13、eexcepiton 運行時異常 arithmeticexception 算術異常 illegalargumentexception 非法數(shù)據(jù)異常 arrayindexoutofboundsexception 數(shù)組索引越界異常 nullpointerexception 空指針異常 classnotfoundexception 類無法加載異常(類不能找到) numberformatexception 字符串到float類型轉換異常(數(shù)字格式異常) ioexception 輸入輸出異常 filenotfoundexception 找不到文件異常 eofexception 文件結束異常 interr

14、uptedexception (線程)中斷異常 try 嘗試 catch 捕捉 finally 最后 throw 投、擲、拋 throws 投、擲、拋 print stack trace() 打印堆棧信息 get message() 獲得錯誤消息 get cause() 獲得異常原因 method 方法 able 能夠 instance 實例 check 檢查 第六章: byte(字節(jié)) char(字符) int(整型) long(長整型) float(浮點型) double(雙精度) boolean(布爾) short(短整型) byte (字節(jié)類) character (字符類) inte

15、ger(整型類) long (長整型類) float(浮點型類) double (雙精度類) boolean(布爾類) short (短整型類) digit (數(shù)字) letter (字母) lower (小寫) upper (大寫) space (空格) identifier (標識符) start (開始) string (字符串) length (值) equals (等于) ignore (忽略) compare (比較) sub (提取) concat (連接) replace (替換) trim (整理) buffer (緩沖器) reverse (顛倒) delete (刪除)

16、append (添加) interrupted (中斷的) 第七章: date 日期,日子 after 后來,后面 before 在前,以前 equals 相等,均等 tostring 轉換為字符串 settime 設置時間 display 顯示,展示 calendar 日歷 add 添加,增加 getinstance獲得實例 gettime 獲得時間 clear 掃除,清除 clone 克隆,復制 util 工具,龍?zhí)?components成分,組成 random 隨意,任意 next int 下一個整數(shù) gaussian 高斯arraylist 對列 linkedlist鏈表 hash 無

17、用信息,雜亂信號 map 地圖 vector 向量,矢量 size 大小 collection收集 shuffle 混亂,洗牌 removefirst移動至開頭 removelast 移動至最后 lastelement最后的元素 capacity 容量,生產(chǎn)量 contains 包含,容納 search 搜索,查詢 insertelementat 插入元素在某一位置 第八章: io-in out 輸入/輸出 file文件 import導入 exists存在 isfile是文件 isdirectory 是目錄 getname獲取名字 getpath獲取路徑 getabsolutepath 獲取絕

18、對路徑 lastmodified 最后修改日期 length長度 inputstream 輸入流 outputstream 輸出流 unicode統(tǒng)一的字符編碼標準, 采用雙字節(jié)對字符進行編碼 information 信息 fileinputstream 文件輸入流 fileoutputstream文件輸出流 ioexception 輸入輸出異常 fileobject 文件對象 available 可獲取的 read讀取 write寫 bufferedreader 緩沖區(qū)讀取 filereader 文本文件讀取 bufferedwriter 緩沖區(qū)輸出 filewriter 文本文件寫出 fl

19、ush清空 close關閉 datainputstream 二進制文件讀取 dataoutputstream二進制文件寫出 eof最后 encoding編碼 remote遠程 release釋放 第九章: jbuiderjava 集成開發(fā)環(huán)境(ide) enterprise 企業(yè)版 developer 開發(fā)版 foundation 基礎版 messages 消息格 structure 結構窗格 project工程 files文件 source源代碼 design設計 history歷史 doc文檔 file文件 edit編輯 search查找 refactor 要素 view視圖 run運行

20、tools工具 window窗口 help幫助 vector矢量 addelement 添加內(nèi)容 project winzard 工程向導 step步驟 title標題 description 描述 copyright 版權 company公司 aptech limited aptech有限公司 author 作者 back后退 finish完成 version版本 debug調試 new新建 errorinsight 調試 第十章: jframe窗口框架 jpanel 面板 jscrollpane 滾動面板 title 標題 dimension 尺寸 component組件 swingjav

21、a輕量級組件 getcontentpane 得到內(nèi)容面板 layoutmanager布局管理器 setverticalscrollbarpolicy設置垂直滾動條策略 awt(abstract window toolkit) 抽象窗口工具包 gui (graphical user interface) 圖形用戶界面 vertical_scrollearas_needed當內(nèi)容大大面板出現(xiàn)滾動條 vertical_sorollearas_always顯示滾動條 vertical_sorollearas_never不顯示滾動條 jlabel標簽 icon 圖標 image圖象 left 左對齊 r

22、ight右對齊 jtextfield單行文本 getcolumns得到列數(shù) setlayout設置布局 borderlayout 邊框布局 center居中對齊 jtextarea多行文本 setfont設置字體 sethorizontalalignment設置文本水平對齊方式 setdefaultcloseoperation設置默認的關閉操作 add增加 jbutton 按鈕 jcheckbox 復選框 jradiobutton單選按鈕 additem 增加列表項 getitemat 得到位置的列表項 getitemcount 得到列表項個數(shù) setrollovericon 當鼠標經(jīng)過的圖標

23、 setselectedicon 當選擇按鈕的圖標 getselecteditem 得到選擇的列表項 getselectedindex 得到選擇的索引 actionlistener按鈕監(jiān)聽 actionevent 按鈕事件 actionperformed按鈕單擊方法附加。.。.。.??赡苡兄貜途幊逃⒄Z:(手摘)abstract (關鍵字) 抽象 ?bstr?kt accessvt。訪問,存取 ?kses(n。入口,使用權) algorithmn。算法 ?lg?riem annotationjava 代碼注釋 ?n?utei?n anonymousadj。匿名的?n?nim?s(反義:direc

24、tly adv。直接地,立即direktli, dairektli) apply v.應用,適用 ?plai application n.應用,應用程序 ,?plikei?n (application crash 程序崩潰) arbitrarya。任意的 :bitr?ri argument n.參數(shù);爭論,論據(jù) :gjum?nt(縮寫 args) assert (關鍵字) 斷言 ?s?:t (java 1。4 之后成為關鍵字) associaten。關聯(lián)(同伴,伙伴) ?s?u?ieit attributen.屬性(品質,特征) ?tribju:t boolean(關鍵字) 邏輯的, 布爾型c

25、all n.v.調用; 呼叫; k?:l circumstancen.事件(環(huán)境,狀況) s?:k?mst?nscrash n。崩潰,破碎 kr?? cohesion 內(nèi)聚,黏聚,結合 k?uhi:?n (a class is designed with a single, well-focoused purpose. 應該不止這點) command n. 命令,指令 k?m:nd(指揮, 控制) (command-line 命令行) comments java 文本注釋 k?ments compilejava v。編譯 k?mpail compilation n.編輯,k?mpilei??n

26、const (保留字) constant n。 常量, 常數(shù), 恒量 k?nst?ntcontinue (關鍵字) coupling 耦合,聯(lián)結 k?pli?making sure that classes know about other classes only through their apis。 declarejava 聲明 dikl?? default(關鍵字) 默認值; 缺省值 dif?:lt delimiter定義符; 定界符encapsulationjava 封裝 (hiding implementation details) exception java 例外; 異常 ik

27、sep??nentry n。登錄項, 輸入項, 條目entrienum(關鍵字) execute vt。執(zhí)行 eksikju:t exhibit v.顯示, 陳列 igzibitexist 存在, 發(fā)生 igzist (sql關鍵字 exists) extends(關鍵字) 繼承、擴展 ikstend false (關鍵字) final (關鍵字) finally (關鍵字) fragments段落; 代碼塊 fr?gm?nt framework java 結構,框架 freimw?:k genericjava 泛型 d?inerik goto(保留字) 跳轉heap n.堆 hi:p imp

28、lements(關鍵字) 實現(xiàn) implim?nt import (關鍵字) 引入(進口,輸入) info n。信息 (information ,inf?mei?n ) inheritance java 繼承 inherit?ns (遺傳,遺產(chǎn)) initialize 預置 初始化 ini??laiz instanceof(關鍵字) 運算符,用于引用變量,以檢查這個對象是否是某種類型。返回 boolean 值。interface (關鍵字) 接口 int?feis invokevt。調用 inv?uk ( invocation ,inv?ukei?n) iterator java 迭代器, 迭

29、代程序legal 合法的 li:g?l logn.日志,記錄 l?gnative (關鍵字) ?? neitiv nested java 嵌套的 nestid 如:內(nèi)部類(nested classes)object java 對象 ?bd?ekt overload java 方法的重載(不同參數(shù)列表的同名方法) ,?uv?l?ud override java 方法的覆蓋(覆蓋父類的方法) ,?uv?raid polymiorphismjava 多態(tài) (polymorphism 多形性,p?lim?:fizm) allowing a single object to be seen as hav

30、ing many types。principlen。原則,原理,主義 prinsiplpriority n。 優(yōu)先級 prai?ritiprocess n。 程序, 進程 pr?sesprotected (關鍵字) 受保護的,私有的 pr?tektid provide v。規(guī)定(供應,準備,預防)pr?vaid refer to v。引用 rif?:tu:referencen。 參考(引用,涉及)ref?r?ns -reference variable 參量, 參考變量,引用變量reflectionjava 反射 riflek?n scriptn.手寫體,小型程序 skript seriali

31、zed vt.序列化,串行化 si?ri?laiz(serializable adj.)(deserialize反序列化,反串行化)socket java 網(wǎng)絡套接字s?kit stack n.堆棧 st?k (對應 heap 堆) statement程序語句; 語句 steitm?nt n。 陳述,指令subclass n.子類 s?bkl:s (supertype 父類) switch (關鍵字) 選擇語句。 n.開關,道岔 swit?synchronized (關鍵字) 同步(鎖) si?kr?naiz thread java 線程 red throw (關鍵字) throws (關鍵字

32、) r?u 拋出(異常) transient (關鍵字) 瞬變;臨時的tr?nzi?nt(可序列化) valid 正確的,有效的 v?lid variable n。變量 a.可變的v??ri?bl volatile (關鍵字) 不穩(wěn)定的v?l?tail while (關鍵字) 循環(huán)語句。 當。的時候 hwailabstract (關鍵字) 抽象 ?bstr?kt accessvt.訪問,存取 ?kses(n。入口,使用權) algorithmn.算法 ?lg?riem annotationjava 代碼注釋 ?n?utei??n anonymousadj.匿名的?n?nim?s(反義:dire

33、ctly adv.直接地,立即direktli, dairektli) apply v。應用,適用 ?plai application n.應用,應用程序 ,?plikei??n (application crash 程序崩潰) arbitrarya。任意的 :bitr?ri argument n。參數(shù);爭論,論據(jù) :gjum?nt(縮寫 args) assert (關鍵字) 斷言 ?s?:t (java 1。4 之后成為關鍵字) associaten。關聯(lián)(同伴,伙伴) ?s?u?ieit attributen.屬性(品質,特征) ?tribju:t boolean(關鍵字) 邏輯的, 布爾

34、型call n。v.調用; 呼叫; k?:l circumstancen.事件(環(huán)境,狀況) s?:k?mst?nscrash n。崩潰,破碎 kr? cohesion 內(nèi)聚,黏聚,結合 k?uhi:??n (a class is designed with a single, well-focoused purpose。 應該不止這點) command n。 命令,指令 k?m:nd(指揮, 控制) (commandline 命令行) comments java 文本注釋 k?ments compilejava v.編譯 k?mpail compilation n。編輯,k?mpilei?n

35、const (保留字) constant n。 常量, 常數(shù), 恒量 k?nst?ntcontinue (關鍵字) coupling 耦合,聯(lián)結 k?pli?making sure that classes know about other classes only through their apis. declarejava 聲明 dikl?? default(關鍵字) 默認值; 缺省值 dif?:lt delimiter定義符; 定界符encapsulationjava 封裝 (hiding implementation details) exception java 例外; 異常 ik

36、sep??nentry n。登錄項, 輸入項, 條目entrienum(關鍵字) execute vt。執(zhí)行 eksikju:t exhibit v。顯示, 陳列 igzibitexist 存在, 發(fā)生 igzist (sql關鍵字 exists) extends(關鍵字) 繼承、擴展 ikstend false (關鍵字) final (關鍵字) finally (關鍵字) fragments段落; 代碼塊 fr?gm?nt framework java 結構,框架 freimw?:k genericjava 泛型 d?inerik goto(保留字) 跳轉heap n.堆 hi:p imp

37、lements(關鍵字) 實現(xiàn) implim?nt import (關鍵字) 引入(進口,輸入) info n。信息 (information ,inf?mei?n ) inheritance java 繼承 inherit?ns (遺傳,遺產(chǎn)) initialize 預置 初始化 ini?laiz instanceof(關鍵字) 運算符,用于引用變量,以檢查這個對象是否是某種類型。返回 boolean 值。interface (關鍵字) 接口 int?feis invokevt。調用 inv?uk ( invocation ,inv?ukei??n) iterator java 迭代器, 迭

38、代程序legal 合法的 li:g?l logn。日志,記錄 l?gnative (關鍵字) ?? neitiv nested java 嵌套的 nestid 如:內(nèi)部類(nested classes)object java 對象 ?bd?ekt overload java 方法的重載(不同參數(shù)列表的同名方法) ,?uv?l?ud override java 方法的覆蓋(覆蓋父類的方法) ,?uv?raid polymiorphismjava 多態(tài) (polymorphism 多形性,p?lim?:fizm) allowing a single object to be seen as hav

39、ing many types。principlen。原則,原理,主義 prinsiplpriority n. 優(yōu)先級 prai?ritiprocess n。 程序, 進程 pr?sesprotected (關鍵字) 受保護的,私有的 pr?tektid provide v.規(guī)定(供應,準備,預防)pr?vaid refer to v.引用 rif?:tu:referencen。 參考(引用,涉及)ref?r?ns -reference variable 參量, 參考變量,引用變量reflectionjava 反射 riflek??n scriptn。手寫體,小型程序 skript serial

40、ized vt。序列化,串行化 si?ri?laiz(serializable adj.)(deserialize反序列化,反串行化)socket java 網(wǎng)絡套接字s?kit stack n.堆棧 st?k (對應 heap 堆) statement程序語句; 語句 steitm?nt n。 陳述,指令subclass n.子類 s?bkl:s (supertype 父類) switch (關鍵字) 選擇語句. n。開關,道岔 swit?synchronized (關鍵字) 同步(鎖) si?kr?naiz thread java 線程 red throw (關鍵字) throws (關鍵

41、字) r?u 拋出(異常) transient (關鍵字) 瞬變;臨時的tr?nzi?nt(可序列化) valid 正確的,有效的 v?lid variable n.變量 a.可變的v??ri?bl volatile (關鍵字) 不穩(wěn)定的v?l?tail while (關鍵字) 循環(huán)語句。 當.。的時候 hwailargument 參量 abstract 抽象ascent 提升 already 已經(jīng) awt(abstract window toolkit)抽象窗口工具 api(application programming interface)應用程序接口b。 byte 字節(jié) boolean

42、布爾 banana香蕉base 基礎 buffer緩沖器 button 按鈕 break 中斷 body 身體c. color顏色 class類 count計數(shù) client客戶 code代碼calculation計算 cell單元 circle圓 capital首都 catch捕獲 check檢查 container容器 component 組件 command 命令 cube立方,三次方 char(=character)字符 cancel取消 case 情況 choice選擇 click單擊 center 中心 compile編譯 clone克隆,復制 continue 繼續(xù) create

43、建立d。 draw 繪圖 data數(shù)據(jù) demo示例 dll(dynamic link library)動態(tài)鏈接庫 document 文檔 descent 繼承 division 分裂,除法 define定義,說明 display顯示e. error 錯誤 extends 擴展 executed 執(zhí)行 event 事件 enter 輸入,回車鍵 exception 異常 except 除外 employee 雇員environment 環(huán)境 east 東方 equal 相等 echo 重復f. false 假的 float 單精度型 fruit 水果 file 文件 find 發(fā)現(xiàn)found

44、發(fā)現(xiàn) field 域 final 終結的 friend 朋友 fill 填充 focus 焦點font 字體 factorial 階乘g. graphic 圖像 grid 方格 gui圖形化用戶接口 get 得到h。 host 主機 height 高度i. init(=initialize)初始化 input 輸入 implement 實現(xiàn) instance 實例 io(=input/output)輸出輸入 interrupted 中斷 int(=integer)整型 item元素 interface 接口 inner 內(nèi)部的 import 導入 index 索引image 圖像j。 java

45、 爪哇 jdk(java development kit) java開發(fā)工具 jsp(java server page) java服務頁 jvm(java virtual machine) java虛擬機k. kit 工具l. language 語言 loop 循環(huán) long 長整型 label 標簽 layout 布局 list 列表 listener 收聽者m. move 移動 menu 菜單 mode 模式 method 方法 metric 米的,公尺 motion 運動 manager 經(jīng)理 main 主要的 msg(=message) 消息n. new 新的 number 數(shù)字 no

46、rth 北方 null 空的 native 本地的o. override 過載 orange 橘子 output 輸出 object 對象 out 外部的 oval 橢圓p。 public 公共的 protected 保護的 private 私有的 property 屬性 point 點 price 價格 problem 問題 package 打包,包裹 print 打印 path 路徑 po;ygon 多邊形 program 程序 prompt 提示 parse 分析 press 按,壓 panel 面板 paint 畫q。 q無r。 return 返回 runnable 可捕獲的 radi

47、us 半徑 round 環(huán)繞 release 釋放 rect(=rectangle)長方形 radio 無線電 resolve 解析s。 short 短整型 south 南方的 string 字符串 static 靜態(tài)的 system 系統(tǒng) seed 種子 seasonal 季節(jié)的 set 設置 super 超級 square 平方,二次方 sub 替代的 screen 屏幕 sound聲音 state 狀態(tài) salary 薪水 sleep 睡覺 size 大小,尺寸 start 開始 sort 排序 status 狀態(tài) synchronize 同步發(fā)生 switch 開關 stream 流

48、symbol 符號t。 true 真的 title 標題 type 類型 temp(=temporary)暫時的 throw 扔 thread 線程 temperate 溫度 tool 工具 try 試圖u. undefined 未定義 ui(user interface) 用戶接口 update 更新 url(uniform resource locator) 統(tǒng)一資源定位器v. volatile 揮發(fā)性 visible 不可見的 virtual 虛擬的 variable 變量 value 數(shù)值 void 無返回值的 volume 列 viewer 觀察者 vector 矢量 我喜歡式: c

49、onstructor 建構式 declaration 宣告式 definition 定義式 destructor 解構式 expression 算式(運算式) function 函式 pattern 范式、模式、樣式 program 程式 signature 標記式(簽名式/署名式) 我喜歡件:(這是個彈性非常大的可組合字) assembly (裝)配件 component 組件 construct 構件 control 控件 event 事件 hardware 硬件 object 物件 part 零件、部件 singleton 單件 software 軟件 work 工件、機件 我喜歡器:

50、adapter 配接器 allocator 配置器 compiler 編譯器 container 容器 iterator 迭代器 linker 連結器 listener 監(jiān)聽器 interpreter 直譯器 translator 轉譯器/翻譯器 我喜歡別: class 類別 type 型別 我喜歡化: generalized 泛化 specialized 特化 overloaded 多載化(重載) 我喜歡型: polymorphism 多型 genericity 泛型 我喜歡程: process 行程/進程(大陸用語) thread 緒程/線程(大陸用語) programming 編程 英中

51、繁簡編程術語對照 英文 繁體譯詞 (有些是侯捷個人喜好,普及與否難說) 大陸慣用術語 - define 定義 預定義 abstract 抽象的 抽象的 abstraction 抽象體、抽象物、抽象性 抽象體、抽象物、抽象性 access 存取、取用 存取、訪問 access level 存取級別 訪問級別 access function 存取函式 訪問函數(shù) activate 活化 激活 active 作用中的 adapter 配接器 適配器 address 位址 地址 address space 位址空間,定址空間 addressof operator 取址運算子 取地址操作符 aggregation 聚合 algorithm 演算法 算法 allocate 配置 分配 allocator (空間)配置器 分配器 application 應用程式 應用、應用程序 application framework 應用程式框架、應用框架 應用程序框架 architecture 架構、系統(tǒng)架構 體系結構 argument 引數(shù)(傳給函式的值)。叁見 parameter 叁數(shù)、實質叁數(shù)、實叁、自變量 array 陣列 數(shù)組 arrow operator arrow(箭頭)運算子 箭

溫馨提示

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

評論

0/150

提交評論