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 ...
随机推荐
- Xpath语法学习记录
高级参考:https://blog.csdn.net/wudaoshihun/article/details/82226122 举例: 1 <!DOCTYPE html> 2 <ht ...
- hdu 1027 Ignatius and the Princess II(正、逆康托)
题意: 给N和M. 输出1,2,...,N的第M大全排列. 思路: 将M逆康托,求出a1,a2,...aN. 看代码. 代码: int const MAXM=10000; int fac[15]; i ...
- cm0 逆向分析
目录 cm0 逆向分析 前言 Strings工具复习 String工具使用说明 Strings工具解cm0题 cm0 逆向分析 前言 Emmmmm,我假装你看到这里已经学过了我的<恶意代码分析实 ...
- Pycharm的安装简介
Pycharm 1. Pycharm简介 PyCharm是由JetBrains打造的一款Python IDE,VS2010的重构插件Resharper就是出自JetBrains之手.同时支持Googl ...
- grpc协议
gRPC详解 gRPC是什么? gRPC是什么可以用官网的一句话来概括 A high-performance, open-source universal RPC framework 所谓RPC(re ...
- 【Python+postman接口自动化测试】(5)抓包工具Fiddler简介
Fiddler简介 Fiddler 4.6 下载 http://www.downza.cn/soft/234727.html 为什么使用Fiddler? 可以抓到请求数据,查看Raw格式/表单格式/J ...
- Springboot 整合RabbitMq ,用心看完这一篇就够了
该篇文章内容较多,包括有rabbitMq相关的一些简单理论介绍,provider消息推送实例,consumer消息消费实例,Direct.Topic.Fanout的使用,消息回调.手动确认等. (但是 ...
- C# 判断未将对象引用设置到对象的实例,出错的代码到底在第几行
DataTable dt = null; try { var x = dt.Rows.Count; } catch(NullReferenceException nullexception) { Me ...
- Java学习(十八)
学习了Web中的单位. 像素是网页中最常用到的单位,一个像素是屏幕中的一个小点. 不同显示器一个像素的大小也不同,像素越小,显示效果越好. 也可以用百分比的方式: <!DOCTYPE html& ...
- React-Router学习(基础路由与嵌套路由)
示例:基本路由 在这个例子中,我们有3个'Page'组件处理<Router>. 注意:而不是<a href="/">我们使用<Link to=&quo ...