当前位置:首页 » 英文单词 » 推导树英语怎么说及英文单词

推导树英语怎么说及英文单词

发布时间: 2025-04-11 11:12:31

❶ 初识电脑对电脑中的英文不了解.可以告诉一些常用的常见的电脑术语么

一群性质相近同的「东西」,如果译名一贯,阅读的感觉就很好。
一贯性的术语,扩充性高,延伸性高,系统化高。
● 我喜欢「式」:
constructor 建构式
declaration 宣告式
definition 定义式
destructor 解构式
expression 算式(运算式)
function 函式
pattern 范式、模式、样式
program 程式
signature 标记式

● 我喜欢「件」:(这是个弹性非常大的可组合字)
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 以 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 复制 克隆
(易与 混淆)
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)
复制、拷贝 拷贝
cover 涵盖 覆盖
create 产生、生成 创建、生成
creation 产生、生成 创建、生成
data 资料 数据
data member 资料成员、成员变数 数据成员、成员变量
data structure 资料结构 数据结构
datagram 资料元 数据报文
dead lock 死结 死锁
debug 除错 调试
declaration 宣告、宣告式 声明
dection 推导(例:template argument dection) 推导、推断
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 以 members 为单元逐一复制
memory 记忆体 内存
menu 表单、选单 菜单
message 讯息 消息
message based 以讯息为基础的 基於消息的
message loop 讯息回圈 消息环
method (java) 方法、行为
micro 微 微
modeling 模塑
modeling language 塑模语言,建模语言
mole 模组 模块
most derived class 最末层衍生类别 最底层的派生类
mouse 滑鼠 鼠标
mutable 可变的 可变的
multi-tasking 多工 多任务
namespace 命名空间 名字空间、命名空间
nested class 巢状类别 嵌套类
object 物件 对象
object based 以物件为基础的 基於对象的
object model 物件模型 对象模型
object oriented 物件导向的 面向对象的
online 线上 在线
operand 运算元 操作数
operating system (OS)

❷ 英语单词发音规则

英语单词发音规则

一、元音字母在重读音节中的读音

元音字母 读 音 例 词
a 在开音节中 [ei] name plane Jane baby cake
在闭音节中 [æ] bag dad hat map black back
e 在开音节中 [i:] he these me Chinese
在闭音节中 [e] bed let pen desk yes egg
i 在开音节中 [ai] bike fly drive time nice kite
在闭音节中 fish big drink sit milk swim
o 在开音节中 [ou] those close go hoe home no
在闭音节中 [C] clock not box shop sock
u 在开音节中 [ju:] student excuse ty Tuesday
在闭音节中 [∧] bus cup jump much lunch
在开音节中,元音字母u在辅音字母j l r s后面时读[u:]音,例如:June blue ruler super

二、元音字母在重读音节中的特殊读音

元音字母 读 音 例 词
a在[w]音后面 [C] want what watch wash quality
a在f n sk ph sp ss st th前 [α:] after plant graph ask grasp glass fast father
i在-nd -ld和gh前 [ai] find child light high
o在-st -ld前 [ou] most postcard old cold
o在m n v th前 [∧] come monkey love mother

三、元音字母在非重读音节中的读音

元音字母 读 音 例 词
a [E]E China another woman breakfast
orange comrade village cabbage
e [E] hundred student open weekend
chicken pocket begin children
i [E]/ holiday beautiful family animal
[ai] exercise satellite
o [E] second tonight somebody welcome
[Eu] also zero photo
u [E] autumn difficult
[ju:] popular congratulation January
动词中的a如果处在开音节位置,a读[ei]音,例如:operate
u处在开音节位置,又在辅音字母j l r s后面时,读[u(:)]音,例如:July influence February issue
在非重读音节中,许多单词中的元音字母a e i 即可以读作[E]音,也可以读作音。

四、-r音节元音字组在重读音节中的读音

元音字组 读 音 例 词
arar在[w]音后面 [α:] car farm dark sharpener
[C:] warm quarter towards
oror在[w]音后面 [C:] forty morning short
[E:] word worker worse
er ir ur [E:] certainly bird Thursday
辅音字母r双写时,前面的元音字母不能与r构成-r音节,而是按重读闭音节的拼读规则发音。例如: carry sorry hurry
-r音节在非重读音节中通常读[E]音,例如:dollar teacher martyr forget Saturday

