网站首页  词典首页

请输入您要查询的英文单词:

 

单词 state machine
释义

state machine

  • 网络状态机;状态机器;国家机器
1.
状态机
状态机state machine):是一个对象或交互在生命周期内响应事件所经历的状态序列 在UML模型中将状态画为一个圆 角矩形…
www.cnblogs.com
2.
状态机器
词汇列表 ... state - 状态 state machine - 状态机器 state machine diagram - 状态机器图 ...
www.gdtti.gov.mo
3.
国家机器
皇帝所操纵的「国家机器」(state machine)便是个最大的权力金字塔。万岁爷是集全国「管教养卫」之权责于一身的。
z.tougao98.com
4.
状态模式转换
专题:第一次真实接触Siebel ... --政策管理器( Policy Manager) --状态模式转换( State Machine) · 目标管理器( Object Manager) ...
www.soft6.com
5.
状态机模式
?WF提供了两类工作流模式,流模式(Sequential)与状态机模式(State Machine ): ?顺序工作流 非常适合以下类型的操作,即该 …
www.cnblogs.com
6.
状态机制
系统状态机制 (State machine) ................................................................................................
www.docin.com

例句

释义:
1.
A business state machine is an event-driven business transaction that defines a set of states for a given part of the application.
业务状态机是事件驱动的业务事务,该业务事务定义了应用软件中给定部分的一组状态。
www.ibm.com
2.
The business state machine provides the ability for a condition to call (invoke) another component to perform the condition check.
对于某个条件,业务状态机可以调用另一组件来执行条件检查。
www.ibm.com
3.
Every regular expression is logically equivalent to a state machine, and the parser of every regular expression implements a state machine.
逻辑上,每个规则表达式都等价于一个状态机,而每个规则表达式的语法分析器都实现这个状态机。
www.ibm.com
4.
Regions of stability in a graph (remember that system configurations can be expressed as nodes in a graph of a state machine) are explained.
图中的稳定域(记住系统配置可以表示成状态机图中的节点)在此处也进行了介绍。
www.ibm.com
5.
The design can be made a lot cleaner by encapsulating all the state related data and methods into a state machine class.
把所有的状态有关的数据和方法封装到一个状态机类里有利于精简设计。
www.zxbc.cn
6.
State machine diagram: A state machine diagram depicts the various states that an object may be in and the transitions between those states.
状态机图:状态机图描述了对象所处的各种状态,以及那些状态之间的变迁。
www.ibm.com
7.
Weknow, therefore, that this language cannot be accepted correctly by any finite state machine, and is thus not a regular language.
我们知道,因此,这种语言是不能接受的正确的任何有限状态机,因此是不经常的语言。
blog.sina.com.cn
8.
WebSphere Integration Developer provides a state machine editor and a graphical interface that you can use to define the state machine.
WebSphereIntegrationDeveloper提供了状态机编辑器和图形界面,可用于定义状态机。
www.ibm.com
9.
A correlation set defines properties that are used to distinguish one instance of a state machine from another within a runtime environment.
相关性集定义用于对状态机的实例与运行时环境中的其他实例进行区分的属性。
www.ibm.com
10.
A State Machine diagram must be owned by a State Machine and must fully and exclusively depict the semantics of that State Machine.
一个状态机图必须为一个状态机所拥有,并且必须全面的和专有的描述该状态机的语义学。
www.ibm.com
1.
One of the programming problems most likely to call for an explicit state machine involves processing text files.
最可能调用显式状态机的一个编程问题涉及到处理文本文件。
www.ibm.com
2.
As many of you know, a state machine is a mathematical expression of a system's state.
正如很多人所了解的那样,状态机是一种关于系统状态的数学表达式。
www.ibm.com
3.
This serves as the callback mechanism we were missing when trying to invoke the human task directly from the business state machine.
这相当于一个回调机制,它在我们从业务状态机直接调用人工任务的设计方法中是没有的。
www.ibm.com
4.
One might argue that a dynamically configurable FSM framework is all one ever needs because any state machine can be implemented with it.
有人可能会争辨,可动态配置的FSM框架是所有人都需要的,因为任意状态机都可以用它来实现。
boost-doc-zh.googlecode.com
5.
How the state machine responds to a given event depends on the current state of the state machine.
状态机如何响应一个给定事件取决于该状态机的当前状态。
www.ibm.com
6.
At this point, I do not like my decision to force the first state in the state machine to be called : initial.
此时,我并不想决定将:initial状态称为状态机的第一个状态。
www.ibm.com
7.
For the first time, this crude piece of code has evolved into something that you could actually call a state machine.
这些粗糙的代码第一次演变为真正可以称之为状态机的东西。
www.ibm.com
8.
A state machine associated with a software technical artifact like e. g. a Java class, which is maybe unrelated to any business process.
一个与某个软件技术部件(如Java类)相关联的状态机,它可能和任何业务过程都没有关系
www.infoq.com
9.
Arbitration and control module is the main part of the top module used to implement the state machine and system timing control.
仲裁与控制模块是顶模块的主体部分,主要实现系统状态机和时序控制;
www.fabiao.net
10.
Framework components happen to behave like a state machine: input message, output message and component state are part of the model.
框架组件的行为正好类似于状态机:输入消息、输出消息和组件状态是模型的组成部分。
www.ibm.com
1.
Having completed the design of a finite state machine in Part 1, you are ready to implement the FadingTooltip widget in JavaScript.
在第1部分中完成了有限状态机的设计之后,就可以用JavaScript实现FadingTooltip部件了。
www.ibm.com
2.
As you might guess, the initial state is the state in which a state machine starts.
正如您可能猜测到的,初始状态是一个状态机开始时所处的状态。
www.ibm.com
3.
Web Flow models the navigation between the pages of a user interface as a state machine.
WebFlow采用状态机形式对用户界面页面之间的导航进行建模。
www.ibm.com
4.
A lifecycle model for governed metadata uses a business state machine to describe the lifecycle states and the transition between them.
对于被治理的元数据,生命周期模型使用一个业务状态机来描述生命周期状态和它们之间的转换。
www.ibm.com
5.
Storyboards have also been proven effective in designing the test cases for the User Interface, as a set of paths through the state machine.
情节串联图板也被证明在设计用于用户接口的测试实例时是有效的。
www.ibm.com
6.
At least in the laboratory, applying a finite-state machine to streaming applications improves performance substantially.
把有限状态机运用在串流应用上可大幅改善效能,至少在实验室里是如此。
192.192.169.81
7.
But you can also see that this state machine already satisfies a bunch of requirements.
但是,您还可以看到,这个状态机已经能够满足一些需求了。
www.ibm.com
8.
However, our order business state machine is still active and running, and is currently waiting in the Building Order state.
但是,我们的订单业务状态机仍处于活动状态并在运行,目前正在BuildingOrder状态中等待。
www.ibm.com
9.
If both servlets are allowed to read and update the same state machine without synchronization, the state machine logic might not work.
如果允许这两个servlet读取和更新同一个状态机而无需同步,状态机逻辑可能不会工作。
www.ibm.com
10.
To let you in on a little secret, under the covers a business process actually implements a state machine.
先透露给您一个小秘密,业务流程实际上是实现一个状态机。
www.ibm.com
1.
On an abstract level, even the von Neumann architecture can be characterized as a finite-state machine.
在某种抽象的层次上,即使是冯诺曼的架构也可形容为有限状态机。
192.192.169.81
2.
This transition must have an operation, since the correlation for the state machine must be set when the state machine instance is created.
此转换必须有一种操作,因为在创建状态机实例时必须为状态机设置关联。
www.ibm.com
3.
Then, it uses a state machine (a switch statement, that is) to determine whether an incoming character represents the end of a partition.
然后,它使用一个状态机(即switch语句)来决定引入的字符是否代表分区的末端。
www.ibm.com
4.
Similar to the finite state machine, except that it has available an execution stack, which is allowed to grow to arbitrary size.
类似的有限状态机,但它提供了执行协议栈,这是允许将增长到任意大小。
q.sohu.com
5.
BSM provides a way of developing, debugging, and monitoring these nouns as a state machine.
BSM作为一种状态机,提供了一种开发、调试和监视这些“名词”的方法。
www.ibm.com
6.
The ASM( algorithm state machine) chart is the flow chart used for the description of digital systems .
ASM图是算法状态机的简称,是一种用来描述数字系统算法的流程图。
www.dictall.com
7.
The cursor-based parser is essentially a state machine transitioning from one well-defined state to another as a result of an event.
基于指针的解析器实质上是一个状态机,在事件的驱动下从一个良好定义的状态转移到另一个状态。
www.ibm.com
8.
An instance of the BSMOrder business state machine is created when the create operation (identified by the gear icon) is called on it.
当对BSMOrder业务状态机调用create操作(由齿轮图标标识)时将创建该状态机的实例。
www.ibm.com
9.
BLP is a security model that relies on the overlying concept of state machine concepts, and focuses mostly on the C on the CIA triad.
的BLP安全模型是一个依赖于覆盖其上的概念,状态机的概念,主要注重于对美国中央情报局的C黑社会。
www.phpfans.net
10.
A state machine has a major drawback: It is only useful for visualizing workflows at the macro level of application interactions.
状态机的一个主要缺点是:它只对应用程序交互的宏观层次的可视化工作流有用。
www.ibm.com
1.
When this operation is called and the transition occurs, then a new instance of the state machine is created.
当调用此操作并发生该转换时,将创建此状态机的一个新实例。
www.ibm.com
2.
Remember, you need to let the state machine know which running instance that you are sending the message to.
请记住,您需要让状态机知道您正在将消息发送到哪个运行实例。
www.ibm.com
3.
A different tack is to define a state machine as any imperative programming language in which the nodes are also the source lines.
另一种策略就是将状态机定义成一种强制性编程语言,其中节点也是源码行。
www.ibm.com
4.
The operations that make up an interface of a state machine may be of either the one-way or request-response type.
构成状态机接口的操作必须是请求-响应类型。
www.ibm.com
5.
Developers have used the finite state machine design pattern to organize event-driven programs like this.
开发人员可以使用有限状态机设计模式来组织这样的事件驱动程序。
www.ibm.com
6.
Independent of any possible bugs in Internet Explorer, there is a design defect in our finite state machine, as shown in Figure 4.
即使不考虑InternetExplorer中的bug,这个有限状态机中也有一个设计缺陷,如图4所示。
www.ibm.com
7.
You might think it would be simpler just to build a state machine and use it as a library.
您可能会想,仅仅构建一个状态机并将它当作库来使用岂不更加简单。
www.ibm.com
8.
An instance of a business state machine can be in only one state at any given time.
业务状态机的一个实例在任意给定时刻只能处于一种状态。
www.ibm.com
9.
The only way it can update the status or trigger actions to a state machine is by calling the SIP servlet routines via the handle.
它更新状态或触发对一个状态机的动作的唯一方法是通过此句柄调用SIPservlet例程。
www.ibm.com
10.
When a state_machine object is destructed then all currently active states are inevitably also destructed.
当一个state_machine对象被析构,所有当前活动的状态不可避免也会被析构。
boost-doc-zh.googlecode.com
1.
This orderId (the correlation information) ensures the same business state machine that initiated the ApproveOrder task is called back to.
此orderId(关联信息)可以确保回调与启动ApproveOrder任务相同的业务状态机。
www.ibm.com
2.
This causes the approvalResponse operation to be called on the business state machine with a value of approve.
这会导致调用业务状态机上具有approve值的approvalResponse操作。
www.ibm.com
3.
The existence of an overweening state machine that meddles in everything can tempt leaders to use it against their political foes.
一个过于夜郎自大和主导一切的国家机器可能导致领导人随意用这个机器来对付其政敌。
www.bing.com
4.
UML 2. 0 Replaced the state machine underpinning with a much more general semantic base that eliminated all of these restrictions.
UML2.0中用一个消除了这些限制的更泛化的语义基础替代了状态机的底层。
www-128.ibm.com
5.
finite state machine will be applied to the design of the lift , for the control of elevator control system to respond to the task order.
将有限状态机应用到电梯的设计中,用于控制电梯控制系统的任务响应顺序。
www.ichacha.net
6.
If the number is huge or indefinite, a state machine is probably not the right approach.
如果数字很大或者不确定,则状态机也许不是正确的解决方法。
www.ibm.com
7.
Note that this was not the case in UML 1, where, for example, the activities formalism was based entirely on the state machine formalism.
注意:这在UML1中是不行的,在UML1中,活动的形式完全是基于状态机的形式。
www.ibm.com
8.
It is typical for this type of application to be represented using a state machine.
此类应用程序通常使用状态机来表示。
www.ibm.com
9.
Following this example, let's look at a practical heuristic definition of a state machine.
在以下这个例子中,我们将研究状态机的真正探索性定义。
www.ibm.com
10.
In addition, the execution path through a WS-BPEL process, state machine or mediation flow is now indicated visually.
此外,现在执行路径可以通过WS-BPEL流程、状态机或中介流可视化地指示出来。
www.ibm.com
1.
Behind the scenes, this is done by turning the function into a class with an internal state machine.
这种方式的背后,实质是把函数变成一个具有内部状态机的类。
www.infoq.com
2.
Hence, the second rule may be a much better candidate for something resembling a state machine.
因此,第二个规则也许更适合于类似于状态机的机制。
www.ibm.com
3.
It is a component in a module just like the others we have seen, such as a business process, business state machine or business rules.
它是模块中的一个组件,就像我们已看到过的其他组件一样,如业务流程、业务状态机或业务规则。
www.ibm.com
4.
You can now query business state machine variables including the display name of the current state as well as correlation set information.
现在,您可以查询业务状态机变量,包括当前状态的显示名称以及相关集信息。
www.ibm.com
5.
The test cases don't use the right interface any more, because I did not pass the initial states into the state machine.
测试用例不再使用正确的接口,因为我没有把初始状态传递给状态机。
www.ibm.com
6.
This is unacceptable, since the business state machine would be stuck processing the operation.
这是无法接受的,因为业务状态机需要不停地处理操作。
www.ibm.com
7.
For each metadata type compatible with a composite state, every transition in the sub-state machine has a policy for restriction.
对于与复合状态兼容的每一种元数据类型,子状态机中的每一个转换都有一个限制策略。
www.ibm.com
8.
For those who are familiar with UML, a business state machine is a subset of a UML state machine and is more appropriate for business users.
对于那些熟悉UML的用户,业务状态机是UML状态机的子集,而且它更适合于业务用户。
www.ibm.com
9.
Allreal computing devices in existence today can be modeled as a finite state machine, as all real computers operate on finite resources.
所有真正的计算设备中存在的今天可以模仿作为有限状态机,因为所有真正的计算机上运行有限的资源。
blog.sina.com.cn
10.
Here, the converged application tracks and manages each call as a state machine.
这里,聚合应用程序跟踪和管理每个会话,将其作为一个状态机。
www.ibm.com
1.
The rest of this article focuses on designing the FadingTooltip widget as a finite state machine.
本文后面的内容将着重于介绍如何将FadingTooltip小部件设计为一个有限状态机。
www.ibm.com
2.
Instead, the server can initialize its state machine with randomly generated seed values and send these to the client in its first message.
取而代之的是,服务器用一个随机的种子值初始化他的状态机并将此值作为第一个消息发给客户端。
blog.sina.com.cn
3.
The quirky individual had outplayed the state machine, and America had thrashed the Soviet Union at its own favourite game.
这个古怪的人超越了国家机器,使得美国在苏联最青睐的游戏中击败了苏联。
www.ecocn.org
4.
The WSCL specification models a conversation as a finite state machine where state changes are triggered by interactions.
WSCL规范使一个会话作为一个有限状态机模型,状态的转移被相互作用所触发。
dictsearch.appspot.com
5.
Protocol analyzing finite state machine plays a very important role in guaranteeing the correctness of protocol analyzing.
协议的形式化描述工具有穷状态自动机、通信有限状态自动机。
www.dictall.com
6.
The behavior could be an activity, interaction, state machine, or opaque behavior (code, for instance).
这种行为可以是活动、相互作用、状态机、或者不透明的行为(例如代码)。
www.ibm.com
7.
The BPEL process will immediately take the response and forward it to the callback operation approvalResponse on the business state machine.
BPEL过程将立即接受该响应,并将其转发到业务状态机上的回调操作approvalResponse。
www.ibm.com
8.
Finite state machine is one of the widely used software test models.
有限状态机是应用范围十分广泛的软件测试模型之一。
www.juhe8.com
9.
The finite state machine pattern used to design this behavior makes its logic transparent.
设计此行为所用的有限状态机模式使逻辑清晰透明。
www.ibm.com
10.
A lot of the existing FSM solutions force the developer to design the state machine either graphically or in a specialized language.
大量已有的FSM解决方案都强迫开发人员以图形化的方式或特定语言的方式来设计状态机。
boost-doc-zh.googlecode.com
1.
UML state charts is an improvement of classic Finite State Machine, plus hierarchy, currency, broadcast.
UML状态图是传统状态图的变体,增加了层次、并发、广播。
epub.cnki.net
2.
They are often in high and influential positions, but they are all members of the compact, centralized State machine.
他们经常位高权重,但是他们只是这个紧密而又集权的国家机器的成员。
www.bing.com
3.
However, this was simply a matter of choice; we could have used an interaction or state machine.
然而,这只是一个选择问题;我们可以使用交互作用或者状态机。
www.ibm.com
4.
After the human task is completed, the BPEL process will invoke the business state machine, and the state machine logic will continue.
在人工任务完成之后,BPEL过程将调用业务状态机,并且状态机逻辑将继续执行。
www.ibm.com
5.
Integration Developer offers two types of implementation types for defining business processes: BPEL and state machine.
IntegrationDeveloper提供了两种用于定义业务流程的实现类型:BPEL和状态机。
www.ibm.com
6.
The rest of Listing 4 shows some of the mundane details that go into implementing the state machine.
清单4其余的部分展示了深入实现状态机的一般细节。
www.ibm.com
7.
The state machine will trigger an event regardless of the state of the machine.
不管状态如何,状态机都会触发事件。
www.ibm.com
8.
Our current design does not support order cancellation, so we must first add a Canceled state to the business state machine.
我们当前的设计不支持订单取消,因此必须首先向业务状态机添加一个Canceled状态。
www.ibm.com
9.
The idea behind a finite state machine, therefore, is to decompose an object's behavior into easily manageable "chunks" or states.
因此,有限状态机背后的思想就是把一个对象的行为分解为易于管理的“块”或者状态。
college.gamewu.com
10.
It lets you effectively add a state-machine column to your database.
它使您可以有效地将一个状态机列添加到数据库中。
www.ibm.com
1.
It lets you effectively add a state-machine column to your database.
它使您可以有效地将一个状态机列添加到数据库中。
www.ibm.com
2.
You use the request to send a message to the state machine to trigger a state transition.
您使用请求向状态机发送消息,以触发状态转换。
www.ibm.com
3.
This process is long running so that it manages persistence of the state of the state machine.
此进程可以长时间运行,因此它可以管理状态机状态的持久性。
www.ibm.com
4.
Therefore, the business state machine actually invokes a long-running BPEL process that in turn calls the human task.
因此,业务状态机实际上是调用一个长时间运行的BPEL过程,而该过程进而调用人工任务。
www.ibm.com
5.
The DFA is a popular algorithm to construct a state machine to recognize patterns.
DFA是一个深受大家喜爱的算法,用来构造一个状态机来识别模式。
www.ibm.com
6.
In this example, we implement a simplified order process using a state machine.
在本示例中,我们使用状态机实现一个简化订单流程。
www.ibm.com
7.
A convenient place to put the state machine code.
能够方便放置状态机代码的位置。
www.ibm.com
8.
The final step in this article is to actually do a state machine transition.
本文的最后一个步骤是实际执行一次状态机转换。
www.ibm.com
9.
Your state machine should now look similar to the one shown in Figure 11, depending on where you put each state.
您的状态机应该与图11中所示类似,具体取决于放置每个状态的位置。
www.ibm.com
10.
This article shows how to design the behavior of an animated widget using the graph and table representations of a finite state machine.
本文展示了如何使用有限状态机的图、表表示设计一个动画式小部件的行为。
www.ibm.com
1.
At any given time, a state machine has one active state, also called a current state.
在任何一个给定的时间,状态机具有一个活动状态,也称为当前状态。
www.ibm.com
2.
The Service Registry provides a customizable state machine-enforced governance lifecycle.
ServiceRegistry提供可自定义的实施状态机的治理生命周期。
www.ibm.com
3.
An on-chip commutation decoder and state machine reads the inputs of three Hall sensor inputs (or IO outputs from a microprocessor).
芯片整流解码器兼状态机读取三个霍尔传感器输入的输入(或微处理器的IO输出)。
www.allegromicro.com
4.
A state machine is a program with well-defined transitions from state to state.
状态机是一种定义了状态之间的转换的程序。
www.ibm.com
5.
There is another interesting side to emulating all the references of your state machine.
在模拟状态机中的所有引用时,另一个方面也非常重要。
www.ibm.com
6.
A test case can be an operation or a behavioral model (Interaction, State Machine, or Activity).
测试用例可以是一种操作或一种行为模型(交互图、状态机图或活动图)。
www.ibm.com
7.
A finite state machine can only be in one state at any moment in time.
有限状态机在任一时刻都只能够处于一种状态中。
college.gamewu.com
8.
Using the template associated with the business state machine, create an order by specifying an orderId and the dollar amount of our order.
使用与业务状态机关联的模板通过指定orderId和订单金额创建一个订单。
www.ibm.com
9.
As with the state machine, the partners available depend on the references in the assembly diagram; there is one partner for each reference.
对于状态机,可用的合作伙伴取决于组装关系图中的引用;每个引用有一个对应的合作伙伴。
www.ibm.com
10.
The paper models queue system using queuing theory, finite state machine principle, and cellular automata model.
本文利用排队论、有限状态自动机原理以及元胞自动机模型对排队系统进行建模。
www.tseit.org.cn
1.
Historically, a finite state machine is a rigidly formalized device used by mathematicians to solve problems.
从历史观点上来说,有限状态机是一种严格的公式化的被数学家用以解决难题的一种策略。
www.shangxue114.com
2.
A mechanism to callback to the business state machine once the human task is completed.
一种在人工任务完成之后回调业务状态机的机制。
www.ibm.com
3.
Computer scientists call any language that can be accepted by a finite state machine a regular language.
计算机科学家呼吁任何语言,可以接受的有限状态机定期语言。
q.sohu.com
4.
The state machine class therefore often becomes a change hotspot what leads to frequent recompilations of the whole state machine.
因此这个状态机类常常会成为修改热点,从而导致整个状态机的频繁重编译。
boost-doc-zh.googlecode.com
5.
Manager for supporting debugging a state machine.
用于支援状态机器侦错的管理员。
msdn.microsoft.com
6.
You also saw how to use the visual snippet editor to add more detailed logic to a state machine.
您还了解到如何使用可视代码片段编辑器向状态机中添加更多详细逻辑。
www.ibm.com
7.
The list of variables in the business state machine or process editor contains global variables.
业务状态机或流程编辑器中的清单列表包含全局变量。
www.ibm.com
8.
Upon state-entry, an object of the class is constructed and the object is later destructed when the state machine exits the state.
在进入状态时,该类的一个对象被构造,而在状态机退出该状态时,该对象就被析构。
boost-doc-zh.googlecode.com
9.
In the state machine editor, you can mark self-transitions as internal in the properties for the transition.
在状态机编辑器中,您可以将自转换标记为该转换属性中的内部。
www.ibm.com
10.
A dialog opens asking in which folder the state machine should be placed.
将随即打开一个对话框,询问应将状态机放置在哪个文件夹中。
www.ibm.com
1.
A business state machine can be implemented by a BPEL process.
业务状态机可以透过BPEL流程来实现。
www-128.ibm.com
2.
You might not have seen all of these Ruby features before, but the language describing the state machine flows nicely.
您以前可能没有见过所有这些Ruby特性,但是这种语言可以非常好地描述状态机工作流程。
www.ibm.com
3.
A correlation set tells the state machine which running instance to use for the given input data.
相关集告知状态机对于给定的输入数据使用哪个正在运行的实例。
www.ibm.com
4.
The state machine now transitions to the OrderComplete state, and that instance is complete.
状态机现在转换到OrderComplete状态,然后该实例完成。
www.ibm.com
5.
In other designs, other parts of the memory device, such as the state machine, can calculate the ECC.
在其它设计中,存储器装置的其它部分(例如状态机)可计算ECC。
www.pat365.com
6.
Aim at the problem above, a method that uses extended defect pattern state machine to detect defects is given.
针对上述问题,本文提出了使用扩展的缺陷模式状态机进行缺陷检测的方法。
www.fabiao.net
7.
In the article, we introduce each module of DMA controller custom logic including the interface and the state machine.
本文很详细地介绍了DMA控制用户逻辑的各个模块,包括其接口和状态机。
www.fabiao.net
8.
Multi-layer software architecture and finite state machine are introduced in the software design.
对于软件设计,采用分层的体系结构,使用有限状态机的思想进行设计与开发;
www.fabiao.net
9.
The MediaRecorder operates as a state machine.
MediaRecorder作为状态机运行。
www.ibm.com
10.
Complex business logic simulation with runtime variable state machine.
包含运行时变量状态机的复杂业务逻辑模拟。
www.infoq.com
1.
That is, the same specification can be reused in multiple places within the state machine or some other state machines.
也就是说,在这个状态机或某些其它的状态机中,相同的规范可以在多处重复使用。
www-128.ibm.com
2.
Before we dive in to the state machine concepts, we'll take a quick look at the visual snippet editor.
有深入介绍状态机概念之前,首先来快速介绍一下可视代码片段编辑器。
www.ibm.com
3.
Pulse distributing is designed by finite state machine and the PWM realizes step angles subdivided control.
系统采用有限状态机设计脉冲分配并利用脉宽调制方法实现步距角的细分控制。
www.dictall.com
4.
This test sets up a new state machine with : checkout and : accept_card events.
这个测试将使用:checkout和:accept_card事件建立新的状态机。
www.ibm.com
5.
For example, some problems lend themselves to more succinct expression as a state machine than as a set of declarative rules.
比如,有些问题使用状态机比使用声明性规则具有更加简洁的表述。
www.ibm.com
6.
One other notable state machine innovation in UML 2. 0 is a clarification of state machine inheritance between a class and its subclasses.
在UML2.0中另一个著名的状态机创新是在一个类与它的子类中继承的状态机的分类。
www.ibm.com
7.
The UML state-machine notation helps us depict and investigate the various states.
UML状态机符号帮助我们描述并研究了各种状态。
www.ibm.com
8.
Figure 18 shows how you can model a Use Case Storyboard using a UML Collaboration that is described with a State Machine.
图18中显示了您如何通过使用由一个状态机所描述的UML协作来建模一个用例情节串联图板。
www.ibm.com
9.
You just need to know that these classes provide a stand-alone implementation of a state machine.
您只需要知道这些类提供了状态机的独立实现。
www.ibm.com
10.
Also consider whether you even need a state machine.
还请考虑您是否需要使用状态机。
www.ibm.com
1.
The rest of the code is far more interesting because it deals with exposing that state machine interface to the plug-in's clients.
其余的代码更加有趣,因为它将状态机的接口公开给插件的客户机。
www.ibm.com
2.
So, the question is, when do you use a state machine, as opposed to a business process?
所以,我们的问题是,什么时候使用状态机,而不是业务流程?
www.ibm.com
3.
The SAX parser is essentially a giant state machine of events fired back at the developer via a series of callback methods.
SAX解析器实际是由程序员对事件调用一系列回调方法的大型状态机。
www.ibm.com
4.
Also called a deterministic finite automaton (DFA), or simply a finite state machine.
也称为确定性有限自动机(装配),或者只是一个有限状态机。
q.sohu.com
5.
A state machine awaits operations to transition from one state to another.
状态机等待操作从一个状态转换到另一个状态。
www.ibm.com
6.
Figure 2 is a flow chart representing a simple state machine for a PurchaseOrder.
图2是一个表示PurchaseOrder的简单状态机的流程图。
www.ibm.com
7.
When DI is low, the state machine drives the bus low. When DI is high, it drives the bus for a short time and then disables the driver.
当DI较低时,有限状态机也将驱动总线降低,当DI很高,则短时驱动总线,然后使驱动器失能。
www.chuandong.com
8.
Which type or types of entities is a certain sub-state machine suitable for?
某个子状态机适合哪种或哪些类型的实体?
www.ibm.com
9.
Then you saw how to test and debug an application, including some fine points of testing a state machine.
然后,您了解了如何测试和调试一个应用程序,包括一些测试状态机的要点。
www.ibm.com
10.
You can stereotype the Collaboration and the State Machine both as , and each state in the state machine as .
您可以将协作和状态机都模板化为,状态集中的每一个状态都是一个。
www.ibm.com
1.
The JSONDecoder class is a simple state machine parser that builds objects from the text on the fly.
JSONDecoder类是个简单状态机解析器,来实时地从文本构建出对象。
www.infoq.com
2.
The finite state machine describes the limited state and the transfer between these states.
有限状态机是描述有限的状态以及这些状态之间的转移和动作等行为的数学模型。
www.fabiao.net
3.
In most existing FSM frameworks the whole state machine runs in one environment (context).
在大多数已有的FSM框架中,整个状态机运行在一个环境(上下文)中。
boost-doc-zh.googlecode.com
4.
We will show how the state machine is represented in the editor as we build and extend the vending machine.
我们将介绍在构建和扩展自动售货机时,如何在编辑器中表示状态机。
www.ibm.com
5.
This means that each operation has to pass the unique information that identifies the state machine instance.
这意味着,每个操作必须传递能够识别状态机实例的独特信息。
www.ibm.com
6.
Finally, the order is shipped and the business state machine completes.
最后,发送订单并且业务状态机处于结束状态。
www.ibm.com
7.
I'll start to work some transitions into the state machine.
我将开始对状态机进行一些转换。
www.ibm.com
8.
In any case, you'll have to accommodate this situation in your own finite state machine.
在这些情况下,必须在自己的有限状态机中应付这种情况。
www.ibm.com
9.
The following simple example is a case when you need a state machine.
下面这个简单的例子说明了需要使用状态机的情况。
www.ibm.com
10.
For example, a state machine without any loops (returning to an earlier state), would probably make more sense being developed as a process.
例如,不带任何循环(返回原来的状态)的状态机在作为一个进程开发时可能更有意义。
www.ibm.com
1.
The term state machine might sound technical, but it is based on a very simple and well-understood design.
术语状态机听起来可能技术性很强,但其基于一种非常简单且易于理解的设计。
www.ibm.com
2.
It receives the orderId from the business state machine and immediately calls the inline ApproveOrderTask human task activity.
它从业务状态机接收orderId,并立即调用内嵌ApproveOrderTask人工任务活动。
www.ibm.com
3.
We just want to hit our breakpoint in the state machine, so we're not interested in executing the other components.
我们只希望碰到状态机中的断点,所以对于运行其他组件不感兴趣。
www.ibm.com
4.
In Figure 2, the state machine in the Ready state has two possible events (enabled operations): purchase and Cancel.
在图2中,处于Ready状态的状态机具有两种可能的事件(已启用的操作):purchase和Cancel。
www.ibm.com
5.
You can also query the state machine? s current state to determine an operation? s validity.
您也可以查询状态机的当前状态来确定操作的有效性。
www.ibm.com
6.
The business state machine design is based on the states of the order and the transitions between those states.
业务状态机的设计基于订单的各个状态和这些状态之间的转换。
www.ibm.com
7.
My understanding of the state machine is evolving.
我对状态机的理解在不断演变。
www.ibm.com
8.
Since this is where the state machine starts, every state machine must have exactly one initial state.
由于这是状态机启动的位置,因此每个状态机均必须有一个确切的初始状态。
www.ibm.com
9.
The StateMachine class is really all you need for an abstract state machine.
StateMachine类实际上正是抽象状态机所需要的。
www.ibm.com
10.
A state machine has several states.
状态机具有多种状态。
www.ibm.com
1.
The state machine just parses the text file into labeled blocks in the blocks list.
状态机只将文本文件分析成blocks列表中带标签的块。
www.ibm.com
2.
The editor's representation is based on the Unified Modeling Language (UML) definition of state machine modeling and design.
编辑器的表示形式基于状态机建模和设计的统一建模语言(UML)定义。
www.ibm.com
3.
Each component type has an associated source file format for its implementation artifact, such as a Java file, state machine, or SQL file.
每种组件类型都有用于其实现构件的相关源文件格式,例如Java文件、状态机或SQL文件。
www-128.ibm.com
4.
At this point, I have a simple working state machine.
现在,我具有一个可简单运行的状态机。
www.ibm.com
5.
We refer to this language as state machine language (SML).
我们将这种语言称为状态机语言(SML)。
www.ibm.com
6.
Use the state machine implementation if the process logic is event driven.
如果流程逻辑为事件驱动的,则使用状态机实现。
www.ibm.com
7.
In IBM's finite-state machine, a given state may link more than two nodes.
IBM的有限状态机里,某状态可能与两个以上的状态相连。
192.192.169.81
8.
Next, I build a state machine, step by step.
接下来,我将逐步构建一个状态机。
www.ibm.com
9.
In the OrderProcessing state machine, the order number will determine which instance to use.
在OrderProcessing状态机中,订单号将确定使用哪个实例。
www.ibm.com
10.
In this case, my state machine should remember two different states.
在本例中,我的状态机应该记忆两种不同的状态。
www.ibm.com
1.
The state machine moves from one valid state to the next based on external events it receives.
状态机根据接收到的外部事件从一个有效状态转移到下一个有效状态。
www.ibm.com
2.
The state machine generates the select signal that controls multiplexer 510.
该状态机生成控制乘法器510的选择信号。
www.pat365.com
3.
To ensure that oyur finite state machine hooks cursor events in all popular browsers, you'll need to implement three different event models.
为了确保您的有限状态机可以连接到所有流行的浏览器中的鼠标事件,需要实现三个不同的事件模型。
www.ibm.com
4.
You used the finite state machine pattern to design this behavior.
我们使用有限状态机模式设计了这种行为。
www.ibm.com
5.
High-level design intents such as finite state machine (FSM) and counter are commonly used in modern VLSI design.
高阶设计资讯被广泛的应用在现今超大型积体电路的设计上,如:有限状态机、计数器等等。
dictsearch.appspot.com
6.
In other words, we need to identify the operation that gets the state machine rolling.
也就是说,我们需要标识让状态机运转的操作。
www.ibm.com
7.
A transition does not have to occur based on the state machine component receiving a message.
状态转换并不一定要基于接收消息的状态机组件出现。
www.ibm.com
8.
This state machine has three states and two transitions.
此状态机有三种状态和两种转换。
www.ibm.com
9.
they all have a lifecycle (that can be described by a state machine - see figure 2. ).
它们都有生命周期(可用状态图描述--参见图2)。
www.infoq.com
10.
But the state machine is a nice approach to continuations.
但是,状态机(statemachine)是不错的延续方式。
www.ibm.com
1.
In this paper a finite state machine (FSM) is introduced to describe the features of ISO 2022 formally.
本文引入有限状态机(FSM)模型来形式化地刻画ISO2022的特征。
www.ceps.com.tw
2.
Figure 10 shows an example of how business flow can be modeled using a finite-state machine approach.
图10显示了用有限状态机(finite-statemachine)方法如何对业务流进行建模的示例。
www.ibm.com
3.
Escalations are like timers in a business state machine.
升级就像业务状态机中的计时器。
www.ibm.com
4.
Let's look at a scenario to illustrate how to use a composite state machine and governance policies for metadata governance.
让我们查看一个场景,它演示了如何使用一个复合状态机和治理策略实现元数据治理。
www.ibm.com
5.
We mentioned in the previous article that a business state machine is a special type of business process.
在上一部分中曾经提到,业务状态机是一种特殊类型的业务流程。
www.ibm.com
6.
The state machine ends when it reaches a final state.
状态机在到达最终状态后就会结束。
www.ibm.com
7.
For example, such rules would allow us to determine that it is incorrect to connect two UML classes by a state machine transition.
例如,这种规则将允许我们去测定通过一个状态机转换来连接两个UML类是不正确的。
www.ibm.com
8.
It is easy to use Python to implement an abstract state machine in form as well as function.
在表单和函数中使用Python实现抽象状态机很容易。
www.ibm.com
9.
To solve this in a FSM, you would need to recreate the entire state machine again, save the one difference.
在FSM中如果你要解决这个问题,那么你不得不重新创建整个状态机来保存这个不同点。
blog.csdn.net
10.
The state machine is not very well suited for describing business processes at the micro level; it is abstract.
状态机并不太适用于描述宏观层次的业务流程;它是抽象的。
www.ibm.com
1.
MIMO second order sliding mode control based on finite state machine strategy is proposed.
提出了一种基于有限状态机切换策略的多输入多输出二阶滑模控制算法。
ceaj.org
2.
Now you can see the values of your state machine's variables while you are in the OrderBeingShipped state, as Figure 17 shows.
现在,您可以看到您的状态机变量的值,同时处于OrderBeingShipped状态,如图17所示。
www.ibm.com
3.
L6 - Storage Elements, State, Finite State Machine.
储存元件,状态,有限状态机。
www.myoops.org
4.
If you want to use Order elsewhere in the state machine, such as in a later state, you can assign the value of Order to a global variable.
如果您希望在状态机的其他位置使用Order,比如要在稍后的一个状态中使用,可以将Order的值赋值给一个全局变量。
www.ibm.com
5.
The Business Integration view categorizes your components based on their type: process components, state machine components, and so on.
BusinessIntegration视图会基于其类型对组件进行归类:流程组件、状态机组件等。
www.ibm.com
6.
Each provided operation can have a method behavior that is an activity, interaction, state machine, or opaque behavior (code).
每一项被提供的操作都能够拥有一个方法行为:活动、交互作用、状态机、或者不透明行为(代码)。
www.ibm.com
7.
Demonstrates the use of state machine workflow.
演示状态机工作流的用法。
msdn2.microsoft.com
8.
The state machine's initial state must have a single outgoing transition.
状态机的初始状态必须具有单一传出转换。
www.ibm.com
9.
I'm closing in on a working state machine.
我得到了一个能正常运行的状态机。
www.ibm.com
10.
The checkout code can make sure the state machine is in the shopping state before checking out.
签出代码可以确保状态机在签出之前处于shopping状态。
www.ibm.com
1.
Figure 1, shown below, is a high-level portion of the order state machine that we will be focusing on.
下面显示的图1是我们需要关注的订单状态机的简要表示。
www.ibm.com
2.
However, if there is a lot of looping, the state machine provides a much more natural way to develop, debug, and monitor.
但是,如果存在许多循环,则作为状态机进行开发、调试和监视更合理一些。
www.ibm.com
3.
See Figure 4 for the lifecycle state machine.
生命周期状态机请参见图4。
www.ibm.com
4.
The light switch on your wall, for example, is a very simple finite state machine.
例如墙上的电灯开关,就是一种非常简单的有限状态机。
www.2qipai.com
5.
A two-node state machine will not do the trick. I will need to build in a third node.
两节点的状态机无法执行这个操作,我需要在第三个节点中构建。
www.ibm.com
6.
That is, whenever a new event is added there is no way around recompiling the whole state machine.
即,无论何时增加一个新的事件,都无法避免重编译整个状态机。
boost-doc-zh.googlecode.com
7.
For example, examine the Vending Machine state machine as shown in Figure 11.
例如,检查图11所示的VendingMachine状态机。
www.ibm.com
8.
If you have a deformation, the entire client state machine will be affected.
如果有变形的话,机械的合座处事状况城市受到感化。
www.bing.com
9.
To open the business state machine editor for the ProcessOrder component, double-click ProcessOrder.
要为ProcessOrder组件打开业务状态机编辑器,请双击ProcessOrder。
www.ibm.com
10.
This state machine will run, and we can test it using the BPC explorer.
此状态机将能够运行,我们可以使用BPCExplorer测试它。
www.ibm.com
1.
The implementation based the finite state machine of a novel multiple access protocol for underwater acoustic networks
一种基于有限状态机的新型水声网络多址接入协议的实现
www.ilib.cn
2.
To use the state machine, I can instantiate a Nonprofit object and call methods on it for each event, followed by a ! , as in Listing 2
要使用状态机,可以实例化一个Nonprofit对象并在其上为每个事件调用方法,后跟一个!
www.ibm.com
3.
Lakeshore uses threads, and Spring Web Flow uses a state machine. (You'll see more Web Flow later in this article. )
Lakeshore使用线程,SpringWebFlow使用状态机(在本文后面还将进一步讨论WebFlow)。
www.ibm.com
4.
When a caller invokes the purchase operation, the business state machine framework does the following
当调用者调用购买操作时,业务状态机框架执行以下操作
www.ibm.com
5.
Algebraic Model for Distributed State Machine and Its Model Checking Algorithm
分布式状态机的代数模型及其模型检验算法
service.ilib.cn
6.
Figure 4 shows the states and transitions of this sample lifecycle as a UML state machine diagram
图4以UML状态机图形的形式展示了该示例生命周期的状态和转换
www.ibm.com
7.
Trust Degree Based Multilevel Security Policy and Its Model of State Machine
基于可信级别的多级安全策略及其状态机模型
www.ilib.cn
8.
Merge multiple call flow diagrams into their emergent state machine to visualize combined behaviors
将多种调用流量图表整合到它们的紧急状态机器中,从而可以查看整合行为
www.ibm.com
9.
FSM Key words : middleware security ; security model ; middleware security architect ure ; fo rmal met hod ; finite state machine
关键词:中间件安全性;安全模型;体系结构;有穷状态自动机
wenku.baidu.com
10.
Hence, the design pattern for invoking a human task from the business state machine is as follows
因此,从业务状态机调用人工任务的设计模式如下所示
www.ibm.com
1.
Control System Design of a Space Docking Simulation Platform Based on Finite State Machine
基于有限状态机的空间对接仿真平台控制系统设计
www.ilib.cn
2.
Study on Highly Available Cluster System and Its State Machine
高可用性集群系统及其状态机研究
scholar.ilib.cn
3.
Design and implementation of the frame synchronizer with adaptive phase based on synchronization state machine
基于状态机自适应相位帧同步器的设计与实现
www.ilib.cn
4.
Application of Finite State Machine in the Software Design of Strapdown Navigation System
有限状态机在捷联惯导系统软件设计中的应用
service.ilib.cn
5.
The State Machine Model for Microcontroller Programming
单片机程序的状态机模型
www.ilib.cn
6.
Conformance test method and implementation of EPA protocol state machine
EPA协议状态机的一致性测试方法及实现
ilib.cn
7.
The Design of the Timer in a Large - scale Finite State Machine System
大型有限状态机系统中的定时器设计
www.ilib.cn
8.
Design of finite state machine by VHDL and its optimization
有限状态机的VHDL设计及优化
www.ilib.cn
9.
Implementing the security of single chip computer with the method of finite state machine
用有限状态机法实现单片机系统的加密
service.ilib.cn
10.
Realization of Logic Control in Digital System Applying the Finite State Machine
应用有限状态机在数字系统中实现逻辑控制
service.ilib.cn
1.
Application of Finite State Machine in Cartoon Role Behavior Modeling
有限状态机在动画角色行为中的建模应用
scholar.ilib.cn
2.
Application of Algorithm State Machine Chart in Digital System Design
算法状态机图在数字系统设计中的应用
www.ilib.cn
3.
An Improved Genetic Algorithm for Finite-State-Machine Evolution
一种改进的遗传算法进化有限状态机
www.ilib.cn
4.
The Principle and Implementation of State Machine in Fibre Channel Switch
光纤通道交换机中线卡状态机的原理及实现
service.ilib.cn
5.
Receiving Program of Serial Port with State Machine and Message Mechanism
采用状态机和消息机制的串口接收程序
www.ilib.cn
6.
The Implementing Technology of OSPF Neighbor State Machine
OSPF路由协议中邻居状态机的实现技术
service.ilib.cn
7.
Application of finite state machine in simulation of air-defense combat
有限状态机在防空作战仿真中的应用
service.ilib.cn
8.
A Sample of Design of an Object-Oriented State Machine
面向对象的有限状态机设计实例
service.ilib.cn
9.
Abstract State Machine Based System Design and Analysis for Grids
基于抽象状态机的网格系统设计和分析
www.ilib.cn
10.
Below is an example governance lifecycle state machine for XML schema. The state machine has the following states
下面是XML模式的治理生命周期状态机示例。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/11 0:22:14