面试中的常用英语
欢迎浏览:Interview Science - 专为国外大厂撰写的求职指南 了解更多资讯
如何贡献
- 欢迎通过建立 issue 来添加常用词,例子或者修正错误
- 感谢 Vicky Cheng 对此仓库的贡献
技术相关
标点符号
| 内容 | 单词 | 读音 |
|---|---|---|
| . | period / full stop | /ˈpɪr.i.əd/ |
| , | comma | /ˈkɑː.mə/ |
| : | colon | /ˈkoʊ.lən/ |
| ; | semicolon | /ˈsem.iˌkoʊ.lən/ |
| ' | apostrophe | /əˈpɑː.strə.fi/ |
| - | hyphen | /ˈhaɪ.fən/ |
| ... | ellipses | /iˈlɪp.siːz/ |
| / | forward slash | |
| \ | backslash | |
| < | less than sign | |
| > | greater than sign | |
| # | pound sign / hashtag | |
| % | percent sign | |
| & | ampersand | /ˈæm.pɚ.sænd/ |
| * | star sign / asterisk | /ˈæs.tɚ.ɪsk/ |
| " | quotation mark / double quotes | |
| ' | single quotes | |
| ? | question mark | |
| ! | exclamation mark | |
| () | round brackets / parentheses | |
| {} | braces | /ˈbreɪ·sɪz/ |
| [] | square brackets | |
| _ | underscore | |
| == | double equal signs | |
| === | triple equal signs |
英语单词
| 内容 | 含义 | 例子 |
|---|---|---|
| asymmetric | 非对称 | asymmetric encryption |
| clockwise | 顺时针 | clockwise rotation |
| counterclockwise | 逆时针 | counterclockwise rotation |
| cumulative | 累积 | cumulative sum |
| consecutive | 连续 | consecutive numbers |
| coordinate | 坐标 | coordinate system |
| circumference | 周长 | circumference of this circle |
| distinct | 唯一 | distinct character |
| decimal | 十进制 | decimal numbers |
| diagonal | 对角线 | diagonal traverse the matrix |
| hexadecimal | 十六进制 | hexadecimal to decimal |
| idempotent | 幂等 | idempotent operation |
| inverse | 倒数 | a is the inverse of b |
| octal | 八进制 | octal to decimal |
| opposite | 相反数 | the opposite of 10 is -10 |
| dense | 稠密 | dense matrix |
| sparse | 稀疏 | sparse matrix |
| denominator |