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

'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. ms08-067

    http://wenku.baidu.com/view/f473355077232f60ddcca119.html

  2. 通过 IDE 向 Storm 集群远程提交 topology

    转载: http://weyo.me/pages/techs/storm-topology-remote-submission/ http://www.javaworld.com/article/20 ...

  3. iOS Developer Libray (中文版)-- Defining Classes 定义类

    该篇是我自己学习iOS开发时阅读文档时随手记下的翻译,有些地方不是很准确,但是意思还是对的,毕竟我英语也不是很好,很多句子无法做到准确的字词翻译,大家可以当做参考,有错误欢迎指出,以后我会尽力翻译的更 ...

  4. Keil MDK与h-jtag联调

    keil MDK也是可以借助h-jtag进行单步调试,写出来与大家一起分享一下. keil MDK编译器使用V4.01版本,下载地址:http://www.embedinfo.com/down-lis ...

  5. Qt Style Sheets Examples(官方例子目录,很全)

    Contents Style Sheet Usage Customizing the Foreground and Background Colors Customizing Using Dynami ...

  6. OpenCV 2.4.3在VS2010上的应用

    一.下载和安装:    1.OpenCV 2.4.3下载:http://www.opencv.org.cn/index.php/Download#Version_2.4.3    2.下载完成后,解压 ...

  7. POJ2002 Squares(枚举)

    题目链接. 分析: 普遍的做法是:先枚举两个点,通过数学公式得到另外2个点,使得这四个点能够成正方形.然后检查散点集中是否存在计算出来的那两个点,若存在,说明有一个正方形. 但这种做法会使同一个正方形 ...

  8. vijos1053Easy sssp

    P1053Easy sssp 描述 输入数据给出一个有N(2 <= N <= 1,000)个节点,M(M <= 100,000)条边的带权有向图. 要求你写一个程序, 判断这个有向图 ...

  9. C#调用Exe文件的方法及如何判断程序调用的exe已结束

    很简单的代码就可以实现C#调用EXE文件,如下: 引入using System.Diagnostics; 调用代码: Process.Start(exe文件名); 或直接 System.Diagnos ...

  10. 使用 HTMLTestRunner.py

    HTMLTestRunner.py python 2版本 下载地址:http://tungwaiyip.info/software/HTMLTestRunner.html 教程:http://www. ...