`~!$^*()[]{}\|;:'",<>/?在英文怎么读?

'exclam'='!' 
'at'='@' 
'numbersign'='#' 
'dollar'='$' 
'percent'='%' 
'caret'='^' 
'ampersand'='&' 
'asterisk'='*' 
'parenleft'='(' 
'parenright'=')' 
'minus'='-' 
'underscore'='_' 
'equal'='=' 
'plus'='+' 
'bracketleft'='[' 
'braceleft'='{' 
'bracketright'=']' 
'braceright'='}' 
'semicolon'=';' 
'colon'=':' 
'quote'=''' 
'doublequote'='"' 
'backquote'=''' 
'tilde'='~' 
'backslash'='\' 
'bar'='|' 
'comma'=',' 
'less'='<' 
'period'='.' 
'greater'='>' 
'slash'='/' 
'question'='?' 
'space'=' '

--------------------------------------------------------------------
 ̄ hyphen 连字符 
' apostrophe 省略号;所有格符号 
— dash 破折号 
‘ ’single quotation marks 单引号 
“ ”double quotation marks 双引号 
( ) parentheses 圆括号 
[ ] square brackets 方括号 
Angle bracket 
{} Brace 
《 》French quotes 法文引号;书名号 
... ellipsis 省略号 
¨ tandem colon 双点号 
" ditto 同上 
‖ parallel 双线号 
/ virgule 斜线号 
& ampersand = and 
~ swung dash 代字号 
§ section; division 分节号 
→ arrow 箭号;参见号 
+ plus 加号;正号 
- minus 减号;负号 
± plus or minus 正负号 
× is multiplied by 乘号 
÷ is divided by 除号 
= is equal to 等于号 
≠ is not equal to 不等于号 
≡ is equivalent to 全等于号 
≌ is equal to or approximately equal to 等于或约等于号 
≈ is approximately equal to 约等于号 
< is less than 小于号 
> is more than 大于号 
≮ is not less than 不小于号 
≯ is not more than 不大于号 
≤ is less than or equal to 小于或等于号 
≥ is more than or equal to 大于或等于号 
% per cent 百分之… 
‰ per mill 千分之… 
∞ infinity 无限大号 
∝ varies as 与…成比例 
√ (square) root 平方根 
∵ since; because 因为 
∴ hence 所以 
∷ equals, as (proportion) 等于,成比例 
∠ angle 角 
⌒ semicircle 半圆 
⊙ circle 圆 
○ circumference 圆周 
π pi 圆周率 
△ triangle 三角形 
⊥ perpendicular to 垂直于 
∪ union of 并,合集 
∩ intersection of 交,通集 
∫ the integral of …的积分 
∑ (sigma) summation of 总和 
° degree 度 
′ minute 分 
〃 second 秒 
# number …号 
℃ Celsius system 摄氏度 
@ at 单价
x'是x prime(比如转置矩阵)
x"是x double-prime</DIV>

随机推荐

  1. Unity3d 基础知识学习 工具篇

    Unity3d  层(layer)的学习 @广州小龙 unity中的层是个很有用的东西, 点击层的下拉框,点击Add Layer,可以打开层管理器,我新建了一个层为test 他的id值是8,这个后面会 ...

  2. js和jsp

    1.js中的字符串赋值可以用' '或者" ". alert('1111'); alert("1111"); document.getElementById('d ...

  3. hashCode() 和equals() 区别和作用

    HashSet和HashMap一直都是JDK中最常用的两个类,HashSet要求不能存储相同的对象,HashMap要求不能存储相同的键. 那么Java运行时环境是如何判断HashSet中相同对象.Ha ...

  4. 【POJ】2513 Colored Sticks

    字典树+并查集. #include <cstdio> #include <cstring> #include <cstdlib> #define MAXN 5000 ...

  5. DP(斜率优化):HDU 3507 Print Article

    Print Article Time Limit: 9000/3000 MS (Java/Others)    Memory Limit: 131072/65536 K (Java/Others)To ...

  6. 高效算法——Most financial institutions 贪心 H

    H - 贪心 Crawling in process... Crawling failed Time Limit:3000MS     Memory Limit:0KB     64bit IO Fo ...

  7. 数据结构——UVA 1600 机器人巡逻

    描述 A robot has to patrol around a rectangular area which is in a form of mxn grid (m rows and n colu ...

  8. Finding Palindromes - 猥琐的字符串(Manacher+trie)

    题目大意:有 N 个字符串,所有的字符串长度不超过 200W 任意俩俩字符串可以自由组合,问组合的字符串是回文串的个数有多少个?   分析:这是一个相当猥琐的字符串处理,因为没有说单个的字符串最少多长 ...

  9. c# mongo 返回指定的列

    var query= db.GetCollection<Merchant>("merchant").Find(Query<Merchant>.EQ(m =& ...

  10. 滑动到底部或顶部响应的ScrollView实现

    关于使用可见:滚动到底部或顶部响应的ScrollView使用 示例APK可从这些地址下载:Google Play,  360手机助手,  百度手机助手,  小米应用商店,  豌豆荚 两种实现方式的主要 ...