So instead of a burst of flavor, you just get that mealy texture.
所以你尝到的口感是面的,而不是香味迸发。
Scishow 精选系列
Soft fruits, like peaches and nectarines, can become mealy if you refrigerate them too soon.
偏软的水果,如桃子和油桃,过早放入冰箱反而容易变面。
Scishow 精选系列
And from the outside, it's impossible to tell which fruit already has a mealy texture.
而且从外表看,无法判断哪个水果已经变面了。
Scishow 精选系列
That's because their mealy texture is tied to the breakdown of a substance called pectin.
因为与它们变面有关的是果胶这种物质的溶解。
Engvid超级外教Alex-课程合辑
Next, I hate this texture, so mealy.
接下来,我讨厌这种质地, 太粉了。
Engvid超级外教Alex-课程合辑
So, I hate mealy apples and mealy tomatoes.
所以, 我讨厌粉状苹果和粉状西红柿。
Engvid超级外教Alex-课程合辑
So, mealy is an apple or a tomato and they're a little too soft.
所以,mealy 是苹果或西红柿, 它们有点太软了。
Engvid超级外教Alex-课程合辑
So, if something is mealy, it's soft and sandy.
所以,如果东西是粉状的, 它就是柔软的沙质的。
中文百科
米利型有限状态机 Mealy machine
(重定向自Mealy)
在计算理论中,米利型有限状态机(英语:Mealy machine)是基于它的当前状态和输入生成输出的有限状态自动机(更精确的叫有限状态变换器)。这意味着它的状态图将为每个转移边包括输入和输出二者。与输出只依赖于机器当前状态的摩尔有限状态机不同,它的输出与当前状态和输入都有关。但是对于每个 Mealy 机都有一个等价的 Moore 机,该等价的 Moore 机的状态数量上限是所对应 Mealy 机状态数量和输出数量的乘积加1(|S'|=|S|*|Λ|+1)。
英语百科
Mealy machine 米利型有限状态机
(重定向自Mealy)
In the theory of computation, a Mealy machine is a finite-state machine whose output values are determined both by its current state and the current inputs. (This is in contrast to a Moore machine, whose output values are determined solely by its current state.)
A Mealy machine is a deterministic finite state transducer: for each state and input, at most one transition is possible.