acute, adapt
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的更多相关文章
- 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. ...
- 常见设计模式解析和实现(C++)Adapt模式
作用:将一个类的接口转换成客户希望的另一个接口.Adapt模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作. UML示意图 1) 采用继承原有接口类的方式 2)采用组合原有接口类 ...
- 1091. Acute Stroke (30)
题目如下: One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given ...
- PAT1091:Acute Stroke
1091. Acute Stroke (30) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue One impo ...
- 论文笔记: 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 ...
- 2017 Russian Code Cup (RCC 17), Elimination Round D - Acute Triangles
D - Acute Triangles 思路: 极角排序+点积叉积 在一个三角形中,如果它是直角或者顿角三角形,那么直角和顿角只会出现一次 所以直角和顿角三角形的个数等于直角和顿角的个数 所以锐角三角 ...
- A1091. Acute Stroke
One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the re ...
- 【PAT】1091 Acute Stroke(30 分)
1091 Acute Stroke(30 分) One important factor to identify acute stroke (急性脑卒中) is the volume of the s ...
- PAT 1091 Acute Stroke [难][bfs]
1091 Acute Stroke (30 分) One important factor to identify acute stroke (急性脑卒中) is the volume of the ...
随机推荐
- 最近公共祖先 牛客网 程序员面试金典 C++ Python
最近公共祖先 牛客网 程序员面试金典 C++ Python 题目描述 有一棵无穷大的满二叉树,其结点按根结点一层一层地从左往右依次编号,根结点编号为1.现在有两个结点a,b.请设计一个算法,求出a和b ...
- word-break-ii leetcode C++
Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each ...
- Obsidian中使用Calendar插件快捷建立日记、周记
Calendar插件 Calendar插件是我第一个安装使用的插件,插件可以帮助我们很便捷的记录每天的工作 插件效果图 插件下载 下载地址 插件安装 # Obsidian如何手动下载并安装插件-以看板 ...
- Element - 日期禁用集合(持续更新)
当前日期之前的日期禁用 <el-date-picker v-model="form.startTime" type="date" placeholder= ...
- hadoop前期准备
最近想要学习一下hadoop,现在想边学习边记录下,方便以后自己或别人查看.(注意最好ubantu,jdk及其他软件选择32bit的,jdk最好7以上) 首先配置下jdk,下载下jdk的包,把jdk- ...
- 线程创建,属性设置与获得,等待线程结束,线程中fork,以及执行exec()
这篇博客的形式我想以分析代码不同情况为主: 点击(此处)折叠或打开 #include<stdio.h> #include<pthread.h> #include<time ...
- mapper接口绑定异常
前言 由于MP的代码生成器把mapper接口绑定的写sql语句xml文件创建在java目录下,而Maven加载机制只会将.java文件编译成.class文件,所以在target目录下找不到写xml文件 ...
- [linux]centos7.4部署django+Uwsgi+Nginx
前言:我已经写了几个接口用来部署在服务器上的,首先选择django+Uwsgi+Nginx因为配置简单,比较符合python的简单操作功能强大的特点 然后对于django的一些版本在之前的文章写了 参 ...
- Mysql - 整数类型的存储字节数和范围
MySQL 整数类型的存储字节数和范围 type 存储字节数 有符号最小值 无符号最小值 有符号最大值 无符号最大值 TINYINT 1 -128 0 127 255 SMALLINT 2 -3276 ...
- 在同级路径下,SpringBoot两种类型的配置文件(.properties/.yml)同时存在时,配置优先级如何处理?
两类配置文件如果同时存在,若 key 相同则 properties 优先级高,若key不同则合并加载: