计算机英语词汇
符号
Quotes : 引号
parentheses : 圆括号
square bracket : 方括号
exclamation point : 感叹号
数学
addition : 加法
subtraction : 减法
multiplication : 乘法
division : 除法
floor division : 整除
ceiling : 取整
exponent : 指数
modulus : 模数
absolute value : 绝对值
plus : 加
minus : 减(负)
subtract : 减去
negative : 负的
multiply : 乘
multiplier : 乘数
divisible : 可整除的
radian : 弧度
intersection : 交集
union : 并集
geometry : 几何学
plane : 平面
3-dimensional : 三维
triangular : 三角形的
linear algbra
equation : 方程式
a system of equations : 一系列方程组
pivot : 主元
row : 行
column : 列
matrix : 矩阵
matrices : 矩阵(复数)
vector : 向量
dot product : 数量积,点乘积
determinant : 行列式
elimination : 消去
elimination matrices : 消元矩阵
substitution : 置换
back-substitution : 回代法:线性代数中解决已经转化为行阶梯形式的线性系统的方法。
编程
data visualization : 数据可视化
Cloud deployment models : 云部署模型
syntax : 语法
directory : 目录,文件夹
module : 模块
inheritance : 继承
iterator : 迭代
preallocate : 预先分配
variable : 变量
integer : 整数
pointer : 指针
slice : 切片
decimal : 小数
arithmetic : 算术
arithmetic mean : 算术平均值
operator : 运算符
ascending order : 顺序
descending order : 倒序
built-in : 固定的
statement : 语句
if statement : if语句
execute : 执行指令
assign : 赋值
dynamic array : 动态数组
Hashtable : 哈希表
Associate Arrays : 链表
Tuple : 元组 (有序且不可变的集合) heterogeneous
RAM : Random Access Memory 随机存取存储器
Machine Learning
gradient descent : 梯度下降:一种一阶迭代优化算法,用于寻找可微函数的局部最小值。