五、-re音节元音字组在重读音节中的读音

元音字组 读 音 例 词
are [εE] care dare hare
ere [iE] here mere
ire [aiE] fire hire wire
ore [C:] more score before
ure [juE] pure cure
are ere ire ore很少出现在非重读音节中,ure在非重读音节中读[E]音,例如:picture pleasure
重读元音字母加Rr,再加非重读元字组时,重读元音字母应按-re音节拼读规则拼读,字母Rr读[r]音。例如:parent zero story ring inspiring
某些常用词及多音节词经常出现长音短化现象。例如:orange very American paragraph

六、元音字组在重读音节中的读音

元音字组 读 音 例 词
ai/ay [ei] afraid rain wait day play
air [εE] air hair chair pair repair
alal在f m前 [C] small ball talk wall all
[C:l] always also salt almost
[α:] half calm
au/aw [C:] autumn daughter draw
ea [i:] teach easy cheap please
[e] heavy bread sweater weather
[ei] break great
ear [iE] hear dear near clear year
[εE] bear pear wear swear
[E:] earth learn early
ee [i:] jeep week green three
eer [iE] pioneer deer beer
ei/ey [ei] eight neighbour they
[i:] either key
eu/ew在j l r s后 [ju:] new few newspaper
[u:] flew brew jewelry
ie/ei[s]音之后 [i:] piece field receive
oa [ou] coat Joan boat goal
oar/oor [C:] roar board door floor
oi/oy [Ci] noise point boy toilet
oo [u:] broom food tooth school
book look cook foot good
ou/ow [au] flower house count down
[ou] know row throw though
[∧] young country enough
[u:] group you soup
our [C:] course your four
[auE] our hour ours
[E:] journey
ui在j l r s后 [ju:i] fluid suicide tuition
[u:] juice fruit suit

七、非重读音节中元音字组和字群的读音

元音字组或字群 读 音 例 词
ai/ay ei/ey Sunday foreign monkey
ow [ou] yellow sparrow tomorrow
元音字组在非重读音节中读[E]音或。例如:neighbour serious famous biscuit coffee
-sion -tion [Fn] impression nation
-sion在元音字母后 [Vn] vision decision occasion
-tion在s后 [tFEn] question suggestion
-sten [sn] listen
-stle [sl] whistle
-sure [VE] pleasure measure
-ture [tFE] picture culture

八、元字组在复合词非重读音节中的读音

复合词中的第二部分不标注重音符号,但其中的元音字母或元音字组仍按重读音节拼读规则拼读。例如: everyday[ei] handbag[æ] blackboard[C:]
有些词随着语言的发展,前后两部分已失去其单独存在的意义,融合成为一个词。其中的非重读部分要按非重读音节的读音规则发音。例如: sun太阳 + day[ei]日子 > Sunday 星期天 holy神圣 + day[ei]日子 > holiday 假日 break中断 + fast[α:]斋戒 > breakfast[E] 早餐 cup茶杯 + board木板[C:] > cupboard[E] 碗柜

九、辅字组的读音

