JAVA开发常用英语词汇

合集下载

编程常用英语词汇菜鸟教程

编程常用英语词汇菜鸟教程

编程常用英语词汇菜鸟教程编程领域作为一个国际化的行业,充斥着大量的英语术语,如果你是一个菜鸟程序员,可能会感到困惑和茫然。

本教程旨在帮助菜鸟程序员了解并掌握一些常用的编程英语词汇,以便更好地理解和学习编程。

1. Data Types(数据类型)在编程中,数据类型是指给定数据的类别或类型。

常见的数据类型包括整数(integer)、浮点数(float)、字符串(string)、布尔值(boolean)等。

在声明变量或处理数据时,了解数据类型是至关重要的。

例如,在Python中,可以使用type()函数来查看变量的数据类型。

2. Function(函数)函数是编程中用于封装代码和实现特定功能的一种结构。

通过函数,可以将一段代码组织为一个单独的单元,并在需要时进行调用。

函数通常包括函数名、参数列表和函数体。

例如,在JavaScript中定义一个函数可以使用function关键字。

3. Loop(循环)循环是编程中常用的控制结构之一,用于重复执行一段代码。

常见的循环包括for循环和while循环。

循环可以帮助程序员简化重复性工作,并提高代码的效率。

4. Conditional Statements(条件语句)条件语句用于根据特定条件来执行不同的代码块。

常见的条件语句包括if语句、else语句和elif语句。

通过条件语句,可以实现程序的逻辑判断和控制流程。

5. Variable(变量)变量是用于存储和表示数据的标识符。

在编程中,可以通过声明变量来存储不同类型的数据,如数字、字符串等。

变量可以通过赋值操作符(=)来赋予特定的值。

在使用变量时,应该遵循变量命名规范,使代码更易读和易维护。

6. Array(数组)数组是一种用于存储多个相同类型数据的数据结构。

在编程中,数组提供了便捷的方式来组织和访问数据。

可以通过下标索引来访问数组中的元素,从而实现对数据的快速操作。

在许多编程语言中,数组是一个重要的数据结构,如JavaScript中的数组对象。

最新JAVA英语单词(带音标)资料

最新JAVA英语单词(带音标)资料

