📝 专业英语核心词汇背诵

点击卡片即可切换显示/隐藏中文意思,专为移动端及PC端期末速成设计
Unit 1: Artificial Intelligence (人工智能)
simulation
n. 模拟,模仿
acquisition
n. 获取,习得
reasoning
n. 推理,论证
self-correction
n. 自我纠正
narrow AI / weak AI
n. 窄/弱人工智能 (特定任务)
artificial general intelligence
n. 通用人工智能 (强AI)
human intervention
n. 人类干预
AI as a Service (AIaaS)
n. 人工智能即服务
inherent bias
n. 固有的偏见
augmented intelligence
n. 增强智能 (强调辅助而非取代人类)
reactive machines
n. 反应机器 (无记忆,如深蓝)
limited memory
n. 有限记忆 (暂存观察,如自动驾驶)
theory of mind
n. 心智理论 (理解他人意图,尚不存在)
self-awareness
n. 自我意识 (具备自身意识,尚不存在)
robotic process automation (RPA)
n. 机器人流程自动化
supervised learning
n. 监督学习 (有标签数据集)
unsupervised learning
n. 无监督学习 (无标签数据集)
reinforcement learning
n. 强化学习 (依据反馈行动)
machine vision
n. 机器视觉 (结合硬件捕获分析图像)
natural language processing (NLP)
n. 自然语言处理
confidence scoring schema
n. 置信度评分模式
liability
n. 责任,义务 (如事故责任归属)
deepfakes
n. 深度伪造 (逼真合成视音频)
regulatory framework
n. 监管框架
transparency obligations
n. 透明度义务
Unit 2: Knowledge Acquisition & KBS (知识获取与知识库系统)
cognition
n. 认知,感知
tabula rasa / blank slate
n. 白板,空白石板 (出生无知识理论)
predisposition
n. 倾向,先天倾向
schema (复数: schemata)
n. 图式,认知模型
cognitive dissonance
n. 认知失调
knowledge representation
n. 知识表示
ontological commitments
n. 本体论承诺
surrogate
n. 替代物,代理
knowledge-based system (KBS)
n. 知识库系统
interface engine
n. 推理引擎 (起搜索引擎作用)
knowledge repository
n. 知识仓库 / 知识库
abstract nature
n. 抽象本质
Unit 3: Electronics: Analog and Digital (电子学)
operational amplifier (op amp)
n. 运算放大器
closed-loop gain
n. 闭环增益
open-loop gain
n. 开环增益
output voltage swing
n. 输出电压摆幅
worst-case values
n. 最坏情况值 (强制要求时使用)
typical values
n. 典型值
over-specify / over-design
v. 过度指定 / 过度设计
transducer amplifier
n. 传感器放大器
offset voltage drift
n. 失调电压漂移
data register
n. 数据寄存器 (暂存一个字,同步设备)
D flip-flop
n. D 触发器
shift register
n. 移位寄存器 (用于串并转换)
asynchronous counter / ripple counter
n. 异步计数器 / 波纹(纹波)计数器 (有传播延迟)
synchronous counter
n. 同步计数器 (使用JK触发器,无延迟)
propagation delay
n. 传播延迟
phase-locked loop (PLL)
n. 锁相环 (包含PD、Loop Filter、VCO)
phase detector (PD)
n. 鉴相器
voltage-controlled oscillator (VCO)
n. 压控振荡器
automatic frequency control (AFC)
n. 自动频率控制
frequency multipliers / dividers
n. 倍频器 / 分频器
Unit 4: Communication and Information Theory (通信与信息论)
transmitter
n. 发射机
transmission medium
n. 传输介质
receiver
n. 接收机
transceiver
n. 收发器 (如手机)
point-to-point communication
n. 点对点通信
broadcast / point-to-multipoint
n. 广播 / 点对多点通信
attenuation
n. 衰减 (导致信号隐没在噪声中)
repeater
n. 中继器 (用于放大或重建信号)
modulation
n. 调制 (改变信号形状以传送信息)
keying
n. 键控 (如相移键控 PSK, 蓝牙使用)
carrier wave
n. 载波 (承载低频信号的高频波)
serial transmission
n. 串行传输 (单线单位,适合远距离)
parallel transmission
n. 并行传输 (多线多位,短距离速度快)
asynchronous transmission
n. 异步传输 (带起始位和停止位,间歇发送)
synchronous transmission
n. 同步传输 (靠时钟信号同步,连续流发送)
protocol
n. 协议 (商定的格式与规则集)
handshaking
n. 握手 (数据传输前发起通信、商定协议的过程)
information entropy
n. 信息熵 (量化随机变量的不确定性)
lossless / lossy data compression
n. 无损 / 有损数据压缩
source coding
n. 信源编码 (对应数据压缩)
channel coding
n. 信道编码 (引入冗余实现纠错抗噪)
channel capacity
n. 信道容量 (香农定理中的速率阈值)
Unit 5: Digital Signals and Signal Processing (信号处理)
digital signal processing (DSP)
n. 数字信号处理
analog to digital converter (ADC)
n. 模数转换器
digital to analog converter (DAC)
n. 数模转换器
application-specific integrated circuit (ASIC)
n. 专用集成电路
field-programmable gate array (FPGA)
n. 现场可编程门阵列
time domain / frequency domain
n. 时域 / 频域
discretization / quantization
n. 离散化 / 量化 (采样的两阶段)
Nyquist-Shannon sampling theorem
n. 奈奎斯特-香农采样定理
aliasing
n. 混叠现象 (由于采样率不足导致频率错认)
wagon wheel effect
n. 马车轮效应 (典型的混叠特例)
linear filter
n. 线性滤波器 (满足叠加条件)
causal / non-causal filter
n. 因果 / 非因果滤波器 (是否使用未来采样)
time-invariant filter
n. 时不变滤波器
finite impulse response (FIR)
n. 有限冲激响应 (仅用输入,总是稳定)
infinite impulse response (IIR)
n. 无限冲激响应 (用输入和输出历史,可能不稳定)
convolution (convolving)
n./v. 卷积 (求FIR输出)
cepstrum
n. 倒频谱
quantization noise variance
n. 量化噪声方差 (对应该噪声的平均功率)
root-mean-square (RMS)
n. 均方根值 (标准差数值)
time-division multiplexing (TDM)
n. 时分复用 (利用采样空隙处理多通道)
demultiplexer
n. 解复用器