辅字组 读 音 例 词
b bike bus bag
[/] bomb tomb
cc在e前或在i/y前 [k] cake picture coat music
[s] face decide cinema
ch [tF] much chick rich teacher
[k] school headache chemistry
[F] machine
-ck [k] cock pocket black knock
d [d] doctor bread hand day
-dge [dV] bridge fridge
dr- [dr] children driver drink
f [f] five four breakfast
gg在e i/y前 [^] bag garden go
[dV] orange large German
gh [f] cough enough
[/] light daughter high
gu- -guegu在非重读音节中 [^] guess league dialogue
[^w] language anguish
h [h] hot head house hand
[/] hour honest
j [dV] jeep jar joke join July
k [k] kind bike skate make week
kn- [n] knife know knock
l [l] life milk school tall
m [m] monkey come autumn
-mn [m] autumn column solemn
nn在[k] [g]音前 [n] not shine ten note
[N] uncle thank hungry
-ng [N] morning young wrong
p [p] paper plane pig ship pen
ph [f] elephant photo telephone
q [k] Iraq
qu- [kw] quality quite
r [r] red rubber ruler
s在词首或清辅音前元音字母间或浊辅音前 [s] sit sleep desk
[z] music husband
sc- [sk] scarlet
[s] muscle science
sh [F] she fish shirt wash
t在通常情况下在弱读字母ia ie io前 [t] ten letter meet
[F] patient nation
tch [tF] watch
th在通常情况下在冠词 代词 介词 连词中在词尾-the -ther中 [θ] thin thirty method
[T] the these with than
[T] clothe fathe r weather
tr- [tr] tree train country truck
v [v] very voice love leave
w [w] week win wake sweet wait
[/] Answer two
wh-wh-在字母o前 [w] what when white why
[h] who whose whole
x在重读元音前 [ks] box text exercise
[gz] example exist exact
wr- [r] write
y- [j] yes yard yellow young
z [z] puzzle zero zoo

❸ 电脑里常用的的英语有那些(汉语意思)

电脑英语词汇表
access arm 磁头臂、存取臂
access time 存取时间
adder 加法器
address 地址
alphanumeric 字母数字的
analog computer 模拟计算机
analyst 分析员
area 区域
array 数组、阵列
assembler 汇编程序
automation 自动化
band 区
batch processing 成批处理
binary code 二进制码
binary digit 二进制位、二进制数字
bit 比特、二进制的一位
branch 分支、支线
brush 电刷
buffer storage 缓冲存储器
calculator 计算器
call instruction 呼叫指令
card punch 卡片穿孔机
card reader 卡片阅读机、读卡机
cell 单元
channel 通道、信道
character 字符
check digit 校验数位
circuit 电路、线路
to clear 清除、清零
clock 时钟
code 代码
to code 编码
coder 编码员、编码器
command 指令、命令
compiler 编译程序
computer language 计算机语言
console 控制台
control unit 控制部件、控制器
core storage、 core store 磁心存储器
counter 计数器
cybernetics 控制论
cycle 循环
data 数据
data processing 数据处理
debugging 调试
decision 制定
digit 数字、数位、位
digital computer 数字计算机
disc、 disk 磁盘
display unit 显示装置
drum 磁鼓
to edit 编辑
electronics 电子学
emitter 发射器
to encode 编码
to erase 擦除、清洗、抹除
feed 馈送、供给
to feed 馈送、供给
feedback 反馈
field 字段、信息组、域
file 文件
floppy disk 软磁盘
floppy disk drive 软磁盘机
flow chart 流程图
frame 帧
hardware 硬件
identifier 标识符
index 索引
information 信息
inline processing 内处理
input 输入
inquiry 询问
instruction 指令
integrated circuit 集成电路
to interpret 解释
item 项目、项
jump 转移
key 键、关键码
keyboard 键盘
latency time 等待时间
library 库、程序库
linkage 连接
to load 装入、寄存、写入、加载
location 存储单元
logger 登记器、记录器
loop 循环
machine language 机器语言
magnetic storage 磁存储器
magnetic tape 磁带
matrix 矩阵
memory 存储器
message 信息、报文
microcomputer 微型计算机
mole 组件、模块
monitor 监视器、监督程序、管程
nanosecond 毫微秒
network 网络、网
numeric、 numerical 数字的、数值的
octet 八位位组、八位字节
operator 操作员
optical character reader 光符阅读机
optical scanner 光扫描器
output 输出
overflow 溢出、上溢
panel 平板
parameter 参数、参量
perforator 穿孔机
peripheral equipment 外围设备、外部设备
personal computer 个人计算机
printed circuit 印制电路
printer 打印机
printout 打印输出
to process 处理
processing unit 处理部件
program 程序
to program 程序编制
programmer 程序设计员
programming 程序设计、程序编制
pulse 脉冲
punch 穿孔
to punch 穿孔
punched card、 punch card 穿孔卡片
punched tape、 punch tape 穿孔纸带
punch hole 孔、穿孔
random access 随机存取
to read 读
reader 阅读程序
reading 阅读
real time 实时
record、 register 记录
rendancy 冗余
routine 例行程序
selector 选择器、选择符
sentinel 标记
sequence 序列、顺序
sequential 顺序的
serial 串行的.连续的
shift 移位、移数
signal 信号
simulation 模拟
simulator 模拟器、模拟程序
software 软件、软设备
sort 分类、排序
sorter 分类人员、分类机、分类程序、排序程序
storage 存储器
to store 存储
subroutine、 subprogram 子程序
switch 开关
symbol 符号
symbolic language 符号语言
system 系统
tabulator 制表机
teleprinter 电传打字机
terminal 终端
terminal unit 终端设备
timer 时钟、精密计时器
time sharing 分时
timing 定时
track 磁道
transcer 传感器、翻译
translator 翻译程序、翻译器
to update 更新
Winchester disk drive 温彻斯特磁盘机、硬盘机
working storage 工作存储器

