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

'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. web 缓存

    http://robbinfan.com/blog/38/orm-cache-sumup http://my.oschina.net/ITBoy/blog/23683 http://www.kuqin ...

  2. windows 10家庭版升级到专业版

    因为要搭建一个服务器,需要用到Docker,根据Docker的文档,Docker必须要安装在windows 10 企业版,专业版,或者教育版上.不然不能使用.一直以为要重新下载专业版的镜像重新安装wi ...

  3. Timus1132(二次剩余方程求解)

    题目:http://acm.timus.ru/problem.aspx?space=1&num=1132 题意:就是给出方程,p为素数,求在区间内的解. 这个思路很简单,详见:http://a ...

  4. 【HDOJ】1885 Key Task

    状态压缩+BFS,一次AC. /* 1885 */ #include <iostream> #include <queue> #include <cstring> ...

  5. java程序:set改造成map

    逻辑:       set是无序不重复数据元素的集合.       map是另一种set,如果将<key,value>看成一个整体的话,其实就是set.在map中,若用map的keyset ...

  6. 【转】java中float与byte[]的互转 -- 不错

    原文网址:http://tjmljw.iteye.com/blog/1767716 起因:想把一个float[]转换成内存数据,查了一下,下面两个方法可以将float转成byte[]. 方法一 imp ...

  7. Android Weekly Notes Issue #239

    Android Weekly Issue #239 January 8th, 2017 Android Weekly Issue #239 本期内容包括: Android Things开发; Andr ...

  8. sql server 2008有关SQL的模糊查询

    执行 数据库查询时,有完整查询和模糊查询之分. 一般模糊语句如下: SELECT 字段 FROM 表 WHERE 某字段 Like 条件 其中关于条件,SQL提供了四种匹配模式: 1,%:表示任意0个 ...

  9. IOS的 testflight测试设置

    管理员邀请参与者 1.登录开发者账号https://developer.apple.com/account 2.进入后,点击ituns connect 3.点击进入用户和职能 4.在用户栏点击添加按钮 ...

  10. 服务端调用js:javax.script

    谈起js在服务端的应用,大部分人的第一反应都是node.js.node.js作为一套服务器端的 JavaScript 运行环境,有自己的独到之处,但不是所有的地方都需要使用它. 例如在已有的服务端代码 ...