当前位置:文档之家› 编程术语英汉对照

编程术语英汉对照

编程术语英汉对照
编程术语英汉对照

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 operator

function 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. 直接上层基类immediate derived 直接的(紧临的)下层 derived class. 直接下层派生类immutability 不变性

immutable 不可变(的)

implement 实作、实现实现

implementation 实作品、实作体、实作码、实件实现

implicit 隐喻的、暗自的、隐式隐式

import 汇入导入

increment operator 累加运算子 ++ 增加操作符

infinite loop 无穷回圈无限循环

infinite recursive 无穷递回无限递归

information 资讯信息

infrastructure 公共基础建设

inheritance 继承、继承机制继承、继承机制

inline 行内内联

inline expansion 行内展开内联展开

initialization 初始化(动作)初始化

initialization list 初值列初始值列表

initialize 初始化初始化

inner class 内隐类别内嵌类

instance 实体实例

(根据某种表述而实际产生的「东西」)

instantiated 具现化、实体化(常应用於 template)实例化instantiation 具现体、具现化实体(常应用於 template)实例integer (integral) 整数(的)整型(的)

integrate 整合集成

interacts 交谈、互动交互

interface 介面接口

for GUI 介面界面

interpreter 直译器解释器

invariants 恒常性,约束条件约束条件

invoke 唤起调用

iterate 迭代(回圈一个轮回一个轮回地进行)迭代

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 operator

function 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. 直接上层基类immediate derived 直接的(紧临的)下层 derived class. 直接下层派生类immutability 不变性

immutable 不可变(的)

implement 实作、实现实现

implementation 实作品、实作体、实作码、实件实现

implicit 隐喻的、暗自的、隐式隐式

import 汇入导入

increment operator 累加运算子 ++ 增加操作符

infinite loop 无穷回圈无限循环

infinite recursive 无穷递回无限递归

information 资讯信息

infrastructure 公共基础建设

inheritance 继承、继承机制继承、继承机制

inline 行内内联

inline expansion 行内展开内联展开

initialization 初始化(动作)初始化

initialization list 初值列初始值列表

initialize 初始化初始化

inner class 内隐类别内嵌类

instance 实体实例

(根据某种表述而实际产生的「东西」)

instantiated 具现化、实体化(常应用於 template)实例化instantiation 具现体、具现化实体(常应用於 template)实例integer (integral) 整数(的)整型(的)

integrate 整合集成

interacts 交谈、互动交互

interface 介面接口

for GUI 介面界面

interpreter 直译器解释器

invariants 恒常性,约束条件约束条件

invoke 唤起调用

iterate 迭代(回圈一个轮回一个轮回地进行)迭代

iterative 反覆的,迭代的

iterator 迭代器(一种泛型指标)迭代器

iteration 迭代(回圈每次轮回称为一个 iteration)迭代

item 项目、条款项、条款、项目

laser 雷射激光

level 阶层 (级)

例 high level 高阶高层

library 程式库、函式库库、函数库

lifetime 生命期、寿命生命期、寿命

link 联结、连结连接,链接

linker 联结器、连结器连接器

literal constant 字面常数(例 3.14 或 "hi" 这等常数值)字面常数list 串列(linked-list)列表、表、链表

list box 列表方块、列表框列表框

load 载入装载

loader 载入器装载器、载入器

马克思哲学术语

英汉马克思主义理论常用词汇 A abstract labour抽象劳动 accumulation积累 Adler,Max阿德勒,麦克斯 Adorno,Theodor 阿多尔诺,西奥多 aesthetics 美学 agnosticism 不可知论 alienation异化 Althusser, Louis 阿尔都塞,路易 anarchism 无政府主义 ancient society 古代社会 anthropology人类学 archaeology and prehis tory考古学和史前史 aristocracy贵族统治 art艺术 Asiatic society亚细亚社会 Austro-Marxism奥地利马克思主义 automation自动化 B Bakunin, Michael巴枯宁,米哈伊尔

banks银行 base and superstructure基础和上层建筑 Bauer, Otto鲍威尔,奥托 Benjamin, Walter本杰明,瓦尔特 Bernal, John Desmond 贝纳尔,约翰·德斯蒙德Bernstein, Eduard伯恩施坦,爱德华 Blanquism布朗基主义 Blosh, Ernst布洛赫,恩斯特 Bolshevism布尔什维克主义 Bonapartism波拿巴主义 bourgeoisie资产阶级 Brecht, Bertolt布莱希特,贝托尔特 Bukharin, Nikolai lvanovich布哈林,尼古拉·伊万诺维奇bureaucracy官僚机构 C capital资本 capitalism资本主义 cartels and trusts卡特尔和托拉斯 caste种姓 centralization and concentration of capital资本集中和积累chance and necessity偶然性和必然性 Christianity基督教 circulation流通

电气自动化专业英文词汇缩写

电力系统power system 发电机generator 励磁excitation 励磁器excitor 电压voltage 电流current 升压变压器step-up transformer 母线bus 变压器transformer 空载损耗no-load loss 铁损iron loss 铜损copper loss 空载电流no-load current 有功损耗active loss 无功损耗reactive loss 输电系统power transmission system 高压侧high side 输电线transmission line 高压high voltage 低压low voltage 中压middle voltage 功角稳定angle stability 稳定stability 电压稳定voltage stability 暂态稳定transient stability 电厂power plant 能量输送power transfer 交流AC 直流DC 电网power system 落点drop point 开关站switch station 调节regulation 高抗high voltage shunt reactor 并列的apposable 裕度margin 故障fault 三相故障three phase fault 分接头tap 切机generator triping 高顶值high limited value 静态static (state) 动态dynamic (state) 机端电压控制AVR 电抗reactance 电阻resistance 功角power angle 有功(功率)active power 电容器Capacitor 电抗器Reactor 断路器Breaker 电动机motor 功率因数power-factor 定子stator 阻抗impedance 功角power-angle 电压等级voltage grade 有功负载: active load PLoad 无功负载reactive load 档位tap position 电阻resistor 电抗reactance 电导conductance 电纳susceptance 上限upper limit 下限lower limit 正序阻抗positive sequence impedance 负序阻抗negative sequence impedance 零序阻抗zero sequence impedance 无功(功率)reactive power 功率因数power factor 无功电流reactive current 斜率slope 额定rating 变比ratio 参考值reference value 电压互感器PT 分接头tap 仿真分析simulation analysis 下降率droop rate 传递函数transfer function 框图block diagram 受端receive-side

重要哲学术语英汉对照

certainty 确定性 chaos theory 混沌理论 class 总纲、类 clearness and distinctness 清楚与明晰 cogito ergo sum 我思故我在 concept 概念 consciousness 意识 consent 同意 consequentialism 效果论 conservative 保守的 consistency 一致性,相容性 constructivism 建构主义 contents of consciousness 意识的内容 contingentnecessary distinction 偶然-必然的区分 continuum 连续体 continuum hypothesis 连续性假说 contradiction 矛盾(律) conventionalism 约定论 counterfactual conditional 反事实的条件句 criterion 准则,标准 critique 批判,批评 Dasein 此在,定在

deconstruction 解构主义 defeasible 可以废除的 definite description 限定摹状词 deontology 义务论 dialectic 辩证法 didactic 说教的 dualism 二元论 egoism 自我主义、利己主义 eliminative materialism 消除性的唯物主义 empiricism 经验主义 Enlightenment 启蒙运动(思想) entailment 蕴含 essence 本质 ethical intuition 伦理直观 ethical naturalism 伦理的自然主义 eudaimonia 幸福主义 event 事件、事变 evolutionary epistemology 进化认识论 expert system 专门体系 explanation 解释 fallibilism 谬误论 family resemblance 家族相似

生态学专业术语英汉对照2

h Ecology 生态学individuals 个体population 种群communities 群落ecosystems 生态系统 behavioral ecology 行为生态学physiological ecology 生理生态学evolutionary ecology 进化生态学molecular ecology 分子生态学fitness 适合度 natural selection 自然选择adaptation 适应genotype 基因型phenotype 表型 phenotypic plasticity 表型可塑性offspring 后代genes 基因 nongenetic factors 非遗传因素not inherited 不遗传conditions 条件resources 资源 environmental variation 环境变异internal regulation 内调节homeostasis 稳态 negative feedback 负反馈tolerance 耐受性temperature 温度 not depletable 不能耗掉solar radiation 太阳辐射decouple 退耦niche 生态位habitat 栖息地 multidimensional niche space 多维生态位空间 Fundamental niche 基础生态位Realized niche 实际生态位Prey 猎物Foraging 觅食Dimension 轴或维 Global wind pattern 地球的风型The circulation of oceans 洋流Rain 降雨 Havoc ['h?v?k] 灾害 Hurricane 飓风Latitude 纬度 Irradiance [i'reidi?ns,-si] 辐射度 Summer solstice 夏至Winter solstice 冬至 Adiabatic cooling 绝热冷却Scale 尺度 Coriolis effect 科里奥利效应 Intertropical convergence zone 热带辐合带 Jet streams 急流Albedo 反照率 Gulf stream 墨西哥湾流Lee of a continent 背风面Upwelling 上涌流 Adiabatic lapse rate 绝热温度递减率 Inversion 逆温 Heat of condensation 凝结热Heat 热 Temperature profiles 温度剖面Relative humidity 相对湿度Saturated water 饱和水water vapor 水蒸汽microclimate 微气候 thermal ['θ?:m?l]conductivity 热传导 chemical properties of water 水的化学特性 penetration of light through water 光线穿透水 Energy transfer and water phases 能量转化和水相Deplete 耗竭Ions 离子 Electropositive 正电性的Electronegative 负电性的Beer’s law 比尔定律Heat capacity 热容量Maximum density 最大密度Latent heat of vaporization 增发潜热

哲学英语词汇

哲学英语词汇 陶冶;教化cultivation 陶治;教育{德}bildung 博士论文Doctoral dissertation 博雅教育liberal education 发生法genetic method 象征主义symbolism 进化论派教育学Evolutionistic pedagogy 进步主义教育progressive education 传记法biographical method 奥林匹克运动会{奥运}Olympian Olympic Olympic games 意志will 意志教育education of will 意识consciousness 意识流streams of consciousness

慈善学校charity school 感官训练sense training 感官唯实论sense realism 感官教育sense education 感官陶冶sense culture 感情;感受;情感feeling 爱国主义;爱国情操patriotism 新人本主义;新人文主义neo humanism 新教育New education 新教学校Protestant school 暗示suggestion 暗示感受性suggestibility 暗示诘问suggestive questioning 溯因考察causal investigation 禁闭confinement punishment

禁欲主义Asceticism 经院主义;士林哲学Scholasticism 经院学者;士林哲学家Scholastic 经验教育学Empirical pedagogy(教育学,教学法)经验论;经验主义Empiricism 圣经学校Bible school 资讯;知识information=knowledge 运动员风度;运动家精神sportsman ship 道德morality 道德教育moral education 道德教学moral instruction 顿悟;洞悟;洞见;洞察insight 实用主义pragmatism 实质训练material discipline

常用网络术语英汉对照

常用网络术语英汉对照 我爱英语发表于 2007-11-17 13:21:50 FEP(Front End Processor,前端处理机) TC(Terminal Controller,终端控制器) MODEM(Modem,调制解调器) IMP(Interface Message Processor,接口报文处理机) PDN(Public Data Network,公用数据网) ISO(International Standards organization,国际标准化组织) OSI(Open System Interconnection,开放系统互连) MAP(Manufacturing Automation Protocol,制造自动化协议) TOP(Technical and Office Protocol,技术办公协议) LAN(Local Area Network,局部区域网) WAN(Wide Area Network,广域网) MAN(Metropolitan Area Network,城域网) FR(Frame Relay,帧中继) ATM(Asynchronous Transfer Mode,异步传输模式) FDDI(Fiber Distributed Data Interface,光纤分布式数据接口) HDLC(High-level Data Link Control,高级数据链路控制) FTAM(File Transfer,Access and Management,文件传送,访问和管理) MHS(Message Handling System,文电处理系统) SAP(Service Access Point,服务访问点) SDU(Service Data Unit,服务数据单元) IDU(Interface Data Unit,接口数据单元) ICI(Interface Control Information,接口控制信息) PDU(Protocol Data Unit,协议数据单元) PCI(Protocol Control Information,协议控制信息) MOTIS(Message oriented Text Interchange Systems,面向文电的正文交换系统)IEEE(Institute of Electrical and Electronics Engineers,电气电子工程师协会)EIA(Electronics Industry Association,电子工业协会) CCITT(法文 Comite Consultatif International de Telegraphiqueet Telephonique,国际电话电报咨询委员会) DTE(Data Terminal Equipment,数据终端设备) DCE(Data Circuit-terminating Equipment,数据电路端接设备) PAD(Packet Assembly/Disassembly facility,分组组装/拆卸器) TCP(Transmission Control Procotol,传输控制协议) IP(Internet Protocol,网际协议) FTP(File Transfer Protocol,文件传输协议) SMTP(Simple Mail Transfer Protocol,简单的邮件传送协议) BLU(Basic Link Unit,基本链路单元) BIU(Basic Information Unit,基本信息单元) PIU(Path Information Unit,通路信息单元) LH/LT(Link Header/Link Trailer,链路报头/报尾) Internet: 为International Net的简写,因特网,又称国际互联网。它最早产生于美国国防部的高级研究规划署,那是1969年的事了,最初的目的也只是远程计算机的数据共享,后来发展成将世界各地的计算机及计算机网络相互连接起来,形成了一个无边无际的超级大网。Internet的主要服务项目有:电子邮件(E-mail),远程登录(Telnet),查询服务(Finger),文件传输(FTP),文档服务器(Archive),新闻论坛(Usenet),电子公告牌(BBS),新闻群组(News Group)等。

金属加工专业术语中英对照

金属加工专业术语中英对照 砂带磨削,用研磨带磨光 abrasive belt grinding n. 砂带 abrasive belt n. 砂轮切断机 abrasive cut-off machine n. 砂轮修整轮 abrasive dressing wheel n. 磨料粒度 abrasive grain n. 研磨用磨料,铁粒 abrasive grit n. 磨料研磨轮 abrasive lapping wheel n. 位置精度 accuracy of position n. 形状精度 accuracy to shape n. 主切削刃 active cutting edge n. 连接器法兰盘 adapter flange n. 共軛齿廓 adjointing flanks n. 找中(心),找正,对中,对准,找平,调直,校直,调整,调准 align n. 角铣刀 angle milling cutter n. 斜面磨削,斜磨法 angular grinding n. 斜面铣削 angular milling n. 斜向切入磨削 angular plunge grinding n. 斜面车削 angular turning n. 刀杆,心轴,柄轴,轴,辊轴 arbour n. 附件,附件机构,联结,固接,联结法 attachment n. 棒料自动车床 automatic bar machine n. 自动镗床 automatic boring machine n. 自动仿形车床 automatic copying lathe n. 自动双轴铣床 automatic double-head milling machine n. 自动车床 automatic lathe n. 自动转塔车床 automatic turret lathe n. 砂带磨床 belt grinding machine n. 台式车床 bench lathe n. 锥齿轮切削机床 bevel gear cutting machine n. 锥齿轮系,锥齿轮传动系统 bevel gear tooth system n. 斜角,斜面,倾斜,斜切,斜角规,万能角尺,圆锥的,倾斜的,斜边,伞齿轮,锥齿轮 bevel n. 镗孔,镗出的孔,钻眼 borehole n. 镗孔夹具 boring fixture n. 镗床 boring machine n. 镗孔,钻孔,穿孔 boring n. 镗刀 boring tool n. 镗铣床 boring, drilling and milling machine n. 拉床,铰孔机,剥孔机 broaching machine n.

电气专业术语中英对照

一.电气名词 Electric items 二.线路(母线、回路)Lines (Bus , circuits) 三.设备 Equipments 四.保护、继电器 Protection , relays 五.电气仪表 Electric instruments 六.防雷 Lightning protection 七.接地 Grounding , earthing 八.室、所 Room , Substation 九.电修车间设备 Equipments of electric repair 十.材料 Material 十一.图名 Drawings , diagrams 十二.表头 Tables 十三.标准图词汇 Terms from standard DWG 一.电气名词 Electric items 交(直)流 Alternating (direct) current 短路电流 Short-circuit current 起始次暂态短路电流 Initial subtransient short-circuit current 冲击电流 Impulse current 稳态短路电流 Steady state short-circuit current 临界电流 Critical current 切断电流 Rupturing current 熔断电流 Blow-out current 故障电流 Fault current 计算电流 Calculating current 极限有限电流 Limit effective current 过电流 Over current 逆电流 Inverse current 整定电流 Setting current 额定电流 Rated current 电流密度 Current density 短路电流最大有效值 Maximum effective value of short-circuit current 高压 High-voltage , High-tension 低压 Low-voltage , Low-tension 计算电压 Calculating voltage 激磁电压 Exciting voltage 冲击电压 Impulse voltage 临界电压 Critical voltage

飞机专业术语(英汉对照)

1、the airframe 机身,结构 2、The front (fore) part 前部 3、The rear (aft) part 后部 4、port 左旋(舵) 5、starboard 右旋(舵) 6、the inboard engine or inboards 内侧发动机 7、the outboard engine or outboards 外侧发动机 8、the nose 机头 9、the belly 腹部 10、the skin 蒙皮 11、the windscreen or windshield 风挡 12、the wing 机翼 13、the trailing edge 机翼后缘 14、the leading edge 机翼前缘 15、the wing tip 翼尖 16、the control surface 操纵面 17、ailerons 副翼 18、flaps (inboard flap,outboard flap,leading edge flaps) 襟翼(内侧襟翼,外侧襟翼,前缘缝翼) 19、spoilers (inboard\outboard spoiler)(spoiler down\up) 阻力板,扰流板(内、外侧扰流板)(扰流板放下、打开) 20、slats 缝翼 21、elevators (elevator control tab) 升降舵(升降舵操纵片) 22、rudder (rudder control tab) 方向舵(方向舵操纵片)

23、flap angle 襟翼角 24、flap setting 襟翼调整 25、the full flap position 全襟翼位置 26、a flapless landing 无襟翼着陆 27、the landing gear 起落架 28、stabilizer 安定面 29、the nose wheel 前轮 30、gear locked 起落架锁定 31、the wheel well 起落架舱 32、the wheel door 起落架舱门 33、a tyre 轮胎 34、to burst 爆破 35、a deflated tyre 放了气的轮胎 36、a flat tyre 走了气的轮胎 37、a puncture 轮胎被扎破 38、to extend the flaps (to retract the flaps) 放下襟翼(收上襟翼) 39、gear extention (gear retraction) 起落架放下(起落架收上) 40、The gear is jammed. 起落架被卡死。 41、The flaps are jammed. 襟翼被卡死。 42、the emergency extention system 应急放下系统 43、to crank the gear down 摆动放下起落架 44、the brakes 刹车

建筑专业词汇中英对照(精心整理版)

1DESIGN BASIS 设计依据 计划建议书planning proposals 设计任务书design order 标准规范standards and codes 条件图information drawing 设计基础资料basic data for design 工艺流程图process flowchart 工程地质资料engineering geological data 原始资料original data 设计进度schedule of design 2STAGE OF DESIGN 设计阶段 方案scheme, draft 草图sketch 会谈纪要summary of discussion 谈判negotiation 可行性研究feasibility study 初步设计preliminary design 基础设计basic design 详细设计detail design 询价图enquiry drawing 施工图working drawing, construction drawing 竣工图as built drawing 3CLIMATE CONDITION 气象条件 日照sunshine 风玫瑰wind rose 主导风向prevailing wind direction 最大(平均)风速maximum (mean) wind velocity 风荷载wind load 最大(平均)降雨量maximum (mean) rainfall 雷击及闪电thunder and lightning 飓风hurricane 台风typhoon 旋风cyclone 降雨强度rainfall intensity 年降雨量annual rainfall 湿球温度wet bulb temperature 干球温度dry bulb temperature 冰冻期frost period

光学术语中英文对照

透镜系列术语中英文对照 单透镜 Simple (Single) Lenses 球透镜 Ball Lenses 歪像透镜 Anamorphic Lenses 圆锥透镜 Conical Lenses 柱状透镜,环形透镜 Cylindrical & Toroidal Lenses 非球面透镜 Aspheric Lenses 反射折射透镜 Catadioptric Lenses 绕射极限透镜 Diffraction-Limited Lenses GRIN透镜 GRIN Lenses (Graduated Refractive Index Rod) 微小透镜阵列 Micro Lens Arrays 准直透镜 Collimator Lenses 聚光透镜 Condenser Lenses 多影像透镜 Multiple Image Lenses 傅利叶透镜 Fourier Lenses 菲涅尔透镜 Fresnel Lenses 替续透镜 Relay Lenses 大口径透镜(直径150mm以上) Large Aperture Lenses (150mm) 复合透镜 Complex Lenses 红外线透镜 Infrared Lenses 紫外线透镜 Ultraviolet Lenses 激光透镜 Laser Lenses 望远镜对物镜 Telescope Objectives Lenses 显微镜对物镜 Microscope Objectives Lenses 接目镜 Eyepieces Lenses 向场透镜 Field Lenses 望远镜头 Telephoto Lenses 广角镜头 Wide Angle Lenses 可变焦伸缩镜头 Variable Focal Length Zoom Lenses CCTV镜头 CCTV Lenses 影印机镜头 Copy Machine Lenses 传真机镜头 Facsimile Lenses 条码扫描器镜头 Bar Code Scanner Lenses

物流术语英汉对照页

物流术语1- 基本术语 3. 1 物品article 经济活动中涉及到实体流动的物质资料 3. 2 物流logistics 物品从供应地向接收地的实体流动过程。根据实际需要,将运输、储存、装卸、搬运、包装、流通加工、配送、信息处理等基本功能实施有机结合。 3. 3 物流活动logistics activity 物流诸功能的实施与管理过程。 3. 4 物流作业logistics operation 实现物流功能时所进行的具体操作活动。 3. 5 物流模数logistics modulus 物流设施与设备的尺寸基准。3. 6 物流技术logistics technology 物流活动中所采用的自然科学与社会科学方面的理论、方法,以及设施、设备、装置与工艺的总称。 3 .7 物流成本logistics cost 物流活动中所消耗的物化劳动和活劳动的货币表现。 3.8 物流管理logistics management 为了以最低的物流成本达到用户所满意的服务水平,对物流活动进行的计划、组织、协调与控制。 3.9 物流中心logistics center 从事物流活动的场所或组织,应基本符合以下要求: a)主要面向社会服务; b)物流功能健全; c)完善的信息网络; d)辐射范围大; e)少品种、大批量; f)存储吞吐能力强; g)物流业务统一经营、管理。 3.10 物流网络logistics network 物流过程中相互联系的组织与设施的集合。 3.11 物流信息logistics information 反映物流各种活动内容的知识、资料、图像、数据、文件的总称。 3.12 物流企业logistics enterprise 从事物流活动的经济组织。3.13 物流单证logistics documents 物流过程中使用的所有单据、票据、凭证的总称。 3.14 物流联盟logistics alliance 两个或两个以上的经济组织为实现特定的物流目标而采取的长期联合与合作。 3.15 供应物流supply logistics 为生产企业提供原材料、零部件或其他物品时,物品在提供者与需求者之间的实体流动。