缩写部分
CSS: Cascading Style Sheets,层叠格式表
DCD: Document Content Description for XML: XML文件内容描述
DTD: Document Type Definition,文件类型定义
HTML(HyperText Markup Language,超文本标记语言)
JVM: Java Virtual Machine, Java虚拟机
OJI: Open Java VM Interface,开放JAVA虚拟机接口
SGML: Standard Generalized Markup Language,标准通用标记语言
SMIL: Synchronous Multimedia Integrate Language(同步多媒体集成语言)
VRML:Virtual Reality Makeup Language,虚拟现实结构化语言
VXML(Voice eXtensible Markup Language,语音扩展标记语言)
XML: Extensible Markup Language(可扩展标记语言)
XSL: Extensible Style Sheet Language(可扩展设计语言)
CTI:Computer Telephone Integration,计算机电话综合技术
DBS: Direct Broadcast Satellite,直接卫星广播
DWDM: Dense WaveLength Division Multiplex,波长密集型复用技术
MMDS: Multichannel Multipoint Distribution Service,多波段多点分发服务
PCM: Pulse Code Molation,脉冲编码调制
PSTN(Public Switched Telephone Network,公用交换式电话网)
TAPI: Telephony Application Programming Interface,电话应用程序接口
TSAPI: Telephony Services Application Programming Interface,电话服务应用程序接口
WDM: WaveLength Division Multiplex,波分多路复用
ADSL: Asymmetric Digital Subscriber Line,不对称数字订阅线路
AH: Authentication Header,鉴定文件头
AMR(Audio/Modem Riser,音效/数据主机板附加直立插卡)
ARP(Address Resolution Protocol,地址解析协议)
ATM(Asynchronous Transfer Mode,异步传输模式)
BOD(Bandwidth On Demand,弹性带宽运用)
CBR(Committed Burst Rate,约定突发速率)
CCIRN: Coordinating Committee for Intercontinental Research Networking,洲际研究网络协调委员会
CCM(Call Control Manager,拨号控制管理)
CDSL: Consumer Digital Subscriber Line(消费者数字订阅线路)
CGI(Common Gateway Interface,通用网关接口)
CIEA: Commercial Internet Exchange Association,商业因特网交易协会
CIR(Committed Infomation Rate,约定信息速率)
CTS(Clear to Send,清除发送)
DBS-PC: Direct Broadcast Satellite PC(人造卫星直接广播式PC)
DCE: Data Circuit Terminal Equipment,数据通信设备
DES: Data Encryption Standard,数据加密标准
DMT: Discrete Multi - Tone,不连续多基频模式
DNS(Domain Name System,域名系统)
DOCSIS(Data Over Cable Service Interface Specifications,线缆服务接口数据规格)
DTE: Data Terminal Equipment,数据终端设备
EBR(Excess Burst Rate,超额突发速率)
ESP: Encapsulating Security Payload,压缩安全有效载荷
FDM: Frequency Division Multi,频率分离
Flow-control流控制
FRICC: Federal Research Internet Coordinating Committee,联邦调查因特网协调委员会
FTP(File Transfer Protocol,文件传输协议)
Ghost:(General Hardware Oriented System Transfer,全面硬件导向系统转移)
HDSL: High bit rate DSL,高比特率数字订阅线路
HTTP(HyperText Transfer Protocol,超文本传输协议)
ICMP(Internet Control Message Protocol,因特网信息控制协议)
IETF(Internet Engineering Task Framework,因特网工程任务组)
IKE: Internet Key Exchange,因特网密钥交换协议
IMAP4: Internet Message Access Protocol Version 4,第四版因特网信息存取协议
Internet(因特网)
IP(Internet Protocol,网际协议)
ISDN(Integrated Service Digital Network,综合服务数字网络)
ISOC: Internet Society,因特网协会
ISP(Internet Service Provider,因特网服务提供商)
LAN(Local Area Network,局域网)
LDAP: Lightweight Directory Access Protocol,轻权目录访问协议
LOM(LAN-on-Montherboard)
IAB: Internet Activities Board,因特网工作委员会
IETF: Internet Engineering Task Force,因特网工程作业推动
L2TP(Layer 2 Tunneling Protocol,二级通道协议)
LMDS: Local Multipoint Distributed System,局域多点分布式系统
MIME: Multipurpose Internet Mail Extension,多用途因特网邮件扩展协议
MNP: Microcom Networking Protocal
MODEM(Molator Demolator,调制解调器)
NAT(Network Address Translation,网络地址转换)
NC(Network Computer,网络计算机)
NDS: Novell Directory Service,Novell目录服务
NNTP: Network News Transfer Protocol,网络新闻传输协议
MSN: Microsoft Network,微软网络
OFDM(orthogonal frequency division multiplexing,直角频率部分多路复用)
P3P(Privacy Preference Project,个人私隐安全平台)
PDS: Public Directory Support,公众目录支持
PGP: Pretty Good Privacy,优良保密协议
PICS: Platform for Internet Content Selection,因特网内容选择平台
POF: Polymer Optical Fiber,聚合体光纤
POP3: Post Office Protocol Version 3,第三版电子邮局协议
PPTP: Point to Point Tunneling Protocol,点对点通道协议
RADSL: Rate Adaptive DSL,速率自适应数字订阅线路
RARP(Reverse Address Resolution Protocol,反向地址解析协议)
RDF: Resource Description Framework,资源描述框架
RSA(Rivest Shamir Adlemen,一种因特网加密和认证体系)
RTS(Request To Send,需求发送)
SIS: Switched Internetworking Services(交换式网络互联服务)
S/MIME: Secure MIME,安全多用途因特网邮件扩展协议
SNMP(Simple Network Management Protocol,简单网络管理协议)
SMTP(Simple Mail Transfer Protocol,简单邮件传输协议)
SKIP: Simple Key Exchange Internet Protocol,因特网简单密钥交换协议
SUA(Single User Account,单用户帐号)
TCP(Transmission Control Protocol,传输控制协议)
UART(Universal Asynchronous Receiver/Transmitter,通用异步接收/发送装置)
UDP(User Datagram Protocol,用户数据报协议)
ULS: User Location Service,用户定位服务
VOD: Video On Demand,视频点播
VPN: virtual private network,虚拟局域网
WWW(World Wide Web,万维网,是因特网的一部分)

