
一贯性的术语,扩充性高,延伸性高,系统化高。
● 我喜欢「式」:
constructor 建构式
declaration 宣告式
definition 定义式
destructor 解构式
expression 算式(运算式)
function 函式
pattern 范式、模式、样式
program 程式
signature 标记式
● 我喜欢「件」:(这是个d性非常大的可组合字)
assembly (装)配件
component 组件
construct 构件
control 控件
event 事件
hardware 硬件
object 物件
part 零件、部件
singleton 单件
software 软件
work 工件、机件
● 我喜欢「器」:
adapter 配接器
allocator 配置器
compiler 编译器
container 容器
iterator 迭代器
linker 联(连)结器
listener 监听器
● 我喜欢「别」:
class 类别
type 型别
● 我喜欢「化」:
generalized 泛化
specialized 特化
overloaded 多载化(重载)
● 我喜欢「型」:
polymorphism 多型
genericity 泛型
● 我喜欢「程」:
process 行程(or 进程,大陆用语)
thread 线程(大陆用语)
programming 编程
●英中繁简编程术语对照
英文 繁体译词
(有些是侯捷个人喜好,普及与否难说) 大陆惯用术语
---------------------------------------------------------------------------------------
#define 定义 预定义
abstract 抽象的 抽象的
abstraction 抽象体、抽象物、抽象性 抽象体、抽象物、抽象性
access 存取、取用 存取、访问
access function 存取函式 存取函数
activate
active
adapter 配接器 适配器
address 位址 地址
address space 位址空间,定址空间
address-of operator 取址运算子 取地址运算符
aggregation 聚合
algorithm 演算法 算法
allocate 配置 分配
allocator (空间)配置器 分配器
application 应用程式 应用、应用程序
application framework 应用程式框架、应用框架 应用程序框架
argument 引数(传给函式的值)。叁见 parameter 叁数、实质叁数、实叁、自变量
array 阵列 数组
arrow operator arrow(箭头)运算子 箭头运算符
assembly 配件
assembly language 组合语言 汇编语言
assign 指派、指定、设值、赋值 赋值
assignment 指派、指定 赋值、分配
assignment operator 指派(赋值)运算子 = 赋值运算符
associated 相应的、相关的 相关的、关联、相应的
associative container 关联式容器(对应 sequential container) 关联式容器
atomic 不可分割的 原子的
attribute 属性 特性
background 背景 背景(用於图形着色)
后台(用於行程)
base class 基础类别 基类
base type 基础型别 (等同於 base class)
batch 批次(意思是整批作业) 批处理
best viable function 最佳可行函式 最佳可行函式
(从 viable functions 中挑出的最佳吻合者)
binary search 二分搜寻法 二分查找
binary tree 二元树 二叉树
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-in 内建 内置
bus 汇流排
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) 复选框
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 复制 克隆
(易与 copy 混淆)
collection 群集 集合 ?
combo box 复合方块、复合框 组合框
command line 命令列 命令行
(系统文字模式下的整行执行命令)
communication 通讯 通讯
compile time 编译期 编译期、编译时
compiler 编译器 编译器
component 组件 组件
composition 复合、合成、组合 组合
computer 电脑、计算机 计算机、电脑
concrete 具象的 实在的
concurrent 并行 并发
configuration 组态 配置
container 容器 容器
(存放资料的某种结构如 list, vector...)
context 背景关系、周遭环境、上下脉络 环境、上下文
control 控制元件、控件 控件
const 常数(constant 的缩写,C++ 关键字)
constant 常数(相对於 variable) 常量、常数
constructor(ctor) 建构式 构造函数、构造器
(与class 同名的一种 member functions)
copy 复制、拷贝 拷贝
cover 涵盖 覆盖
create 产生、生成 创建、生成
creation 产生、生成 创建、生成
data 资料 数据
data member 资料成员、成员变数 数据成员、成员变量
data structure 资料结构 数据结构
datagram 资料元 数据报文
dead lock 死结 死锁
debug 除错 调试
declaration 宣告、宣告式 声明
deduction 推导(例:template argument deduction) 推导、推断
default 预设 缺省、默认
definition 定义、定义区、定义式 定义
delegate 委派、委托、委任
delegation (同上)
dereference 提领(取出指标所指物体的内容) 解叁考
dereference operator dereference(提领)运算子 * 解叁考算符
derived class 衍生类别 派生类
design by contract 契约式设计
design pattern 设计样式 设计模式
※ 最近我比较喜欢「设计范式」一词
destructor(dtor) 解构式 析构函数、析构器
device 装置、设备 设备
dialog 对话窗、对话盒 对话框
directive 指令(例:using directive) (编译)指示符
directory 目录 目录
distributed computing 分布式计算 (分布式电算) 分布式计算
分散式计算 (分散式电算)
document 文件 文档
dot operator dot(句点)运算子 . (圆)点运算符
driver 驱动程式 驱动(程序)
dynamic binding 动态系结 动态绑定
efficiency 高效、效率、效能
entity 物体 实体、物体
encapsulation 封装 封装
enclosing class 外围类别(与巢状类别 nested class 有关)外围类
enum (enumeration) 列举(一种 C++ 资料型别) 枚举
enumerators 列举元(enum 型别中的成员) 枚举成员、枚举器
equality operator equality(等号)运算子 == 等号运算符
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 栏位 字段
file 档案 文件
firmware 韧体 固件
flush 清理、扫清 刷新
form 表单(programming 用语)
formal parameter 形式叁数 形式叁数
forward declaration 前置宣告 前置声明
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
函式多载决议程序 函数重载解决(方案)
function template 函式模板、函式范本 函数模板
functor 仿函式 仿函式、函子
generic 泛型、一般化的 一般化的、通用的、泛化
generic algorithm 泛型演算法 通用算法
global 全域性的(对应於 local) 全局的
global scope resolution operator
全域生存空间(范围决议)运算子 :: 全局范围解析运算符
group 群组 ?
group box 群组方块 分组框
hand shaking 握手协商
handle 识别码、识别号、号码牌、权柄 句柄
handler 处理常式 处理函数
hardware 硬体 硬件
hash table 杂凑表 哈希表、散列表
header file 表头档、标头档 头文件
heap 堆积 堆
hierarchy 阶层体系 层次结构(体系)
hook 挂钩 钩子
hyperlink 超链结 超链接
IDE 整合开发环境 集成开发环境
identifier 识别字、识别符号 标识符
immediate base 直接的(紧临的)上层 base class。 直接上层基类
immediate derived 直接的(紧临的)下层 derived class。 直接下层派生类
implement 实作 实现
implementation 实作品、实作物、实作体、实作码 实现
implicit 隐喻的、暗自的、隐式 隐式
import 汇入 导入
increment operator 累加运算子 ++ 增加运算符
information 资讯 信息
infrastructure 公共基础建设
inheritance 继承、继承机制 继承、继承机制
inline 行内 内联
inline expansion 行内展开 内联展开
initialization 初始化(动作) 初始化
initialization list 初值列 初始值列表
initialize 初始化 初始化
instance 实体 实例
(根据某种表述而实际产生的「东西」)
instantiated 具现化、实体化(常应用於 template) 实例化
instantiation 具现体、具现化实体(常应用於 template) 实例
integrate 整合 集成
interface 介面 接口
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 载入器 装载器、载入器
local 区域性的(对应於 global) 局部的
lock 机锁
loop 回圈 循环
lvalue 左值 左值
macro 巨集 宏
maintain 维护 维护
manipulator *** 纵器(iostream 预先定义的一种东西) *** 纵器
mechanism 机制 机制
member 成员 成员
member access operator 成员取用运算子(有 dot 和 arrow 两种) 成员存取运算符
member function 成员函式 成员函数
member initialization list
成员初值列 成员初始值列表
memberwise 以 member 为单元┅、members 逐一┅ 以成员为单位
memberwise copy 以 members 为单元逐一复制
memory 记忆体 内存
menu 表单、选单 菜单
message 讯息 消息
message based 以讯息为基础的 基於消息的
message loop 讯息回圈 消息环
method (java) 方法、行为
micro 微 微
modeling 模塑
modeling language 塑模语言,建模语言
module 模组 模块
most derived class 最末层衍生类别 最底层的派生类
mouse 滑鼠 鼠标
mutable 可变的 可变的
multi-tasking 多工 多任务
namespace 命名空间 名字空间、命名空间
nested class 巢状类别 嵌套类
object 物件 对象
object based 以物件为基础的 基於对象的
object model 物件模型 对象模型
object oriented 物件导向的 面向对象的
online 线上 在线
operand 运算元 *** 作数
operating system (OS)
在词根前面加前缀或在词根后面加后缀构成一个与原单词意义相近或截然相反的新词叫作派生法。 1)前缀 除少数前缀外,前缀一般改变单词的意义,不改变词性;后缀一般改变词类,而不引起词义的变化。 (1)表示否定意义的前缀常用的有dis-, il-, im-, in-, ir-, mis-, non-, un-等,在单词的前面加这类前缀常构成与该词意义相反的新词。例如: appear出现→disappear消失 correct正确的→incorrect不正确的 lead带领→mislead领错 stop停下→non-stop不停 (2)表示其他意义的前缀常用的有a-(多构成表语形容词), anti- (反对;抵抗), auto- (自动), co- (共同), en- (使), inter- (互相), re- (再;又), sub- (下面的;次;小), tele- (强调距离)等。例如: alone单独的antigas防毒气的 autochart自动图表 cooperate合作enjoy使高兴 internet互联网reuse再用 subway地铁telephone电话 2)后缀 英语单词不仅可以通过加前缀构成新词,也可加后缀构成新词。后缀通常会改变单词的词性,构成意义相近的其他词性;少数后缀还会改变词义,变为与原来词义相反的新词。 (1)构成名词的后缀常用的有-ence,-(e)r/ -or (从事某事的人),-ese (某地人),-ess (雌性),-ful (一……),-ian (精通……的人),-ist (专业人员),-ment (性质;状态),-ness (性质;状态),-tion(动作;过程)等。例如: differ不同于→difference区别 write写→writer作家 Japan日本→Japanese日本人 act表演→actress女演员 mouth口→mouthful一口 music音乐→musician音乐家 (2)构成动词的后缀常用的有-(e)n (多用于形容词之后),-fy (使……化),-ize (使……成为)。例如: wide→widen加宽 beauty→beautify美化 pure→purify提纯 real→realize意识到 organ→organize组织 (3)构成形容词的后缀常用的有-al, -able (有能力的),-(a)n(某国人的),-en (多用于表示材料的名词后),-ern (方向的),-ese(某国人的),-ful,-(ic)al,-ish,-ive,-less (表示否定),-like (像……的),-ly,-ous,-some,-y (表示天气)等。例如: nature自然→natural自然的 reason道理→reasonable有道理的 America美国→American美国的 China中国→Chinese中国人的 gold金子→golden金的 east东→eastern东方的 child孩子→childish孩子气的 snow雪→snowy雪的 (4)构成副词的常用后缀有-ly (主要用于形容词之后表示方式或程度),-ward(s) (主要用于表示方位的词之后表示方向)。例如: angry生气的→angrily生气地 to到→towards朝……,向…… east东方→eastward向东 (5)构成数词的后缀有-teen (十几),-ty (几十),-th (构成序数词)。例如: six六→sixteen十六→sixteenth第十六 four四→forty四十→fortieth第四十a. 表示否定的前缀 in-, im-, il-, ir-表示“not”“the converse of”。例如:inefficient (无效率的), infrequent(不频繁的), improper(不合适的), impossible(不可能的), illiterate(无文化的), irregular(不规则的) non-表示“not”“the lack of”“the opposite of”。例如:nonaggression(不侵犯), nonconductor (绝缘体), nonsense(废话), nonsmoker(不抽烟的人), nonfiction(非小说的散文文学), nonviolent(非暴力的), nonproductive(非生产的), nonexistent(不存在的), nonstop (直达的)un-表示“not”“the converse of”。例如:unpleasant(不愉快的), unemployed (无工作的), unconcerned(漠不关心的), unsuccessfully(不成功的), unhappily (不开心的), undo(复原), unsay(撤回), unload(从…卸下) b. 表示倒序或否定的前缀 de-表示“reversing the action”。例如:decentralize(使分散), defrost(除霜), desegregate (取消种族隔离), de-escalate(降低) dis-表示“reversing the action”“not”。例如:disappear(消失), discount(折价), disagreement (不一致), disadvantage(不利), disobey(不服从), disorder(杂乱), djsloyal(不义的) c. 表示轻蔑的前缀 mal-表示“badly”“bad”。例如:maltreat(虐待), malformed(畸形的), malfunction(故障), malnutrition(营养失调) mis-表示“wrongly”“astray”。例如:mislead(误导), misbehavior(品行不端), mispronounce (发音错误), misunderstanding(误解), misdeed(错误行径), misprint(误印) pseudo-表示“false”“imitation”。例如:pseudoclassicism (伪古典主义),pseudograph (伪造文件),pseudomorph (伪形),pseudonym(假名) d. 表示程度或尺度的前缀 co-表示“joint(ly)”“on equal footing”。例如:co-education(男女合校制的教育), coheir (共同继承人), copilot(副驾驶员), cohabit(同居), cooperate(合作) mini-表示“little”。例如:minibus(小型巴士), minicab(小型汽车), mini-bar(迷你酒吧) over-表示“too (much)”。例如:overanxious(过度焦虑的), overpopulation(人口过剩), overcrowd(容纳过多的人), overwork( *** 劳过度), overcharge(索价过高) sub-表示“under”“lower than”“further”。例如:subconscious(潜意识), subcommittee (小组委员会), substandard(不够标准), sublevel(预备级), subaverage(低于平均水平的) super-表示“more than”“very special”。例如:supernatural(超自然的), supermarket(超市), superman(超人), supersensitive(感光性极敏锐的) e. 表示方位和态度的前缀 anti-表示“against”。例如:anti-war(反战的), anti-imperialist(反帝的), anti-missile (反导d的), anti-music(非正统派音乐), anti-poet(非正统派诗人) contra-表示“opposite”“contrasting”。例如:counteract(抵消), counterattack(反击), counter-revolution(反革命), counter-表示“in opposition to”“in return”“corresponding”。例如:counteract(阻止), countermeasure(反策略), countercharge(反控诉), counterculturist(反主流文化者), counterattack(反攻), counterpart(相当的人或物) f. 表示时间和顺序的前缀 ex-表示“former”。例如:ex-president(前总统), ex-serviceman(退役军人), ex-husband (前夫) fore-表示“before”“beforehand”。例如:forecast(预测), foregoing(先前的), foresight (先见之明), foretell(预测), forerunner(先行者), forefather(祖先) post-表示“after”。例如:post-war(战后), post-election(竞选后), postclassical (古典时期以后的),postliberation(解放后) pre-表示“before”。例如:pre-war(战前), pre-school(学前), pre-marital(婚前的) re-表示“again”。例如:recall(回忆), reassemble(重新召集), reconsideration(再考虑), rearrangement(再安排) g. 表示数字的前缀 bi-表示“two”“having two”。例如:bimonthly(每二月一次的), bilateral(双边的), bilingual (双语的) poly-,multi-表示“many”。例如:polyglot(通晓数国语言的人), polygon(多边形), polygamy (一夫妻制), multi-lateral(多边的), multiracial多种族的), multi-purpose(多目标的) semi-表示“half”“partly”。例如:semicircle(半圆), semiconductor(半导体), semiskilled (半熟练的) mono-, uni-表示“single”“having one”。例如:monoxide(一氧化物), monosyllable(单音节), monolingual(单语的) pent(a)-表示“five”。例如:pentagon(五角形), pentahedron(五面体), pentathlete (五项全能运动员), pentathlon(五项全能) dec(a)- 表示“ten”例如:decathlon(十项全能), decade(十年), decathlete(十项全能运动员), decagram(十克), decametre(十米)a. 名词后缀 1)由名词派生名词的后缀: -dom表示“domain”“realm”“condition”。例如:freedom(自由), kingdom(王国), martyrdom (殉教), boredom(无聊), officialdom(官僚作风)。 -eer表示“skilled in”“engaged in”。例如:mountaineer(登山者), auctioneer(拍卖员), engineer (工程师), profiteer(投机者、奸商), pamphleteer(小册子作家), racketeer(勒索者) -ful表示“the amount or number that will fill”。例如:mouthful(满嘴), armful(满怀), basketful (满篮), spoonful(满勺), handful(满手), packetful(满盒) -ship表示“status”“condition”。例如:fellowship(奖学金), relationship(关系), membership (会员的资格), authorship(作者的身份), leadership(领导权), dictatorship(专制) 2)由形容词派生名词的后缀 -ity是一个很常见的后缀用来从形容词词根构成抽象名词。例如:sanity(神智健全), falsity (不诚实), rapidity(迅速), diversity(不同), banality(陈腐), respectability (可尊敬的人或物), actuality(现实), regularity(规律性) -ness可以相当自由地加到任何一类形容词上。例如:carelessness(粗心), happiness(幸福), usefulness(有用), kindness(善良), selfishness(自私), unexpectedness(意外) 3)由动词派生名词的后缀 -al表示“the action or result of”。例如:arrival(抵达), refusal(拒绝), removal(移动), survival (残存), signal(信号) -ant是施动者的主要形式。例如:inhabitant(居住者), contestant(竞争者), participant (参与者), lubricant(润滑油) -ee表示“one who is the object of the verb”。例如:absentee(缺席者), refugee(逃难者), employee(雇员), nominee(被提名者) -er/or构成施动者名词。例如:creator(创造者), survivor(幸存者), driver(司机), New Yorker (纽约人), singer(歌手), actor(演员), supervisor(管理员) -age表示“action of”“instance of”。例如:coverage(所包括的范围), drainage(排水法), shrinkage (缩水), leverage(杠杆作用) -tion/ation/ition表示“the process or state of”“the product of”。例如:protection(保护), completion (完成), examination(考试), consideration(考虑), organization(组织), starvation(饥 饿), recognition(承认), foundation(基础) -ment表示“the result of”。例如:arrangement(安排), amazement(惊异), announcement (宣布), management管理), employment(雇佣), entertainment(娱乐) b. 动词后缀 英语中常见的动词后缀只有几个,而且只有-ize构词能力最强。 -ate主要与名词词根结合,例如:orchestrate(编管弦乐曲), laminate(制成薄片),hyphenate (以连字符号连接) -en与形容词结合,例如:deafen(使聋), sadden(使悲伤), tauten(拉紧), quicken(使快 速), ripen(使成熟), widen(使变宽), harden(使变硬), broaden(使变宽) -ify与形容词和名词结合,例如:simplify(使简单), amplify(扩大), codify(编篡), beautify (使美丽), identify(辨认), electrify(使通电) -ize自由地与形容词和名词结合,例如:modernize(使现代化), symbolize(用符号表现), civilize(使文明), commercialize(使商业化), centralize(集中), equalize(使相等), socialize (使社会化) c. 形容词后缀 1)由名词派生形容词的后缀 -ed表示“having”。例如:simple-minded(头脑简单的), blue-eyed(蓝眼睛的), odd-shaped (奇形怪状的), blonde-haired(金发的) -ful表示“full of”“providing”。例如:useful(有用的), meaningful(有意义的), careful(认真的), doubtful(怀疑的), successful(成功的), helpful(有助的) -ish表示“somewhat like”。例如:childish(幼稚的), foolish(愚蠢的), snobbish(势利眼的), Swedish(瑞典人), Turkish(土耳其人) -less表示“without”。例如:careless(粗心的), useless(无用的), meaningless(无意义的), harmless(无害的), homeless(无家的) -like表示“like”。例如:childlike(孩子般的), monkeylike(猴子般的), statesmanlike (政治家般的) -ly表示“having the qualities of”。例如:friendly(友好的), motherly(慈母般的), brotherly (兄弟般的), cowardly(胆小的), daily(每天的), weekly(每周的) 2)由动词派生形容词的后缀 -able表示“of the kind that is subject to being V-ed”。例如:acceptable(能接受的), washable (能洗的), drinkable(能喝的), manageable(可管理的), inevitable(不可避免的), visible (可视的) -ive,例如:attractive(吸引人的), effective(有效的), possessive(拥有的), productive (多产的), explosive(爆炸的), expansive(可扩张的) d. 副词后缀 -ly可以非常广泛地加到一个形容词上,常常可释义为“in a … manner / respect 或“to…a degree”。 例如:personally(亲自地), calmly(平静地), extremely(极端地), evidently(明显地), kindly(好心地), eagerly(急切地), sincerely(真诚地), simply(简单地) -wise可用于表示方式、尺度,例如:clockwise(顺时针方向的), crabwise(横斜的), crosswise(十字形地)。但是它用得最多的是表示“在…方面”,相当于“as far as…is concerned”。 weatherwise(就天气而言), educationwise(就教育而言), taxwise(就税收而言), curriculumwise(就课程而言)。构成的新词在句中作状语,相当于so far as…is concerned.在词根前面加前缀或在词根后面加后缀构成一个与原单词意义相近或截然相反的新词叫作派生法。 1)前缀 除少数前缀外,前缀一般改变单词的意义,不改变词性;后缀一般改变词类,而不引起词义的变化。 (1)表示否定意义的前缀常用的有dis-, il-, im-, in-, ir-, mis-, non-, un-等,在单词的前面加这类前缀常构成与该词意义相反的新词。例如: appear出现→disappear消失 correct正确的→incorrect不正确的 lead带领→mislead领错 stop停下→non-stop不停 (2)表示其他意义的前缀常用的有a-(多构成表语形容词), anti- (反对;抵抗), auto- (自动), co- (共同), en- (使), inter- (互相), re- (再;又), sub- (下面的;次;小), tele- (强调距离)等。例如: alone单独的antigas防毒气的 autochart自动图表 cooperate合作enjoy使高兴 internet互联网reuse再用 subway地铁telephone电话 2)后缀 英语单词不仅可以通过加前缀构成新词,也可加后缀构成新词。后缀通常会改变单词的词性,构成意义相近的其他词性;少数后缀还会改变词义,变为与原来词义相反的新词。 (1)构成名词的后缀常用的有-ence,-(e)r/ -or (从事某事的人),-ese (某地人),-ess (雌性),-ful (一……),-ian (精通……的人),-ist (专业人员),-ment (性质;状态),-ness (性质;状态),-tion(动作;过程)等。例如: differ不同于→difference区别 write写→writer作家 Japan日本→Japanese日本人 act表演→actress女演员 mouth口→mouthful一口 music音乐→musician音乐家 (2)构成动词的后缀常用的有-(e)n (多用于形容词之后),-fy (使……化),-ize (使……成为)。例如: wide→widen加宽 beauty→beautify美化 pure→purify提纯 real→realize意识到 organ→organize组织 (3)构成形容词的后缀常用的有-al, -able (有能力的),-(a)n(某国人的),-en (多用于表示材料的名词后),-ern (方向的),-ese(某国人的),-ful,-(ic)al,-ish,-ive,-less (表示否定),-like (像……的),-ly,-ous,-some,-y (表示天气)等。例如: nature自然→natural自然的 reason道理→reasonable有道理的 America美国→American美国的 China中国→Chinese中国人的 gold金子→golden金的 east东→eastern东方的 child孩子→childish孩子气的 snow雪→snowy雪的 (4)构成副词的常用后缀有-ly (主要用于形容词之后表示方式或程度),-ward(s) (主要用于表示方位的词之后表示方向)。例如: angry生气的→angrily生气地 to到→towards朝……,向…… east东方→eastward向东 (5)构成数词的后缀有-teen (十几),-ty (几十),-th (构成序数词)。例如: six六→sixteen十六→sixteenth第十六 four四→forty四十→fortieth第四十a. 表示否定的前缀 in-, im-, il-, ir-表示“not”“the converse of”。例如:inefficient (无效率的), infrequent(不频繁的), improper(不合适的), impossible(不可能的), illiterate(无文化的), irregular(不规则的) non-表示“not”“the lack of”“the opposite of”。例如:nonaggression(不侵犯), nonconductor (绝缘体), nonsense(废话), nonsmoker(不抽烟的人), nonfiction(非小说的散文文学), nonviolent(非暴力的), nonproductive(非生产的), nonexistent(不存在的), nonstop (直达的)un-表示“not”“the converse of”。例如:unpleasant(不愉快的), unemployed (无工作的), unconcerned(漠不关心的), unsuccessfully(不成功的), unhappily (不开心的), undo(复原), unsay(撤回), unload(从…卸下) b. 表示倒序或否定的前缀 de-表示“reversing the action”。例如:decentralize(使分散), defrost(除霜), desegregate (取消种族隔离), de-escalate(降低) dis-表示“reversing the action”“not”。例如:disappear(消失), discount(折价), disagreement (不一致), disadvantage(不利), disobey(不服从), disorder(杂乱), djsloyal(不义的) c. 表示轻蔑的前缀 mal-表示“badly”“bad”。例如:maltreat(虐待), malformed(畸形的), malfunction(故障), malnutrition(营养失调) mis-表示“wrongly”“astray”。例如:mislead(误导), misbehavior(品行不端), mispronounce (发音错误), misunderstanding(误解), misdeed(错误行径), misprint(误印) pseudo-表示“false”“imitation”。例如:pseudoclassicism (伪古典主义),pseudograph (伪造文件),pseudomorph (伪形),pseudonym(假名) d. 表示程度或尺度的前缀 co-表示“joint(ly)”“on equal footing”。例如:co-education(男女合校制的教育), coheir (共同继承人), copilot(副驾驶员), cohabit(同居), cooperate(合作) mini-表示“little”。例如:minibus(小型巴士), minicab(小型汽车), mini-bar(迷你酒吧) over-表示“too (much)”。例如:overanxious(过度焦虑的), overpopulation(人口过剩), overcrowd(容纳过多的人), overwork( *** 劳过度), overcharge(索价过高) sub-表示“under”“lower than”“further”。例如:subconscious(潜意识), subcommittee (小组委员会), substandard(不够标准), sublevel(预备级), subaverage(低于平均水平的) super-表示“more than”“very special”。例如:supernatural(超自然的), supermarket(超市), superman(超人), supersensitive(感光性极敏锐的) e. 表示方位和态度的前缀 anti-表示“against”。例如:anti-war(反战的), anti-imperialist(反帝的), anti-missile (反导d的), anti-music(非正统派音乐), anti-poet(非正统派诗人) contra-表示“opposite”“contrasting”。例如:counteract(抵消), counterattack(反击), counter-revolution(反革命), counter-表示“in opposition to”“in return”“corresponding”。例如:counteract(阻止), countermeasure(反策略), countercharge(反控诉), counterculturist(反主流文化者), counterattack(反攻), counterpart(相当的人或物) f. 表示时间和顺序的前缀 ex-表示“former”。例如:ex-president(前总统), ex-serviceman(退役军人), ex-husband (前夫) fore-表示“before”“beforehand”。例如:forecast(预测), foregoing(先前的), foresight (先见之明), foretell(预测), forerunner(先行者), forefather(祖先) post-表示“after”。例如:post-war(战后), post-election(竞选后), postclassical (古典时期以后的),postliberation(解放后) pre-表示“before”。例如:pre-war(战前), pre-school(学前), pre-marital(婚前的) re-表示“again”。例如:recall(回忆), reassemble(重新召集), reconsideration(再考虑), rearrangement(再安排) g. 表示数字的前缀 bi-表示“two”“having two”。例如:bimonthly(每二月一次的), bilateral(双边的), bilingual (双语的) poly-,multi-表示“many”。例如:polyglot(通晓数国语言的人), polygon(多边形), polygamy (一夫妻制), multi-lateral(多边的), multiracial多种族的), multi-purpose(多目标的) semi-表示“half”“partly”。例如:semicircle(半圆), semiconductor(半导体), semiskilled (半熟练的) mono-, uni-表示“single”“having one”。例如:monoxide(一氧化物), monosyllable(单音节), monolingual(单语的) pent(a)-表示“five”。例如:pentagon(五角形), pentahedron(五面体), pentathlete (五项全能运动员), pentathlon(五项全能) dec(a)- 表示“ten”例如:decathlon(十项全能), decade(十年), decathlete(十项全能运动员), decagram(十克), decametre(十米)a. 名词后缀 1)由名词派生名词的后缀: -dom表示“domain”“realm”“condition”。例如:freedom(自由), kingdom(王国), martyrdom (殉教), boredom(无聊), officialdom(官僚作风)。 -eer表示“skilled in”“engaged in”。例如:mountaineer(登山者), auctioneer(拍卖员), engineer (工程师), profiteer(投机者、奸商), pamphleteer(小册子作家), racketeer(勒索者) -ful表示“the amount or number that will fill”。例如:mouthful(满嘴), armful(满怀), basketful (满篮), spoonful(满勺), handful(满手), packetful(满盒) -ship表示“status”“condition”。例如:fellowship(奖学金), relationship(关系), membership (会员的资格), authorship(作者的身份), leadership(领导权), dictatorship(专制) 2)由形容词派生名词的后缀 -ity是一个很常见的后缀用来从形容词词根构成抽象名词。例如:sanity(神智健全), falsity (不诚实), rapidity(迅速), diversity(不同), banality(陈腐), respectability (可尊敬的人或物), actuality(现实), regularity(规律性) -ness可以相当自由地加到任何一类形容词上。例如:carelessness(粗心), happiness(幸福), usefulness(有用), kindness(善良), selfishness(自私), unexpectedness(意外) 3)由动词派生名词的后缀 -al表示“the action or result of”。例如:arrival(抵达), refusal(拒绝), removal(移动), survival (残存), signal(信号) -ant是施动者的主要形式。例如:inhabitant(居住者), contestant(竞争者), participant (参与者), lubricant(润滑油) -ee表示“one who is the object of the verb”。例如:absentee(缺席者), refugee(逃难者), employee(雇员), nominee(被提名者) -er/or构成施动者名词。例如:creator(创造者), survivor(幸存者), driver(司机), New Yorker (纽约人), singer(歌手), actor(演员), supervisor(管理员) -age表示“action of”“instance of”。例如:coverage(所包括的范围), drainage(排水法), shrinkage (缩水), leverage(杠杆作用) -tion/ation/ition表示“the process or state of”“the product of”。例如:protection(保护), completion (完成), examination(考试), consideration(考虑), organization(组织), starvation(饥 饿), recognition(承认), foundation(基础) -ment表示“the result of”。例如:arrangement(安排), amazement(惊异), announcement (宣布), management管理), employment(雇佣), entertainment(娱乐) b. 动词后缀 英语中常见的动词后缀只有几个,而且只有-ize构词能力最强。 -ate主要与名词词根结合,例如:orchestrate(编管弦乐曲), laminate(制成薄片),hyphenate (以连字符号连接) -en与形容词结合,例如:deafen(使聋), sadden(使悲伤), tauten(拉紧), quicken(使快 速), ripen(使成熟), widen(使变宽), harden(使变硬), broaden(使变宽) -ify与形容词和名词结合,例如:simplify(使简单), amplify(扩大), codify(编篡), beautify (使美丽), identify(辨认), electrify(使通电) -ize自由地与形容词和名词结合,例如:modernize(使现代化), symbolize(用符号表现), civilize(使文明), commercialize(使商业化), centralize(集中), equalize(使相等), socialize (使社会化) c. 形容词后缀 1)由名词派生形容词的后缀 -ed表示“having”。例如:simple-minded(头脑简单的), blue-eyed(蓝眼睛的), odd-shaped (奇形怪状的), blonde-haired(金发的) -ful表示“full of”“providing”。例如:useful(有用的), meaningful(有意义的), careful(认真的), doubtful(怀疑的), successful(成功的), helpful(有助的) -ish表示“somewhat like”。例如:childish(幼稚的), foolish(愚蠢的), snobbish(势利眼的), Swedish(瑞典人), Turkish(土耳其人) -less表示“without”。例如:careless(粗心的), useless(无用的), meaningless(无意义的), harmless(无害的), homeless(无家的) -like表示“like”。例如:childlike(孩子般的), monkeylike(猴子般的), statesmanlike (政治家般的) -ly表示“having the qualities of”。例如:friendly(友好的), motherly(慈母般的), brotherly (兄弟般的), cowardly(胆小的), daily(每天的), weekly(每周的) 2)由动词派生形容词的后缀 -able表示“of the kind that is subject to being V-ed”。例如:acceptable(能接受的), washable (能洗的), drinkable(能喝的), manageable(可管理的), inevitable(不可避免的), visible (可视的) -ive,例如:attractive(吸引人的), effective(有效的), possessive(拥有的), productive (多产的), explosive(爆炸的), expansive(可扩张的) d. 副词后缀 -ly可以非常广泛地加到一个形容词上,常常可释义为“in a … manner / respect 或“to…a degree”。 例如:personally(亲自地), calmly(平静地), extremely(极端地), evidently(明显地), kindly(好心地), eagerly(急切地), sincerely(真诚地), simply(简单地) -wise可用于表示方式、尺度,例如:clockwise(顺时针方向的), crabwise(横斜的), crosswise(十字形地)。但是它用得最多的是表示“在…方面”,相当于“as far as…is concerned”。 weatherwise(就天气而言), educationwise(就教育而言), taxwise(就税收而言), curriculumwise(就课程而言)。构成的新词在句中作状语,相当于so far as…is concerned.欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)