半导体物理--专业术语英汉对照-复习版

__________________________________________________ 1 acceptor 受主 2 allowed energy band允带 3 binary semiconductor 二元半导体 4 charge neutrality condition 电中性条件 5 compensated semiconductor 补偿半导体 6 conduction band and valence band 导带和价带 7 effective mass 有效质量 8 density of states function状态密度函数 9 diamond structure金刚石结构 10 diffusion coefficient扩散系数 11 donor施主 12 drift velocity 漂移速度 13 electron and hole电子和空穴 14 elemental semiconductor 元素半导体 15 equilibrium carrier concentration热平衡载流子浓度 16 expitaxy外延 17 extrinsic semiconductor非本征半导体 18 Fermi energy (or level)费米能级 19 Forbidden energy band禁带 20 indirect bandbap semiconductor非直接带隙半导体 21 intrinsic semiconductor本征半导体 22 majority carrier多数载流子 23 MBE分子束外延 24 Miller indices密勒指数 25 minority carrier少数载流子 26 mobility迁移率 27 MOCVD金属有机气相沉积 28 nondegenerate semiconductor非简并半导体 29 n-type material n型材料 30 Pauli exclusion principle 泡利不相容原理 31 phonon声子 32 photon光子 33 primitive cell原胞 34 quantum state量子态 35 quaternary semiconductor四元半导体 36 scattering散射 37 substrate衬底 38 thermal motion热运动 39 unit cell单胞 40 wave-particle duality波粒二相性 41 continuity equations连续性方程 42 diffusion length扩散长度 43 diffusion coefficient扩散系数 44 Einstein relationship爱因斯坦关系 45 p-n junction p-n结 46 built-in voltage 内建电势差 47 carrier lifetime 载流子寿命