❹ 也许用英语怎么说

也许的英语表达:perhaps

一、音标:英[pə'hæps]美[pər'hæps]

二、意思:

adv.也许;可能

n.假定,猜想,设想

三、词语搭配:

  • perhaps come也许来

  • perhaps so也许是这样

四、用法:

  • perhaps的基本意思是“或许,可能,大概”,表示说话人对数量、质量、价值等大概的估计,常用于对某人〔事〕有疑问或有可能但不肯定的场合,所表示的可能性大致对半。

  • perhaps可修饰动态动词、静态动词、系表结构、全句。perhaps在句中位于实义动词前,助、系、情态动词之后。perhaps也可用于句首或句尾,用于句首或句末有时可指有礼貌地提出请求或提供帮助等。

  • 在口语中,perhapsso的意思是“也许会”;perhapsnot(而不是no)的意思是“也许不会”。

五、例句:

  • Perhaps this book will prove to be of some use to you in your studies.
    也许这本书会对你的研究有用处。

  • As she's been ill perhaps she'll need some help.
    她由于生病可能需要些帮助。

  • Perhaps you left your e-dictionary in the dorm.
    可能你将电子词典忘在宿舍里了。

  • If you are good I shall perhaps take you for a walk this afternoon.
    如果你乖,我今天下午可能带你出去散散步。

  • I perhaps come across him tomorrow.
    我明天也许会偶然遇到他。

  • You want to make stay long in Beijing, perhaps?
    你要在北京呆很长一段时间吗?

