acute

In Euclidean [欧几里得] geometry, an angle is the figure [图形] formed by two rays, called the sides of the angle, sharing a common endpoint, called the vertex [边] of the angle. Angles smaller than a right angle [直角] (less than 90°) are called acute angles ("acute" meaning "sharp"). An angle equal to 90° or π/2 radians is called a right angle. Two lines that form a right angle are said to be normal, orthogonal [正交], or perpendicular [垂直]. Angles larger than a right angle and smaller than a straight angle [平角] (between 90° and 180°) are called obtuse angles ("obtuse" meaning "blunt"). An angle equal to 180° or π radians is called a straight angle.

The term normal in mathematics is used in the following broad senses:
1. To denote something upright or perpendicular
2. To denote something that is as it should be. In this sense, normal means good or desirable rather than typical
法线(normal line)指始终垂直于某平面的直线。正态分布(Normal distribution)也叫常态分布或高斯分布(Gaussian distribution)。“学为人师,行为世范”是北京师范大学(Beijing Normal University)的校训,它是启功教授在1996年夏天提出的。法: 标准; 规范。范: 模mú子; 榜样。想当榜样不正直还行?If it's not a right angle, it's an wrong angle.

回忆下力的分解与合成。不正交的两个力,在彼此方向上的分力为0。斜着拉物体,在水平方向上有分力。两个概念正交,大概其就是不搭界的意思。风马牛不相及(出自《左传》),风x轴、马y轴和牛z轴多欢乐啊。

A reference angle is the acute version of any angle. Both an angle of 150 and 750 degrees have a reference angle of 30 degrees.

The two acute angles in a right triangle are complementary [互余]. supplementary angle: 补角。

An acute triangle (or acute-angled triangle) is a triangle with three acute angles (less than 90°). An obtuse triangle (or obtuse-angled triangle) is a triangle with one obtuse angle (greater than 90°) and two acute angles.

Acute toxicity describes the adverse effects of a substance that result either from a single exposure or from multiple exposures in a short period of time (usually less than 24 hours). Acute toxicity is distinguished from chronic [慢性] toxicity, which describes the adverse [harmful] health effects from repeated exposures, often at lower levels, to a substance over a longer time period (months or years). It is widely considered unethical to use humans as test subjects for acute (or chronic) toxicity research.

汉语有迟钝,敏锐。acute的近义词有quick和smart。“工作好找吗?” 是个尖锐的问题,serious和severe也是acute的近义词。敏锐可以形容感觉,acute可以修饰sense,被锐物扎了都疼啊。

adapt

不是adopt. 变化: adaptable, adaptability, adaptation, adapter/adaptor. 同义词: adjust, alter, change, modify, vary

An adapter or adaptor is a device that converts attributes of one electrical device or system to those of an otherwise incompatible [不兼容的] device or system. Some modify power or signal [信号] attributes, while others merely adapt the physical form of one connector to another.

Many countries with ties to Europe use 230-volt, 50 Hz AC mains electricity, using a variety of power plugs and sockets. A passive electric power adapter, sometimes called a travel plug or travel adapter, allows using a plug from one region with a foreign socket. As other countries supply 120-volt, 60 Hz AC, using a travel adapter in a country with a different supply poses a safety hazard [危险] if the connected device does not support both input voltages.

An AC-to-DC power supply adapts electricity from household mains voltage (either 120 or 230 volts AC) to low-voltage DC suitable for powering consumer electronics. Small, detached power supplies for consumer electronics are called AC adapters, power bricks, or chargers [充电器].

"The screenplay adapter thinks the script needs some work. The plays were a very different story: I worked with the adaptor for 10 drafts." – The Washington Post.

貌似adapter和adaptor都可以指人或物,两者没区别了。老外也有爱较真茴字写法的,而且巨能写。尤其是英语单词长(一维,汉字二维),洋洋洒洒一大篇。

If you're wondering how to adapt a novel [小说] into a screenplay [剧本], keep reading books. A screenplay or dub [字幕] adaptor — who may not know the source language — will take the script provided by the translator [笔译者] and adapt it for dubbing purposes.