电气常用词汇_中英对照

电子产品常用英文词汇 一、常见电子电气类英文单词 1.功率power 2.电压voltage 3.电流current 4.频率frequency 5.效率efficiency 6.波形waveform 7.交流alternating-current 8.直流direct-current 9.适配器adaptor 10. 转换器converter 11. 逆变器inverter 12. 充电器charger 13. 控制器controller 14. 启动器jump starter 15. 器件device 16. 元件component 17. 电容器capacitor 18. 电阻resistor 19. 电感inductor 20. 二极管diode 21. 稳压二极管zener 22. 三极管audion 23. 场效应管MOSFEET(Metel-Oxide-Semiconductor Field Effect Transistor) 24. 变压器transformer 25. 光藕optical coupler 26. 保险丝fuse 27. 半导体semiconductor 28. 瓷片电容ceramic capacitor 29. 电解电容electrolytic C 30. 电感inductance 31. 电容capacitance 32. 电阻resistance 33. 感性的inductive 34. 容性的capacitive 35. 阻性的resistive 36. 阻抗impedance 37. 纯正弦波pure sine wave 38. 修正正弦波modified sine wave 39. 方波square wave 40. 恒流源constant current source 41. 恒压源constant voltage source 42. 纹波电流ripple current 43. 涌入电流inrush current 44. 空载电流no-load current 45. 电网power system 46. 死区时间dead time 47. 浮充电压float charge voltage 48. 正向电压forward voltage drop 49. 续流二极管freewheel diode 50. 肖特基二极管schottky 51. 整流桥bridge rectifier 52. 超快速整流器ultra fast rectifier 53. 检测电阻sense resistor 54. 振荡电阻timing resistor 55. 散热片thermal slug/heat sink/ radiator 56. 断路器breaker 57. 过流保护器circuit breaker 58. 自由运行free running 59. 满负载full load 60. 过载overload 61. 轻载light load 62. 加载upload 63. 静态static (state) 64. 动态dynamic (state) 65. 稳态的steady 66. 静电static electricity 67. 电源调整率line regulation 68. 负载调整率load regulation 69. 满载效率full load efficiency 70. 最佳效率optimum efficiency 71. 输出效率output efficiency 72. 峰值效率peak efficiency 73. 标称效率declared efficiency 74. 视在功率apparent power 75. 有功功率active power 76. 无功功率reactive power 77. 功率因数power-factor 78. 耗散功率power dissipation 79. 空载损耗no-load loss 80. 关断状态off state 81. 电源工作电压operating supply