❺ 规则的英文

rule 英音rul美音rul 名词 n1 规则,规定,章程,条例CIt#39s against the rules of the school to smoke吸烟是违反校规的2 习惯,通例,常规CHe#39s made it a rule to rise early他已养。
规则 基本解释1ruleregulationlaw2典式,法则,规律 3指在形状结构或分布上合乎一定的方式整齐 篮球规则 规则四边行 4规定出来供大家共同遵守的制度或章程。
Rules , regulation against the rule = 违反规则 Obey the rules 强硬语气 你必须遵守规则。
regulation 名词n 1 规章规则,规定条例C He was fined for breaking traffic regulations 他因违反交通规则而被罚款。

规则 基本解释1 ruleregulationlaw2 典式,法则,规律 3 指在形状结构或分布上合乎一定的方式整齐 篮球规则规则四边行 4规定出来供大家共同遵守的制度或章程。
为您解答follow the rulesfollow是遵守的意思,rule是规则的意思望采纳~不懂再问~希望帮到你~祝好运~。
遵守规则 词典 toe the mark toe the scratch 法 abidance by the rules例句他们必须遵守规则They have got to abide by the rules学英语技巧第一英语的基础是单词,要多记多背,记忆单词的方法有。

交通规则用英文表达为The traffic rules重点词汇解释1traffic n 交通运输贸易通信 通信量 vt 用作交换在通行 vi 交易,买卖 双语例句Air traffic had returned to normal空中交通已恢复正常。
1英文单词分词干前缀后缀三部分英语构词法有十几种,但最常用的有5种,通过这5种常用构词法可大大减轻单词记忆的负担,因为通过分析规律即可掌握一个词,实际上记忆的成分很少,关键是要学会按照规律推导2。
My School Rules 我的学校规章 I have too many rules in my schoolSo I am very tired我的学校有很多制度要遵守,我不喜欢 I can#39t eat food in class,and I must listen to the teacher carefully我不能在。
遵守规则的意思是toe the mark例句Bill#39s father is strict with him and he has to toe the mark翻译比尔的父亲对他很严,他只得事事循规蹈矩重点词汇 mark 英 mɑ#720k,美 mɑ#720rkn。
完全可以,而且事实上就是这么说的A Why the heck you want me to follow your lead?凭啥非得听你的B Cuz I make the rules因为规矩是我定的没有什么”泛指“这种说法。

❻ 梯度提升分类树原理推导(超级详细!)

GBDT (Gradient Boosting Decision Tree) ,梯度提升树,是属于集成算法中boosting类的一种算法。GBDT中又分梯度提升回归树和梯度提升分类树。本文就讨论一下梯度提升分类树(只讨论二分类)的原理以及公式推导。

梯度提升分类树的原理和思想和梯度提升回归树本质上是没有区别的。他们的模型都是决策回归树(DecisionTreeRegressor),可能有人有疑问,为什么梯度提升分类树的模型也是决策回归树,那是怎么实现分类的呢?其实梯度提升分类树和逻辑斯蒂回归类似。

​ 逻辑斯蒂回归的预测模型:sigmoid函数 + 线性回归

​ 梯度提升分类树的预测模型: sigmoid函数 + 决策回归树

梯度提升分类树的预测概率为 ,其中 表示决策回归树。

但是由于梯度提升分类树的样本输出不是连续的而是离散的,因此无法直接拟合类别输出的误差。这时候需要构建交叉熵损失函数(也叫对数损失函数)。那么什么是交叉熵损失函数呢?