Java基础常见英语词汇(共70个) ['ɔbdʒekt]['ɔ:rientid]导向的['prəʊɡræmɪŋ]编程OO: object-oriented ,面向对象OOP: object-oriented programming,面向对象编程[dɪ'veləpmənt][kɪt]工具箱['vɜːtjʊəl]虚拟的JDK:Java development kit, java开发工具包JVM:java virtual machine ,java虚拟机['dʒɑːvə][mə'ʃiːn]机器[kəm'paɪl]Compile:编绎Run:运行['veərɪəb(ə)l] [ɒpə'reɪʃ(ə)n] [pə'ræmɪtə]variable:变量operation:操作,运算parameter:参数['fʌŋ(k)ʃ(ə)n]function:函数member-variable:成员变量member-function:成员函数[dɪ'fɔːlt] ['ækses] ['pækɪdʒ] [ɪm'pɔːt] ['stætɪk]default:默认access:访问package:包import:导入static:静态的[vɔid] ['peər(ə)nt] [beɪs] ['sjuːpə]void:无(返回类型) parent class:父类base class:基类super class:超类[tʃaɪld] [di'raivd] [əʊvə'raɪd] [əʊvə'ləʊd] child class:子类derived class:派生类override:重写,覆盖overload:重载['faɪn(ə)l] ['ɪmplɪm(ə)nts]final:最终的,不能改变的implements:实现[rʌn'taim] [æriθ'metik][ik'sepʃən]Runtime:运行时ArithmeticException:算术异常[ə'rei]['indeks] [baundz][ik'sepʃən] [nʌl] ['pɔintə]指针ArrayIndexOutOfBoundsException:数组下标越界异常Null Pointer Exception:空引用异常ClassNotFoundException:类没有发现异常['nʌmbə]['fɔ:mæt]NumberFormatException:数字格式异常(字符串不能转化为数字)[θrəuz]Throws: (投掷)表示强制异常处理Throwable:(可抛出的)表示所有异常类的祖先类[læŋ]['læŋɡwidʒ][ju'til] [,dis'plei] [ə'rei] [list]Lang:language,语言Util:工具Display:显示ArrayList:(数组列表)表示动态数组[hæʃ][mæp]HashMap: 散列表,哈希表[swiŋ] ['æbstrækt] ['windəu] ['tu:lkit]Swing:轻巧的Awt:abstract window toolkit:抽象窗口工具包[freim] ['pænl] ['leiaut] [skrəul] ['və:tikəl] Frame:窗体Panel:面板Layout:布局Scroll:滚动Vertical:垂直['hɔri'zɔntəl] ['leibl] [tekst] ['fi:ld]Horizontal:水平Label:标签TextField:文本框['εəriə] ['bʌtən] [tʃek] [bɔks]TextArea:文本域Button:按钮Checkbox:复选框['reidiəu] ['kɔmbəu] ['lisənə]Radiobutton:单选按钮Combobox:复选框Listener:监听['bɔ:də] [fləu] [ɡrid] ['menju:] [bɑ:]Border:边界Flow:流Grid:网格MenuBar:菜单栏['menju:] ['aitəm] ['pɔpʌp]Menu:菜单MenuItem:菜单项PopupMenu:弹出菜单['daiəlɔɡ] ['mesidʒ] ['aikɔn] [nəud]Dialog:对话框Message:消息Icon:图标Node:节点['dʒa:və]['deitəbeis] [,kɔnek'tivəti]Jdbc:java database connectivity :java数据库连接[draivə] ['mænidʒə] [kə'nekʃən] ['steitmənt]DriverManager:驱动管理器Connection:连接Statement:表示执行对象[pri'peəd] [ri'zʌlt]Preparedstatement:表示预执行对象Resultset:结果集['eksikju:t] ['kwiəri]executeQuery:执行查询Jbuilder中常用英文(共33个)[kləuz] [ik'sept] [peinz]Close all except…:除了..全部关闭Panes:面板组[bi:n] ['prɔpətiz] [meik] [bild] [,ri:'bild]Bean:豆子Properties:属性Make:编绎Build:编绎Rebuild:重编绎[ri'freʃ] ['prɔdʒekt] [di'fɔ:lt]Refresh:刷新Project properties:项目属性Default project properties:默认的项目属性[di:'bʌɡ] ['prefərənsiz] [kən'fiɡə] ['laibrəriz] Debug:调试Preferences:参数配置Configure:配置Libraries:库JSP中常用英文[,ju:ni'və:səl] [ri'sɔ:s] [ləu'keiʃən]URL: Universal Resource Location:统一资源定位符['intənet] [ik'splɔ:rə] ['dʒa:və] ['sə:və] [peidʒ]IE: Internet Explorer 因特网浏览器JSP: java server page:java服务器页面['mɔdəl] [kən'trəulə] ['tɔmkæt]Model:模型C:controller:控制器Tomcat:一种jsp的web服务器['mɔdju:l] ['sə:vlet][i'niʃəlaiz] ['sta:tʌp] WebModule:web模块Servlet:小服务程序Init: initialize,初始化Startup:启动['mæpiŋ][pə'ræmitə] ['seʃən] [,æpli'keiʃən] Mapping:映射Getparameter:获取参数Session:会话Application:应用程序['kɔntekst] [,ri:di'rekt] [dis'pætʃ] ['fɔ:wəd]Context:上下文redirect:重定向dispatch:分发forward:转交['ætribju:t] ['kɔntent] [taip]setattribute:设置属性getattribute:获取属性contentType:内容类型[tʃɑ:] [in'klu:d] [tæɡ][lib]charset:字符集include:包含tag:标签taglib:标签库[ik'spreʃən] ['læŋɡwidʒ][skəup] ['empti] EL:expression language,表达式语言Scope:作用域Empty:空['stændəd][tæɡ] ['laibrəri]JSTL:java standard tag library :java标准标签库[di'skripʃən] [kɔ:]TLD:taglib description,标签库描述符Core:核心Foreach:表示循环[va:(r)] ['vεəriəbl] ['steitəs] ['aitəm]Var:variable,变量Status:状态Items:项目集合['fɔ:mæt] [filtə]Fmt:format,格式化Filter:过滤器(报错英文['strʌktʃəz]Data Structures 基本数据结构['dikʃənəriz]Dictionaries 字典[prai'ɔrəti] [kju:z]Priority Queues 堆[ɡrɑ:f] ['deɪtə] ['strʌktʃəz]Graph Data Structures 图[set] ['deɪtə]['strʌktʃəz]Set Data Structures 集合[tri:s]Kd-Trees 线段树[nju:'merikəl] ['prɔ:bləms]Numerical Problems 数值问题[sɔlviŋ] ['liniə] [i'kweiʃənz]Solving Linear Equations 线性方程组['bændwidθ] [ri'dʌkʃən]Bandwidth Reduction 带宽压缩['meitriks] [,mʌltipli'keiʃən]Matrix Multiplication 矩阵乘法[di'tə:minənt] ['pə:mənənt]Determinants and Permanents 行列式[kən'streind] [ʌnkən'streɪnd] [,ɔptimai'zeiʃən]Constrained and Unconstrained Optimization 最值问题['liniə] ['prəuɡræmiŋ]Linear Programming 线性规划['rændəm] ['nʌmbə] [,dʒenə'reiʃən]Random Number Generation 随机数生成['fæktərɪŋ] [prai'mæləti] ['testɪŋ]Factoring and Primality Testing 因子分解/质数判定['ɑːbɪtrərɪ][prɪ'sɪʒən][ə'rɪθmətɪk]Arbitrary Precision Arithmetic 高精度计算['næpsæk] ['prɒbləm]Knapsack Problem 背包问题[dɪ'skriːt] ['fʊriər][træns'fɔːm]Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成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 Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分V oronoi Diagrams V oronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归)报错英文第一章:JDK(Java Development Kit) java开发工具包JVM(Java Virtual Machine) java虚拟机Javac 编译命令java 解释命令Javadoc 生成java文档命令classpath 类路径Version 版本static 静态的String 字符串类JIT(just-in-time) 及时处理第二章:第三章:OOP object oriented programming 面向对象编程Object 对象Class 类Class member 类成员Class method 类方法Class variable 类变量Constructor 构造方法Package 包Import package 导入包第四章:Base class 基类Super class 超类Overloaded method 重载方法Overridden method 重写方法Public 公有Private 私有Protected 保护Static 静态Abstract 抽象Interface 接口Implements interface 实现接口第五章:RuntimeExcepiton 运行时异常ArithmeticException 算术异常IllegalArgumentException 非法数据异常ArrayIndexOutOfBoundsException 数组索引越界异常NullPointerException 空指针异常ClassNotFoundException 类无法加载异常(类不能找到)NumberFormatException 字符串到float类型转换异常(数字格式异常)IOException 输入输出异常FileNotFoundException 找不到文件异常EOFException 文件结束异常InterruptedException (线程)中断异常throws 投、掷、抛print Stack Trace() 打印堆栈信息get Message()获得错误消息get Cause()获得异常原因method 方法able 能够instance 实例Byte (字节类)Character (字符类)Integer(整型类)Long (长整型类)Float(浮点型类)Double (双精度类)Boolean(布尔类)Short (短整型类)Digit (数字)Letter (字母)Lower (小写)Upper (大写)Space (空格)Identifier (标识符)Start (开始)String (字符串)length (值)equals (等于)Ignore (忽略)compare (比较)sub (提取)concat (连接)trim (整理)Buffer (缓冲器)reverse (颠倒)delete (删除)append (添加)Interrupted (中断的)第七章:toString 转换为字符串GetInstance 获得实例Util 工具,龙套Components 成分,组成Next Int 下一个整数Gaussian 高斯ArrayList 对列LinkedList 链表Hash 无用信息,杂乱信号Map 地图Vector 向量,矢量Collection 收集Shuffle 混乱,洗牌RemoveFirst 移动至开头RemoveLast 移动至最后lastElement 最后的元素Capacity 容量,生产量Contains 包含,容纳InsertElementAt 插入元素在某一位置第八章:io->in out 输入/输出File 文件isFile 是文件isDirectory 是目录getPath 获取路径getAbsolutePath 获取绝对路径lastModified 最后修改日期Unicode 统一的字符编码标准, 采用双字节对字符进行编码FileInputStream 文件输入流FileOutputStream文件输出流IOException 输入输出异常fileobject 文件对象available 可获取的BufferedReader 缓冲区读取FileReader 文本文件读取BufferedWriter 缓冲区输出FileWriter 文本文件写出flush 清空close 关闭DataInputStream 二进制文件读取DataOutputStream二进制文件写出EOF 最后encoding 编码Remote 远程release 释放第九章:JBuider Java 集成开发环境(IDE)Enterprise 企业版Developer 开发版Foundation 基础版Messages 消息格Structure 结构窗格Project 工程Files 文件Source 源代码Design 设计History 历史Doc 文档File 文件Edit 编辑Search 查找Refactor 要素View 视图Run 运行Tools 工具Window 窗口Help 帮助Vector 矢量addElement 添加内容Project Winzard 工程向导Step 步骤Title 标题Description 描述Copyright 版权Company 公司Aptech Limited Aptech有限公司author 作者Back 后退Finish 完成version 版本Debug 调试New 新建ErrorInsight 调试第十章:JFrame 窗口框架JPanel 面板JScrollPane 滚动面板title 标题Dimension 尺寸Component 组件Swing JA V A轻量级组件getContentPane 得到内容面板LayoutManager 布局管理器setVerticalScrollBarPolicy 设置垂直滚动条策略AWT(Abstract Window Toolkit)抽象窗口工具包GUI (Graphical User Interface)图形用户界面VERTICAL_SCROLLEARAS_NEEDED 当内容大大面板出现滚动条VERTICAL_SOROLLEARAS_ALWAYS 显示滚动条VERTICAL_SOROLLEARAS_NEVER 不显示滚动条JLabel 标签Icon 图标image 图象LEFT 左对齐RIGHT 右对齐JTextField 单行文本getColumns 得到列数setLayout 设置布局BorderLayout 边框布局CENTER 居中对齐JTextArea 多行文本setFont 设置字体setHorizontalAlignment 设置文本水平对齐方式setDefaultCloseOperation 设置默认的关闭操作add 增加JButton 按钮JCheckBox 复选框JRadioButton单选按钮addItem 增加列表项getItemAt 得到位置的列表项getItemCount 得到列表项个数setRolloverIcon 当鼠标经过的图标setSelectedIcon 当选择按钮的图标getSelectedItem 得到选择的列表项getSelectedIndex 得到选择的索引ActionListener 按钮监听ActionEvent 按钮事件actionPerformed 按钮单击方法(编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advanced 高级的aggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。

JAVA英语单词(带音标)

JAVA英语单词(带音标)

Java基础常见英语词汇(共70个) ['ɔbdʒekt]['ɔ:rientid]导向的['prəʊɡræmɪŋ]编程OO: object-oriented ,面向对象OOP: object-oriented programming,面向对象编程[dɪ'veləpmənt][kɪt]工具箱['vɜːtjʊəl]虚拟的JDK:Java development kit, java开发工具包JVM:java virtual machine ,java虚拟机['dʒɑːvə][mə'ʃiːn]机器[kəm'paɪl]Compile:编绎Run:运行['veərɪəb(ə)l] [ɒpə'reɪʃ(ə)n] [pə'ræmɪtə]variable:变量operation:操作,运算parameter:参数['fʌŋ(k)ʃ(ə)n]function:函数member-variable:成员变量member-function:成员函数[dɪ'fɔːlt] ['ækses] ['pækɪdʒ] [ɪm'pɔːt] ['stætɪk]default:默认access:访问package:包import:导入static:静态的[vɔid] ['peər(ə)nt] [beɪs] ['sjuːpə]void:无(返回类型) parent class:父类base class:基类super class:超类[tʃaɪld] [di'raivd] [əʊvə'raɪd] [əʊvə'ləʊd] child class:子类derived class:派生类override:重写,覆盖overload:重载['faɪn(ə)l] ['ɪmplɪm(ə)nts]final:最终的,不能改变的implements:实现[rʌn'taim] [æriθ'metik][ik'sepʃən]Runtime:运行时ArithmeticException:算术异常[ə'rei]['indeks] [baundz][ik'sepʃən] [nʌl] ['pɔintə]指针ArrayIndexOutOfBoundsException:数组下标越界异常Null Pointer Exception:空引用异常ClassNotFoundException:类没有发现异常['nʌmbə]['fɔ:mæt]NumberFormatException:数字格式异常(字符串不能转化为数字)[θrəuz]Throws: (投掷)表示强制异常处理Throwable:(可抛出的)表示所有异常类的祖先类[læŋ]['læŋɡwidʒ][ju'til] [,dis'plei] [ə'rei] [list]Lang:language,语言Util:工具Display:显示ArrayList:(数组列表)表示动态数组[hæʃ][mæp]HashMap: 散列表,哈希表[swiŋ] ['æbstrækt] ['windəu] ['tu:lkit]Swing:轻巧的Awt:abstract window toolkit:抽象窗口工具包[freim] ['pænl] ['leiaut] [skrəul] ['və:tikəl] Frame:窗体Panel:面板Layout:布局Scroll:滚动Vertical:垂直['hɔri'zɔntəl] ['leibl] [tekst] ['fi:ld]Horizontal:水平Label:标签TextField:文本框['εəriə] ['bʌtən] [tʃek] [bɔks]TextArea:文本域Button:按钮Checkbox:复选框['reidiəu] ['kɔmbəu] ['lisənə]Radiobutton:单选按钮Combobox:复选框Listener:监听['bɔ:də] [fləu] [ɡrid] ['menju:] [bɑ:]Border:边界Flow:流Grid:网格MenuBar:菜单栏['menju:] ['aitəm] ['pɔpʌp]Menu:菜单MenuItem:菜单项PopupMenu:弹出菜单['daiəlɔɡ] ['mesidʒ] ['aikɔn] [nəud]Dialog:对话框Message:消息Icon:图标Node:节点['dʒa:və]['deitəbeis] [,kɔnek'tivəti]Jdbc:java database connectivity :java数据库连接[draivə] ['mænidʒə] [kə'nekʃən] ['steitmənt]DriverManager:驱动管理器Connection:连接Statement:表示执行对象[pri'peəd] [ri'zʌlt]Preparedstatement:表示预执行对象Resultset:结果集['eksikju:t] ['kwiəri]executeQuery:执行查询334157810 这群每日java技术免费分享定期java资料更新Jbuilder中常用英文(共33个)[kləuz] [ik'sept] [peinz]Close all except…:除了..全部关闭Panes:面板组[bi:n] ['prɔpətiz] [meik] [bild] [,ri:'bild]Bean:豆子Properties:属性Make:编绎Build:编绎Rebuild:重编绎[ri'freʃ] ['prɔdʒekt] [di'fɔ:lt]Refresh:刷新Project properties:项目属性Default project properties:默认的项目属性[di:'bʌɡ] ['prefərənsiz] [kən'fiɡə] ['laibrəriz] Debug:调试Preferences:参数配置Configure:配置Libraries:库JSP中常用英文[,ju:ni'və:səl] [ri'sɔ:s] [ləu'keiʃən]URL: Universal Resource Location:统一资源定位符['intənet] [ik'splɔ:rə] ['dʒa:və] ['sə:və] [peidʒ]IE: Internet Explorer 因特网浏览器JSP: java server page:java服务器页面['mɔdəl] [kən'trəulə] ['tɔmkæt]Model:模型C:controller:控制器Tomcat:一种jsp的web服务器['mɔdju:l] ['sə:vlet][i'niʃəlaiz] ['sta:tʌp] WebModule:web模块Servlet:小服务程序Init: initialize,初始化Startup:启动['mæpiŋ][pə'ræmitə] ['seʃən] [,æpli'keiʃən] Mapping:映射Getparameter:获取参数Session:会话Application:应用程序['kɔntekst] [,ri:di'rekt] [dis'pætʃ] ['fɔ:wəd]Context:上下文redirect:重定向dispatch:分发forward:转交['ætribju:t] ['kɔntent] [taip]setattribute:设置属性getattribute:获取属性contentType:内容类型[tʃɑ:] [in'klu:d] [tæɡ][lib]charset:字符集include:包含tag:标签taglib:标签库[ik'spreʃən] ['læŋɡwidʒ][skəup] ['empti] EL:expression language,表达式语言Scope:作用域Empty:空['stændəd][tæɡ] ['laibrəri]JSTL:java standard tag library :java标准标签库[di'skripʃən] [kɔ:]TLD:taglib description,标签库描述符Core:核心Foreach:表示循环[va:(r)] ['vεəriəbl] ['steitəs] ['aitəm]Var:variable,变量Status:状态Items:项目集合['fɔ:mæt] [filtə]Fmt:format,格式化Filter:过滤器334157810 这群每日java技术免费分享定期java资料更新(报错英文['strʌktʃəz]Data Structures 基本数据结构['dikʃənəriz]Dictionaries 字典[prai'ɔrəti] [kju:z]Priority Queues 堆[ɡrɑ:f] ['deɪtə] ['strʌktʃəz]Graph Data Structures 图[set] ['deɪtə]['strʌktʃəz]Set Data Structures 集合[tri:s]Kd-Trees 线段树[nju:'merikəl] ['prɔ:bləms]Numerical Problems 数值问题[sɔlviŋ] ['liniə] [i'kweiʃənz]Solving Linear Equations 线性方程组['bændwidθ] [ri'dʌkʃən]Bandwidth Reduction 带宽压缩['meitriks] [,mʌltipli'keiʃən]Matrix Multiplication 矩阵乘法[di'tə:minənt] ['pə:mənənt]Determinants and Permanents 行列式[kən'streind] [ʌnkən'streɪnd] [,ɔptimai'zeiʃən]Constrained and Unconstrained Optimization 最值问题['liniə] ['prəuɡræmiŋ]Linear Programming 线性规划['rændəm] ['nʌmbə] [,dʒenə'reiʃən]Random Number Generation 随机数生成['fæktərɪŋ] [prai'mæləti] ['testɪŋ]Factoring and Primality Testing 因子分解/质数判定['ɑːbɪtrərɪ][prɪ'sɪʒən][ə'rɪθmətɪk]Arbitrary Precision Arithmetic 高精度计算['næpsæk] ['prɒbləm]Knapsack Problem 背包问题[dɪ'skriːt] ['fʊriər][træns'fɔːm]Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成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 Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分V oronoi Diagrams V oronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归)报错英文第一章:JDK(Java Development Kit) java开发工具包JVM(Java Virtual Machine) java虚拟机Javac 编译命令java 解释命令Javadoc 生成java文档命令classpath 类路径Version 版本static 静态的String 字符串类334157810 这群每日java技术免费分享定期java资料更新JIT(just-in-time) 及时处理第二章:第三章:OOP object oriented programming 面向对象编程Object 对象Class 类Class member 类成员Class method 类方法Class variable 类变量Constructor 构造方法Package 包Import package 导入包第四章:Base class 基类Super class 超类Overloaded method 重载方法Overridden method 重写方法Public 公有Private 私有Protected 保护Static 静态Abstract 抽象Interface 接口Implements interface 实现接口第五章:RuntimeExcepiton 运行时异常ArithmeticException 算术异常IllegalArgumentException 非法数据异常ArrayIndexOutOfBoundsException 数组索引越界异常NullPointerException 空指针异常ClassNotFoundException 类无法加载异常(类不能找到)NumberFormatException 字符串到float类型转换异常(数字格式异常)IOException 输入输出异常FileNotFoundException 找不到文件异常EOFException 文件结束异常InterruptedException (线程)中断异常throws 投、掷、抛print Stack Trace() 打印堆栈信息get Message()获得错误消息get Cause()获得异常原因method 方法able 能够instance 实例Byte (字节类)Character (字符类)Integer(整型类)Long (长整型类)Float(浮点型类)Double (双精度类)Boolean(布尔类)Short (短整型类)Digit (数字)Letter (字母)Lower (小写)Upper (大写)Space (空格)Identifier (标识符)Start (开始)String (字符串)length (值)equals (等于)Ignore (忽略)compare (比较)sub (提取)concat (连接)trim (整理)Buffer (缓冲器)reverse (颠倒)delete (删除)append (添加)Interrupted (中断的)第七章:toString 转换为字符串GetInstance 获得实例Util 工具,龙套Components 成分,组成Next Int 下一个整数Gaussian 高斯ArrayList 对列LinkedList 链表Hash 无用信息,杂乱信号Map 地图Vector 向量,矢量Collection 收集Shuffle 混乱,洗牌RemoveFirst 移动至开头RemoveLast 移动至最后lastElement 最后的元素Capacity 容量,生产量Contains 包含,容纳InsertElementAt 插入元素在某一位置334157810 这群每日java技术免费分享定期java资料更新第八章:io->in out 输入/输出File 文件isFile 是文件isDirectory 是目录getPath 获取路径getAbsolutePath 获取绝对路径lastModified 最后修改日期Unicode 统一的字符编码标准, 采用双字节对字符进行编码FileInputStream 文件输入流FileOutputStream文件输出流IOException 输入输出异常fileobject 文件对象available 可获取的BufferedReader 缓冲区读取FileReader 文本文件读取BufferedWriter 缓冲区输出FileWriter 文本文件写出flush 清空close 关闭DataInputStream 二进制文件读取DataOutputStream二进制文件写出EOF 最后encoding 编码Remote 远程release 释放第九章:JBuider Java 集成开发环境(IDE)Enterprise 企业版Developer 开发版Foundation 基础版Messages 消息格Structure 结构窗格Project 工程Files 文件Source 源代码Design 设计History 历史Doc 文档File 文件Edit 编辑Search 查找Refactor 要素View 视图Run 运行Tools 工具Window 窗口Help 帮助Vector 矢量addElement 添加内容Project Winzard 工程向导Step 步骤Title 标题Description 描述Copyright 版权Company 公司Aptech Limited Aptech有限公司author 作者Back 后退Finish 完成version 版本Debug 调试New 新建ErrorInsight 调试第十章:JFrame 窗口框架JPanel 面板JScrollPane 滚动面板title 标题Dimension 尺寸Component 组件Swing JA V A轻量级组件getContentPane 得到内容面板LayoutManager 布局管理器setVerticalScrollBarPolicy 设置垂直滚动条策略AWT(Abstract Window Toolkit)抽象窗口工具包GUI (Graphical User Interface)图形用户界面VERTICAL_SCROLLEARAS_NEEDED 当内容大大面板出现滚动条VERTICAL_SOROLLEARAS_ALWAYS 显示滚动条VERTICAL_SOROLLEARAS_NEVER 不显示滚动条JLabel 标签Icon 图标image 图象LEFT 左对齐RIGHT 右对齐JTextField 单行文本getColumns 得到列数setLayout 设置布局BorderLayout 边框布局CENTER 居中对齐JTextArea 多行文本setFont 设置字体setHorizontalAlignment 设置文本水平对齐方式setDefaultCloseOperation 设置默认的关闭操作add 增加JButton 按钮JCheckBox 复选框JRadioButton单选按钮addItem 增加列表项getItemAt 得到位置的列表项getItemCount 得到列表项个数setRolloverIcon 当鼠标经过的图标setSelectedIcon 当选择按钮的图标getSelectedItem 得到选择的列表项getSelectedIndex 得到选择的索引ActionListener 按钮监听ActionEvent 按钮事件actionPerformed 按钮单击方法(编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advanced 高级的aggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。

java基本词汇和eclipse快捷键

java基本词汇和eclipse快捷键

概要介绍对于编程的初学者来说,英语是最大的障碍之一!为了帮助java初学者顺利度过基础学习阶段,我们将java学习和开发中常用到的词汇进行精心汇总,共归纳出近500个基本词汇,词汇含义尽量简洁明了,只写出了开发中常用的含义。

希望能对大家的学习起到一定的帮助作用。

【注】n. 代表名词;adj.代表形容词;v.代表动词;adv. 代表副词。

JA V A常用缩略词汇:Ctrl+1 快速修复(最经典的快捷键,就不用多说了)Ctrl+D: 删除当前行Ctrl+Alt+↓复制当前行到下一行(复制增加)Ctrl+Alt+↑复制当前行到上一行(复制增加)Alt+↓当前行和下面一行交互位置(特别实用,可以省去先剪切,再粘贴了)Alt+↑当前行和上面一行交互位置(同上)Alt+←前一个编辑的页面Alt+→下一个编辑的页面(当然是针对上面那条来说了)Alt+Enter 显示当前选择资源(工程,or 文件or文件)的属性Shift+Enter 在当前行的下一行插入空行(这时鼠标可以在当前行的任一位置,不一定是最后)Shift+Ctrl+Enter 在当前行插入空行(原理同上条)Ctrl+Q 定位到最后编辑的地方Ctrl+L 定位在某行(对于程序超过100的人就有福音了)Ctrl+M 最大化当前的Edit或View (再按则反之)Ctrl+/ 注释当前行,再按则取消注释Ctrl+O 快速显示OutLineCtrl+T 快速显示当前类的继承结构Ctrl+W 关闭当前EditerCtrl+K 参照选中的Word快速定位到下一个Ctrl+E 快速显示当前Editer的下拉列表(如果当前页面没有显示的用黑体表示)Ctrl+/(小键盘) 折叠当前类中的所有代码Ctrl+×(小键盘) 展开当前类中的所有代码Ctrl+Space 代码助手完成一些代码的插入(但一般和输入法有冲突,可以修改输入法的热键,也可以暂用Alt+/来代替)Ctrl+Shift+E 显示管理当前打开的所有的View的管理器(可以选择关闭,激活等操作)Ctrl+J 正向增量查找(按下Ctrl+J后,你所输入的每个字母编辑器都提供快速匹配定位到某个单词,如果没有,则在stutes line中显示没有找到了,查一个单词时,特别实用,这个功能Idea两年前就有了)Ctrl+Shift+J 反向增量查找(和上条相同,只不过是从后往前查)Ctrl+Shift+F4 关闭所有打开的EditerCtrl+Shift+X 把当前选中的文本全部变味小写Ctrl+Shift+Y 把当前选中的文本全部变为小写Ctrl+Shift+F 格式化当前代码Ctrl+Shift+P 定位到对于的匹配符(譬如{}) (从前面定位后面时,光标要在匹配符里面,后面到前面,则反之)下面的快捷键是重构里面常用的,本人就自己喜欢且常用的整理一下(注:一般重构的快捷键都是Alt+Shift开头的了)Alt+Shift+R 重命名(是我自己最爱用的一个了,尤其是变量和类的Rename,比手工方法能节省很多劳动力)Alt+Shift+M 抽取方法(这是重构里面最常用的方法之一了,尤其是对一大堆泥团代码有用)Alt+Shift+C 修改函数结构(比较实用,有N个函数调用了这个方法,修改一次搞定)Alt+Shift+L 抽取本地变量( 可以直接把一些魔法数字和字符串抽取成一个变量,尤其是多处调用的时候)Alt+Shift+F 把Class中的local变量变为field变量(比较实用的功能)Alt+Shift+I 合并变量(可能这样说有点不妥Inline)Alt+Shift+V 移动函数和变量(不怎么常用)Alt+Shift+Z 重构的后悔药(Undo)编辑作用域功能快捷键全局查找并替换Ctrl+F文本编辑器查找上一个Ctrl+Shift+K文本编辑器查找下一个Ctrl+K全局撤销Ctrl+Z全局复制Ctrl+C全局恢复上一个选择Alt+Shift+↓全局剪切Ctrl+X全局快速修正Ctrl1+1全局内容辅助Alt+/全局全部选中Ctrl+A全局删除Delete全局上下文信息Alt+?Alt+Shift+?Ctrl+Shift+SpaceJava编辑器显示工具提示描述F2Java编辑器选择封装元素Alt+Shift+↑Java编辑器选择上一个元素Alt+Shift+←Java编辑器选择下一个元素Alt+Shift+→文本编辑器增量查找Ctrl+J文本编辑器增量逆向查找Ctrl+Shift+J 全局粘贴Ctrl+V全局重做Ctrl+Y查看作用域功能快捷键全局放大Ctrl+=全局缩小Ctrl+-窗口作用域功能快捷键全局激活编辑器F12全局切换编辑器Ctrl+Shift+W全局上一个编辑器Ctrl+Shift+F6全局上一个视图Ctrl+Shift+F7全局上一个透视图Ctrl+Shift+F8全局下一个编辑器Ctrl+F6全局下一个视图Ctrl+F7全局下一个透视图Ctrl+F8文本编辑器显示标尺上下文菜单Ctrl+W 全局显示视图菜单Ctrl+F10全局显示系统菜单Alt+-导航作用域功能快捷键Java编辑器打开结构Ctrl+F3全局打开类型Ctrl+Shift+T全局打开类型层次结构F4全局打开声明F3全局打开外部javadoc Shift+F2全局打开资源Ctrl+Shift+R全局后退历史记录Alt+←全局前进历史记录Alt+→全局上一个Ctrl+,全局下一个Ctrl+.Java编辑器显示大纲Ctrl+O全局在层次结构中打开类型Ctrl+Shift+H 全局转至匹配的括号Ctrl+Shift+P全局转至上一个编辑位置Ctrl+QJava编辑器转至上一个成员Ctrl+Shift+↑Java编辑器转至下一个成员Ctrl+Shift+↓文本编辑器转至行Ctrl+L搜索作用域功能快捷键全局出现在文件中Ctrl+Shift+U全局打开搜索对话框Ctrl+H全局工作区中的声明Ctrl+G全局工作区中的引用Ctrl+Shift+G文本编辑作用域功能快捷键文本编辑器改写切换Insert文本编辑器上滚行Ctrl+↑文本编辑器下滚行Ctrl+↓文件作用域功能快捷键全局保存Ctrl+XCtrl+S全局打印Ctrl+P全局关闭Ctrl+F4全局全部保存Ctrl+Shift+S全局全部关闭Ctrl+Shift+F4全局属性Alt+Enter全局新建Ctrl+N项目作用域功能快捷键全局全部构建Ctrl+B源代码作用域功能快捷键Java编辑器格式化Ctrl+Shift+F Java编辑器取消注释Ctrl+\Java编辑器注释Ctrl+/Java编辑器添加导入Ctrl+Shift+MJava编辑器组织导入Ctrl+Shift+OJava编辑器使用try/catch块来包围未设置,太常用了,所以在这里列出,建议自己设置。

java常用英语词汇翻译..

java常用英语词汇翻译..

abstract 抽象的抽象的abstraction 抽象体、抽象物、抽象性抽象体、抽象物、抽象性access存取、取用存取、访问access level 存取级别访问级别access fun ctio n 存取函式访问函数activate 活化激活active 作用中的adapter配接器适配器address 位址地址address space 位址空间,定址空间address —of operator 取址运算子取地址操作符aggregatio n 聚合algorithm 演算法算法allocate 配置分配allocator (空间)配置器分配器applicati on 应用程式应用、应用程序applicati on framework 应用程式框架、应用框架应用程序框架architecture 架构、系统架构体系结构argument引数(传给函式的值)。

叁见parameter 叁数、实质叁数、实叁、自变量array 阵列数组arrowoperator arrowassembly 装配件assembly Ian guage 组合语言汇编语言assert(i on)断言assign指派、指定、设值、赋值赋值assig nment指派、指定赋值、分配assig nment operator 指派(赋值)运算子=赋值操作符associated 相应的、相关的相关的、关联、相应的associative container 关联式容器(对应seque ntial container )关联式容器atomic不可分割的原子的attribute 属性属性、特性audio 音讯音频A.I.人工智慧人工智能background背景背景(用於图形着色)後台(用於行程)backward compatible 回溯相容向下兼容bandwidth 频宽带宽base class 基础类别基类base type 基础型别(等同於base class)batch批次(意思是整批作业)批处理ben efit 利益收益best viable fun ctio n 最佳可行函式最佳可行函式(从viable functions 中挑出的最佳吻合者)|binary search 二分搜寻法二分查找binary tree 二元树二叉树binary fun ctio n 二元函式双叁函数binary operator 二元运算子二元操作符bin di ng 系结绑定bit 位元位bit field 位元栏位域bitmap 位元图 位图bitwise 以bit 为单元逐一…bitwise copy 以bit 为单元进行复制;位元逐一复制 位拷贝block 区块,区段 块、区块、语句块boolean 布林值(真假值,true 或false ) 布尔值border 边框、框线 边框brace (curly brace ) 大括弧、大括号 花括弧、花括号bracket (square brakcet ) 中括弧、中括号方括弧、方括号 breakpo int中断点断点 build 建造、构筑、建置(MS 用语)build — in 内建内置bus 汇流排总线bus in ess 商务,业务 业务buttons 按钮按钮 byte 位元组(由 8 bits cache 快取高速缓存 call 呼叫、叫用调用 callback 回呼回调 call operator call (函式呼叫)运算子调用操作符(同 function call operator )can didate function 候选函式候选函数(在函式多载决议程序中出现的候选函式) chain 串链(例 chain of function calls character 字元字符 checkbox 核取方块(i.e. check butt on ) checked excepti oncheck butt on child class class 类另U class body组成)字节 复选框可控式异常(Java )方钮(i.e. check box ) 子类别(或称为 derived class, subtype ) 子类 类类别本体类体类别宣告、类别宣告式 类声明[类别定义、类别定义式 类定义类别衍化列类继承列表复选按钮class declarati on class defi niti on class derivation list classhead 类别表头类头 class 类别继承体系,类别阶层类层次体系 类别程式库、类别库 类别模板、类别范本 类库类模板clipboard 剪贴簿剪贴板clone 复制克隆collection 群集集合combo box 复合方块、复合框 组合框comma nd line 命令歹U 命令行(系统文字模式下的整行执行命令 )com muni cati on 通讯通讯compatible 相容兼容compile time 编译期编译期、编译时 compiler 编译器编译器 component 组件组件 compositi on 复合、合成、组合 组合computer 电脑、计算机计算机、电脑 concept 概念概念 con crete 具象的实在的 concurrent 并行并发configuration 组态酉己置conn ection 连接,连线(网络,资料库) 连接con strai nt 约束(条件)con struct 构件构件container 容器容器 (存放资料的某种结构如 list, vector... )containment 内含包容 con text 背景关系、周遭环境、上下脉络环境、上下文 con trol 控制元件、控件 con sole 主控台控制台控件con st 常数(con sta nt 的缩写,C++关键字)constant 常数(相对於variable ) 常量constructor ( ctor ) 建构式构造函数(与 class 同名的一种 member functions )copy (v ) 复制、拷贝拷贝copy (n ) 复件,副本 cover 涵盖覆盖create 创建、建立、产生、生成 创建creation 产生、生成创建cursor 游标光标custom 订制、自定 定制data 资料数据|_database 资料库数据库database schema 数据库结构纲目 |data member 资料成员、成员变数 数据成员、成员变量data structure 资料结构数据结构datagram 资料元数据报文dead lock 死结死锁debug 除错调试class template partial specializati ons类别模板偏特化类模板部分特化class template specializati ons类别模板特化类模板特化cleanup 清理、善後 清理、清除clie nt 客端、客户端、客户客户 client — server 主从架构 客户/服务器debugger除错器调试器declaratio n 宣告、宣告式声明deduct ion 推导(例:template argume nt deduct ion)推导、推断default 预设缺省、默认defer 延缓推迟defi ne 定义预定义defi niti on 定义、定义区、定义式 定义 |delegate 委派、委托、委任委托 delegati on (同上)demarshal 反编列散集derefere nce 提领(取出指标所指物体的内容)解叁考—| dereference operator dereference (提领)运算子 * 解叁考操作符 derived class 衍生类别派生类 desig n by contract 契约式设计design pattern 设计范式、设计样式 设计模式探 最近我比较喜欢「设计范式」一词destroy 摧毁、销毁destructor 解构式析构函数device 装置、设备设备 指令(例:using directive )(编译)指示符目录目录_盘分派分派distributed computing 分布式计算(分布式电算)分布式计算分散式计算(分散式电算)document 文件文档 dot operator dotdriver 驱动程式dyn amic bindingefficie ncy 效率efficient 高效高效end user 终端用户entity 物体实体、物体encapsulation 圭寸装圭寸装en clos ing class 外围类别(与巢状类别 nested class 有关)外围类enum (enumeration ) 列举(一种C++资料型别)枚举enumerators 列举元(enum 型别中的成员) 枚举成员、枚举器equal 相等相等equality 相等性相等性equality operator equality (等号)运算子==等号操作符equivale nce 等价性、等同性、对等性 等价性equivale nt 等价、等同、对等 等价escape code 转义码转义码evaluate 评估、求值、核定 评估_|event 事件事件event driven 事件驱动的事件驱动的 dialog 对话窗、对话盒对话框directivedirectory disk 碟(句点)运算子.(圆)点操作符 驱动(程序) 动态系结动态绑定 效率excepti on 异常情况异常exception declaration 异常宣告(ref. C++ Primer 3/e, 11.3 )异常声明exception han dli ng 异常处理、异常处理机制异常处理、异常处理机制exception specification 异常规格(ref. C++ Primer 3/e, 11.4 )异常规范exit退离(指离开函式时的那一个执行点)退出explicit 明白的、明显的、显式显式export 汇出引出、导出expressi on 运算式、算式表达式facility 设施、设备设施、设备feature 特性field 栏位,资料栏(Java)字段,值域(Java)file 档案文件firmware 韧体固件flag 旗标标记flash memory 快闪记忆体闪存flexibility 弹性灵活性flush 清理、扫清刷新font 字型字体form 表单(programming 用语)窗体formal parameter 形式叁数形式叁数forward declarati on 前置宣告前置声明forwarding 转呼叫,转发转发forwarding function 转呼叫函式,转发函式转发函数fractal 碎形分形framework框架框架full specialization 全特化(ref. partial specialization )fun ctio n 函式、函数函数function call operator 同call operatorfunction object 函式物件(ref. C++ Primer 3/e, 12.3 )函数对象function overloaded resoluti on函式多载决议程序函数重载解决(方案)function ality 功能、机能功能「fun ctio n template 函式模板、函式范本函数模板fun ctor 仿函式仿函式、函子game游戏游戏gen erate 生成gen eric 泛型、一般化的一般化的、通用的、泛化gen eric algorithm 泛型演算法通用算法getter (相对於setter)取值函式global 全域的(对应於local )全局的global object 全域物件全局对象global scope resolutio n operator全域生存空间(范围决议)运算子::全局范围解析操作符group 群组group box群组方块分组框guard clause 卫述句(Refactoring, p250)卫语句GUI图形介面图形界面ha nd shak ing 握手协商handle识别码、识别号、号码牌、权柄句柄han dler 处理常式处理函数hard — coded 编死的硬编码的hard — copy 硬拷图 屏幕截图 ___ |hard disk 硬碟硬盘hardware 硬体 硬件hash table 杂凑表哈希表、散列表 header file 表头档、标头档 头文件 heap 堆积堆 hierarchy 阶层体系层次结构(体系)hook 挂钩钩子hyperlink 超链结超链接―|icon 图示、图标图标IDE 整合开发环境集成开发环境iden tifier 识别字、识别符号标识符if and only if 若且唯若 当且仅当Illinois 伊利诺伊利诺斯image 影像图象 immediate base 直接的(紧临的)上层 base class 。

计算机编程常用术语中英对照

计算机编程常用术语中英对照

计算机编程常用术语中英对照Abstraction:抽象Accessor:访问器Address:地址Algorithm:算法API:应用程序接口Array:数组Assignment:赋值Asynchronous:异步Attribute:属性Backup:备份Bug:缺陷、错误Byte:字节Cache:缓存Class:类Closure:闭包Condition:条件Constant:常量Control Structure:控制结构Cookie:CookieCore:核心Cycle:循环Data:数据Database:数据库Debug:调试Declaration:声明Declarative Programming:声明式编程Decode:解码Define:定义Delete:删除Deployment:部署Design Pattern:设计模式Device:设备Dialogue:对话Dictionary:字典Dimension:维度Directive:指令Distributed System:分布式系统Done:完成Documentation:文档Domain:域Encapsulation:封装Encoding:编码Exception:异常Execution:执行Expression:表达式File:文件Function:函数Garbage Collection:垃圾回收Generic:通用Graph:图表Hash:散列Heap:堆Hierarchy:层次结构Host:主机Index:索引Inheritance:继承Input:输入Integrity:完整性Interface:界面Internet:因特网Interpreter:解释器IP:IPJava:JavaKey:键Linked List:链表Loop:循环Macro:宏Memory:内存Method:方法Module:模块Network:网络Object:对象OOP:面向对象编程。

JAVA英语单词(带音标)综述

JAVA英语单词(带音标)综述

Java基础常见英语词汇(共70个) ['ɔbdʒekt]['ɔ:rientid]导向的['prəʊɡræmɪŋ]编程OO: object-oriented ,面向对象OOP: object-oriented programming,面向对象编程[dɪ'veləpmənt][kɪt]工具箱['vɜːtjʊəl]虚拟的JDK:Java development kit, java开发工具包JVM:java virtual machine ,java虚拟机['dʒɑːvə][mə'ʃiːn]机器[kəm'paɪl]Compile:编绎Run:运行['veərɪəb(ə)l] [ɒpə'reɪʃ(ə)n] [pə'ræmɪtə]variable:变量operation:操作,运算parameter:参数['fʌŋ(k)ʃ(ə)n]function:函数member-variable:成员变量member-function:成员函数[dɪ'fɔːlt] ['ækses] ['pækɪdʒ] [ɪm'pɔːt] ['stætɪk]default:默认access:访问package:包import:导入static:静态的[vɔid] ['peər(ə)nt] [beɪs] ['sjuːpə]void:无(返回类型) parent class:父类base class:基类super class:超类[tʃaɪld] [di'raivd] [əʊvə'raɪd] [əʊvə'ləʊd] child class:子类derived class:派生类override:重写,覆盖overload:重载['faɪn(ə)l] ['ɪmplɪm(ə)nts]final:最终的,不能改变的implements:实现[rʌn'taim] [æriθ'metik][ik'sepʃən]Runtime:运行时ArithmeticException:算术异常[ə'rei]['indeks] [baundz][ik'sepʃən] [nʌl] ['pɔintə]指针ArrayIndexOutOfBoundsException:数组下标越界异常Null Pointer Exception:空引用异常ClassNotFoundException:类没有发现异常['nʌmbə]['fɔ:mæt]NumberFormatException:数字格式异常(字符串不能转化为数字)[θrəuz]Throws: (投掷)表示强制异常处理Throwable:(可抛出的)表示所有异常类的祖先类[læŋ]['læŋɡwidʒ][ju'til] [,dis'plei] [ə'rei] [list]Lang:language,语言Util:工具Display:显示ArrayList:(数组列表)表示动态数组[hæʃ][mæp]HashMap: 散列表,哈希表[swiŋ] ['æbstrækt] ['windəu] ['tu:lkit]Swing:轻巧的Awt:abstract window toolkit:抽象窗口工具包[freim] ['pænl] ['leiaut] [skrəul] ['və:tikəl] Frame:窗体Panel:面板Layout:布局Scroll:滚动Vertical:垂直['hɔri'zɔntəl] ['leibl] [tekst] ['fi:ld]Horizontal:水平Label:标签TextField:文本框['εəriə] ['bʌtən] [tʃek] [bɔks]TextArea:文本域Button:按钮Checkbox:复选框['reidiəu] ['kɔmbəu] ['lisənə]Radiobutton:单选按钮Combobox:复选框Listener:监听['bɔ:də] [fləu] [ɡrid] ['menju:] [bɑ:]Border:边界Flow:流Grid:网格MenuBar:菜单栏['menju:] ['aitəm] ['pɔpʌp]Menu:菜单MenuItem:菜单项PopupMenu:弹出菜单['daiəlɔɡ] ['mesidʒ] ['aikɔn] [nəud]Dialog:对话框Message:消息Icon:图标Node:节点['dʒa:və]['deitəbeis] [,kɔnek'tivəti]Jdbc:java database connectivity :java数据库连接[draivə] ['mænidʒə] [kə'nekʃən] ['steitmənt]DriverManager:驱动管理器Connection:连接Statement:表示执行对象[pri'peəd] [ri'zʌlt]Preparedstatement:表示预执行对象Resultset:结果集['eksikju:t] ['kwiəri]executeQuery:执行查询Jbuilder中常用英文(共33个)[kləuz] [ik'sept] [peinz]Close all except…:除了..全部关闭Panes:面板组[bi:n] ['prɔpətiz] [meik] [bild] [,ri:'bild]Bean:豆子Properties:属性Make:编绎Build:编绎Rebuild:重编绎[ri'freʃ] ['prɔdʒekt] [di'fɔ:lt]Refresh:刷新Project properties:项目属性Default project properties:默认的项目属性[di:'bʌɡ] ['prefərənsiz] [kən'fiɡə] ['laibrəriz] Debug:调试Preferences:参数配置Configure:配置Libraries:库JSP中常用英文[,ju:ni'və:səl] [ri'sɔ:s] [ləu'keiʃən]URL: Universal Resource Location:统一资源定位符['intənet] [ik'splɔ:rə] ['dʒa:və] ['sə:və] [peidʒ]IE: Internet Explorer 因特网浏览器JSP: java server page:java服务器页面['mɔdəl] [kən'trəulə] ['tɔmkæt]Model:模型C:controller:控制器Tomcat:一种jsp的web服务器['mɔdju:l] ['sə:vlet][i'niʃəlaiz] ['sta:tʌp] WebModule:web模块Servlet:小服务程序Init: initialize,初始化Startup:启动['mæpiŋ][pə'ræmitə] ['seʃən] [,æpli'keiʃən] Mapping:映射Getparameter:获取参数Session:会话Application:应用程序['kɔntekst] [,ri:di'rekt] [dis'pætʃ] ['fɔ:wəd]Context:上下文redirect:重定向dispatch:分发forward:转交['ætribju:t] ['kɔntent] [taip]setattribute:设置属性getattribute:获取属性contentType:内容类型[tʃɑ:] [in'klu:d] [tæɡ][lib]charset:字符集include:包含tag:标签taglib:标签库[ik'spreʃən] ['læŋɡwidʒ][skəup] ['empti] EL:expression language,表达式语言Scope:作用域Empty:空['stændəd][tæɡ] ['laibrəri]JSTL:java standard tag library :java标准标签库[di'skripʃən] [kɔ:]TLD:taglib description,标签库描述符Core:核心Foreach:表示循环[va:(r)] ['vεəriəbl] ['steitəs] ['aitəm]Var:variable,变量Status:状态Items:项目集合['fɔ:mæt] [filtə]Fmt:format,格式化Filter:过滤器(报错英文['strʌktʃəz]Data Structures 基本数据结构['dikʃənəriz]Dictionaries 字典[prai'ɔrəti] [kju:z]Priority Queues 堆[ɡrɑ:f] ['deɪtə] ['strʌktʃəz]Graph Data Structures 图[set] ['deɪtə]['strʌktʃəz]Set Data Structures 集合[tri:s]Kd-Trees 线段树[nju:'merikəl] ['prɔ:bləms]Numerical Problems 数值问题[sɔlviŋ] ['liniə] [i'kweiʃənz]Solving Linear Equations 线性方程组['bændwidθ] [ri'dʌkʃən]Bandwidth Reduction 带宽压缩['meitriks] [,mʌltipli'keiʃən]Matrix Multiplication 矩阵乘法[di'tə:minənt] ['pə:mənənt]Determinants and Permanents 行列式[kən'streind] [ʌnkən'streɪnd] [,ɔptimai'zeiʃən]Constrained and Unconstrained Optimization 最值问题['liniə] ['prəuɡræmiŋ]Linear Programming 线性规划['rændəm] ['nʌmbə] [,dʒenə'reiʃən]Random Number Generation 随机数生成['fæktərɪŋ] [prai'mæləti] ['testɪŋ]Factoring and Primality Testing 因子分解/质数判定['ɑːbɪtrərɪ][prɪ'sɪʒən][ə'rɪθmətɪk]Arbitrary Precision Arithmetic 高精度计算['næpsæk] ['prɒbləm]Knapsack Problem 背包问题[dɪ'skriːt] ['fʊriər][træns'fɔːm]Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成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 Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分V oronoi Diagrams V oronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归)报错英文第一章:JDK(Java Development Kit) java开发工具包JVM(Java Virtual Machine) java虚拟机Javac 编译命令java 解释命令Javadoc 生成java文档命令classpath 类路径Version 版本static 静态的String 字符串类JIT(just-in-time) 及时处理第二章:第三章:OOP object oriented programming 面向对象编程Object 对象Class 类Class member 类成员Class method 类方法Class variable 类变量Constructor 构造方法Package 包Import package 导入包第四章:Base class 基类Super class 超类Overloaded method 重载方法Overridden method 重写方法Public 公有Private 私有Protected 保护Static 静态Abstract 抽象Interface 接口Implements interface 实现接口第五章:RuntimeExcepiton 运行时异常ArithmeticException 算术异常IllegalArgumentException 非法数据异常ArrayIndexOutOfBoundsException 数组索引越界异常NullPointerException 空指针异常ClassNotFoundException 类无法加载异常(类不能找到)NumberFormatException 字符串到float类型转换异常(数字格式异常)IOException 输入输出异常FileNotFoundException 找不到文件异常EOFException 文件结束异常InterruptedException (线程)中断异常throws 投、掷、抛print Stack Trace() 打印堆栈信息get Message()获得错误消息get Cause()获得异常原因method 方法able 能够instance 实例Byte (字节类)Character (字符类)Integer(整型类)Long (长整型类)Float(浮点型类)Double (双精度类)Boolean(布尔类)Short (短整型类)Digit (数字)Letter (字母)Lower (小写)Upper (大写)Space (空格)Identifier (标识符)Start (开始)String (字符串)length (值)equals (等于)Ignore (忽略)compare (比较)sub (提取)concat (连接)trim (整理)Buffer (缓冲器)reverse (颠倒)delete (删除)append (添加)Interrupted (中断的)第七章:toString 转换为字符串GetInstance 获得实例Util 工具,龙套Components 成分,组成Next Int 下一个整数Gaussian 高斯ArrayList 对列LinkedList 链表Hash 无用信息,杂乱信号Map 地图Vector 向量,矢量Collection 收集Shuffle 混乱,洗牌RemoveFirst 移动至开头RemoveLast 移动至最后lastElement 最后的元素Capacity 容量,生产量Contains 包含,容纳InsertElementAt 插入元素在某一位置第八章:io->in out 输入/输出File 文件isFile 是文件isDirectory 是目录getPath 获取路径getAbsolutePath 获取绝对路径lastModified 最后修改日期Unicode 统一的字符编码标准, 采用双字节对字符进行编码FileInputStream 文件输入流FileOutputStream文件输出流IOException 输入输出异常fileobject 文件对象available 可获取的BufferedReader 缓冲区读取FileReader 文本文件读取BufferedWriter 缓冲区输出FileWriter 文本文件写出flush 清空close 关闭DataInputStream 二进制文件读取DataOutputStream二进制文件写出EOF 最后encoding 编码Remote 远程release 释放第九章:JBuider Java 集成开发环境(IDE)Enterprise 企业版Developer 开发版Foundation 基础版Messages 消息格Structure 结构窗格Project 工程Files 文件Source 源代码Design 设计History 历史Doc 文档File 文件Edit 编辑Search 查找Refactor 要素View 视图Run 运行Tools 工具Window 窗口Help 帮助Vector 矢量addElement 添加内容Project Winzard 工程向导Step 步骤Title 标题Description 描述Copyright 版权Company 公司Aptech Limited Aptech有限公司author 作者Back 后退Finish 完成version 版本Debug 调试New 新建ErrorInsight 调试第十章:JFrame 窗口框架JPanel 面板JScrollPane 滚动面板title 标题Dimension 尺寸Component 组件Swing JA V A轻量级组件getContentPane 得到内容面板LayoutManager 布局管理器setVerticalScrollBarPolicy 设置垂直滚动条策略AWT(Abstract Window Toolkit)抽象窗口工具包GUI (Graphical User Interface)图形用户界面VERTICAL_SCROLLEARAS_NEEDED 当内容大大面板出现滚动条VERTICAL_SOROLLEARAS_ALWAYS 显示滚动条VERTICAL_SOROLLEARAS_NEVER 不显示滚动条JLabel 标签Icon 图标image 图象LEFT 左对齐RIGHT 右对齐JTextField 单行文本getColumns 得到列数setLayout 设置布局BorderLayout 边框布局CENTER 居中对齐JTextArea 多行文本setFont 设置字体setHorizontalAlignment 设置文本水平对齐方式setDefaultCloseOperation 设置默认的关闭操作add 增加JButton 按钮JCheckBox 复选框JRadioButton单选按钮addItem 增加列表项getItemAt 得到位置的列表项getItemCount 得到列表项个数setRolloverIcon 当鼠标经过的图标setSelectedIcon 当选择按钮的图标getSelectedItem 得到选择的列表项getSelectedIndex 得到选择的索引ActionListener 按钮监听ActionEvent 按钮事件actionPerformed 按钮单击方法(编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advanced 高级的aggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。

计算机编程英语词汇大全

计算机编程英语词汇大全

index 复合索引、组合索引(for database) composite key 复合键、组合键(for database) composition 复合、组合41.concept 概念concrete 具体的concrete class 具体类concurrency 并发、并发机制constraint 约束(for database) configuration 配置、组态connection 连接(for database) connection pooling 连接池43.console 控制台constant 常量construct 构件、成分、概念、构造(for language)constructor (ctor) 构造函数、构造器container 容器containment 包容context 环境、上下文control 控件45.cookie (不译)copy 拷贝CORBA 通用对象请求中介架构(Common Object Request Broker Architecture) cover 覆盖、涵盖create/creation 创建、生成crosstab query 交叉表查询(for database)CRTP (curiously recurring template pattern)CTS (common type system )通用类型系统47.cube 多维数据集(for database)cursor 光标cursor 游标(for database)custom 定制、自定义random number 随机数range 范围、区间rank 等级raw 未经处理的49.data 数据data connection 数据连接(for database)Data Control Language (DCL) 数据控制语言(DCL) (for database)Data Definition Language (DDL) 数据定义语言(DDL) (for database)data dictionary 数据字典(for database)data dictionary view 数据字典视图(for database)data file 数据文件(for database)data integrity 数据完整性(for database)51.data manipulation language (DML)数据操作语言(DML) (for database) data mart 数据集市(for database)data pump 数据抽取(for database)data scrubbing 数据清理(for database)reflection 反射refresh data 刷新数据(for database)regular expression 正则表达式relational database 关系数据库53.data source 数据源(for database)Data source name (DSN) 数据源名称(DSN) (for database)data warehouse 数据仓库(for database)dataset 数据集(for database)database 数据库(for database)database catalog 数据库目录(for database)database diagram 数据关系图(for database)database file 数据库文件(for database)55.database object 数据库对象(for database)database owner 数据库所有者(for database)database project 数据库工程(for database)database role 数据库角色(for database)database schema 数据库模式、数据库架构(for database) database script 数据库脚本(for database)data-bound 数据绑定(for database)data-aware control 数据感知控件(for database)57.data member 数据成员、成员变量dataset 数据集(for database)data source 数据源(for database)data structure 数据结构data table 数据表(for database)datagram 数据报文DBMS (database management system)数据库管理系统(for database) DCOM (distributed COM)分布式COM59.dead lock 死锁(for database)deallocate 归还debug 调试debugger 调试器decay 退化decision support 决策支持declaration 声明declarative referential integrity (DRI) 声明引用完整性(DRI) (for database) deduction 推导61.DEFAULT constraint 默认约束(for database)default database 默认数据库(for database)default instance 默认实例(for database)default result set 默认结果集(for database)default 缺省、默认值defer 推迟definition 定义delegate 委托delegation 委托63.dependent namedeploy 部署dereference 解引用dereference operator (提领)运算子derived class 派生类design by contract 契约式设计design pattern 设计模式destroy 销毁destructor(dtor) 析构函数、析构器65.device 设备DHTML (dynamic HyperT ext Markup Language)动态超文本标记语言dialog 对话框digest 摘要digital 数字的DIME (Direct Internet Message Encapsulation)直接Internet消息封装directive (编译)指示符directory 目录67.dirty pages 脏页(for database)dirty read 脏读(for database)disassembler 反汇编器DISCO (Discovery of Web Services)Web Services的查找disk 盘dispatch 调度、分派、派发(我喜欢“调度”)DISPID (Dispatch Identifier) 分派标识符distributed computing 分布式计算distributed query 分布式查询(for database)69.DNA (Distributed interNet Application) 分布式网间应用程序document 文档DOM (Document Object Model) 文档对象模型dot operator (圆)点操作符driver 驱动(程序)DTD (document type definition) 文档类型定义double-byte character set (DBCS) 双字节字符集(DBCS)dump 转储dump file 转储文件71. dynamic cursor 动态游标(for database) dynamic filter 动态筛选(for database)dynamic locking 动态锁定(for database)dynamic recovery 动态恢复(for database)dynamic snapshot 动态快照(for database)dynamic SQL statements 动态SQL语句(for database) dynamic assembly 动态装配件、动态配件dynamic binding 动态绑定73.EAI (enterprise application integration)企业应用程序集成(整合)EBCO (empty base class optimization) 空基类优化(机制)e-business 电子商务EDI (Dlectronic Data Interchange) 电子数据交换efficiency 效率efficient 高效end-to-end authentication 端对端身份验证end user 最终用户75.engine 引擎entity 实体encapsulation 封装enclosing class 外围类别(与巢状类别nested class有关) enum (enumeration) 枚举enumerators 枚举成员、枚举器equal 相等equality 相等性equality operator 等号操作符77.error log 错误日志(for database) escape code 转义码escape character 转义符、转义字符exclusive lock 排它锁(for database)explicit transaction 显式事务(for database) evaluate 评估event 事件event driven 事件驱动的event handler 事件处理器79.evidence 证据exception 异常exception declaration 异常声明exception handling 异常处理、异常处理机制exception-safe 异常安全的exception specification 异常规范exit 退出facility 设施、设备81.explicit 显式explicit specialization 显式特化export 导出expression 表达式fat client 胖客户端feature 特性、特征fetch 提取field 字段(java)field 字段(for database)83.field length 字段长度(for database) file 文件filter 筛选(for database) finalization 终结firewall 防火墙finalizer 终结器firmware 固件flag 标记85.flash memory 闪存flush 刷新font 字体foreign key (FK) 外键(FK) (for database) form 窗体formal parameter 形参forward declaration 前置声明forward-only 只向前的forward-only cursor 只向前游标(for database) 87.fragmentation 碎片(for database)framework 框架full specialization 完全特化function 函数function call operator (即operator ()) 函数调用操作符function object 函数对象function overloaded resolution 函数重载决议functionality 功能function template 函数模板functor 仿函数89. GAC (global assembly cache)全局装配件缓存、全局配件缓存GC (Garbage collection) 垃圾回收(机制)、垃圾收集(机制) game 游戏generate 生成generic 泛化的、一般化的、通用的generic algorithm 通用算法genericity 泛型getter (相对于setter)取值函数91. global 全局的global object 全局对象global scope resolution operator 全局范围解析操作符grant 授权(for database) granularity 粒度group 组、群group box 分组框GUI 图形界面GUID (Globally Unique Identifier) 全球唯一标识符93.hand shaking 握手handle 句柄handler 处理器hard-coded 硬编码的hard-copy 截屏图hard disk 硬盘hardware 硬件write-only 只写95. window 窗口window function 窗口函数window procedure 窗口过程Windows authentication Windows身份验证word 单词word processor 字处理器wrapper 包装、包装器write enable 写启用(for database)write-ahead log 预写日志(for database)wizard 向导2.hash table 散列表、哈希表header file 头文件heap 堆help file 帮助文件hierarchy 层次结构、继承体系hierarchical data 阶层式数据、层次式数据hook 钩子Host (application) 宿主(应用程序)4.hot key 热键hyperlink 超链接HTML (HyperT ext Markup Language) 超文本标记语言HTTP pipeline HTTP管道HTTP (HyperT ext Transfer Protocol) 超文本传输协议icon 图标IDE (Integrated Development Environment) 集成开发环境IDL (Interface Definition Language) 接口定义语言identifier 标识符idle time 空闲时间6.if and only if 当且仅当IL (Intermediate Language) 中间语言、中介语言image 图象IME 输入法immediate base 直接基类immediate derived 直接派生类immediate updating 即时更新(for database) implicit transaction 隐式事务(for database)8.incremental update 增量更新(for database) index 索引(for database) implement 实现implementation 实现、实现品implicit 隐式import 导入increment operator 增加操作符infinite loop 无限循环10.interpreter 解释器infinite recursive 无限递归Information 信息infrastructure 基础设施inheritance 继承、继承机制inline 内联inline expansion 内联展开initialization 初始化initialization list 初始化列表、初始值列表initialize 初始化12. inner join 内联接(for database)in-place active 现场激活instance 实例instantiated 具现化、实体化(常应用于template) 具现体、具现化实体(常应用于template)integrate 集成、整合integrity 完整性、一致性integrity constraint 完整性约束(for database)。

软件开发常用英语词汇

软件开发常用英语词汇

软件开发常⽤英语词汇Aabstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access function 访问函数access level访问级别account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间ADO(ActiveX Data Object)ActiveX数据对象advanced ⾼级的aggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注Android Manifest 安卓清单API (Application Programming Interface) 应⽤(程序)编程接⼝appearance n.外观,外貌append 附加application 应⽤、应⽤程序application framework 应⽤程序框架Approximate String Matching 模糊匹配architecture 架构、体系结构archive file 归档⽂件、存档⽂件argument参数。

array 数组arrow operator 箭头操作符assert(ion) 断⾔assign 赋值assignment 赋值、分配assignment operator 赋值操作符associated 相关的、相关联的asynchronous 异步的attribute 特性、属性authentication service 验证服务authorization 授权Bbackground 背景、后台(进程)backup 备份backup device备份设备backup file 备份⽂件backward compatible 向后兼容、向下兼容base class 基类base type 基类型batch 批处理BCL (base class library)基类库Bin Packing 装箱问题binary ⼆进制binding 绑定bit 位bitmap 位图block 块、区块、语句块boolean 布林值(真假值,true或false)border 边框bounds checking 边界检查boxing 装箱、装箱转换brace (curly brace) ⼤括号、花括号bracket (square brakcet) 中括号、⽅括号breakpoint 断点browser applications 浏览器应⽤(程序)browser-accessible application 可经由浏览器访问的应⽤程序bug 缺陷错误build 编连(专指编译和连接)built-in 内建、内置bus 总线business 业务、商务(看场合)business Logic 业务逻辑business rules 业务规则buttons 按钮by/through 通过byte 位元组(由8 bits组成)Ccache ⾼速缓存calendar ⽇历Calendrical Calculations ⽇期call 调⽤call operator 调⽤操作符callback 回调candidate key 候选键(for database)cascading delete 级联删除(for database) cascading update 级联更新(for database) casting 转型、造型转换catalog ⽬录chain 链(function calls)character 字符character format 字符格式character set 字符集check box 复选框check button 复选按钮CHECK constraints CHECK约束(for database) checkpoint 检查点(for database) child class ⼦类CIL (common intermediate language)通⽤中间语⾔、通⽤中介语⾔class 类class declaration 类声明class definition 类定义class derivation list 类继承列表class factory 类⼚class hierarchy 类层次结构class library 类库class loader 类装载器class template 类模板class template partial specializations 类模板部分特化class template specializations 类模板特化classification 分类clause ⼦句cleanup 清理、清除CLI (Common Language Infrastructure) 通⽤语⾔基础设施client 客户、客户端client application 客户端应⽤程序client area 客户区client cursor 客户端游标(for database)client-server 客户机/服务器、客户端/服务器clipboard 剪贴板clone 克隆CLS (common language specification) 通⽤语⾔规范code access security 代码访问安全code page 代码页COFF (Common Object File Format) 通⽤对象⽂件格式collection 集合COM (Component Object Model) 组件对象模型combo box 组合框command line 命令⾏comment 注释commit 提交(for database)communication 通讯compatible 兼容compile time 编译期、编译时compiler 编译器component组件composite index 复合索引、组合索引(for database) composite key 复合键、组合键(for database) composition 复合、组合concept 概念concrete具体的concrete class 具体类concurrency 并发、并发机制configuration 配置、组态Connected Components 连通分⽀connection 连接(for database)connection pooling 连接池console 控制台constant 常量Constrained and Unconstrained Optimization 最值问题constraint 约束(for database)construct 构件、成分、概念、构造(for language)constructor (ctor) 构造函数、构造器container 容器containment包容context 环境、上下⽂control 控件content assist 代码补全cookiecopy 拷贝CORBA 通⽤对象请求中介架构(Common Object Request Broker Architecture)cover 覆盖、涵盖create/creation 创建、⽣成crosstab query 交叉表查询(for database) Cryptography 密码CTS (common type system)通⽤类型系统cube 多维数据集(for database)cursor 光标cursor 游标(for database)custom 定制、⾃定义Ddata 数据data connection 数据连接(for database)data dictionary 数据字典(for database)data file 数据⽂件(for database)data integrity 数据完整性(for database)data manipulation language (DML)数据操作语⾔(DML) (for database)data member 数据成员、成员变量data source 数据源(for database)Data source name (DSN) 数据源名称(DSN) (for database)data structure数据结构Data Structures 基本数据结构data table 数据表(for database)data-bound 数据绑定(for database)database 数据库(for database)database catalog 数据库⽬录(for database) database diagram 数据关系图(for database) database file 数据库⽂件(for database) database object 数据库对象(for database) database owner 数据库所有者(for database) database project 数据库⼯程(for database) database role 数据库⾓⾊(for database) database schema 数据库模式、数据库架构(for database) database script 数据库脚本(for database) datagram 数据报⽂dataset 数据集(for database)dataset 数据集(for database)DBMS (database management system)数据库管理系统(for database)DCOM (distributed COM)分布式COMdead lock 死锁(for database)deallocate 归还debug 调试debugger 调试器decay 退化declaration 声明default 缺省、默认值DEFAULT constraint默认约束(for database) default database 默认数据库(for database)default instance 默认实例(for database) default result set 默认结果集(for database) defer 推迟definition 定义defines 定义delegate 委托delegation 委托deploy 部署derived class 派⽣类design pattern 设计模式destroy 销毁destructor(dtor)析构函数、析构器device 设备DHTML (dynamic HyperText Markup Language)动态超⽂本标记语⾔dialog 对话框Dictionaries 字典digest 摘要digital 数字的directive (编译)指⽰符directory ⽬录disassembler 反汇编器DISCO (Discovery of Web Services)Web Services的查找dispatch 调度、分派、派发distributed computing 分布式计算distributed query 分布式查询(for database)DNA (Distributed interNet Application) 分布式⽹间应⽤程序document ⽂档DOM (Document Object Model)⽂档对象模型dot operator (圆)点操作符double-byte character set (DBCS)双字节字符集(DBCS)driver 驱动(程序)DTD (document type definition) ⽂档类型定义dump 转储dump file 转储⽂件Ee-business 电⼦商务efficiency 效率efficient ⾼效encapsulation 封装end user 最终⽤户end-to-end authentication 端对端⾝份验证engine 引擎entity 实体enum (enumeration) 枚举enumerators 枚举成员、枚举器equal 相等equality 相等性equality operator 等号操作符error log 错误⽇志(for database)escape character 转义符、转义字符escape code 转义码evaluate 评估event 事件event driven 事件驱动的event handler 事件处理器evidence 证据exception 异常exception declaration 异常声明exception handling 异常处理、异常处理机制exception specification 异常规范exception-safe 异常安全的exit 退出explicit 显式explicit specialization 显式特化explicit transaction 显式事务(for database) export 导出expression 表达式Ffat client 胖客户端feature 特性、特征fetch 提取field 字段(for database)field 字段(java)field length 字段长度(for database)file ⽂件filter 筛选(for database)finalization 终结finalizer 终结器firewall 防⽕墙flag 标记flash memory 闪存flush 刷新font 字体foreign key (FK) 外键(FK) (for database)form 窗体formal parameter 形参forward declaration 前置声明forward-only 只向前的forward-only cursor 只向前游标(for database) framework 框架full specialization 完全特化function 函数function call operator (即operator ()) 函数调⽤操作符function object 函数对象function template函数模板functionality 功能functor 仿函数GGC (Garbage collection) 垃圾回收(机制)、垃圾收集(机制)generate ⽣成general ⼀般原则、常规n. ⼤概的adj.generic 泛化的、⼀般化的、通⽤的generic algorithm通⽤算法genericity 泛型getter (相对于setter)取值函数global 全局的global object 全局对象grant 授权(for database)group 组、群group box 分组框GUI 图形界⾯GUID (Globally Unique Identifier) 全球唯⼀标识符Hhandle 句柄handler 处理器hard disk 硬盘hard-coded 硬编码的hard-copy 截屏图hardware 硬件hash table 散列表、哈希表header file头⽂件heap 堆help file 帮助⽂件hierarchical data 阶层式数据、层次式数据hierarchy 层次结构、继承体系high level ⾼阶、⾼层hook 钩⼦Host (application)宿主(应⽤程序)hot key 热键horizontal adj.横向的,⽔平的HTML (HyperText Markup Language) 超⽂本标记语⾔HTTP (HyperText Transfer Protocol) 超⽂本传输协议HTTP pipeline HTTP管道hyperlink 超链接Iicon 图标IDE (Integrated Development Environment)集成开发环境identifier 标识符IDL (Interface Definition Language) 接⼝定义语⾔idle time 空闲时间if and only if当且仅当IL (Intermediate Language) 中间语⾔、中介语⾔image 图象IME 输⼊法immediate base 直接基类immediate derived 直接派⽣类immediate updating 即时更新(for database) implement 实现implementation 实现、实现品implicit 隐式implicit transaction隐式事务(for database)import 导⼊incremental update 增量更新(for database) Independent Set 独⽴集index 索引(for database) infinite loop ⽆限循环infinite recursive ⽆限递归information 信息inheritance 继承、继承机制initialization 初始化initialization list 初始化列表、初始值列表initialize 初始化inline 内联inline expansion 内联展开inner join 内联接(for database)instance 实例instantiated 具现化、实体化(常应⽤于template) instantiation 具现体、具现化实体(常应⽤于template) integrate 集成、整合integrity 完整性、⼀致性integrity constraint完整性约束(for database) interacts 交互interface 接⼝interoperability 互操作性、互操作能⼒interpreter 解释器introspection ⾃省invariants 不变性isolation level 隔离级别(for database)item 项、条款、项⽬iterate 迭代iteration 迭代(回圈每次轮回称为⼀个iteration) iterative 反复的、迭代的iterator 迭代器JJIT compilation JIT编译即时编译Job Scheduling ⼯程安排Kkey 键(for database)key column 键列(for database)kernel 内核、核⼼Lleft outer join 左向外联接(for database)level 阶、层例library 库lifetime ⽣命期、寿命Linear Programming 线性规划link 连接、链接linkage 连接、链接linker 连接器、链接器list 列表、表、链表list box 列表框literal constant 字⾯常数livelock 活锁(for database)load 装载、加载load balancing 负载平衡loader 装载器、载⼊器local 局部的local object 局部对象lock 锁log ⽇志login 登录login security mode登录安全模式(for database) lookup table 查找表(for database)loose coupling 松散耦合lvalue 左值Mmachine code 机器码、机器代码macro 宏maintain 维护managed code 受控代码、托管代码Managed Extensions 受控扩充件、托管扩展managed object 受控对象、托管对象manifest 清单many-to-many relationship 多对多关系(for database)many-to-one relationship 多对⼀关系(for database) marshal 列集Matching 匹配member 成员member access operator 成员取⽤运算⼦(有dot和arrow两种)member function 成员函数member initialization list成员初始值列表memory 内存memory leak 内存泄漏menu 菜单message 消息message based 基于消息的message loop 消息环message queuing消息队列metadata 元数据metaprogramming元编程method ⽅法micro 微middle tier 中间层middleware 中间件modeling 建模modeling language 建模语⾔modem 调制解调器modifier 修饰字、修饰符module 模块most derived class最底层的派⽣类multi-tasking 多任务multi-thread 多线程multicast delegate 组播委托、多点委托multithreaded server application 多线程服务器应⽤程序multiuser 多⽤户mutable 可变的mutex 互斥元、互斥体Nnamed parameter 命名参数named pipe 命名管道namespace 名字空间、命名空间native 原⽣的、本地的native code 本地码、本机码nested class 嵌套类nested query 嵌套查询(for database)nested table 嵌套表(for database)network ⽹络network card ⽹卡Network Flow ⽹络流Oobject 对象object based 基于对象的object model 对象模型object oriented ⾯向对象的ODBC data source ODBC数据源(for database) ODBC driver ODBC驱动程序(for database)one-to-many relationship ⼀对多关系(for database) one-to-one relationship ⼀对⼀关系(for database) operating system (OS)操作系统operation 操作operator 操作符、运算符option 选项orientation n.⽅向、定位outer join 外联接(for database)overflow 上限溢位(相对于underflow)overload 重载override 覆写、重载、重新定义Ppackage 包packaging 打包palette 调⾊板parallel 并⾏parameter 参数、形式参数、形参parameter list 参数列表parameterize 参数化parent class ⽗类parentheses 圆括弧、圆括号parse 解析parser 解析器part 零件、部件partial specialization 局部特化pass by reference 引⽤传递pass by value 值传递pattern 模式persistence 持久性permissions 权限pixel 像素placeholder 占位符platform 平台plugin 插件Point Location 位置查询pointer 指针polymorphism 多态pooling 池化pop up 弹出式port 端⼝postfix 后缀precedence 优先序(通常⽤于运算⼦的优先执⾏次序) prefix 前缀preprocessor 预处理器primary key (PK)主键(PK) (for database)primary table 主表(for database)primitive type 原始类型print 打印printer 打印机procedure 过程process 进程program 程序programmer 程序员programming编程、程序设计progress bar 进度指⽰器project 项⽬、⼯程property 属性protocol 协议properties n.财产pseudo code伪码Qqualified 合格的qualifier 修饰符quality 质量queue 队列Rradio button 单选按钮random number 随机数Random Number Generation 随机数⽣成range 范围、区间rank 等级raw 未经处理的re-direction 重定向readOnly只读record 记录(for database)recordset 记录集(for database recursion ——递归recursive 递归refactoring 重构refer 引⽤、参考reference 引⽤、参考reflection 反射refresh data 刷新数据(for database) register 寄存器regular expression 正则表达式relational database 关系数据库remote 远程remote request 远程请求represent 表述,表现resolution 解析过程resolve 解析、决议result set 结果集(for database)retrieve data 检索数据return 返回return type 返回类型return value 返回值revoke 撤销revert 恢复right outer join 右向外联接(for database) robust 健壮robustness 健壮性roll back 回滚(for database)roll forward 前滚(for database)routine 例程row ⾏(for database)rowset ⾏集(for database)RPC (remote procedure call)RPC(远程过程调⽤) runtime 执⾏期、运⾏期、执⾏时、运⾏时rvalue 右值SSatisfiability 可满⾜性save 保存savepoint 保存点(for database)SAX (Simple API for XML)scalable 可伸缩的、可扩展的schedule 调度scheduler 调度程序schema 模式、纲⽬结构scope 作⽤域、⽣存空间screen 屏幕scroll bar滚动条SDK (Software Development Kit)软件开发包sealed class 密封类search 查找Searching 查找semantics 语义sequential container序列式容器serial 串⾏serialization/serialize 序列化server 服务器、服务端session 会话(for database)Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Data Structures 集合Set Packing 集合配置setter 设值函数side effect 副作⽤signature 签名single-threaded 单线程slider滑块slot 槽SMTP (Simple Mail Transfer Protocol) 简单邮件传输协议snapshot 截屏图snapshot 快照(for database)SOAP (simple object access protocol) 简单对象访问协议software 软件Sorting 排序source code 源码、源代码specialization 特化specification 规范、规格splitter 切分窗⼝SQL (Structured Query Language) 结构化查询语⾔(for database) stack 栈、堆栈standard library 标准库standard template library 标准模板库stateless ⽆状态的statement 语句、声明static cursor 静态游标(for database)static SQL statements 静态SQL语句(for database) status bar 状态条stored procedure 存储过程(for database)stream 流string 字符串String Matching 模式匹配stub 存根subobject⼦对象subquery ⼦查询(for database)subscript operator 下标操作符support ⽀持suspend 挂起symbol 记号syntax 语法system databases 系统数据库(for database) system tables 系统表(for database)Ttable 表(for database)table-level constraint 表级约束(for database) target 标的,⽬标task switch ⼯作切换TCP (Transport Control Protocol) 传输控制协议template 模板temporary object 临时对象temporary table 临时表(for database)text ⽂本Text Compression 压缩text file ⽂本⽂件thin client 瘦客户端third-party 第三⽅thread 线程thread-safe 线程安全的throw 抛出、引发(常指发出⼀个exception)toggle v.切换trace 跟踪transaction 事务(for database)transaction log 事务⽇志(for database) transaction rollback 事务回滚(for database) traverse 遍历trigger 触发器(for database)type 类型UUDDI(Universary Description, Discovery and Integration)统⼀描述、查询与集成UML (unified modeling language)统⼀建模语⾔unary function 单参函数unary operator ⼀元操作符unboxing 拆箱、拆箱转换underflow 下限溢位(相对于overflow)Unicode 统⼀字符编码标准,采⽤双字节对字符进⾏编码Union query 联合查询(for database)UNIQUE constraints UNIQUE约束(for database) unique index 唯⼀索引(for database) unmanaged code ⾮受控代码、⾮托管代码unmarshal 散集unqualified 未经限定的、未经修饰的URI (Uniform Resource identifier) 统⼀资源标识符URL (Uniform Resource Locator) 统⼀资源定位器user ⽤户user interface ⽤户界⾯Vvalue types 值类型variable 变量vector 向量(⼀种容器,有点类似array)vendor ⼚商vertical adj.垂直的、竖直的viable 可⾏的video 视频view 视图(for database)view 视图virtual function 虚函数virtual machine 虚拟机virtual memory 虚拟内存WWeb Services web服务WHERE clause WHERE⼦句(for database) wildcard characters 通配符字符(for database) wildcard search 通配符搜索(for database) window 窗⼝window function 窗⼝函数window procedure 窗⼝过程Windows authentication Windows⾝份验证wizard 向导word 单词write enable 写启⽤(for database)write-only 只写WSDL (Web Service Description Language)Web Service描述语⾔XXML (eXtensible Markup Language) 可扩展标记语⾔XML Message Interface (XMI) XML消息接⼝XSD (XML Schema Definition) XML模式定义语⾔XSL (eXtensible Stylesheet Language) 可扩展样式表语⾔XSLT (eXtensible Stylesheet Language Transformation)可扩展样式表语⾔转换xxx based 基于xxx的xxx oriented ⾯向xxx。

编程常用英语词汇大全

编程常用英语词汇大全

编程常⽤英语词汇⼤全很实⽤的编程英语词库,共收录⼀千五百余条词汇。

第⼀部分:application 应⽤程式 应⽤、应⽤程序application framework 应⽤程式框架、应⽤框架 应⽤程序框架architecture 架构、系统架构 体系结构argument 引数(传给函式的值)。

叁见 parameter 叁数、实质叁数、实叁、⾃变量array 阵列 数组arrow operator arrow(箭头)运算⼦ 箭头操作符assembly 装配件assembly language 组合语⾔ 汇编语⾔assert(ion) 断⾔assign 指派、指定、设值、赋值 赋值assignment 指派、指定 赋值、分配assignment operator 指派(赋值)运算⼦ = 赋值操作符associated 相应的、相关的 相关的、关联、相应的associative container 关联式容器(对应 sequential container) 关联式容器atomic 不可分割的 原⼦的attribute 属性 属性、特性audio ⾳讯 ⾳频A.I. ⼈⼯智慧 ⼈⼯智能background 背景 背景(⽤於图形着⾊)後台(⽤於⾏程)backward compatible 回溯相容 向下兼容bandwidth 频宽 带宽base class 基础类别 基类base type 基础型别 (等同於 base class)batch 批次(意思是整批作业) 批处理benefit 利益 收益best viable function 最佳可⾏函式 最佳可⾏函式(从 viable functions 中挑出的最佳吻合者)binary search ⼆分搜寻法 ⼆分查找binary tree ⼆元树 ⼆叉树binary function ⼆元函式 双叁函数binary operator ⼆元运算⼦ ⼆元操作符binding 系结 绑定bit 位元 位bit field 位元栏 位域bitmap 位元图 位图bitwise 以 bit 为单元逐⼀bitwise copy 以 bit 为单元进⾏复制 位元逐⼀复制 位拷贝block 区块,区段 块、区块、语句块boolean 布林值(真假值,true 或 false) 布尔值border 边框、框线 边框brace(curly brace) ⼤括弧、⼤括号 花括弧、花括号bracket(square brakcet) 中括弧、中括号 ⽅括弧、⽅括号breakpoint 中断点 断点build 建造、构筑、建置(MS ⽤语)build-in 内建 内置bus 汇流排 总线business 商务,业务 业务buttons 按钮 按钮byte 位元组(由 8 bits 组成) 字节cache 快取 ⾼速缓存call 呼叫、叫⽤ 调⽤callback 回呼 回调call operator call(函式呼叫)运算⼦调⽤操作符(同 function call operator)candidate function 候选函式 候选函数(在函式多载决议程序中出现的候选函式)chain 串链(例 chain of function calls) 链character 字元 字符check box 核取⽅块 (i.e. check button) 复选框checked exception 可控式异常(Java)check button ⽅钮 (i.e. check box) 复选按钮child class ⼦类别(或称为derived class, subtype) ⼦类class 类别 类class body 类别本体 类体class declaration 类别宣告、类别宣告式 类声明class definition 类别定义、类别定义式 类定义class derivation list 类别衍化列 类继承列表class head 类别表头 类头class hierarchy 类别继承体系, 类别阶层 类层次体系class library 类别程式库、类别库 类库class template 类别模板、类别范本 类模板class template partial specializations 类别模板偏特化 类模板部分特化class template specializations 类别模板特化 类模板特化cleanup 清理、善後 清理、清除client 客端、客户端、客户 客户client-server 主从架构 客户/服务器clipboard 剪贴簿 剪贴板clone 复制 克隆collection 群集 集合combo box 复合⽅块、复合框 组合框command line 命令列 命令⾏(系统⽂字模式下的整⾏执⾏命令)communication 通讯 通讯compatible 相容 兼容compile time 编译期 编译期、编译时compiler 编译器 编译器component 组件 组件composition 复合、合成、组合 组合computer 电脑、计算机 计算机、电脑concept 概念 概念concrete 具象的 实在的concurrent 并⾏ 并发configuration 组态 配置connection 连接,连线(⽹络,资料库) 连接constraint 约束(条件)construct 构件 构件container 容器 容器 (存放资料的某种结构如 list, vector...)containment 内含 包容context 背景关系、周遭环境、上下脉络 环境、上下⽂control 控制元件、控件 控件console 主控台 控制台const 常数(constant 的缩写,C++ 关键字)constant 常数(相对於 variable) 常量constructor(ctor) 建构式 构造函数 (与class 同名的⼀种 member functions)copy (v) 复制、拷贝 拷贝copy (n) 复件, 副本cover 涵盖 覆盖create 创建、建⽴、产⽣、⽣成 创建creation 产⽣、⽣成 创建cursor 游标 光标custom 订制、⾃定 定制data 资料 数据database 资料库 数据库database schema 数据库结构纲⽬data member 资料成员、成员变数 数据成员、成员变量data structure 资料结构 数据结构datagram 资料元 数据报⽂dead lock 死结 死锁debug 除错 调试debugger 除错器 调试器declaration 宣告、宣告式 声明deduction 推导(例:template argument deduction) 推导、推断default 预设 缺省、默认defer 延缓 推迟define 定义 预定义definition 定义、定义区、定义式 定义delegate 委派、委托、委任 委托delegation (同上)demarshal 反编列 散集dereference 提领(取出指标所指物体的内容) 解叁考dereference operator dereference(提领)运算⼦ * 解叁考操作符derived class 衍⽣类别 派⽣类design by contract 契约式设计design pattern 设计范式、设计样式 设计模式※ 最近我⽐较喜欢「设计范式」⼀词destroy 摧毁、销毁destructor 解构式 析构函数device 装置、设备 设备dialog 对话窗、对话盒 对话框directive 指令(例:using directive) (编译)指⽰符directory ⽬录 ⽬录disk 碟 盘dispatch 分派 分派distributed computing 分布式计算 (分布式电算) 分布式计算分散式计算 (分散式电算)document ⽂件 ⽂档dot operator dot(句点)运算⼦ . (圆)点操作符driver 驱动程式 驱动(程序)dynamic binding 动态系结 动态绑定efficiency 效率 效率efficient ⾼效 ⾼效end user 终端⽤户entity 物体 实体、物体encapsulation 封装 封装enclosing class 外围类别(与巢状类别 nested class 有关)外围类enum (enumeration) 列举(⼀种 C++ 资料型别) 枚举enumerators 列举元(enum 型别中的成员) 枚举成员、枚举器equal 相等 相等equality 相等性 相等性equality operator equality(等号)运算⼦ == 等号操作符equivalence 等价性、等同性、对等性 等价性equivalent 等价、等同、对等 等价escape code 转义码 转义码evaluate 评估、求值、核定 评估event 事件 事件event driven 事件驱动的 事件驱动的exception 异常情况 异常exception declaration 异常宣告(ref. C++ Primer 3/e, 11.3) 异常声明exception handling 异常处理、异常处理机制 异常处理、异常处理机制exception specification 异常规格(ref. C++ Primer 3/e, 11.4) 异常规范exit 退离(指离开函式时的那⼀个执⾏点) 退出explicit 明⽩的、明显的、显式 显式export 汇出 引出、导出expression 运算式、算式 表达式facility 设施、设备 设施、设备feature 特性field 栏位,资料栏(Java) 字段, 值域(Java)file 档案 ⽂件firmware 韧体 固件flag 旗标 标记flash memory 快闪记忆体 闪存flexibility 弹性 灵活性flush 清理、扫清 刷新font 字型 字体form 表单(programming ⽤语) 窗体formal parameter 形式叁数 形式叁数forward declaration 前置宣告 前置声明forwarding 转呼叫,转发 转发forwarding function 转呼叫函式,转发函式 转发函数fractal 碎形 分形framework 框架 框架full specialization 全特化(ref. partial specialization)function 函式、函数 函数function call operator 同 call operatorfunction object 函式物件(ref. C++ Primer 3/e, 12.3) 函数对象function overloaded resolution 函式多载决议程序 函数重载解决(⽅案)functionality 功能、机能 功能function template 函式模板、函式范本 函数模板functor 仿函式 仿函式、函⼦game 游戏 游戏generate ⽣成generic 泛型、⼀般化的 ⼀般化的、通⽤的、泛化generic algorithm 泛型演算法 通⽤算法getter (相对於 setter) 取值函式global 全域的(对应於 local) 全局的global object 全域物件 全局对象global scope resolution operator全域⽣存空间(范围决议)运算⼦ :: 全局范围解析操作符group 群组group box 群组⽅块 分组框guard clause 卫述句 (Refactoring, p250) 卫语句GUI 图形介⾯ 图形界⾯hand shaking 握⼿协商handle 识别码、识别号、号码牌、权柄 句柄handler 处理常式 处理函数hard-coded 编死的 硬编码的hard-copy 硬拷图 屏幕截图hard disk 硬碟 硬盘hardware 硬体 硬件hash table 杂凑表 哈希表、散列表header file 表头档、标头档 头⽂件heap 堆积 堆hierarchy 阶层体系 层次结构(体系)hook 挂钩 钩⼦hyperlink 超链结 超链接icon 图⽰、图标 图标IDE 整合开发环境 集成开发环境identifier 识别字、识别符号 标识符if and only if 若且唯若 当且仅当Illinois 伊利诺 伊利诺斯image 影像 图象immediate base 直接的(紧临的)上层 base class。

编程英语词汇

编程英语词汇

JDK(Java Development Kit) java开发工具包JVM(Java Virtual Machine) java虚拟机Javac 编译命令java 解释命令Javadoc 生成java文档命令classpath 类路径Version 版本author 作者public 公共的class 类static 静态的void 没有返回值String 字符串类System 系统类out 输出print 同行打印println 换行打印JIT(just-in-time) 及时处理第二章:byte 字节char 字符boolean 布尔short 短整型int 整形long 长整形float 浮点类型double 双精度if 如果else 否则switch 多路分支case 与常值匹配break 终止default 默认while 当到循环do 直到循环for 已知次数循环continue结束本次循环进行下次跌代length 获取数组元素个数第三章:OOP object oriented programming 面向对象编程Object 对象Class 类Class member 类成员Class method 类方法Class variable 类变量Constructor 构造方法Package 包Import package 导入包第四章:Extends 继承Base class 基类Super class 超类Overloaded method 重载方法Overridden method 重写方法Public 公有Private 私有Protected 保护Static 静态Abstract 抽象Interface 接口Implements interface 实现接口第五章:Exception 意外,异常RuntimeExcepiton 运行时异常ArithmeticException 算术异常IllegalArgumentException 非法数据异常ArrayIndexOutOfBoundsException 数组索引越界异常NullPointerException 空指针异常ClassNotFoundException 类无法加载异常(类不能找到)NumberFormatException 字符串到float类型转换异常(数字格式异常)IOException 输入输出异常FileNotFoundException 找不到文件异常EOFException 文件结束异常InterruptedException (线程)中断异常try 尝试catch 捕捉finally 最后throw 投、掷、抛throws 投、掷、抛print Stack Trace() 打印堆栈信息get Message()获得错误消息get Cause()获得异常原因method 方法able 能够instance 实例check 检查第六章:byte(字节)char(字符)int(整型)long(长整型)float(浮点型)double(双精度)boolean(布尔)short(短整型)Byte (字节类)Character (字符类)Integer(整型类)Long (长整型类)Float(浮点型类)Double (双精度类)Boolean(布尔类)Short (短整型类)Digit (数字)Letter (字母)Lower (小写)Upper (大写)Space (空格)Identifier (标识符)Start (开始)String (字符串)length (值)equals (等于)Ignore (忽略)compare (比较)sub (提取)concat (连接)replace (替换)trim (整理)Buffer (缓冲器) reverse (颠倒)delete (删除)append (添加)Interrupted (中断的)第七章:Date 日期,日子After 后来,后面Before 在前,以前Equals 相等,均等toString 转换为字符串SetTime 设置时间Display 显示,展示Calendar 日历Add 添加,增加GetInstance 获得实例getTime 获得时间Clear 扫除,清除Clone 克隆,复制Util 工具,龙套Components 成分,组成Month 月份Year 年,年岁Hour 小时,钟头Minute 分钟Second 秒Random 随意,任意Next Int 下一个整数Gaussian 高斯ArrayList 对列LinkedList 链表Hash 无用信息,杂乱信号Map 地图Vector 向量,矢量Size 大小Collection 收集Shuffle 混乱,洗牌RemoveFirst 移动至开头RemoveLast 移动至最后lastElement 最后的元素Capacity 容量,生产量Contains 包含,容纳Copy 副本,拷贝Search 搜索,查询InsertElementAt 插入元素在某一位置第八章:io->in out 输入/输出File 文件import 导入exists 存在isFile 是文件isDirectory 是目录getName 获取名字getPath 获取路径getAbsolutePath 获取绝对路径lastModified 最后修改日期length 长度InputStream 输入流OutputStream 输出流Unicode 统一的字符编码标准, 采用双字节对字符进行编码Information 信息FileInputStream 文件输入流FileOutputStream文件输出流IOException 输入输出异常fileobject 文件对象available 可获取的read 读取write 写BufferedReader 缓冲区读取FileReader 文本文件读取BufferedWriter 缓冲区输出FileWriter 文本文件写出flush 清空close 关闭DataInputStream 二进制文件读取DataOutputStream二进制文件写出EOF 最后encoding 编码Remote 远程release 释放第九章:JBuider Java 集成开发环境(IDE)Enterprise 企业版Developer 开发版Foundation 基础版Messages 消息格Structure 结构窗格Project 工程Files 文件Source 源代码Design 设计History 历史Doc 文档File 文件Edit 编辑Search 查找Refactor 要素View 视图Run 运行Tools 工具Window 窗口Help 帮助Vector 矢量addElement 添加内容Project Winzard 工程向导Step 步骤Title 标题Description 描述Copyright 版权Company 公司Aptech Limited Aptech有限公司author 作者Back 后退Finish 完成version 版本Debug 调试New 新建ErrorInsight 调试第十章:JFrame 窗口框架JPanel 面板JScrollPane 滚动面板title 标题Dimension 尺寸Component 组件Swing JAVA轻量级组件getContentPane 得到内容面板LayoutManager 布局管理器setVerticalScrollBarPolicy 设置垂直滚动条策略AWT(Abstract Window Toolkit)抽象窗口工具包GUI (Graphical User Interface)图形用户界面VERTICAL_SCROLLEARAS_NEEDED 当内容大大面板出现滚动条VERTICAL_SOROLLEARAS_ALWAYS 显示滚动条VERTICAL_SOROLLEARAS_NEVER 不显示滚动条JLabel 标签Icon 图标image 图象LEFT 左对齐RIGHT 右对齐JTextField 单行文本getColumns 得到列数setLayout 设置布局BorderLayout 边框布局CENTER 居中对齐JTextArea 多行文本setFont 设置字体setHorizontalAlignment 设置文本水平对齐方式setDefaultCloseOperation 设置默认的关闭操作add 增加JButton 按钮JCheckBox 复选框JRadioButton单选按钮addItem 增加列表项getItemAt 得到位置的列表项getItemCount 得到列表项个数setRolloverIcon 当鼠标经过的图标setSelectedIcon 当选择按钮的图标getSelectedItem 得到选择的列表项getSelectedIndex 得到选择的索引ActionListener 按钮监听ActionEvent 按钮事件actionPerformed 按钮单击方法算法常用术语中英对照Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题Linear Programming 线性规划Random Number Generation 随机数生成Factoring and Primality Testing 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Sorting 排序Searching 查找Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成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 Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分Voronoi Diagrams Voronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advanced 高级的aggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。

java编程常用英语词汇

java编程常用英语词汇

java编程常用英语词汇Java Programming Common English VocabularyJava is a popular programming language widely used for developing various applications and systems. As a programmer, it is essential to have a good understanding of the common English vocabulary used in the Java programming language. This article will introduce and explain frequently used Java programming terms in English.1. ClassIn Java, a class is a template or blueprint for creating objects. It defines the properties (variables) and functionalities (methods) of an object. Classes are used to create multiple objects that share similar characteristics.2. ObjectAn object is an instance of a class. It represents a real-world entity with its own set of properties and behaviors. Objects are created from a class and can interact with each other through methods.3. MethodA method is a set of instructions or code that performs a specific task. It is also known as a function in other programming languages. Methods are defined inside a class and can be reused and called multiple times throughout the program.4. VariableA variable is a named container used to store data in a program. It has a specific data type and can hold different values during the execution of the program. Variables provide a way to manipulate and reference data within the program.5. Data TypeIn Java, every variable has a data type that determines the type of data it can hold. The common data types in Java include integers (int), floating-point numbers (float, double), characters (char), booleans (boolean), and strings (String).6. LoopA loop is a control structure used to repeat a block of code multiple times. It allows the programmer to execute a set of statements repeatedly until a certain condition is met. The three main types of loops in Java are the for loop, while loop, and do-while loop.7. Conditional StatementA conditional statement is used to make decisions in a program based on certain conditions. It allows the program to execute different sets of instructions depending on the outcome of a condition. The if-else statement and switch statement are commonly used conditional statements in Java.8. InheritanceInheritance is a mechanism in Java that allows a class to inherit properties and methods from another class. It promotes code reusability and supports the concept of parent and child classes. Inheritance is implemented using the extends keyword in Java.9. PolymorphismPolymorphism allows objects of different classes to be treated as objects of a common superclass. It enables a single interface to be used for multiple implementations. Polymorphism in Java is achieved through method overriding and method overloading.10. Exception HandlingException handling is a mechanism used to catch and handle errors or exceptional situations that occur during program execution. It allows the programmer to handle errors gracefully and prevents the program from crashing. The try-catch block is used to handle exceptions in Java.11. InterfaceAn interface is a collection of abstract methods that define a contract for classes to implement. It specifies the behavior that a class should provide but does not provide any implementation details. To implement an interface, a class must use the implements keyword in Java.In conclusion, these are just a few of the many English vocabulary terms commonly used in Java programming. Mastering these terms will greatly enhance your understanding of the language and help you become a proficient Java programmer.。

编程英语词汇汇总

编程英语词汇汇总

:JDK(Java Development Kit) java开发工具包JVM(Java Virtual Machine) java虚拟机Javac 编译命令java 解释命令Javadoc 生成java文档命令classpath 类路径Version 版本author 作者public 公共的class 类static 静态的void 没有返回值String 字符串类System 系统类out 输出print 同行打印println 换行打印JIT(just-in-time) 及时处理第二章:byte 字节char 字符boolean 布尔short 短整型int 整形long 长整形float 浮点类型double 双精度if 如果else 否则switch 多路分支case 与常值匹配break 终止default 默认while 当到循环do 直到循环for 已知次数循环continue结束本次循环进行下次跌代length 获取数组元素个数第三章:OOP object oriented programming 面向对象编程Object 对象Class 类Class member 类成员Class method 类方法Class variable 类变量Constructor 构造方法Package 包Import package 导入包第四章:Extends 继承Base class 基类Super class 超类Overloaded method 重载方法Overridden method 重写方法Public 公有Private 私有Protected 保护Static 静态Abstract 抽象Interface 接口Implements interface 实现接口第五章:Exception 意外,异常RuntimeExcepiton 运行时异常ArithmeticException 算术异常IllegalArgumentException 非法数据异常ArrayIndexOutOfBoundsException 数组索引越界异常NullPointerException 空指针异常ClassNotFoundException 类无法加载异常(类不能找到)NumberFormatException 字符串到float类型转换异常(数字格式异常)IOException 输入输出异常FileNotFoundException 找不到文件异常EOFException 文件结束异常InterruptedException (线程)中断异常try 尝试catch 捕捉finally 最后throw 投、掷、抛throws 投、掷、抛print Stack Trace() 打印堆栈信息get Message()获得错误消息get Cause()获得异常原因method 方法able 能够instance 实例check 检查第六章:byte(字节)char(字符)int(整型)long(长整型)float(浮点型)double(双精度)boolean(布尔)short(短整型)Byte (字节类)Character (字符类)Integer(整型类)Long (长整型类)Float(浮点型类)Double (双精度类)Boolean(布尔类)Short (短整型类)Digit (数字)Letter (字母)Lower (小写)Upper (大写)Space (空格)Identifier (标识符)Start (开始)String (字符串)length (值)equals (等于)Ignore (忽略)compare (比较)sub (提取)concat (连接)replace (替换)trim (整理)Buffer (缓冲器)reverse (颠倒)delete (删除)append (添加)Interrupted (中断的)第七章:Date 日期,日子After 后来,后面Before 在前,以前Equals 相等,均等toString 转换为字符串SetTime 设置时间Display 显示,展示Calendar 日历Add 添加,增加GetInstance 获得实例getTime 获得时间Clear 扫除,清除Clone 克隆,复制Util 工具,龙套Components 成分,组成Month 月份Year 年,年岁Hour 小时,钟头Minute 分钟Second 秒Random 随意,任意Next Int 下一个整数Gaussian 高斯ArrayList 对列LinkedList 链表Hash 无用信息,杂乱信号Map 地图Vector 向量,矢量Size 大小Collection 收集Shuffle 混乱,洗牌RemoveFirst 移动至开头RemoveLast 移动至最后lastElement 最后的元素Capacity 容量,生产量Contains 包含,容纳Copy 副本,拷贝Search 搜索,查询InsertElementAt 插入元素在某一位置第八章:io->in out 输入/输出File 文件import 导入exists 存在isFile 是文件isDirectory 是目录getName 获取名字getPath 获取路径getAbsolutePath 获取绝对路径lastModified 最后修改日期length 长度InputStream 输入流OutputStream 输出流Unicode 统一的字符编码标准, 采用双字节对字符进行编码Information 信息FileInputStream 文件输入流FileOutputStream文件输出流IOException 输入输出异常fileobject 文件对象available 可获取的read 读取write 写BufferedReader 缓冲区读取FileReader 文本文件读取BufferedWriter 缓冲区输出FileWriter 文本文件写出flush 清空close 关闭DataInputStream 二进制文件读取DataOutputStream二进制文件写出EOF 最后encoding 编码Remote 远程release 释放第九章:JBuider Java 集成开发环境(IDE)Enterprise 企业版Developer 开发版Foundation 基础版Messages 消息格Structure 结构窗格Project 工程Files 文件Source 源代码Design 设计History 历史Doc 文档File 文件Edit 编辑Search 查找Refactor 要素View 视图Run 运行Tools 工具Window 窗口Help 帮助Vector 矢量addElement 添加内容Project Winzard 工程向导Step 步骤Title 标题Description 描述Copyright 版权Company 公司Aptech Limited Aptech有限公司author 作者Back 后退Finish 完成version 版本Debug 调试New 新建ErrorInsight 调试第十章:JFrame 窗口框架JPanel 面板JScrollPane 滚动面板title 标题Dimension 尺寸Component 组件Swing JAVA轻量级组件getContentPane 得到内容面板LayoutManager 布局管理器setVerticalScrollBarPolicy 设置垂直滚动条策略AWT(Abstract Window Toolkit)抽象窗口工具包GUI (Graphical User Interface)图形用户界面VERTICAL_SCROLLEARAS_NEEDED 当内容大大面板出现滚动条VERTICAL_SOROLLEARAS_ALWAYS 显示滚动条VERTICAL_SOROLLEARAS_NEVER 不显示滚动条JLabel 标签Icon 图标image 图象LEFT 左对齐RIGHT 右对齐JTextField 单行文本getColumns 得到列数setLayout 设置布局BorderLayout 边框布局CENTER 居中对齐JTextArea 多行文本setFont 设置字体setHorizontalAlignment 设置文本水平对齐方式setDefaultCloseOperation 设置默认的关闭操作add 增加JButton 按钮JCheckBox 复选框JRadioButton单选按钮addItem 增加列表项getItemAt 得到位置的列表项getItemCount 得到列表项个数setRolloverIcon 当鼠标经过的图标setSelectedIcon 当选择按钮的图标getSelectedItem 得到选择的列表项getSelectedIndex 得到选择的索引ActionListener 按钮监听ActionEvent 按钮事件actionPerformed 按钮单击方法计算机编程英语大全关键字: 计算机编程英语大全算法常用术语中英对照Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear Equations 线性方程组Bandwidth Reduction 带宽压缩Matrix Multiplication 矩阵乘法Determinants and Permanents 行列式Constrained and Unconstrained Optimization 最值问题Linear Programming 线性规划Random Number Generation 随机数生成Factoring and Primality Testing 因子分解/质数判定Arbitrary Precision Arithmetic 高精度计算Knapsack Problem 背包问题Discrete Fourier Transform 离散Fourier变换Combinatorial Problems 组合问题Sorting 排序Searching 查找Median and Selection 中位数Generating Permutations 排列生成Generating Subsets 子集生成Generating Partitions 划分生成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 Postman Euler回路/中国邮路Edge and Vertex Connectivity 割边/割点Network Flow 网络流Drawing Graphs Nicely 图的描绘Drawing Trees 树的描绘Planarity Detection and Embedding 平面性检测和嵌入Graph Problems -- hard 图论-NP问题Clique 最大团Independent Set 独立集Vertex Cover 点覆盖Traveling Salesman Problem 旅行商问题Hamiltonian Cycle Hamilton回路Graph Partition 图的划分Vertex Coloring 点染色Edge Coloring 边染色Graph Isomorphism 同构Steiner Tree Steiner树Feedback Edge/Vertex Set 最大无环子图Computational Geometry 计算几何Convex Hull 凸包Triangulation 三角剖分Voronoi Diagrams Voronoi图Nearest Neighbor Search 最近点对查询Range Search 范围查询Point Location 位置查询Intersection Detection 碰撞测试Bin Packing 装箱问题Medial-Axis Transformation 中轴变换Polygon Partitioning 多边形分割Simplifying Polygons 多边形化简Shape Similarity 相似多边形Motion Planning 运动规划Maintaining Line Arrangements 平面分割Minkowski Sum Minkowski和Set and String Problems 集合与串的问题Set Cover 集合覆盖Set Packing 集合配置String Matching 模式匹配Approximate String Matching 模糊匹配Text Compression 压缩Cryptography 密码Finite State Machine Minimization 有穷自动机简化Longest Common Substring 最长公共子串Shortest Common Superstring 最短公共父串DP——Dynamic Programming——动态规划recursion ——递归编程词汇A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access level访问级别access function 访问函数account 账户action 动作activate 激活active 活动的actual parameter 实参adapter 适配器add-in 插件address 地址address space 地址空间address-of operator 取地址操作符ADL (argument-dependent lookup)ADO(ActiveX Data Object)ActiveX数据对象advanced 高级的aggregation 聚合、聚集algorithm 算法alias 别名align 排列、对齐allocate 分配、配置allocator分配器、配置器angle bracket 尖括号annotation 注解、评注API (Application Programming Interface) 应用(程序)编程接口app domain (application domain)应用域application 应用、应用程序application framework 应用程序框架appearance 外观append 附加architecture 架构、体系结构archive file 归档文件、存档文件argument引数(传给函式的值)。

编程常用到的英文单词大全

编程常用到的英文单词大全

编程常用到的英文单词大全在学习和使用编程语言的过程中,我们经常会遇到一些英文单词。

这些单词不仅是编程语言的关键词,还是我们编程工作中必备的词汇。

下面是一些编程中常用的英文单词的大全:Data Types•integer•float•string•boolean•array•list•dictionary•tuple•setControl Flow•if•else•elif•while•for•break•continue•returnFunctions•function•parameter•argument•return value•lambda•method•class•object•module•package Operators•addition•subtraction•multiplication•division•modulus•assignment•comparison•logical•bitwise•increment•decrement Error Handling•try•except•finally•raise•assertFile Handling•open•read•write•close•append•seekMiscellaneous•import•from•as•in•not•and•or•pass•global•local以上就是编程中常用到的英文单词的大全。

熟练掌握这些词汇将有助于您更好地理解和使用编程语言,提高编程的效率和准确性。

希望这份单词大全能够对您有所帮助!。

黑马javaweb英语单词

黑马javaweb英语单词

黑马javaweb英语单词
"黑马"在英语中是"black horse",而"javaweb"是指使用Java 技术开发的Web应用程序。

至于英语单词,我可以列举一些与Java Web开发相关的常用术语和单词:
1. Java: Java是一种跨平台的编程语言,用于开发各种类型的应用程序,包括Web应用程序。

2. Web: Web指的是互联网,是一种信息交流的方式,通过超文本传输协议(HTTP)来传输数据。

3. Development: Development指的是开发过程,包括设计、编码、测试和部署。

4. Application: Application指的是应用程序,是指定目的的软件程序,可以在Web上运行。

5. Framework: Framework指的是框架,是一种提供标准结构和功能的软件平台,用于开发应用程序。

6. Database: Database指的是数据库,用于存储和管理数据的系统。

7. Server: Server指的是服务器,用于存储和提供Web应用程序的资源。

8. Deployment: Deployment指的是部署,是将Web应用程序放置到服务器上并使其可用的过程。

9. Front-end: Front-end指的是前端,是指用户直接与之交互的部分,通常是Web页面。

10. Back-end: Back-end指的是后端,是指Web应用程序的服务器端,负责处理数据和逻辑。

以上是一些与Java Web开发相关的常用英语单词和术语,希望对你有所帮助。

如果你还有其他问题,欢迎继续提问。

java常用英语词汇翻译

java常用英语词汇翻译

abstract 抽象的抽象的abstraction 抽象体、抽象物、抽象性抽象体、抽象物、抽象性access 存取、取用存取、访问access level 存取级别访问级别access function 存取函式访问函数activate 活化激活active 作用中的adapter 配接器适配器address 位址地址address space 位址空间,定址空间address-of operator 取址运算子取地址操作符aggregation 聚合algorithm 演算法算法allocate 配置分配allocator (空间)配置器分配器application 应用程式应用、应用程序application framework 应用程式框架、应用框架应用程序框架architecture 架构、系统架构体系结构argument 引数(传给函式的值)。

叁见 parameter 叁数、实质叁数、实叁、自变量array 阵列数组arrow operator arrow(箭头)运算子箭头操作符assembly 装配件assembly language 组合语言汇编语言assert(ion) 断言assign 指派、指定、设值、赋值赋值assignment 指派、指定赋值、分配assignment operator 指派(赋值)运算子 = 赋值操作符associated 相应的、相关的相关的、关联、相应的associative container 关联式容器(对应 sequential container)关联式容器atomic 不可分割的原子的attribute 属性属性、特性audio 音讯音频A.I. 人工智慧人工智能background 背景背景(用於图形着色)後台(用於行程)backward compatible 回溯相容向下兼容bandwidth 频宽带宽base class 基础类别基类base type 基础型别 (等同於 base class)batch 批次(意思是整批作业)批处理benefit 利益收益best viable function 最佳可行函式最佳可行函式(从 viable functions 中挑出的最佳吻合者)binary search 二分搜寻法二分查找binary tree 二元树二叉树binary function 二元函式双叁函数binary operator 二元运算子二元操作符binding 系结绑定bit 位元位bit field 位元栏位域bitmap 位元图位图bitwise 以 bit 为单元逐一┅bitwise copy 以 bit 为单元进行复制;位元逐一复制位拷贝block 区块,区段块、区块、语句块boolean 布林值(真假值,true 或 false)布尔值border 边框、框线边框brace(curly brace) 大括弧、大括号花括弧、花括号bracket(square brakcet) 中括弧、中括号方括弧、方括号breakpoint 中断点断点build 建造、构筑、建置(MS 用语)build-in 内建内置bus 汇流排总线business 商务,业务业务buttons 按钮按钮byte 位元组(由 8 bits 组成)字节cache 快取高速缓存call 呼叫、叫用调用callback 回呼回调call operator call(函式呼叫)运算子调用操作符(同 function call operator)candidate function 候选函式候选函数(在函式多载决议程序中出现的候选函式)chain 串链(例 chain of function calls)链character 字元字符check box 核取方块 (i.e. check button) 复选框checked exception 可控式异常(Java)check button 方钮 (i.e. check box) 复选按钮child class 子类别(或称为derived class, subtype)子类class 类别类class body 类别本体类体class declaration 类别宣告、类别宣告式类声明class definition 类别定义、类别定义式类定义class derivation list 类别衍化列类继承列表class head 类别表头类头class hierarchy 类别继承体系, 类别阶层类层次体系class library 类别程式库、类别库类库class template 类别模板、类别范本类模板class template partial specializations类别模板偏特化类模板部分特化class template specializations类别模板特化类模板特化cleanup 清理、善後清理、清除client 客端、客户端、客户客户client-server 主从架构客户/服务器clipboard 剪贴簿剪贴板clone 复制克隆collection 群集集合combo box 复合方块、复合框组合框command line 命令列命令行(系统文字模式下的整行执行命令)communication 通讯通讯compatible 相容兼容compile time 编译期编译期、编译时compiler 编译器编译器component 组件组件composition 复合、合成、组合组合computer 电脑、计算机计算机、电脑concept 概念概念concrete 具象的实在的concurrent 并行并发configuration 组态配置connection 连接,连线(网络,资料库)连接constraint 约束(条件)construct 构件构件container 容器容器(存放资料的某种结构如 list, vector...)containment 内含包容context 背景关系、周遭环境、上下脉络环境、上下文control 控制元件、控件控件console 主控台控制台const 常数(constant 的缩写,C++ 关键字)constant 常数(相对於 variable)常量constructor(ctor)建构式构造函数(与class 同名的一种 member functions)copy (v) 复制、拷贝拷贝copy (n) 复件, 副本cover 涵盖覆盖create 创建、建立、产生、生成创建creation 产生、生成创建cursor 游标光标custom 订制、自定定制data 资料数据database 资料库数据库database schema 数据库结构纲目data member 资料成员、成员变数数据成员、成员变量data structure 资料结构数据结构datagram 资料元数据报文dead lock 死结死锁debug 除错调试debugger 除错器调试器declaration 宣告、宣告式声明deduction 推导(例:template argument deduction)推导、推断default 预设缺省、默认defer 延缓推迟define 定义预定义definition 定义、定义区、定义式定义delegate 委派、委托、委任委托delegation (同上)demarshal 反编列散集dereference 提领(取出指标所指物体的内容)解叁考dereference operator dereference(提领)运算子 * 解叁考操作符derived class 衍生类别派生类design by contract 契约式设计design pattern 设计范式、设计样式设计模式※最近我比较喜欢「设计范式」一词destroy 摧毁、销毁destructor 解构式析构函数device 装置、设备设备dialog 对话窗、对话盒对话框directive 指令(例:using directive) (编译)指示符directory 目录目录disk 碟盘dispatch 分派分派distributed computing 分布式计算 (分布式电算) 分布式计算分散式计算 (分散式电算)document 文件文档dot operator dot(句点)运算子 . (圆)点操作符driver 驱动程式驱动(程序)dynamic binding 动态系结动态绑定efficiency 效率效率efficient 高效高效end user 终端用户entity 物体实体、物体encapsulation 封装封装enclosing class 外围类别(与巢状类别 nested class 有关)外围类enum (enumeration) 列举(一种 C++ 资料型别)枚举enumerators 列举元(enum 型别中的成员)枚举成员、枚举器equal 相等相等equality 相等性相等性equality operator equality(等号)运算子 == 等号操作符equivalence 等价性、等同性、对等性等价性equivalent 等价、等同、对等等价escape code 转义码转义码evaluate 评估、求值、核定评估event 事件事件event driven 事件驱动的事件驱动的exception 异常情况异常exception declaration 异常宣告(ref. C++ Primer 3/e, 11.3)异常声明exception handling 异常处理、异常处理机制异常处理、异常处理机制exception specification 异常规格(ref. C++ Primer 3/e, 11.4)异常规范exit 退离(指离开函式时的那一个执行点)退出explicit 明白的、明显的、显式显式export 汇出引出、导出expression 运算式、算式表达式facility 设施、设备设施、设备feature 特性field 栏位,资料栏(Java)字段, 值域(Java)file 档案文件firmware 韧体固件flag 旗标标记flash memory 快闪记忆体闪存flexibility 弹性灵活性flush 清理、扫清刷新font 字型字体form 表单(programming 用语)窗体formal parameter 形式叁数形式叁数forward declaration 前置宣告前置声明forwarding 转呼叫,转发转发forwarding function 转呼叫函式,转发函式转发函数fractal 碎形分形framework 框架框架full specialization 全特化(ref. partial specialization)function 函式、函数函数function call operator 同 call operatorfunction object 函式物件(ref. C++ Primer 3/e, 12.3)函数对象function overloaded resolution函式多载决议程序函数重载解决(方案)functionality 功能、机能功能function template 函式模板、函式范本函数模板functor 仿函式仿函式、函子game 游戏游戏generate 生成generic 泛型、一般化的一般化的、通用的、泛化generic algorithm 泛型演算法通用算法getter (相对於 setter) 取值函式global 全域的(对应於 local)全局的global object 全域物件全局对象global scope resolution operator全域生存空间(范围决议)运算子 :: 全局范围解析操作符group 群组group box 群组方块分组框guard clause 卫述句 (Refactoring, p250) 卫语句GUI 图形介面图形界面hand shaking 握手协商handle 识别码、识别号、号码牌、权柄句柄handler 处理常式处理函数hard-coded 编死的硬编码的hard-copy 硬拷图屏幕截图hard disk 硬碟硬盘hardware 硬体硬件hash table 杂凑表哈希表、散列表header file 表头档、标头档头文件heap 堆积堆hierarchy 阶层体系层次结构(体系)hook 挂钩钩子hyperlink 超链结超链接icon 图示、图标图标IDE 整合开发环境集成开发环境identifier 识别字、识别符号标识符if and only if 若且唯若当且仅当Illinois 伊利诺伊利诺斯image 影像图象immediate base 直接的(紧临的)上层 base class。

编程行业常用英语词汇

编程行业常用英语词汇

编程行业常用英语词汇
导语:编程是指让计算机为解决某个问题而使用某种程序设计语言编写程序代码,并最终得到相应结果的过程。

下面是YJBYS 小编收集整理的有关编程的英语词汇,欢迎参考!
application 应用程式应用、应用程序
application framework 应用程式框架、应用框架应用程序框架
architecture 架构、系统架构体系结构
argument 引数(传给函式的值)。

叁见parameter 叁数、实质叁
数、实叁、自变量
array 阵列数组
arrow operator arrow(箭头)运算子箭头操作符
assembly 装配件
assembly language 组合语言汇编语言
assert(ion) 断言
assign 指派、指定、设值、赋值赋值
assignment 指派、指定赋值、分配
assignment operator 指派(赋值)运算子= 赋值操作符
associated 相应的、相关的相关的、关联、相应的
associative container 关联式容器(对应sequential container) 关联
式容器
atomic 不可分割的原子的
attribute 属性属性、特性
audio 音讯音频
A.I. 人工智慧人工智能
background 背景背景(用於图形着色)。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

JAVA开发常用英语词汇public['pʌblik] 公共的,公用的static['stætik] 静的;静态的;静止的void:[vɔid] 空的main:[mein] 主要的重要的class:[klɑ:s] 类system:['sistəm] 系统方法out:[aut] 出现出外print:[print ] 打印eclipse:[i'klips] java编程软件string:[striŋ] 字符串类型double:['dʌbl] 双精度浮点型int:[int] 整型char:[tʃɑ:] 字符型scanner:['skænə] 接收输入integer:['intidʒə]整数整型type:[taip]类型boolean:['bu:li:ən] 布尔类型真假二值true:[tru:]真false:[fɔ:ls]假不正确的if:[if] 如果else:[els] 否则simple:['simpl] 简单单一体case:[keis] 实例框架default:[di'fɔ:lt] 或者switch:[switʃ] 判断语句break:[breik] 退出match:[mætʃ] 匹配assess:[ə'ses] 评估exception:[ik'sepʃən] 异常equals:['i:kwəls]判断两个字符串是否相等while:[hwail] 循环index:['indeks] 下标bug:[bʌg] 缺陷debug:[di:'bʌg] 调试step:[step] 步骤error:['erə] 错误answer:['ɑ:nsə] 答案回答rate:[reit] 比率young:[jʌŋ] 年轻的schedule:['skedʒul] 表清单negative:['negətiv] 否定的customer:['kʌstəmə] 顾客买主birthday:['bə:θdei] 生日point:[pɔint] 分数得分continue:[kən'tinju:] 进入到下一个循环return:[ri'tə:n] 返回(值)schedule:['skedʒul] 表清单total:['təutl] 总人数,,全体的array:[ə'rei] 数组length:[leŋθ] 长度sort:[sɔ:t] 分组排序primitive:['primitiv] 初始的简单的reference:['refərəns] 参照证明关系info:['infəu] 通知报告消息interface:['intəfeis] 接口random:['rændəm] 随机数insert:[in'sə:t] 插入嵌入compare:[kəm'pɛə] 比较对照ignore:[ig'nɔ:] 忽视不理会triangle:['traiæŋgl] 三角形invert:[in'və:t] 使转位倒转diamond:['daiəmənd] 菱形password:['pɑ:swə:d] 密码口令change:[tʃeindʒ] 交换互换password:['pɑ:swə:d] 口令密码administrator:[əd'ministreitə] 管理员initial:[i'niʃəl] 开始的最初的class:[klɑ:s] 类object:['ɔbdʒikt] 物体对象return:[ri'tə:n 返回encapsulation:[in,kæpsju'leiʃən] 封装null:[nʌl] 空的person:['pə:sn] 人start:[stɑ:t] 开始menu:['menju:] 菜单login:[lɔg'in] 注册登陆main:[mein] 主要的document:['dɔkjumənt] 文档display:[di'splei] 显示method:['meθəd] 方法条理version:['və:ʃən] 译文版本orient:['ɔ:riənt] 东方的parameter:[pə'ræmitɚ] 参数since:[sins] 自…..之后calculator:['kælkju,leitə] 计算shape:[ʃeip] 形状open:[əup] 开放change:[tʃeindʒ] 交换互换date:[deit] 日期日子research:[ri'sə:tʃ] 研究调查triangle:['traiæŋgl] 三角形practice:['præktis] 练习loan:[ləun] 借出借给operator:['ɔpə,reitə] 操作员protect:[prə'tekt] 保卫护卫private:['praivit] 私人的私有的manage:['mænidʒ] 控制search:[sə:tʃ] 搜寻查找upper:['ʌpə] 上面的equal:['i:kwəl] 相等的ignore:[ig'nɔ:] 忽视驳回lower:['ləuə] 较低的下部的last:[lɑ:st] 最后的trim:[trim] 切除修改缩减buffer:['bʌfə] 缓冲储存器final:['fainl] 最后的最终的score:[skɔ:]成绩price:[prais]价钱test:[test]测试、实验demo:['deməu]样本sum:[sʌm] 和num:[nʌm] 数字height:[hait] 身高weight :[weit] 体重music:['mju:zik] 音乐computer:[kəm'pju:tə] 电脑student:['stju:dənt] 学生total:['təutl] 总计的,总括的,全体的max 最大的min 最小的avg 平均分Add 加Minus 减multiply:['mʌltiplai] 乘divide:[di'vaid] 除Monday:['mʌndei] 星期一Tuesday:['tju:zdi] 星期二Wednesday:['wenzdi] 星期三Thursday:['θə:zdi] 星期四Friday:['fraidi] 星期五Saturday:['sætədi] 星期六Sunday:['sʌndi] 星期日月份+缩写一月:January Jan. 二月:February Feb.三月:March Mar. 四月:April Apr.五月:May –六月:June –七月:July –八月:August Aug.九月:September Sept. 十月:October Oct.十一月:November Nov. 十二月:December Dec 春spring 夏summer秋autumn(fall) 冬winter项目常用单词argument 参量abstract 抽象ascent 提升already 已经API(Application Programming Interface)应用程序接口byte 字节Boolean 布尔banana香蕉base 基础buffer缓冲器button 按钮break 中断body 身体color 颜色class 类count 计数client 客户code 代码calculation 计算cell 单元circle圆capital首都catch捕获check 检查container容器component 组件command 命令cube立方,三次方char(=character)字符cancel取消case 情况choice选择click单击center 中心compile编译clone克隆,复制continue 继续create建立draw 绘图data数据demo 示例DLL(Dynamic Link Library)动态链接库document 文档descent 继承division 分裂,除法define定义,说明display显示error 错误extends 扩展executed 执行event 事件enter 输入,回车键exception 异常except 除外employee 雇员environment环境east 东方equal 相等float 单精度型fruit 水果file 文件find 发现found 发现field 域final 终结的friend 朋友fill 填充focus 焦点font 字体factorial 阶乘graphic 图像grid 方格GUI图形化用户接口get 得到host 主机height 高度init(=initialize)初始化input 输入implement 实现instance 实例io(=input/output)输出输入interrupted 中断int(=integer)整型item元素interface 接口inner 内部的import 导入index 索引Java 爪哇JDK(JavaDevelopment Kit) Java开发工具JSP(Java Server Page) Java服务页JVM(Java VirtualMachine) Java虚拟机Kit 工具image 图像language 语言loop 循环long 长整型label 标签layout 布局list 列表listener 收听者move 移动menu 菜单mode 模式method 方法metric 米的,公尺motion 运动manager 经理main 主要的msg(=message) 消息new 新的number 数字north 北方native 本地的override 过载orange 橘子output 输出object 对象out 外部的state 状态public 公共的protected保护的private 私有的property 属性point 点price 价格problem 问题package 打包,包裹print 打印path 路径polygon 多边形program 程序prompt 提示parse 分析press 按,压panel 面板paint 画return 返回runnable 可运行的radius 半径round 环绕release 释放rect(=rectangle)长方形radio 无线电resolve 解析short 短整型south 南方的string 字符串static 静态的system 系统seed 种子seasonal 季节的set 设置super 超级square 平方,二次方sub 替代的screen 屏幕sound声音salary 薪水sleep 睡觉size 大小,尺寸start 开始sort 排序status 状态synchronize 同步发生switch 开关stream 流symbol 符号true 真的title 标题type 类型temp(=temporary)暂时的throw 扔thread 线程temperate 温度tool 工具try 试图undefined 未定义UI(UserInterface) 用户接口update 更新volatile 挥发性visible 不可见的virtual 虚拟的variable 变量value 数值void 无返回值的colume 列viewer 观察者vector 矢量URL(Uniform Resource Locator) 统一资源定位器Database 数据库table 数据表Border 边框padding 内边距Margin 外边距float 浮动、漂浮clear 清除、清理position 位置、定位。

相关文档
最新文档