我的英语词汇本

XML(Extensible Markup Language)可扩展标记语言

HTMLHyperText Markup Language)超文本标记语言

IDEIntegrated Development Environment )集成开发环境  

URLUniform Resource Locator)统一资源定位器,即网页网址

VPS(Virtual Private Server )虚拟专用服务器

dp( density independent pixel )密度独立像素

sp(Scale Independent Pixels)规模独立像素,类似于dp使文本在不同大小设备显示的相对大小一致

Regular Expressions (RegEx / RegExp) 正则表达式

  

mathematical operators , 数学运算符

Remove the noStroke() call,移除noStroke函数调用。

calculate numbers and create expressions,计算数字并创建表达式  complicated expressions  复杂的表达式

arithmetic operators 算术运算符

addition 加法

subtraction 减法   minus 减去

multiplication 乘法

division  除法

remainder 余数

order of operations  操作顺序

exponents 指数

parenthesis 括号

It is commonly remembered as "PEMDAS" - parentheses, exponents, multiplication, division, addition, subtraction.

variables 变量

fractions 分数

proportionately 按比例地   proportion 比例

the initial value 初始值

pass 传递

pixel 像素 pix是pictrue常用缩写,element元素

the drawing commands 绘图命令

auto-wrap 自动换行  

Commas in the right places, between every argument - check the hint code. 逗号在正确的地方,每个参数之间 - 检查提示代码
dot 小圆点“ . ”
 
concatenating strings  连接字符串
escape characters 转义字符

Sibling 兄弟姐妹

shortcut 快捷方式
duration 持续时间
fade  逐渐消失 fade away身体变得虚弱   fade in[声音]淡入 fade out [声音]淡出
 
Doesn't have any syntax errors or program logic errors.没有任何语法错误或程序逻辑错误。
darker_gray 深灰色
Closed Caption 隐藏式字幕
fatal 致命的,致命错误
specify  指定
arguments 实参 
hierarchy 层级结构
integer     整型
Subclass  子类
register 寄存器,注册
 
  
原文地址:https://www.cnblogs.com/infocodez/p/7604096.html