You used the finite state machine pattern to design this behavior.
我们使用有限状态机模式设计了这种行为。
An IP package method based on Finite State Machine is proposed.
文中提出了一种基于状态机的IP封装方法。
I use a finite state machine in the regular expression is achieved.
我的一个利用有限状态机的正则表达式的实现。
A finite state machine can only be in one state at any moment in time.
有限状态机在任一时刻都只能够处于一种状态中。
A navigation system model by using a finite state machine is described.
文中还描述了一个以有穷状态机为工具的导航系统模型。
Meanwhile, we also made use of the finite state machine inference algorithm.
同时,我们还提出了利用有限状态机进行推理的算法。
The light switch on your wall, for example, is a very simple finite state machine.
例如墙上的电灯开关,就是一种非常简单的有限状态机。
The finite state machine pattern used to design this behavior makes its logic transparent.
设计此行为所用的有限状态机模式使逻辑清晰透明。
Studies issues in the finite state machine (FSM) design in PCI bus interface controllers.
研究有限状态机与PCI总线接口控制器的设计问题。
The rest of this article focuses on designing the FadingTooltip widget as a finite state machine.
本文后面的内容将着重于介绍如何将FadingTooltip小部件设计为一个有限状态机。
A design method for a new style fault-tolerant finite state machine is provided in the paper.
本文提出了一种新型容错有限状态机的设计方法。
As a digital logic design engineer, a problem of designing a finite state machine is often met.
作为一个数字逻辑工程师,经常会碰到设计一个有限状态机的问题。
The sequence control circuit of DATA collection is designed with finite state machine(FSM) of VHDL.
用VHDL(甚高速集成电路硬件描述语言)有限状态机设计了数据采集时序的控制电路。
It introduces the background, functions of LMP and specific implementation of finite state machine.
介绍了LMP协议的提出背景、功能以及协议有限状态机的实现方法。
Developers have used the finite state machine design pattern to organize event-driven programs like this.
开发人员可以使用有限状态机设计模式来组织这样的事件驱动程序。
The method of combining rule with finite state machine can perform the dynamic knowledge interconnectivity.
本文利用规则与有限状态自动机相结合的方法实现动态知识联通。
Pulse distributing is designed by finite state machine and the PWM realizes step angles subdivided control.
系统采用有限状态机设计脉冲分配并利用脉宽调制方法实现步距角的细分控制。
A finite state machine model is developed for the robot to integrate remote-control and local autonomous control.
设计了巡检机器人有限状态机模型,实现了机器人遥控与局部自主控制的有机结合。
The idea behind a finite state machine, therefore, is to decompose an object's behavior into easily manageable "chunks" or states.
因此,有限状态机背后的思想就是把一个对象的行为分解为易于管理的“块”或者状态。
This article shows how to design the behavior of an animated widget using the graph and table representations of a finite state machine.
本文展示了如何使用有限状态机的图、表表示设计一个动画式小部件的行为。
To ensure that oyur finite state machine hooks cursor events in all popular browsers, you'll need to implement three different event models.
为了确保您的有限状态机可以连接到所有流行的浏览器中的鼠标事件,需要实现三个不同的事件模型。
This would cycle your finite state machine through each of its states, returning to Inactive state with the cursor still over the HTML element.
这会让有限状态机经历它的所有状态,返回到Inactive 状态,而鼠标仍然停留在HTML元素上。
The finite state machine is a software concept that divides problems into finite states with transitions between them, often triggered by events.
有限状态机是一种软件概念,它将问题分为有限的状态,以及由事件触发的状态之间的转换。
These methods will cancel any running timers, delete the tooltip if one has been created, and return the finite state machine to its initial state.
这些方法将取消任何正在运行的计时器,如果已经创建了工具提示,就删除它,并将有限状态机返回到初始状态。
Moreover, the proposed approach is compatible with state-of-the-art methods for finite state machine (FSM) decomposition, state encoding, etc.
此外,本文提出的方法可以与有限状态机拆分、状态编码和逻辑综合等最先进的优化方法相兼容。
And some key technologies of the software design were discussed, such as event-driven model, finite state machine model and memory pool allocation.
并给出了软件设计中的一些关键技术,如:事件驱动模型、有限状态机模型和内存池分配技术等。
The object prototype is a good place to define nearly everything related to the finite state machine: the state table, its actions, and their parameters.
对象原型是定义与有限状态机有关的几乎任何东西的合适位置:状态表、它的操作及其参数。
Loosely speaking, model checking is a way to check for the existence of a finite state machine (specification) in another finite state machine (program).
不严格地说,模型检查是在一个有限状态机器(程序)中检验另一个有限状态机器(清单)存在性的一个方法。
The function will return the current state, leaving the finite state machine in FadeIn state, until the tooltip's opacity reaches the maximum opacity parameter.
这个函数将返回当前状态,让有限状态机保持在FadeIn状态,直到工具提示的不透明度到达最大不透明度参数。
No actions or transition are needed in this situation; you just want the finite state machine to ignore mouseout events in Inactive state, as shown in Listing 5.
在这种情况下,不需要操作或转换;只需让有限状态机忽略inactive状态中的mouseout事件,如清单5所示。
应用推荐