•
first-order
英:
美:
常见释义:
adj.一级的,一阶的;最简单的;最根本的;最重要的;最直接的
1、nd the observation before Mr. Lindemann got around, was that it looked like a first order process.───在林德曼先生以前的观察,是它看起来像一级过程。
2、It was found that the first order solitons band magnitude and pulse width were both essentially unchanged in the long propagation process.───结果表明,在长距离传输过程中基阶孤子的幅度和脉宽基本不变,是进行光孤子通信的理想载体。
3、Their full catalogue costs $5, redeemable against a first order.───他们的完整目录要5美元,首次订购金额可充兑。
4、The improved
first-order
second-moment method was used to analyze the fatigue reliability of the component of a structural system.───结合改进的一次二阶矩法对系统单元进行疲劳可靠性分析。
5、Yao said the first order of business was assessing "how weak my foundation is" and working with instructors on a tailored course of study.───姚明说“首先就是弄明白自己的基础究竟有多差”。他对导师量身定制的学习课程会努力认真对待。
6、She was a snob of the first order.───她是天字第一号势利鬼。
7、The
first-order
effects of the stirrup were dramatic.───马镫的一阶效应已是非常巨大。
8、" okay, with that your first order is to stop telling me I m beautiful anymore, understood? " She says with a hint of smile.───既然这样,你要遵守的第一个妻命就是不许再夸我漂亮,明白没?
9、So in a fairly straightforward way, well use first order kinetics to determine the lifetime of something like this.───这里我们直接利用一阶过程的动理学,就得到了类似这种东西的寿命。
1、discalced order───取消订单
2、exclusion order───【法】 驱逐令
3、be order───保持秩序
4、order───vi.命令;订货;n.命令;顺序;规则;订单;(生物学)目;vt.命令;整理;订购
5、back order───延期交货;未付清订货
6、first things first───重要的事情先来;先说重要的
7、first───num.第一;第一个的;(列队中)最前面的;最好的;adv.首先;首次;(列举时用)第一;宁可;以身体的某一部位在先;pron.第一(个);第一次;n.空前的成就;(汽车、自行车的)第一档;(英国大学学位)最高成绩;(棒球)第一垒;(学院、学校的)一年级;(书的)第一版;(比赛中的)第一名;(英国)海军大臣;优等生;adj.最重要的,最优秀的;以前从未发生过的;紧接着来到的;最有可能的;领先于所有其他人的;演唱(或演奏)高声部的;det.第一;n.(First)(美)菲尔斯特(人名)
8、order qty───订单数量(orderquantity);订购数量(orderquantity)
9、first thing first───事有先后;先事先为
代位继承和第一顺序继承不是同一概念。
代位继承(Substitution Inheritance)是指一个类(子类)通过继承另一个类(父类)来获取其属性和方法,并可以替代父类在代码中的位置使用。子类可以重写或添加新的方法,但仍然可以使用父类的方法。
第一顺序继承(First-order Inheritance)是指类和它的超类之间的直接继承关系。一个类从它的超类继承属性和方法,而超类也可以有它自己的超类。这种继承关系构成了一个类的继承层次结构。
所以,代位继承是一种继承机制,而第一顺序继承是一个继承层次结构中的一个概念。