版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、: JDK(Java Development Kit) java開發(fā)工具包 JVM(Java Virtual Machine) java虛擬機(jī) Javac 編譯命令 java 解釋命令 Javadoc 生成java文檔命令 classpath 類路徑 Version 版本 author 作者 public 公共的 class 類 static 靜態(tài)的 void 沒有返回值 String 字符串類 System 系統(tǒng)類 out 輸出 print 同行打印 println 換行打印 JIT(just-in-time) 及時(shí)處理 第二章: byte 字節(jié) char 字符 boolean 布爾 sho
2、rt 短整型 int 整形 long 長(zhǎng)整形 float 浮點(diǎn)類型 double 雙精度 if 如果 else 否則 switch 多路分支 case 與常值匹配 break 終止 default 默認(rèn) while 當(dāng)?shù)窖h(huán) do 直到循環(huán) for 已知次數(shù)循環(huán) continue結(jié)束本次循環(huán)進(jìn)行下次跌代 length 獲取數(shù)組元素個(gè)數(shù) 第三章: OOP object oriented programming 面向?qū)ο缶幊?Object 對(duì)象 Class 類 Class member 類成員 Class method 類方法 Class variable 類變量 Constructor 構(gòu)造方法
3、 Package 包 Import package 導(dǎo)入包 第四章: Extends 繼承 Base class 基類 Super class 超類 Overloaded method 重載方法 Overridden method 重寫方法 Public 公有 Private 私有 Protected 保護(hù) Static 靜態(tài) Abstract 抽象 Interface 接口 Implements interface 實(shí)現(xiàn)接口 第五章: Exception 意外,異常 RuntimeExcepiton 運(yùn)行時(shí)異常 ArithmeticException 算術(shù)異常 IllegalArgument
4、Exception 非法數(shù)據(jù)異常 ArrayIndexOutOfBoundsException 數(shù)組索引越界異常 NullPointerException 空指針異常 ClassNotFoundException 類無法加載異常(類不能找到) NumberFormatException 字符串到float類型轉(zhuǎn)換異常(數(shù)字格式異常) IOException 輸入輸出異常 FileNotFoundException 找不到文件異常 EOFException 文件結(jié)束異常 InterruptedException (線程)中斷異常 try 嘗試 catch 捕捉 finally 最后 throw
5、投、擲、拋 throws 投、擲、拋 print Stack Trace() 打印堆棧信息 get Message() 獲得錯(cuò)誤消息 get Cause() 獲得異常原因 method 方法 able 能夠 instance 實(shí)例 check 檢查 第六章: byte(字節(jié)) char(字符) int(整型) long(長(zhǎng)整型) float(浮點(diǎn)型) double(雙精度) boolean(布爾) short(短整型) Byte (字節(jié)類) Character (字符類) Integer(整型類) Long (長(zhǎng)整型類) Float(浮點(diǎn)型類) Double (雙精度類) Boolean(布爾
6、類) Short (短整型類) Digit (數(shù)字) Letter (字母) Lower (小寫) Upper (大寫) Space (空格) Identifier (標(biāo)識(shí)符) Start (開始) String (字符串) length (值) equals (等于) Ignore (忽略) compare (比較) sub (提?。?concat (連接) replace (替換) trim (整理) Buffer (緩沖器) reverse (顛倒) delete (刪除) append (添加) Interrupted (中斷的) 第七章: Date 日期,日子 After 后來,后面
7、 Before 在前,以前 Equals 相等,均等 toString 轉(zhuǎn)換為字符串 SetTime 設(shè)置時(shí)間 Display 顯示,展示 Calendar 日歷 Add 添加,增加 GetInstance 獲得實(shí)例 getTime 獲得時(shí)間 Clear 掃除,清除 Clone 克隆,復(fù)制 Util 工具,龍?zhí)?Components 成分,組成 Month 月份 Year 年,年歲 Hour 小時(shí),鐘頭 Minute 分鐘 Second 秒 Random 隨意,任意 Next Int 下一個(gè)整數(shù) Gaussian 高斯 ArrayList 對(duì)列 LinkedList 鏈表 Hash 無用信息,
8、雜亂信號(hào) Map 地圖 Vector 向量,矢量 Size 大小 Collection 收集 Shuffle 混亂,洗牌 RemoveFirst 移動(dòng)至開頭 RemoveLast 移動(dòng)至最后 lastElement 最后的元素 Capacity 容量,生產(chǎn)量 Contains 包含,容納 Copy 副本,拷貝 Search 搜索,查詢 InsertElementAt 插入元素在某一位置 第八章: io->in out 輸入/輸出 File 文件 import 導(dǎo)入 exists 存在 isFile 是文件 isDirectory 是目錄 getName 獲取名字 getPath 獲取路徑
9、 getAbsolutePath 獲取絕對(duì)路徑 lastModified 最后修改日期 length 長(zhǎng)度 InputStream 輸入流 OutputStream 輸出流 Unicode 統(tǒng)一的字符編碼標(biāo)準(zhǔn), 采用雙字節(jié)對(duì)字符進(jìn)行編碼 Information 信息 FileInputStream 文件輸入流 FileOutputStream文件輸出流 IOException 輸入輸出異常 fileobject 文件對(duì)象 available 可獲取的 read 讀取 write 寫 BufferedReader 緩沖區(qū)讀取 FileReader 文本文件讀取 BufferedWriter 緩沖
10、區(qū)輸出 FileWriter 文本文件寫出 flush 清空 close 關(guān)閉 DataInputStream 二進(jìn)制文件讀取 DataOutputStream二進(jìn)制文件寫出 EOF 最后 encoding 編碼 Remote 遠(yuǎn)程 release 釋放 第九章: JBuider Java 集成開發(fā)環(huán)境(IDE) Enterprise 企業(yè)版 Developer 開發(fā)版 Foundation 基礎(chǔ)版 Messages 消息格 Structure 結(jié)構(gòu)窗格 Project 工程 Files 文件 Source 源代碼 Design 設(shè)計(jì) History 歷史 Doc 文檔 File 文件 Edi
11、t 編輯 Search 查找 Refactor 要素 View 視圖 Run 運(yùn)行 Tools 工具 Window 窗口 Help 幫助 Vector 矢量 addElement 添加內(nèi)容 Project Winzard 工程向?qū)?Step 步驟 Title 標(biāo)題 Description 描述 Copyright 版權(quán) Company 公司 Aptech Limited Aptech有限公司 author 作者 Back 后退 Finish 完成 version 版本 Debug 調(diào)試 New 新建 ErrorInsight 調(diào)試 第十章: JFrame 窗口框架 JPanel 面板 JScr
12、ollPane 滾動(dòng)面板 title 標(biāo)題 Dimension 尺寸 Component 組件 Swing JAVA輕量級(jí)組件 getContentPane 得到內(nèi)容面板 LayoutManager 布局管理器 setVerticalScrollBarPolicy 設(shè)置垂直滾動(dòng)條策略 AWT(Abstract Window Toolkit) 抽象窗口工具包 GUI (Graphical User Interface) 圖形用戶界面 VERTICAL_SCROLLEARAS_NEEDED 當(dāng)內(nèi)容大大面板出現(xiàn)滾動(dòng)條 VERTICAL_SOROLLEARAS_ALWAYS 顯示滾動(dòng)條 VERTICA
13、L_SOROLLEARAS_NEVER 不顯示滾動(dòng)條 JLabel 標(biāo)簽 Icon 圖標(biāo) image 圖象 LEFT 左對(duì)齊 RIGHT 右對(duì)齊 JTextField 單行文本 getColumns 得到列數(shù) setLayout 設(shè)置布局 BorderLayout 邊框布局 CENTER 居中對(duì)齊 JTextArea 多行文本 setFont 設(shè)置字體 setHorizontalAlignment 設(shè)置文本水平對(duì)齊方式 setDefaultCloseOperation 設(shè)置默認(rèn)的關(guān)閉操作 add 增加 JButton 按鈕 JCheckBox 復(fù)選框 JRadioButton單選按鈕 addI
14、tem 增加列表項(xiàng) getItemAt 得到位置的列表項(xiàng) getItemCount 得到列表項(xiàng)個(gè)數(shù) setRolloverIcon 當(dāng)鼠標(biāo)經(jīng)過的圖標(biāo) setSelectedIcon 當(dāng)選擇按鈕的圖標(biāo) getSelectedItem 得到選擇的列表項(xiàng) getSelectedIndex 得到選擇的索引 ActionListener 按鈕監(jiān)聽 ActionEvent 按鈕事件 actionPerformed 按鈕單擊方法計(jì)算機(jī)編程英語大全關(guān)鍵字: 計(jì)算機(jī)編程英語大全 算法常用術(shù)語中英對(duì)照 Data Structures 基本數(shù)據(jù)結(jié)構(gòu) Dictionaries 字典 Priority Queues 堆
15、 Graph Data Structures 圖 Set Data Structures 集合 Kd-Trees 線段樹 Numerical Problems 數(shù)值問題 Solving Linear Equations 線性方程組 Bandwidth Reduction 帶寬壓縮 Matrix Multiplication 矩陣乘法 Determinants and Permanents 行列式 Constrained and Unconstrained Optimization 最值問題 Linear Programming 線性規(guī)劃 Random Number Generation 隨機(jī)數(shù)
16、生成 Factoring and Primality Testing 因子分解/質(zhì)數(shù)判定 Arbitrary Precision Arithmetic 高精度計(jì)算 Knapsack Problem 背包問題 Discrete Fourier Transform 離散Fourier變換 Combinatorial Problems 組合問題 Sorting 排序 Searching 查找 Median and Selection 中位數(shù) Generating Permutations 排列生成 Generating Subsets 子集生成 Generating Partitions 劃分生成
17、Generating Graphs 圖的生成 Calendrical Calculations 日期 Job Scheduling 工程安排 Satisfiability 可滿足性 Graph Problems - polynomial 圖論-多項(xiàng)式算法 Connected Components 連通分支 Topological Sorting 拓?fù)渑判?Minimum Spanning Tree 最小生成樹 Shortest Path 最短路徑 Transitive Closure and Reduction 傳遞閉包 Matching 匹配 Eulerian Cycle / Chinese
18、 Postman Euler回路/中國(guó)郵路 Edge and Vertex Connectivity 割邊/割點(diǎn) Network Flow 網(wǎng)絡(luò)流 Drawing Graphs Nicely 圖的描繪 Drawing Trees 樹的描繪 Planarity Detection and Embedding 平面性檢測(cè)和嵌入 Graph Problems - hard 圖論-NP問題 Clique 最大團(tuán) Independent Set 獨(dú)立集 Vertex Cover 點(diǎn)覆蓋 Traveling Salesman Problem 旅行商問題 Hamiltonian Cycle Hamilton
19、回路 Graph Partition 圖的劃分 Vertex Coloring 點(diǎn)染色 Edge Coloring 邊染色 Graph Isomorphism 同構(gòu) Steiner Tree Steiner樹 Feedback Edge/Vertex Set 最大無環(huán)子圖 Computational Geometry 計(jì)算幾何 Convex Hull 凸包 Triangulation 三角剖分 Voronoi Diagrams Voronoi圖 Nearest Neighbor Search 最近點(diǎn)對(duì)查詢 Range Search 范圍查詢 Point Location 位置查詢 Inters
20、ection Detection 碰撞測(cè)試 Bin Packing 裝箱問題 Medial-Axis Transformation 中軸變換 Polygon Partitioning 多邊形分割 Simplifying Polygons 多邊形化簡(jiǎn) Shape Similarity 相似多邊形 Motion Planning 運(yùn)動(dòng)規(guī)劃 Maintaining Line Arrangements 平面分割 Minkowski Sum Minkowski和 Set and String Problems 集合與串的問題 Set Cover 集合覆蓋 Set Packing 集合配置 String
21、Matching 模式匹配 Approximate String Matching 模糊匹配 Text Compression 壓縮 Cryptography 密碼 Finite State Machine Minimization 有窮自動(dòng)機(jī)簡(jiǎn)化 Longest Common Substring 最長(zhǎng)公共子串 Shortest Common Superstring 最短公共父串DPDynamic Programming動(dòng)態(tài)規(guī)劃recursion 遞歸編程詞匯A2A integration A2A整合 abstract 抽象的 abstract base class (ABC)抽象基類abst
22、ract class 抽象類abstraction 抽象、抽象物、抽象性access 存取、訪問access level訪問級(jí)別access function 訪問函數(shù)account 賬戶action 動(dòng)作 activate 激活active 活動(dòng)的actual parameter 實(shí)參adapter 適配器add-in 插件address 地址address space 地址空間 address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX數(shù)據(jù)對(duì)象advanced 高級(jí)的agg
23、regation 聚合、聚集algorithm 算法alias 別名align 排列、對(duì)齊allocate 分配、配置allocator分配器、配置器angle bracket 尖括號(hào)annotation 注解、評(píng)注 API (Application Programming Interface) 應(yīng)用(程序)編程接口 app domain (application domain)應(yīng)用域application 應(yīng)用、應(yīng)用程序application framework 應(yīng)用程序框架appearance 外觀append 附加architecture 架構(gòu)、體系結(jié)構(gòu)archive file 歸檔文件
24、、存檔文件argument引數(shù)(傳給函式的值)。參見parameter array 數(shù)組arrow operator 箭頭操作符ASP(Active Server Page)活動(dòng)服務(wù)器頁面ASP.NET worker process ASP.NET工作者進(jìn)程 assembly 裝配件、配件assembly language 匯編語言assembly manifest 裝配件清單assert(ion) 斷言assign 賦值assignment 賦值、分配assignment operator 賦值操作符associated 相關(guān)的、相關(guān)聯(lián)的associative container 關(guān)聯(lián)式容器
25、(對(duì)應(yīng)sequential container) asynchronous 異步的atomic 原子的atomic operation 原子操作attribute 特性、屬性authentication service 驗(yàn)證服務(wù)authorization 授權(quán)audio 音頻A.I. 人工智能B2B integration B2B整合、B2B集成(business-to-business integration) background 背景、后臺(tái)(進(jìn)程)backward compatible 向后兼容、向下兼容backup 備份 backup device備份設(shè)備 backup file 備份
26、文件 bandwidth 帶寬base class 基類base type 基類型batch 批處理BCL (base class library)基類庫(kù) binary 二進(jìn)制 binary search 二分查找binary tree 二叉樹binary function 雙參函數(shù)binary large object二進(jìn)制大對(duì)象binary operator 二元操作符binding 綁定bit 位bitmap 位圖bitwise 按位.bitwise copy 為單元進(jìn)行復(fù)制;位元逐一復(fù)制,按位拷bitwise operation 按位運(yùn)算 block 塊、區(qū)塊、語句塊bookkeepi
27、ng 簿記boolean 布林值(真假值,true或false) border 邊框bounds checking 邊界檢查boxing 裝箱、裝箱轉(zhuǎn)換 brace (curly brace) 大括號(hào)、花括號(hào)bracket (square brakcet) 中括號(hào)、方括號(hào)breakpoint 斷點(diǎn)browser applications 瀏覽器應(yīng)用(程序)browser-accessible application 可經(jīng)由瀏覽器訪問的應(yīng)用程序build 編連(專指編譯和連接built-in 內(nèi)建、內(nèi)置bus 總線business 業(yè)務(wù)、商務(wù)(看場(chǎng)合)business Logic 業(yè)務(wù)邏輯bus
28、iness rules 業(yè)務(wù)規(guī)則 buttons 按鈕bug 臭蟲by/through 通過byte 位元組(由8 bits組成) cache 高速緩存calendar 日歷call 調(diào)用callback 回調(diào)call-level interface (CLI)調(diào)用級(jí)接口(CLI) call operator 調(diào)用操作符candidate key 候選鍵 (for database)cascading delete 級(jí)聯(lián)刪除 (for database)cascading update 級(jí)聯(lián)更新 (for database)casting 轉(zhuǎn)型、造型轉(zhuǎn)換catalog 目錄chain 鏈(fu
29、nction calls)character 字符character format 字符格式 character set 字符集 CHECK constraints CHECK約束 (for database) checkpoint 檢查點(diǎn) (for database)check box 復(fù)選框check button 復(fù)選按鈕child class 子類CIL (common intermediate language)通用中間語言、通用中介語言class 類class declaration 類聲明class definition 類定義class derivation list 類繼承列
30、表class factory 類廠class hierarchy 類層次結(jié)構(gòu)class library 類庫(kù)class loader 類裝載器class template 類模板class template partial specializations 類模板部分特化class template specializations 類模板特化classification 分類clause 子句client application 客戶端應(yīng)用程序client cursor 客戶端游標(biāo) (for database)code page 代碼頁 cleanup 清理、清除CLI (Common Lang
31、uage Infrastructure) 通用語言基礎(chǔ)設(shè)施client 客戶、客戶端client area 客戶區(qū)client-server 客戶機(jī)/服務(wù)器、客戶端/服務(wù)器clipboard 剪貼板clone 克隆 CLS (common language specification) 通用語言規(guī)范code access security 代碼訪問安全COFF (Common Object File Format) 通用對(duì)象文件格式 collection 集合COM (Component Object Model) 組件對(duì)象模型combo box 組合框command line 命令行comm
32、ent 注釋commit 提交 (for database)communication 通訊compatible 兼容compile time 編譯期、編譯時(shí)compiler 編譯器component組件composite index 復(fù)合索引、組合索引 (for database)composite key 復(fù)合鍵、組合鍵 (for database) composition 復(fù)合、組合concept 概念concrete具體的concrete class 具體類concurrency 并發(fā)、并發(fā)機(jī)制 constraint 約束 (for database)configuration 配置、
33、組態(tài)connection 連接 (for database)connection pooling 連接池console 控制臺(tái)constant 常量construct 構(gòu)件、成分、概念、構(gòu)造(for language)constructor (ctor) 構(gòu)造函數(shù)、構(gòu)造器container 容器containment包容context 環(huán)境、上下文control 控件cookie (不譯)copy 拷貝CORBA 通用對(duì)象請(qǐng)求中介架構(gòu)(Common Object Request Broker Architecture) cover 覆蓋、涵蓋create/creation 創(chuàng)建、生成cross
34、tab query 交叉表查詢 (for database)CRTP (curiously recurring template pattern)CTS (common type system)通用類型系統(tǒng)cube 多維數(shù)據(jù)集 (for database)cursor 光標(biāo)cursor 游標(biāo) (for database) custom 定制、自定義data 數(shù)據(jù)data connection 數(shù)據(jù)連接 (for database)Data Control Language (DCL) 數(shù)據(jù)控制語言(DCL) (for database)Data Definition Language (DDL
35、) 數(shù)據(jù)定義語言(DDL) (for database)data dictionary 數(shù)據(jù)字典 (for database)data dictionary view 數(shù)據(jù)字典視圖 (for database)data file 數(shù)據(jù)文件 (for database)data integrity 數(shù)據(jù)完整性 (for database)data manipulation language (DML)數(shù)據(jù)操作語言(DML) (for database)data mart 數(shù)據(jù)集市 (for database)data pump 數(shù)據(jù)抽取 (for database)data scrubbing
36、數(shù)據(jù)清理 (for database)data source 數(shù)據(jù)源 (for database)Data source name (DSN) 數(shù)據(jù)源名稱(DSN) (for database)data warehouse 數(shù)據(jù)倉(cāng)庫(kù) (for database)dataset 數(shù)據(jù)集 (for database) database 數(shù)據(jù)庫(kù) (for database)database catalog 數(shù)據(jù)庫(kù)目錄 (for database)database diagram 數(shù)據(jù)關(guān)系圖 (for database)database file 數(shù)據(jù)庫(kù)文件 (for database)databas
37、e object 數(shù)據(jù)庫(kù)對(duì)象 (for database)database owner 數(shù)據(jù)庫(kù)所有者 (for database)database project 數(shù)據(jù)庫(kù)工程 (for database)database role 數(shù)據(jù)庫(kù)角色 (for database)database schema 數(shù)據(jù)庫(kù)模式、數(shù)據(jù)庫(kù)架構(gòu) (for database)database script 數(shù)據(jù)庫(kù)腳本 (for database)data-bound 數(shù)據(jù)綁定 (for database)data-aware control數(shù)據(jù)感知控件 (for database)data member 數(shù)據(jù)成員、
38、成員變量dataset 數(shù)據(jù)集 (for database)data source 數(shù)據(jù)源 (for database)data structure數(shù)據(jù)結(jié)構(gòu)data table 數(shù)據(jù)表 (for database)datagram 數(shù)據(jù)報(bào)文DBMS (database management system)數(shù)據(jù)庫(kù)管理系統(tǒng) (for database)DCOM (distributed COM)分布式COMdead lock 死鎖 (for database)deallocate 歸還debug 調(diào)試debugger 調(diào)試器decay 退化decision support 決策支持 declara
39、tion 聲明declarative referential integrity (DRI)聲明引用完整性(DRI) (for database)deduction 推導(dǎo)DEFAULT constraint默認(rèn)約束 (for database) default database 默認(rèn)數(shù)據(jù)庫(kù) (for database)default instance 默認(rèn)實(shí)例 (for database)default result set 默認(rèn)結(jié)果集 (for database)default 缺省、默認(rèn)值defer 推遲definition 定義delegate 委托delegation 委托depend
40、ent name deploy 部署 dereference 解引用dereference operator (提領(lǐng))運(yùn)算子 derived class 派生類design by contract 契約式設(shè)計(jì)design pattern 設(shè)計(jì)模式destroy 銷毀destructor(dtor)析構(gòu)函數(shù)、析構(gòu)器device 設(shè)備DHTML (dynamic HyperText Markup Language)動(dòng)態(tài)超文本標(biāo)記語言dialog 對(duì)話框digest 摘要digital 數(shù)字的DIME (Direct Internet Message Encapsulation)直接Internet
41、消息封裝directive (編譯)指示符directory 目錄dirty pages臟頁 (for database)dirty read 臟讀 (for database)disassembler 反匯編器DISCO (Discovery of Web Services)Web Services的查找disk 盤dispatch 調(diào)度、分派、派發(fā)(我喜歡“調(diào)度”)DISPID (Dispatch Identifier)分派標(biāo)識(shí)符distributed computing 分布式計(jì)算distributed query 分布式查詢 (for database) DNA (Distribute
42、d interNet Application) 分布式網(wǎng)間應(yīng)用程序document 文檔DOM (Document Object Model)文檔對(duì)象模型dot operator (圓)點(diǎn)操作符driver 驅(qū)動(dòng)(程序)DTD (document type definition) 文檔類型定義double-byte character set (DBCS)雙字節(jié)字符集(DBCS)dump 轉(zhuǎn)儲(chǔ)dump file 轉(zhuǎn)儲(chǔ)文件dynamic cursor 動(dòng)態(tài)游標(biāo) (for database)dynamic filter 動(dòng)態(tài)篩選 (for database)dynamic locking 動(dòng)態(tài)鎖定
43、 (for database)dynamic recovery 動(dòng)態(tài)恢復(fù) (for database)dynamic snapshot 動(dòng)態(tài)快照 (for database)dynamic SQL statements 動(dòng)態(tài)SQL語句 (for database)dynamic assembly 動(dòng)態(tài)裝配件、動(dòng)態(tài)配件dynamic binding 動(dòng)態(tài)綁定EAI (enterprise application integration)企業(yè)應(yīng)用程序集成(整合)EBCO (empty base class optimization) 空基類優(yōu)化(機(jī)制)e-business 電子商務(wù)EDI (Dle
44、ctronic Data Interchange)電子數(shù)據(jù)交換efficiency 效率efficient 高效end-to-end authentication 端對(duì)端身份驗(yàn)證 end user 最終用戶engine 引擎entity 實(shí)體encapsulation 封裝enclosing class 外圍類別(與巢狀類別 nested class有關(guān))enum (enumeration) 枚舉enumerators 枚舉成員、枚舉器equal 相等equality 相等性equality operator 等號(hào)操作符error log 錯(cuò)誤日志 (for database)escape c
45、ode 轉(zhuǎn)義碼escape character 轉(zhuǎn)義符、轉(zhuǎn)義字符exclusive lock 排它鎖 (for database)explicit transaction 顯式事務(wù) (for database)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 退出expli
46、cit 顯式explicit specialization 顯式特化export 導(dǎo)出expression 表達(dá)式facility 設(shè)施、設(shè)備fat client 胖客戶端 feature 特性、特征fetch 提取field 字段(java)field 字段 (for database)field length 字段長(zhǎng)度 (for database)file 文件filter 篩選 (for database)finalization 終結(jié)firewall 防火墻finalizer 終結(jié)器firmware 固件flag 標(biāo)記flash memory 閃存flush 刷新font 字體fore
47、ign key (FK) 外鍵(FK) (for database)form 窗體formal parameter 形參forward declaration 前置聲明forward-only 只向前的forward-only cursor 只向前游標(biāo) (for database)fragmentation 碎片 (for database)framework 框架full specialization 完全特化function 函數(shù)function call operator (即operator () 函數(shù)調(diào)用操作符function object 函數(shù)對(duì)象function overload
48、ed resolution函數(shù)重載決議functionality 功能function template函數(shù)模板functor 仿函數(shù)GAC (global assembly cache) 全局裝配件緩存、全局配件緩存GC (Garbage collection) 垃圾回收(機(jī)制)、垃圾收集(機(jī)制)game 游戲generate 生成generic 泛化的、一般化的、通用的generic algorithm通用算法genericity 泛型 getter (相對(duì)于 setter)取值函數(shù)global 全局的global object 全局對(duì)象global scope resolution op
49、erator 全局范圍解析操作符grant 授權(quán) (for database)granularity 粒度group 組、群group box 分組框GUI 圖形界面GUID (Globally Unique Identifier) 全球唯一標(biāo)識(shí)符hand shaking 握手handle 句柄handler 處理器hard-coded 硬編碼的hard-copy 截屏圖hard disk 硬盤hardware 硬件hash table 散列表、哈希表header file頭文件heap 堆help file 幫助文件hierarchy 層次結(jié)構(gòu)、繼承體系hierarchical data 階
50、層式數(shù)據(jù)、層次式數(shù)據(jù)hook 鉤子Host (application)宿主(應(yīng)用程序)hot key 熱鍵hyperlink 超鏈接HTML (HyperText Markup Language) 超文本標(biāo)記語言 HTTP pipeline HTTP管道 HTTP (HyperText Transfer Protocol) 超文本傳輸協(xié)議icon 圖標(biāo)IDE (Integrated Development Environment)集成開發(fā)環(huán)境IDL (Interface Definition Language) 接口定義語言identifier 標(biāo)識(shí)符idle time 空閑時(shí)間if and
51、only if當(dāng)且僅當(dāng)IL (Intermediate Language) 中間語言、中介語言image 圖象IME 輸入法immediate base 直接基類immediate derived 直接派生類immediate updating 即時(shí)更新 (for database)implicit transaction隱式事務(wù) (for database)incremental update 增量更新 (for database)index 索引 (for database)implement 實(shí)現(xiàn)implementation 實(shí)現(xiàn)、實(shí)現(xiàn)品implicit 隱式import 導(dǎo)入increment operator 增加操作符infinite loop 無限循環(huán)infinite recursive 無限遞歸information 信息infrastructure
溫馨提示
- 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. 人人文庫(kù)網(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ì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年煤炭?jī)?nèi)河運(yùn)輸船舶船舶交易與財(cái)務(wù)審計(jì)合同3篇
- 高中信息技術(shù) Flash動(dòng)畫制作教學(xué)實(shí)錄 粵教版選修2
- 財(cái)務(wù)會(huì)計(jì)實(shí)習(xí)報(bào)告合集7篇
- 銀行卡業(yè)務(wù)管理辦法(人民銀行1999)
- 周五早安問候語
- 畢業(yè)實(shí)習(xí)協(xié)議書15篇
- (2024年秋季版)七年級(jí)道德與法治上冊(cè) 10.2 活出生命的精彩教學(xué)實(shí)錄1 新人教版
- 浙江省歷史與社會(huì)九年級(jí)人教版上冊(cè) 3.1.4 抗日戰(zhàn)爭(zhēng)的勝利 教學(xué)實(shí)錄
- 三年級(jí)品德與社會(huì)上冊(cè) 給自己頒獎(jiǎng)(二)教學(xué)實(shí)錄 泰山版
- 三年級(jí)語文下冊(cè) 第三單元 9古詩三首《元日》教學(xué)實(shí)錄 新人教版
- 2024-2030年撰寫:中國(guó)汽車半軸行業(yè)發(fā)展趨勢(shì)及競(jìng)爭(zhēng)調(diào)研分析報(bào)告
- 北疆文化全媒體傳播體系的構(gòu)建與實(shí)踐
- 低血糖暈厥應(yīng)急演練預(yù)案
- 四川省成都市某中學(xué)2024-2025學(xué)年高一年級(jí)上冊(cè)11月期中考試 英語試卷(含答案)
- 2025屆福建省廈門市重點(diǎn)中學(xué)高三第二次聯(lián)考語文試卷含解析
- OpenCV計(jì)算機(jī)視覺基礎(chǔ)教程(Python版)教學(xué)教案
- 2024年度二人合伙光伏發(fā)電項(xiàng)目投資合同3篇
- 《涉江采芙蓉》 課件高中語文統(tǒng)編版必修上冊(cè)
- 管道護(hù)理小組工作總結(jié)
- 幼兒園繪本故事《三只小豬蓋房子》教學(xué)課件全文
- 北京市房山區(qū)2023-2024學(xué)年九年級(jí)上學(xué)期期末語文試題(解析版)
評(píng)論
0/150
提交評(píng)論