acute, adapt的更多相关文章

  1. be accustomed to doing|actual |acute|adapt |

    Sometimes you've got to play a position that you're not accustomedto for 90 minutes, " he said. ...

  2. 常见设计模式解析和实现(C++)Adapt模式

    作用:将一个类的接口转换成客户希望的另一个接口.Adapt模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作. UML示意图 1)      采用继承原有接口类的方式 2)采用组合原有接口类 ...

  3. 1091. Acute Stroke (30)

    题目如下: One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given ...

  4. PAT1091:Acute Stroke

    1091. Acute Stroke (30) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue One impo ...

  5. 论文笔记: Mutual Learning to Adapt for Joint Human Parsing and Pose Estimation

    Mutual Learning to Adapt for Joint Human Parsing and Pose Estimation 2018-11-03 09:58:58 Paper: http ...

  6. 2017 Russian Code Cup (RCC 17), Elimination Round D - Acute Triangles

    D - Acute Triangles 思路: 极角排序+点积叉积 在一个三角形中,如果它是直角或者顿角三角形,那么直角和顿角只会出现一次 所以直角和顿角三角形的个数等于直角和顿角的个数 所以锐角三角 ...

  7. A1091. Acute Stroke

    One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the re ...

  8. 【PAT】1091 Acute Stroke(30 分)

    1091 Acute Stroke(30 分) One important factor to identify acute stroke (急性脑卒中) is the volume of the s ...

  9. PAT 1091 Acute Stroke [难][bfs]

    1091 Acute Stroke (30 分) One important factor to identify acute stroke (急性脑卒中) is the volume of the ...

随机推荐

  1. python文件读写及修改

    转载:https://www.cnblogs.com/zhxwind/p/8761618.html 文件的读写有三种形式:读.写和追加. 一.读模式 r 和读写模式 r+ 1.读模式 r 读模式r特点 ...

  2. 整数转化 牛客网 程序员面试金典 C++ Python

    整数转化 牛客网 程序员面试金典 C++ Python 题目描述 编写一个函数,确定需要改变几个位,才能将整数A转变成整数B. 给定两个整数int A,int B.请返回需要改变的数位个数. 测试样例 ...

  3. 0x02

    #include<bits/stdc++.h> using namespace std; int n,a[10][10],vis[10],ans,b[10][10]; inline int ...

  4. 【Docker】Maven打包SpringBoot项目成Docker镜像并上传到Harbor仓库(Eclipse、STS、IDEA、Maven通用)

    写在前面 最近,在研究如何使用Maven将SpringBoot项目打包成Docker镜像并发布到Harbor仓库,网上翻阅了很多博客和资料,发现大部分都是在复制粘贴别人的东西,没有经过实践的检验,根本 ...

  5. .NET 生态系统的蜕变之 .NET 6云原生

    云原生的英文名是cloud native,native 就是土著的意思,也就是土著对当地的环境是非常适应的,在云的环境和传统的数据中心是非常不同的,云原生就是要用的云的技术来构建应用, 利用云的技术来 ...

  6. Java的了解

    Java的基础了解 第一天学习的重要知识点: 1.任何的程序本质有三个:变量:if语句:循环语句. 2.Java的类型:即是编译型也是解释型. 3.JVM:执行bteecode字节码的"虚拟 ...

  7. Centos7下安装BlockScout

    简介 BlockScout是一个Elixir应用程序,允许用户搜索以太坊网络(包括所有叉子和侧链)上的交易,查看账户和余额以及验证智能合约.BlockScout为用户提供了一个全面,易于使用的界面,以 ...

  8. prometheus(6)之常用服务监控

    监控常用服务 1.tomcat 2.redis 3.mysql 4.nginx 5.mongodb prometheus监控tomcat tomcat_exporter地址 https://githu ...

  9. Maven下载、安装、配置

    简介 Maven是一个项目管理工具,主要用于Java平台的项目构建.依赖管理和项目生命周期管理. 当然对于我这样的程序猿来说,最大的好处就是对jar包的管理比较方便,只需要告诉Maven需要哪些jar ...

  10. feign微服务调用携带浏览器信息(header、cookie)

    import feign.RequestInterceptor; import feign.RequestTemplate; import org.apache.commons.collections ...