




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、: 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 換行打印 JIT(just-in-time) 及時處理 第二章: byte 字節(jié) char 字符 boolean 布爾 sho
2、rt 短整型 int 整形 long 長整形 float 浮點類型 double 雙精度 if 如果 else 否則 switch 多路分支 case 與常值匹配 break 終止 default 默認 while 當?shù)窖h(huán) do 直到循環(huán) for 已知次數(shù)循環(huán) continue結(jié)束本次循環(huán)進行下次跌代 length 獲取數(shù)組元素個數(shù) 第三章: OOP object oriented programming 面向?qū)ο缶幊?Object 對象 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 保護 Static 靜態(tài) Abstract 抽象 Interface 接口 Implements interface 實現(xiàn)接口 第五章: Exception 意外,異常 RuntimeExcepiton 運行時異常 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() 獲得錯誤消息 get Cause() 獲得異常原因 method 方法 able 能夠 instance 實例 check 檢查 第六章: byte(字節(jié)) char(字符) int(整型) long(長整型) float(浮點型) double(雙精度) boolean(布爾) short(短整型) Byte (字節(jié)類) Character (字符類) Integer(整型類) Long (長整型類) Float(浮點型類) Double (雙精度類) Boolean(布爾
6、類) Short (短整型類) Digit (數(shù)字) Letter (字母) Lower (小寫) Upper (大寫) Space (空格) Identifier (標識符) 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è)置時間 Display 顯示,展示 Calendar 日歷 Add 添加,增加 GetInstance 獲得實例 getTime 獲得時間 Clear 掃除,清除 Clone 克隆,復(fù)制 Util 工具,龍?zhí)?Components 成分,組成 Month 月份 Year 年,年歲 Hour 小時,鐘頭 Minute 分鐘 Second 秒 Random 隨意,任意 Next Int 下一個整數(shù) Gaussian 高斯 ArrayList 對列 LinkedList 鏈表 Hash 無用信息,
8、雜亂信號 Map 地圖 Vector 向量,矢量 Size 大小 Collection 收集 Shuffle 混亂,洗牌 RemoveFirst 移動至開頭 RemoveLast 移動至最后 lastElement 最后的元素 Capacity 容量,生產(chǎn)量 Contains 包含,容納 Copy 副本,拷貝 Search 搜索,查詢 InsertElementAt 插入元素在某一位置 第八章: io->in out 輸入/輸出 File 文件 import 導(dǎo)入 exists 存在 isFile 是文件 isDirectory 是目錄 getName 獲取名字 getPath 獲取路徑
9、 getAbsolutePath 獲取絕對路徑 lastModified 最后修改日期 length 長度 InputStream 輸入流 OutputStream 輸出流 Unicode 統(tǒng)一的字符編碼標準, 采用雙字節(jié)對字符進行編碼 Information 信息 FileInputStream 文件輸入流 FileOutputStream文件輸出流 IOException 輸入輸出異常 fileobject 文件對象 available 可獲取的 read 讀取 write 寫 BufferedReader 緩沖區(qū)讀取 FileReader 文本文件讀取 BufferedWriter 緩沖
10、區(qū)輸出 FileWriter 文本文件寫出 flush 清空 close 關(guān)閉 DataInputStream 二進制文件讀取 DataOutputStream二進制文件寫出 EOF 最后 encoding 編碼 Remote 遠程 release 釋放 第九章: JBuider Java 集成開發(fā)環(huán)境(IDE) Enterprise 企業(yè)版 Developer 開發(fā)版 Foundation 基礎(chǔ)版 Messages 消息格 Structure 結(jié)構(gòu)窗格 Project 工程 Files 文件 Source 源代碼 Design 設(shè)計 History 歷史 Doc 文檔 File 文件 Edi
11、t 編輯 Search 查找 Refactor 要素 View 視圖 Run 運行 Tools 工具 Window 窗口 Help 幫助 Vector 矢量 addElement 添加內(nèi)容 Project Winzard 工程向?qū)?Step 步驟 Title 標題 Description 描述 Copyright 版權(quán) Company 公司 Aptech Limited Aptech有限公司 author 作者 Back 后退 Finish 完成 version 版本 Debug 調(diào)試 New 新建 ErrorInsight 調(diào)試 第十章: JFrame 窗口框架 JPanel 面板 JScr
12、ollPane 滾動面板 title 標題 Dimension 尺寸 Component 組件 Swing JAVA輕量級組件 getContentPane 得到內(nèi)容面板 LayoutManager 布局管理器 setVerticalScrollBarPolicy 設(shè)置垂直滾動條策略 AWT(Abstract Window Toolkit) 抽象窗口工具包 GUI (Graphical User Interface) 圖形用戶界面 VERTICAL_SCROLLEARAS_NEEDED 當內(nèi)容大大面板出現(xiàn)滾動條 VERTICAL_SOROLLEARAS_ALWAYS 顯示滾動條 VERTICA
13、L_SOROLLEARAS_NEVER 不顯示滾動條 JLabel 標簽 Icon 圖標 image 圖象 LEFT 左對齊 RIGHT 右對齊 JTextField 單行文本 getColumns 得到列數(shù) setLayout 設(shè)置布局 BorderLayout 邊框布局 CENTER 居中對齊 JTextArea 多行文本 setFont 設(shè)置字體 setHorizontalAlignment 設(shè)置文本水平對齊方式 setDefaultCloseOperation 設(shè)置默認的關(guān)閉操作 add 增加 JButton 按鈕 JCheckBox 復(fù)選框 JRadioButton單選按鈕 addI
14、tem 增加列表項 getItemAt 得到位置的列表項 getItemCount 得到列表項個數(shù) setRolloverIcon 當鼠標經(jīng)過的圖標 setSelectedIcon 當選擇按鈕的圖標 getSelectedItem 得到選擇的列表項 getSelectedIndex 得到選擇的索引 ActionListener 按鈕監(jiān)聽 ActionEvent 按鈕事件 actionPerformed 按鈕單擊方法計算機編程英語大全關(guān)鍵字: 計算機編程英語大全 算法常用術(shù)語中英對照 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 隨機數(shù)
16、生成 Factoring and Primality Testing 因子分解/質(zhì)數(shù)判定 Arbitrary Precision Arithmetic 高精度計算 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 圖論-多項式算法 Connected Components 連通分支 Topological Sorting 拓撲排序 Minimum Spanning Tree 最小生成樹 Shortest Path 最短路徑 Transitive Closure and Reduction 傳遞閉包 Matching 匹配 Eulerian Cycle / Chinese
18、 Postman Euler回路/中國郵路 Edge and Vertex Connectivity 割邊/割點 Network Flow 網(wǎng)絡(luò)流 Drawing Graphs Nicely 圖的描繪 Drawing Trees 樹的描繪 Planarity Detection and Embedding 平面性檢測和嵌入 Graph Problems - hard 圖論-NP問題 Clique 最大團 Independent Set 獨立集 Vertex Cover 點覆蓋 Traveling Salesman Problem 旅行商問題 Hamiltonian Cycle Hamilton
19、回路 Graph Partition 圖的劃分 Vertex Coloring 點染色 Edge Coloring 邊染色 Graph Isomorphism 同構(gòu) Steiner Tree Steiner樹 Feedback Edge/Vertex Set 最大無環(huán)子圖 Computational Geometry 計算幾何 Convex Hull 凸包 Triangulation 三角剖分 Voronoi Diagrams Voronoi圖 Nearest Neighbor Search 最近點對查詢 Range Search 范圍查詢 Point Location 位置查詢 Inters
20、ection Detection 碰撞測試 Bin Packing 裝箱問題 Medial-Axis Transformation 中軸變換 Polygon Partitioning 多邊形分割 Simplifying Polygons 多邊形化簡 Shape Similarity 相似多邊形 Motion Planning 運動規(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 有窮自動機簡化 Longest Common Substring 最長公共子串 Shortest Common Superstring 最短公共父串DPDynamic Programming動態(tài)規(guī)劃recursion 遞歸編程詞匯A2A integration A2A整合 abstract 抽象的 abstract base class (ABC)抽象基類abst
22、ract class 抽象類abstraction 抽象、抽象物、抽象性access 存取、訪問access level訪問級別access function 訪問函數(shù)account 賬戶action 動作 activate 激活active 活動的actual parameter 實參adapter 適配器add-in 插件address 地址address space 地址空間 address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX數(shù)據(jù)對象advanced 高級的agg
23、regation 聚合、聚集algorithm 算法alias 別名align 排列、對齊allocate 分配、配置allocator分配器、配置器angle bracket 尖括號annotation 注解、評注 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)活動服務(wù)器頁面ASP.NET worker process ASP.NET工作者進程 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、(對應(yīng)sequential container) asynchronous 異步的atomic 原子的atomic operation 原子操作attribute 特性、屬性authentication service 驗證服務(wù)authorization 授權(quán)audio 音頻A.I. 人工智能B2B integration B2B整合、B2B集成(business-to-business integration) background 背景、后臺(進程)backward compatible 向后兼容、向下兼容backup 備份 backup device備份設(shè)備 backup file 備份
26、文件 bandwidth 帶寬base class 基類base type 基類型batch 批處理BCL (base class library)基類庫 binary 二進制 binary search 二分查找binary tree 二叉樹binary function 雙參函數(shù)binary large object二進制大對象binary operator 二元操作符binding 綁定bit 位bitmap 位圖bitwise 按位.bitwise copy 為單元進行復(fù)制;位元逐一復(fù)制,按位拷bitwise operation 按位運算 block 塊、區(qū)塊、語句塊bookkeepi
27、ng 簿記boolean 布林值(真假值,true或false) border 邊框bounds checking 邊界檢查boxing 裝箱、裝箱轉(zhuǎn)換 brace (curly brace) 大括號、花括號bracket (square brakcet) 中括號、方括號breakpoint 斷點browser applications 瀏覽器應(yīng)用(程序)browser-accessible application 可經(jīng)由瀏覽器訪問的應(yīng)用程序build 編連(專指編譯和連接built-in 內(nèi)建、內(nèi)置bus 總線business 業(yè)務(wù)、商務(wù)(看場合)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)用級接口(CLI) call operator 調(diào)用操作符candidate key 候選鍵 (for database)cascading delete 級聯(lián)刪除 (for database)cascading update 級聯(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 檢查點 (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 類庫class loader 類裝載器class template 類模板class template partial specializations 類模板部分特化class template specializations 類模板特化classification 分類clause 子句client application 客戶端應(yīng)用程序client cursor 客戶端游標 (for database)code page 代碼頁 cleanup 清理、清除CLI (Common Lang
31、uage Infrastructure) 通用語言基礎(chǔ)設(shè)施client 客戶、客戶端client area 客戶區(qū)client-server 客戶機/服務(wù)器、客戶端/服務(wù)器clipboard 剪貼板clone 克隆 CLS (common language specification) 通用語言規(guī)范code access security 代碼訪問安全COFF (Common Object File Format) 通用對象文件格式 collection 集合COM (Component Object Model) 組件對象模型combo box 組合框command line 命令行comm
32、ent 注釋commit 提交 (for database)communication 通訊compatible 兼容compile time 編譯期、編譯時compiler 編譯器component組件composite index 復(fù)合索引、組合索引 (for database)composite key 復(fù)合鍵、組合鍵 (for database) composition 復(fù)合、組合concept 概念concrete具體的concrete class 具體類concurrency 并發(fā)、并發(fā)機制 constraint 約束 (for database)configuration 配置、
33、組態(tài)connection 連接 (for database)connection pooling 連接池console 控制臺constant 常量construct 構(gòu)件、成分、概念、構(gòu)造(for language)constructor (ctor) 構(gòu)造函數(shù)、構(gòu)造器container 容器containment包容context 環(huán)境、上下文control 控件cookie (不譯)copy 拷貝CORBA 通用對象請求中介架構(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 光標cursor 游標 (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ù)倉庫 (for database)dataset 數(shù)據(jù)集 (for database) database 數(shù)據(jù)庫 (for database)database catalog 數(shù)據(jù)庫目錄 (for database)database diagram 數(shù)據(jù)關(guān)系圖 (for database)database file 數(shù)據(jù)庫文件 (for database)databas
37、e object 數(shù)據(jù)庫對象 (for database)database owner 數(shù)據(jù)庫所有者 (for database)database project 數(shù)據(jù)庫工程 (for database)database role 數(shù)據(jù)庫角色 (for database)database schema 數(shù)據(jù)庫模式、數(shù)據(jù)庫架構(gòu) (for database)database script 數(shù)據(jù)庫腳本 (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ù)報文DBMS (database management system)數(shù)據(jù)庫管理系統(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默認約束 (for database) default database 默認數(shù)據(jù)庫 (for database)default instance 默認實例 (for database)default result set 默認結(jié)果集 (for database)default 缺省、默認值defer 推遲definition 定義delegate 委托delegation 委托depend
40、ent name deploy 部署 dereference 解引用dereference operator (提領(lǐng))運算子 derived class 派生類design by contract 契約式設(shè)計design pattern 設(shè)計模式destroy 銷毀destructor(dtor)析構(gòu)函數(shù)、析構(gòu)器device 設(shè)備DHTML (dynamic HyperText Markup Language)動態(tài)超文本標記語言dialog 對話框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)分派標識符distributed computing 分布式計算distributed query 分布式查詢 (for database) DNA (Distribute
42、d interNet Application) 分布式網(wǎng)間應(yīng)用程序document 文檔DOM (Document Object Model)文檔對象模型dot operator (圓)點操作符driver 驅(qū)動(程序)DTD (document type definition) 文檔類型定義double-byte character set (DBCS)雙字節(jié)字符集(DBCS)dump 轉(zhuǎn)儲dump file 轉(zhuǎn)儲文件dynamic cursor 動態(tài)游標 (for database)dynamic filter 動態(tài)篩選 (for database)dynamic locking 動態(tài)鎖定
43、 (for database)dynamic recovery 動態(tài)恢復(fù) (for database)dynamic snapshot 動態(tài)快照 (for database)dynamic SQL statements 動態(tài)SQL語句 (for database)dynamic assembly 動態(tài)裝配件、動態(tài)配件dynamic binding 動態(tài)綁定EAI (enterprise application integration)企業(yè)應(yīng)用程序集成(整合)EBCO (empty base class optimization) 空基類優(yōu)化(機制)e-business 電子商務(wù)EDI (Dle
44、ctronic Data Interchange)電子數(shù)據(jù)交換efficiency 效率efficient 高效end-to-end authentication 端對端身份驗證 end user 最終用戶engine 引擎entity 實體encapsulation 封裝enclosing class 外圍類別(與巢狀類別 nested class有關(guān))enum (enumeration) 枚舉enumerators 枚舉成員、枚舉器equal 相等equality 相等性equality operator 等號操作符error log 錯誤日志 (for database)escape c
45、ode 轉(zhuǎn)義碼escape character 轉(zhuǎn)義符、轉(zhuǎn)義字符exclusive lock 排它鎖 (for database)explicit transaction 顯式事務(wù) (for database)evaluate 評估event 事件event driven 事件驅(qū)動的event handler 事件處理器evidence 證據(jù)exception 異常exception declaration 異常聲明exception handling 異常處理、異常處理機制exception-safe 異常安全的exception specification 異常規(guī)范exit 退出expli
46、cit 顯式explicit specialization 顯式特化export 導(dǎo)出expression 表達式facility 設(shè)施、設(shè)備fat client 胖客戶端 feature 特性、特征fetch 提取field 字段(java)field 字段 (for database)field length 字段長度 (for database)file 文件filter 篩選 (for database)finalization 終結(jié)firewall 防火墻finalizer 終結(jié)器firmware 固件flag 標記flash memory 閃存flush 刷新font 字體fore
47、ign key (FK) 外鍵(FK) (for database)form 窗體formal parameter 形參forward declaration 前置聲明forward-only 只向前的forward-only cursor 只向前游標 (for database)fragmentation 碎片 (for database)framework 框架full specialization 完全特化function 函數(shù)function call operator (即operator () 函數(shù)調(diào)用操作符function object 函數(shù)對象function overload
48、ed resolution函數(shù)重載決議functionality 功能function template函數(shù)模板functor 仿函數(shù)GAC (global assembly cache) 全局裝配件緩存、全局配件緩存GC (Garbage collection) 垃圾回收(機制)、垃圾收集(機制)game 游戲generate 生成generic 泛化的、一般化的、通用的generic algorithm通用算法genericity 泛型 getter (相對于 setter)取值函數(shù)global 全局的global object 全局對象global scope resolution op
49、erator 全局范圍解析操作符grant 授權(quán) (for database)granularity 粒度group 組、群group box 分組框GUI 圖形界面GUID (Globally Unique Identifier) 全球唯一標識符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) 超文本標記語言 HTTP pipeline HTTP管道 HTTP (HyperText Transfer Protocol) 超文本傳輸協(xié)議icon 圖標IDE (Integrated Development Environment)集成開發(fā)環(huán)境IDL (Interface Definition Language) 接口定義語言identifier 標識符idle time 空閑時間if and
51、only if當且僅當IL (Intermediate Language) 中間語言、中介語言image 圖象IME 輸入法immediate base 直接基類immediate derived 直接派生類immediate updating 即時更新 (for database)implicit transaction隱式事務(wù) (for database)incremental update 增量更新 (for database)index 索引 (for database)implement 實現(xiàn)implementation 實現(xiàn)、實現(xiàn)品implicit 隱式import 導(dǎo)入increment operator 增加操作符infinite loop 無限循環(huán)infinite recursive 無限遞歸information 信息infrastructure
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 《高中化學(xué)總復(fù)習》課件
- 作品大賽回復(fù)函
- 文化和旅游交流合作協(xié)議
- 《課件版權(quán)問題》課件
- 《智能安防系統(tǒng)介紹》課件
- 尊重勞動 創(chuàng)新未來
- 排球教學(xué)課件之防守與攔網(wǎng)
- 《產(chǎn)后護理》課件
- 《生物基因》課件
- 2025抵押擔保合同范本
- 研發(fā)費用加計扣除政策執(zhí)行指引(1.0版)
- GB/T 20647.9-2006社區(qū)服務(wù)指南第9部分:物業(yè)服務(wù)
- 海洋油氣開發(fā)生產(chǎn)簡介課件
- 重慶十八梯介紹(改)課件
- 一級病原微生物實驗室危害評估報告
- 茶葉加工機械與設(shè)備(全套524張課件)
- 設(shè)備機房出入登記表
- 起重吊裝作業(yè)審批表
- 最新三角形的特性優(yōu)質(zhì)課教學(xué)設(shè)計公開課教案
- X射線衍射學(xué):第九章 點陣常數(shù)的精確測定
- 招商工作策略與路徑pptPPT通用課件
評論
0/150
提交評論