网站首页  词典首页

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

 

单词 finite-state machine
释义

finite-state machine

  • un.有限自动机;有限态自动机;有限态机器
  • 网络有限状态机;有限狀态机
1.
有限状态机
图 10显示了用有限状态机finite-state machine)方法如何对业务流进行建模的示例。它是在业务流程进行时工作订单的状态 …
www.ibm.com
2.
有限自动机
...需要匹配的字符串为:abcdefghijklmnopqrstuvwxyz0123456789,共36个字符。首先,我们将正则转换成 ”有限自动机Finit
rdc.taobao.com
3.
有限狀态机
及方位的摄影机直接套用,或者使用有限狀态机(finite-state machine)的机制來切换摄影
nccuir.lib.nccu.edu.tw

例句

释义:
1.
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
2.
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
3.
At least in the laboratory, applying a finite-state machine to streaming applications improves performance substantially.
把有限状态机运用在串流应用上可大幅改善效能,至少在实验室里是如此。
192.192.169.81
4.
On an abstract level, even the von Neumann architecture can be characterized as a finite-state machine.
在某种抽象的层次上,即使是冯诺曼的架构也可形容为有限状态机。
192.192.169.81
5.
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
6.
Developers have used the finite state machine design pattern to organize event-driven programs like this.
开发人员可以使用有限状态机设计模式来组织这样的事件驱动程序。
www.ibm.com
7.
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
8.
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
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.
The rest of this article focuses on designing the FadingTooltip widget as a finite state machine.
本文后面的内容将着重于介绍如何将FadingTooltip小部件设计为一个有限状态机。
www.ibm.com
1.
The WSCL specification models a conversation as a finite state machine where state changes are triggered by interactions.
WSCL规范使一个会话作为一个有限状态机模型,状态的转移被相互作用所触发。
dictsearch.appspot.com
2.
Protocol analyzing finite state machine plays a very important role in guaranteeing the correctness of protocol analyzing.
协议的形式化描述工具有穷状态自动机、通信有限状态自动机。
www.dictall.com
3.
Finite state machine is one of the widely used software test models.
有限状态机是应用范围十分广泛的软件测试模型之一。
www.juhe8.com
4.
The finite state machine pattern used to design this behavior makes its logic transparent.
设计此行为所用的有限状态机模式使逻辑清晰透明。
www.ibm.com
5.
UML state charts is an improvement of classic Finite State Machine, plus hierarchy, currency, broadcast.
UML状态图是传统状态图的变体,增加了层次、并发、广播。
epub.cnki.net
6.
The idea behind a finite state machine, therefore, is to decompose an object's behavior into easily manageable "chunks" or states.
因此,有限状态机背后的思想就是把一个对象的行为分解为易于管理的“块”或者状态。
college.gamewu.com
7.
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
8.
A finite state machine can only be in one state at any moment in time.
有限状态机在任一时刻都只能够处于一种状态中。
college.gamewu.com
9.
The paper models queue system using queuing theory, finite state machine principle, and cellular automata model.
本文利用排队论、有限状态自动机原理以及元胞自动机模型对排队系统进行建模。
www.tseit.org.cn
10.
Historically, a finite state machine is a rigidly formalized device used by mathematicians to solve problems.
从历史观点上来说,有限状态机是一种严格的公式化的被数学家用以解决难题的一种策略。
www.shangxue114.com
1.
Computer scientists call any language that can be accepted by a finite state machine a regular language.
计算机科学家呼吁任何语言,可以接受的有限状态机定期语言。
q.sohu.com
2.
Multi-layer software architecture and finite state machine are introduced in the software design.
对于软件设计,采用分层的体系结构,使用有限状态机的思想进行设计与开发;
www.fabiao.net
3.
Pulse distributing is designed by finite state machine and the PWM realizes step angles subdivided control.
系统采用有限状态机设计脉冲分配并利用脉宽调制方法实现步距角的细分控制。
www.dictall.com
4.
Also called a deterministic finite automaton (DFA), or simply a finite state machine.
也称为确定性有限自动机(装配),或者只是一个有限状态机。
q.sohu.com
5.
The finite state machine describes the limited state and the transfer between these states.
有限状态机是描述有限的状态以及这些状态之间的转移和动作等行为的数学模型。
www.fabiao.net
6.
In any case, you'll have to accommodate this situation in your own finite state machine.
在这些情况下,必须在自己的有限状态机中应付这种情况。
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.
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
9.
You used the finite state machine pattern to design this behavior.
我们使用有限状态机模式设计了这种行为。
www.ibm.com
10.
High-level design intents such as finite state machine (FSM) and counter are commonly used in modern VLSI design.
高阶设计资讯被广泛的应用在现今超大型积体电路的设计上,如:有限状态机、计数器等等。
dictsearch.appspot.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.
MIMO second order sliding mode control based on finite state machine strategy is proposed.
提出了一种基于有限状态机切换策略的多输入多输出二阶滑模控制算法。
ceaj.org
4.
L6 - Storage Elements, State, Finite State Machine.
储存元件,状态,有限状态机。
www.myoops.org
5.
The light switch on your wall, for example, is a very simple finite state machine.
例如墙上的电灯开关,就是一种非常简单的有限状态机。
www.2qipai.com
6.
The implementation based the finite state machine of a novel multiple access protocol for underwater acoustic networks
一种基于有限状态机的新型水声网络多址接入协议的实现
www.ilib.cn
7.
FSM Key words : middleware security ; security model ; middleware security architect ure ; fo rmal met hod ; finite state machine
关键词:中间件安全性;安全模型;体系结构;有穷状态自动机
wenku.baidu.com
8.
Control System Design of a Space Docking Simulation Platform Based on Finite State Machine
基于有限状态机的空间对接仿真平台控制系统设计
www.ilib.cn
9.
Application of Finite State Machine in the Software Design of Strapdown Navigation System
有限状态机在捷联惯导系统软件设计中的应用
service.ilib.cn
10.
The Design of the Timer in a Large - scale Finite State Machine System
大型有限状态机系统中的定时器设计
www.ilib.cn
1.
Design of finite state machine by VHDL and its optimization
有限状态机的VHDL设计及优化
www.ilib.cn
2.
Implementing the security of single chip computer with the method of finite state machine
用有限状态机法实现单片机系统的加密
service.ilib.cn
3.
Realization of Logic Control in Digital System Applying the Finite State Machine
应用有限状态机在数字系统中实现逻辑控制
service.ilib.cn
4.
Application of Finite State Machine in Cartoon Role Behavior Modeling
有限状态机在动画角色行为中的建模应用
scholar.ilib.cn
5.
An Improved Genetic Algorithm for Finite-State-Machine Evolution
一种改进的遗传算法进化有限状态机
www.ilib.cn
6.
Application of finite state machine in simulation of air-defense combat
有限状态机在防空作战仿真中的应用
service.ilib.cn
7.
Description and Synthesis of Finite State Machine with VHDL
有限状态机的VHDL描述及综合
www.wanfangdata.com.cn
8.
A Data Flow based Design Methodology of Finite - State Machine
基于数据流的状态机拆分方法
ilib.cn
9.
Modeling and Optimized Design of Finite State Machine
有限状态机的建模与优化设计
www.ilib.cn
10.
Generic programming of finite state machine
有限状态机之泛型编程
tag.csdn.net
1.
The Security Problems in Analysing the Hand-Shaking Process of TCP Protocols Using the Finite-State Machine
利用有限状态机分析TCP协议握手过程的安全问题
www.ilib.cn
2.
a computer - aid pattern automatic placement system is designed based on the finite state machine model
摘要采用有限状态机模型设计了集成电路光刻版上各个图形布局的自动系统。
www.ichacha.net
3.
Study on the application of finite state machine in CNC software
有限状态机在数控系统软件中的应用研究
www.ilib.cn
4.
Design and Optimization of Finite State Machine
有限状态机的设计与优化
scholar.ilib.cn
5.
Design of Traffic Light Control System by Using VHDL and Finite State Machine
用VHDL和有限状态机设计交通信号灯控制系统
ilib.cn
6.
Design and Reliability of Finite State Machine
有限状态机的可靠性设计研究
www.ilib.cn
7.
Study on the Locomotive Gait of the Multi-units Robot Based on Finite State Machine Method
基于有限状态机理论的多节机器人运动步态分析
ilib.com.cn
8.
Two Examples of the Finite State Machine
有限自动机的两个实例
service.ilib.cn
9.
Implementing a Finite State Machine
有限状态机实现
blog.csdn.net
10.
The servo system design of the optical disk storage based on the finite state machine
基于有限状态机的光存储伺服系统设计
www.ilib.cn
1.
Modeling Research on AMT Vehicle Transmission System Based on Finite State Machine
基于有限状态机的AMT车辆传动系统建模研究
ilib.cn
2.
Finite state machine application in open CNC
有限状态机在开放式数控系统中的应用
www.ilib.cn
3.
Event Reconstruction Algorithm Based on Finite State Machine
基于有限状态机的一种事件重建算法
scholar.ilib.cn
4.
Design of collaborative workflow system based on finite state machine model
基于状态机模型设计协作式工作流系统
ilib.cn
5.
Endpoint detection of Chinese digital speech based on finite state machine
基于有限状态机的汉语数字语音端点检测
168.160.184.72
6.
Research of control method of power electronics circuit based on Finite State Machine
一种基于有限状态机的电力电子电路控制方法的研究
service.ilib.cn
7.
Study on the Design of Finite State Machine by VHDL
有限状态机的VHDL设计方法研究
www.ilib.cn
8.
A Kind of Method to Design the Finite State Machine Controller with VHDL Language
一种应用VHDL语言设计有限状态机控制器的方法
www.ilib.cn
9.
Design of DCO with finite state machine
用有限状态机设计数控振荡器
service.ilib.cn
10.
The Call System of Agricultural Information Service Based on Finite State Machine
基于有限状态机的农业信息服务呼叫处理系统
www.ilib.cn
1.
Fault Diagnosis Algorithm Based on Finite State Machine
基于有限状态机的错误诊断算法
www.ilib.cn
2.
Design of Call Center System Software Based on Finite-State Machine
基于有限状态机的呼叫中心软件设计
www.ilib.cn
3.
Passive Test for Fault Diagnosis Based on Finite State Machine
基于有限状态机的被动测试错误诊断
ilib.cn
4.
Behavior Modeling of Pet -Robot Based on Finite State Machine
基于有限状态机的宠物机器人行为建模
ilib.cn
5.
Study on software test method based on finite state machine
基于有限自动机的软件测试方法
ilib.cn
6.
The SMS Display Terminal Based on Finite State Machine
基于有限状态机的SMS液晶显示终端的研究与实现
service.ilib.cn
7.
The Study of Network Trap Based on Extended Finite State Machine
基于扩展有限状态机的诱骗服务器关键技术研究
www.ilib.cn
8.
A bus bridge design based on finite state machine
一种基于状态机的总线桥设计
www.ilib.cn
9.
Design of Finite State Machine Based on VHDL
基于VHDL的有限状态机设计
www.ilib.cn
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/9 4:45:43