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

'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. XML CDATA

    /* <![CDATA[ */var mv_dynamic_to_top = {"text":"To Top","version":& ...

  2. 温习H3C S5500的VLAN配置

    这,才是我想要的... ACCESS还是TRUNK TYPE?

  3. 输出password

  4. 网络流(最大密集度子图,分数规划):UvaLive 3709 Hard Life

    John is a Chief Executive Officer at a privately owned medium size company. The owner of the company ...

  5. HDOJ(HDU) 2143 box(简单的多次判断-用的卫条件)

    Problem Description One day, winnie received a box and a letter. In the letter, there are three inte ...

  6. 洛谷2344 奶牛抗议(DP+BIT+离散化)

    洛谷2344 奶牛抗议 本题地址:http://www.luogu.org/problem/show?pid=2344 题目背景 Generic Cow Protests, 2011 Feb 题目描述 ...

  7. Square(强大的剪枝)

    http://acm.tzc.edu.cn/acmhome/problemdetail.do?&method=showdetail&id=2410 /* 题意; 给出一定数量的棍子用这 ...

  8. HTML参考手册

    New : HTML5 中的新标签. 标签 描述 <!--...--> 定义注释. <!DOCTYPE>  定义文档类型. <a> 定义锚. <abbr> ...

  9. Wireless Password - HDU 2825(ac自动机+状态压缩)

    题目大意:有个人想破解他邻居的密码,他邻居告诉了一些关于这个密码的信息,并且给他一个单词集合,他用这些信息判断一下最少有多少种密码. 1->, 所有的密码都是有小写字母组成. 2->,密码 ...

  10. Dijkstra算法为什么权值不能为负

    Dijkstra算法当中将节点分为已求得最短路径的集合(记为S)和未确定最短路径的个集合(记为U),归入S集合的节点的最短路径及其长度不再变更,如果边上的权值允许为负值,那么有可能出现当与S内某点(记 ...