关于 交叉熵 ,大家看看这篇文章,相信对交叉熵一定有一个深刻的理解。总之,交叉熵就是 用来衡量在给定的真实分布下,使用非真实分布所指定的策略消除系统的不确定性所需要付出的努力的大小

交叉熵的公式为: ,其中 表示真实分布, 表示非真实分布。

一个样本的交叉熵损失函数可以表示成: ,其中

其中 就是真实概率,相当于真实分布 , 是算法预测的概率,相当于非真实分布 。

将 代入到函数中化简:


化简的最后结果为

求 对于 的一阶导数:

令 ,有

利用sigmoid函数求导公式,求 对于 的二阶导数:

以上就是单个样本的损失函数推导,那么整体的损失函数也就容易了,就是单个样本的累加。

损失函数推导出来了,接下来我们看看梯度和损失函数的更新方式是怎样的。

上文中提到 是决策回归树,当算法还没有第一轮学习时,算法会给 一个初始值,我们记为 ,此时 是最小的。因为 的更新规则是 , 表示相对 上一次的值, 表示第m轮学习的预测结果(稍后我们会进行推导)。 表示学习率,学习率是我们给定算法的参数。

因此有式

其中, 表示整体的损失函数,现在令其导数为0,求解出 即为最小值。

上式右边可以看做一个常数,因此有

两边求倒数,

这样,算法的初始值就求出来了。上文说到 表示第m轮学习的预测结果,那我们把第m轮的学习中,树的第j个叶子节点的结果记为 ,其推导过程如下:

注:这里 可写可不写,因为是个常数,不管它给多少,最后都会消掉。 表示第m轮样本数据。

要求解的

利用 泰勒展开公式 ,就可以将上式展开两级,得到:

要求最小,求导,令导数为零,即

上文我们对 的一阶导数和二阶导数已经做了推导,

其中, ,我们令 , 把它叫做负梯度,因此有

进行变换,解出

接下来我们就通过一个算例来看看由算法计算的结果和我们推导的公式计算的结果是不是一样的(基于sklearn)。同时,加深一下对算法原理的理解。

_ = tree.plot_tree(clf[0,0],filled=True) # 第1棵树

_ = tree.plot_tree(clf[1,0],filled=True) # 第2棵树

_ = tree.plot_tree(clf[2,0],filled=True) # 第3棵树

_ = tree.plot_tree(clf[99,0],filled=True) # 第100棵树

上面是算法计算的结果,接下来我们调用上面推导的公式计算一下。

我们也可以写一个for循环,计算出1~100棵树的预测结果。

运行得到一下结果:

第1棵树左边决策树分支,预测值: -0.625
第1棵树右边决策树分支,预测值: 2.5
第2棵树左边决策树分支,预测值: -0.571
第2棵树右边决策树分支,预测值: 2.168
第3棵树左边决策树分支,预测值: -1.592
第3棵树右边决策树分支,预测值: 0.666
​ ......
第99棵树左边决策树分支,预测值: -1.057
第99棵树右边决策树分支,预测值: 0.245
第100棵树左边决策树分支,预测值: 0.411
第100棵树右边决策树分支,预测值: -0.424

热点内容
日语中困难怎么翻译成英语怎么说 发布:2025-04-16 17:03:07 浏览:417
爱奇艺怎么把英语翻译成国语 发布:2025-04-16 16:40:00 浏览:884
我喜欢画小动物用英语怎么说 发布:2025-04-16 16:34:18 浏览:5
所有关于路的单词英语怎么说 发布:2025-04-16 16:34:13 浏览:32
学英语考翻译成英语怎么说 发布:2025-04-16 16:22:43 浏览:556
生产过剩英语怎么说及英文翻译 发布:2025-04-16 16:19:27 浏览:152
为别人加油的英语怎么翻译 发布:2025-04-16 16:14:16 浏览:866
老师喜欢踢足球的英语怎么说 发布:2025-04-16 16:14:12 浏览:856
我英语学得很好怎么翻译 发布:2025-04-16 16:10:20 浏览:732
他每天都要吃的英语怎么翻译 发布:2025-04-16 16:09:22 浏览:916