加减乘除等符号大全中英对照,在英语中的用法

2024-03-25 22:08

本文主要是介绍加减乘除等符号大全中英对照,在英语中的用法,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

+  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 秒 
℃ Celsius system 摄氏度 { open brace, open curly 左花括号 
} close brace, close curly 右花括号 
( open parenthesis, open paren 左圆括号 
) close parenthesis, close paren 右圆括号 
() brakets/ parentheses 括号 
[ open bracket 左方括号 
] close bracket 右方括号 
[] square brackets 方括号 
. period, dot 句号,点 
| vertical bar, vertical virgule 竖线 
& ampersand, and, reference, ref 和,引用 
* asterisk, multiply, star, pointer 星号,乘号,星,指针 
/ slash, divide, oblique 斜线,斜杠,除号 
// slash-slash, comment 双斜线,注释符 
# pound 井号 
\ backslash, sometimes escape 反斜线转义符,有时表示转义符或续行符 
~ tilde 波浪符 
. full stop 句号 
, comma 逗号 
: colon 冒号 
; semicolon 分号 
? question mark 问号 
! exclamation mark (英式英语) exclamation point (美式英语) 
' apostrophe 撇号 
- hyphen 连字号 
-- dash 破折号 
... dots/ ellipsis 省略号 
" single quotation marks 单引号 
"" double quotation marks 双引号 
‖ parallel 双线号 
& ampersand = and 
~ swung dash 代字号 
§ section; division 分节号 
→ arrow 箭号;参见号
 
加减乘除表示法
1. “加”用plus,and或add表示;“等于”用is,make,equal等词表示。
2+3=? 可表示为: How much is two plus three?
2+3=5
Two plus three is five.
Two and three is equal to five.
Two and three make five.
Two added to three equals five.
If we add two to/and three, we get five.
二加三等于五
2. “减”用 minus或 take from表示
10-6=? How much is ten minus six?
10-6=4
Ten minus six is four.
Take six from ten and the remainder is four.
Six (taken) from ten is four.
十减去六等于四
3. “乘”用time(动词)或multiply表示
3X4=? How much is three times four?
3X4=12
Three times four is/are twelve.
Multiply three by four,we get twelve.
Three multiplied by four makes twelve.
三乘以四等于十二
4. “除”用divide的过去分词形式表示
16÷4=? How much is sixteen divided by four?
16÷4=4
Sixteen divided by four is four.
Sixteen divided by four equals/gives/makes four.
十六除以四等于四。

这篇关于加减乘除等符号大全中英对照,在英语中的用法的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/846379

相关文章

golang panic 函数用法示例详解

《golangpanic函数用法示例详解》在Go语言中,panic用于触发不可恢复的错误,终止函数执行并逐层向上触发defer,最终若未被recover捕获,程序会崩溃,recover用于在def... 目录1. panic 的作用2. 基本用法3. recover 的使用规则4. 错误处理建议5. 常见错

前端知识点之Javascript选择输入框confirm用法

《前端知识点之Javascript选择输入框confirm用法》:本文主要介绍JavaScript中的confirm方法的基本用法、功能特点、注意事项及常见用途,文中通过代码介绍的非常详细,对大家... 目录1. 基本用法2. 功能特点①阻塞行为:confirm 对话框会阻塞脚本的执行,直到用户作出选择。②

Python中多线程和多进程的基本用法详解

《Python中多线程和多进程的基本用法详解》这篇文章介绍了Python中多线程和多进程的相关知识,包括并发编程的优势,多线程和多进程的概念、适用场景、示例代码,线程池和进程池的使用,以及如何选择合适... 目录引言一、并发编程的主要优势二、python的多线程(Threading)1. 什么是多线程?2.

JavaScript中的reduce方法执行过程、使用场景及进阶用法

《JavaScript中的reduce方法执行过程、使用场景及进阶用法》:本文主要介绍JavaScript中的reduce方法执行过程、使用场景及进阶用法的相关资料,reduce是JavaScri... 目录1. 什么是reduce2. reduce语法2.1 语法2.2 参数说明3. reduce执行过程

Python itertools中accumulate函数用法及使用运用详细讲解

《Pythonitertools中accumulate函数用法及使用运用详细讲解》:本文主要介绍Python的itertools库中的accumulate函数,该函数可以计算累积和或通过指定函数... 目录1.1前言:1.2定义:1.3衍生用法:1.3Leetcode的实际运用:总结 1.1前言:本文将详

MyBatis-Flex BaseMapper的接口基本用法小结

《MyBatis-FlexBaseMapper的接口基本用法小结》本文主要介绍了MyBatis-FlexBaseMapper的接口基本用法小结,文中通过示例代码介绍的非常详细,对大家的学习或者工作具... 目录MyBATis-Flex简单介绍特性基础方法INSERT① insert② insertSelec

深入解析Spring TransactionTemplate 高级用法(示例代码)

《深入解析SpringTransactionTemplate高级用法(示例代码)》TransactionTemplate是Spring框架中一个强大的工具,它允许开发者以编程方式控制事务,通过... 目录1. TransactionTemplate 的核心概念2. 核心接口和类3. TransactionT

数据库使用之union、union all、各种join的用法区别解析

《数据库使用之union、unionall、各种join的用法区别解析》:本文主要介绍SQL中的Union和UnionAll的区别,包括去重与否以及使用时的注意事项,还详细解释了Join关键字,... 目录一、Union 和Union All1、区别:2、注意点:3、具体举例二、Join关键字的区别&php

Kubernetes常用命令大全近期总结

《Kubernetes常用命令大全近期总结》Kubernetes是用于大规模部署和管理这些容器的开源软件-在希腊语中,这个词还有“舵手”或“飞行员”的意思,使用Kubernetes(有时被称为“... 目录前言Kubernetes 的工作原理为什么要使用 Kubernetes?Kubernetes常用命令总

oracle中exists和not exists用法举例详解

《oracle中exists和notexists用法举例详解》:本文主要介绍oracle中exists和notexists用法的相关资料,EXISTS用于检测子查询是否返回任何行,而NOTE... 目录基本概念:举例语法pub_name总结 exists (sql 返回结果集为真)not exists (s