常用英语词汇

蓝牙 芯片 网络 SQL
嵌入式 Qt 其它 Linux
变量定义 汇编 底部

蓝牙

缩写 全称 备注
GAP generic access profile 通用访问配置文件
SM security management protocol 全管理协议
GATT generic attribute profile 通用属性配置文件
ATT attribbute protocol 属性协议
L2CAP logical link contorl and adaptation protocol 逻辑链路和适配协议
LL link layer 链路层
PPCP The Peripheral Preferred Connection Parameters 外围设备首选连接参数
CAR Central Address Resolution 中心设备地址解析
RPA Resolvable Private Address 可解析私有地址
UUID Universally Unique Identifier 通用唯一识别码,128位
PPI Programmable Peripheral Interconnect 可编程外设互联
ADC Analog-to-digital converter 模数转换器
SAADC Successive approximation analog-to-digital converter 逐次逼近型ADC
GAIN 增益
REFFERENCE 参考电压
HAL Hardware Access Layer; Hardware Abstraction Layer 硬件访问层; 硬件抽象层
NVMC Non-volatile memory controller 非易失性存储器控制器
AP access point 接入点
SDP service discovery protocol 服务发现协议
LM link manager 链路管理器
LMP link manager protocol 链路管理协议

芯片

缩写 全称 备注
OSC oscillator [ˈɑsɪˌleɪtər] 振荡器, crystal oscillator 晶体振荡器
HSI high speed internal 高速内部时钟
HSE high speed external 高速外部时钟
LSI low speed internal 低速内部时钟
LSE low speed external 低速外部时钟
PLL phase-locked loop 锁相环路(倍频)
COMP compensation 补偿引脚
Cortex Cortex 大脑皮层。ARM公司在经典处理器ARM11以后的产品改用Cortex命名,并分成A、R和M三类
CMSIS Cortex Microcontroller Software Interface Standard ARM Cortex™ 微控制器软件接口标准

网络

缩写 全称 备注
TLB Translation Look-aside Buffer 翻译后援缓冲器
TCP Transmission Control Protocol 传输控制协议
SYN sync 同步
ACK Acknowledge 应答
SEQ sequence 序列号
APN Access Point Name 接入点名称
DOM Document Object Model 文件对象模型
AP access point 接入点
SSL Secure Socket Layer 安全套接层

SQL

缩写 全称 备注
QPS Queries Per Second 每秒处理的查询数(如果是数据库,就相当于读取)
TPS Transactions Per Second 每秒处理的事务数(如果是数据库,就相当于写入、修改)
IOPS 每秒磁盘进行的I/O操作次数
transaction 事务(指一组SQL语句)
truncate 截断
grant 授权
revoke 撤回,废弃
privilege [ˈprɪvəlɪdʒ] 特权,权限。grant all privileges on *.* to ‘root’ ;

嵌入式

缩写 全称 备注
MMU memory management unit 内存管理单元
TWI Two-wire Serial Interface 是对I2C总线接口的继承和发展,完全兼容I2C总线
NVIC nested vectored interrupt controller 嵌套向量中断控制器

Qt

单词 词性,音标 释义
aliasing 锯齿,antialiasing(抗锯齿)
opaque n,adj [oʊˈpeɪk] 不透明,模糊
slider 滑块
palette 调色板
gradient 渐变,倾斜度
pseudo [‘sjuːdəʊ] 伪;假的,冒充的
anchor n,v 锚点;下锚
blur [blɜː(r)] 虚化,模糊
stroke n,v 描边;轻抚
padding 填充,内边距
margin 边缘,外边距
canvas 画布
animation 动画制作
gap 间隔
gradient [ˈɡreɪdiənt] 渐变
dense 密集的
solid 固体的,实体的
spin 自转,旋转(spinbox旋钮控件)
dimension [daɪˈmenʃ(ə)n] 尺寸、维度
axes [ˈækˌsiz] 坐标轴

其它

单词 词性or全称 释义
hook 钩子
in case 以防万一
retention 保持,retention registers
threshold 阈值
parameter 形参
argument 实参
interpret 诠释,说明,解释
hint 线索,提示
delegate 代理,委派
calibrate 校正
form 窗体,表格,形式
spacer 隔板,间隔物
facility 设施,机构
content 目录,内容
moderator 版主
alias 别名
implicit 隐式(转换)
explicit 显式
util 工具类
archive 档案
JAR Java Archive File Java归档
manifest 清单;显示
constrain 限制,约束(resource-constrained,资源有限的)
bare-minimum 绝对最小值;最低条件
authentication 验证;鉴定;认证
authorization 授权;批准;权限;核准
backend 后台
integration 集成;整合;综合;一体化
NAT Network Address Translation 网络地址翻译
deter 制止;防止
malicious 怀有恶意的
LWT Last Will and Testament 临终遗嘱
endure 容忍
consume 消耗;消费
MQTT Message Queuing Telemetry Transport 消息队列遥测传输协议
retain 保留
hierarchy 层次,阶层
appropriate 适当的
synopsis 总览;概要
loopback 回环
verbose 详细
approximately 近似地;大约
alphabetical 按字母表顺序的
crypto 加密
assignment 分配
peak 峰值
manipulate 操作、操纵
versus 比对(VS)
justify 证明;两端对齐(CSS)
infrastructure 基础设施
suppress [səˈpres] 抑制,压制,阻止,禁止
trade-off 均衡,权衡
optimal 最佳的
amplifier 功放
panel 面板
enumerate [ɪˈnjuːməreɪt] 列举、枚举

Linux

缩写 全称/词性 备注
GNOME GNU Network Object Environment 网络对象模型环境
KDE Kool Desktop Environment K 桌面环境
grep 查找字符串;正则表达式
duplicate n,v 副本;复制dup()
seek 寻求,探索fseek(),lseek()
dirent 目录项
mandatory 强制的;法定的;义务的
dereference 解引用
retrieve 检索;找回;取回;收回
identical 完全相同的;相等的;恒等
proc 定义过程;存储过程;文件系统
procfs 进程文件系统
probe 探针,探测

变量定义

变量 全程
argc argument count
argv argument vector
atoi ascii to int
htonl host to network long
htons host ot network short
ntohl network to host long
ntohs network to host short

汇编

命令 释义 举例
LDR 从存储器中加载字到一个寄存器中
BL 跳转到寄存器/标号给出的地址,并把跳转前的下条指令地址保存到LR
BLX 跳转到寄存器给出的地址,根据LSE确定确定处理器的状态,下一指令存到LR
BX 跳转到寄存器/标号给出的地址,不用返回
STR 把值存储到寄存器所指的地址中
STRB
AREA 指示汇编器汇编一个新的代码段或数据段。段是独立的、指定的、不可见的代码或数据块,它们由连接器处理。 AREA STACK, NOINIT, READWRITE, ALIGN=3
SPACE 保留一个用零填充的存储器块
ORR 按位或操作
BIC 把立即数取反,再按位与

回到顶部