电气专业名词中英对照表-3

电气类专业常用英语词汇1000个 1. Personnel 人员职员 2. Voltmeter 电压表伏特计 3. Ohmmeter 欧姆计电阻表 4. Megohmmeter 兆欧表 5. Wattmeter 瓦特计电表功率 6. Watt-hour 瓦时瓦特小时 7. Ammeter 安培计电流表 8. calibrate 校正 9. scale 刻度量程 10. rated 额定的 11. interfere with 有害于。。。 12. indicating needle仪表指针 13. hazardous 危险的 14. pivot 支点 15. terminal 端子 16. spiral 螺旋形的 17. spring 弹簧 18. shunt 分流,分路,并联,旁路 19. rectifier 整流器 20. electrodynamometer 电测力计 21. strive for 争取 22. vane 机器的叶,叶片 23. strip 条,带,(跨接)片 24. crude 不精细的,粗略的 25. polarity 极性 26. fuse 保险丝,熔丝 27. rugged 坚固的 28. depict 描绘,描写 29. cartridge 盒式保险丝 30. blow (保险丝)烧断 31. plug fuse 插头式保险丝 32. malfunction 故障 33. deenergize 不给… 通电 34. insulation 绝缘 35. generator 发电机 36. magneto 磁发电机 37. humidity 湿度 38. moisture 潮湿湿气 39. abbreviate 缩写,缩写为 40. transformer 变压器 41. thumb 检查,查阅 42. milliammeter 毫安表 43. multimeter 万用表44. dynamometer 测力计,功率计 45. aluminum 铝 46. deteriorate 使….恶化 47. eddy current 涡流 48. gear 齿轮,传动装置 49. dial 刻度盘 50. semiconductor 半导体 51. squirrel 鼠笼式 52. diode 二极管 53. thyristor 晶闸管 54. transistor 电子晶体管 55. triac 双向可控硅 56. phase 相位(控制) 57. silicon 硅 58. crystal 晶体 59. wafer 薄片 60. anode 阳极,正极 61. cathode 阴极 62. collector 集电极] 63. emitter 发射极 64. schematic (电路)原理图符号 65. leakage 漏电流 66. rating 额定值,标称值,定额 67. dissipate 散发 68. breakdown 击穿 69. heat sink 散热器 70. self-latching 自锁 71. commutation 换向 72. geometry 几何结构 73. squeeze 压榨,挤,挤榨 74. light-dimmer 调光 75. capability 容量 76. studmounted 拴接式 77. hockey puck 冰球 78. fin 飞边 79. active 有源的 80. horsepower 马力 81. diameter 直径 82. in. (inch ,inches)英寸 83. extruded 型材的 84. clamp 夹住,夹紧 85. compound 紧密结合 86. wrench 扳手 87. torque 转矩,扭矩 88. enclosure 外(机)壳 89. ventilation 通风,流通空气 90. sealed-off 封的 91. thermal 热的,热量的 92. substantially 主要地,实质上地 93. aptly 适当地,适宜地 94. demystify 阐明 95. allude 暗指,直接提到 96. cease 停止,终了 97. line 线电压 98. ripple 脉动. 99. redundant 多余的 100. separately 单独励磁地 101. synchronous 同步电动机 102. circuitry 电路,线路 103. cost-effective 花费大的 104. capacitor 电容器 105. dictate 确定 106. trade-off 权衡,折衷 107. criteria 标准,判据 108. analog electronics电力电子学 109. saturate 使…饱和 110. active region 动态区域 111. due 应得到的 112. ratio 比,比率 113. signify 表示 114. encode 编码 115. resonance 共鸣 116. radiated 传播 117. molecule 分子 118. diaphragm 震动膜 119. acoustic wave 声波 120. wavy groove 起伏的沟槽 121. deflection 挠度,挠曲 122. strain gage 应变计量器 123. tachometer 转速计 124. thermocouple 热电偶 125. oscilloscope 示波器 126. analytical 解析的 127. numerical 数值的 128. integrate 求…的积分 129. scale 改变比例 130. frequency- domain 频域 131. random 随机的 132. audio 音频的 133. operation amplifier 运算放大器 134. summation 求和,加法 135. sophisticated 复杂的,完善的 136. mass-produce 大量生产 137. subtract 减去 8

相关主题
文本预览
相关文档 最新文档