?
查询技巧:
1、输入单个单词准确查询。
2、使用%模糊查询,匹配任意长度字符:
   %a    以a结尾的单词;
   ab%    以ab开头的单词;
   %ac%    含有ac的单词。
3、使用_模糊查询,匹配单个任意字符:
   _a_    三位且a在中间的单词;
   _ad    三位且ad结尾的单词;
   ac_    三位且ac开头的单词;
   _a    两位且a结尾的单词;
   a_    两位且a开头的单词。
4、带连字符-的单词,需含-字符才能模糊查询,如well-know需输入 well-% 。
5、在手机键盘上,如果g上有%和v上有_,则可长按输入。

automaton
SAT

英 / ɔːˈtɒmətən /
美 / ɔːˈtɑːmətən /
n. 不动脑筋机械行事的人;自动机;小型机器人

复数:automatons;复数:automata

1. Discrete event system is modelled as automaton.
离散事件系统的数学模型是自动机。
2. We watch our body moving through life like an automaton.
我们看我们的身体在生活中移动就象看一个机器人一样。
3. The concepts of automaton and function seem to be contradictory.
自动机与函数这两概念似乎是矛盾的。
4. The result shows that the finite automaton can accept this limit set.
结果表明:用有限自动机就可以接收该极限语言。
5. Such a table is used to implement nondeterministic finite automaton (NFA).
这样的表用来实现非确定性有限自动机(NFA)。