搜索资源列表
-
0下载:
一个简单的PASCAL语言编译器,基于有限状态机的算法,并不是一个功能完全的编译器。-a simple PASCAL language compiler, based on the finite state machine algorithm not entirely a function of the compiler.
-
-
0下载:
初学OPNET,个人觉得要注重三个方面:
1,OPNET 的网络仿真机制,包括三层建模、离散事件驱动仿真机制、通信机制、
有限状态机等,主要是看帮助文档中的原理部分;
2,OPNET 的核心函数,多看帮助文档中各核心函数的介绍以及示例很有帮助;
3,掌握ODB 的调试,个人感觉OPNET 的调试不难,关键是要善于从OPNET 的仿真
原理入手来找可能的错误所在,我的经验就是按着数据走的流程来分析。
另外,有时间的话,可以找一个OPNET 提供的标准模块代码来看看,有利于理
-
-
0下载:
编译原理的实验,课后实验题,关于自动机的,可以判断是否为确定的又穷状态机-Compilation Principle of experiments, after-school test questions, on the automatic machine, you can determine whether another finite state machine to determine
-
-
0下载:
有限状态机演示程序,C++编写,界面为MFC制作。-Finite state machine demo program, C++ to prepare, the interface for the production of MFC.
-
-
0下载:
编译原理课程中通过有限状态机模型实现判定输入字符串是否为实数的源程序。-In compiler construction courses,use the finite state machine to implement to determine whether the input string is the real number.
-
-
0下载:
How to infer a finite state machine for fpga altera xilinx
-
-
0下载:
基于FPGA有限状态机的数据采集系统,实现对高速AD转换的控制。-FPGA-based finite state machine of the data acquisition system for high-speed AD conversion control.
-
-
0下载:
1)能完成开锁功能
2)能实现设置密码的功能
3)用有限状态机的方法编程
4) 作业提交时间:在第14周周日前提交-1) to complete the unlock function 2) set a password to achieve the functions of 3) by the method of finite state machine programming 4) submitted the operating time: 14 weeks in the fir
-
-
0下载:
高效的有限状态机,代码形式给给出
主要是我的一些学习资料-Efficient finite state machine, code form is mainly to give some of my learning materials
-
-
0下载:
its a finite state machine simulator
-
-
0下载:
构造相应文法的有穷状态自动机自动机,运行此自动机,识别一个字符串是否是该文法的句子-Construct a corresponding grammar finite state machine automaton, run this automaton to identify whether a string is the grammar of the sentence
-
-
0下载:
Win32汇编的课程设计,一个仿xp计算器的程序。
主要是熟悉windows编程,有限状态机的设计。-Win32 compilation of curriculum design, an imitation xp calculator program. Are mainly familiar with windows programming, finite state machine design.
-
-
0下载:
状态机的使用对于大家来是很关键,这是个有限状态机的使用的例子,方便大家学习。-The use of state machines is critical for us to, this is the use of finite state machine example so as to facilitate learning.
-
-
0下载:
Verilog三段式状态机.pdf
Verilog时序电路及状态机设计.ppt
Verilog有限状态机设计.ppt
状态机.ppt
用状态机原理进行软件设计.pdf
有限状态机.pdf
有限状态机.ppt
状态机原理及用法.pdf
对状态机初学者有帮助。
-Verilog three-state machine the pdf Verilog Sequential Circuits and the state machine design. Ppt Veri
-
-
0下载:
这里一个有限状态机的例子,适合学习用,里面有三个程序,都是不同的程序,也有一个Common的文件,在VC++平如下运行时要导入这个文件,否刚系统编译找不到头文件而报-Here a finite state machine of example, suitable for learning to use, inside there are three procedures are different procedures, but also have a Common s file, VC++ l
-
-
0下载:
Finite State Machine Datapath Design Optimization and Implementation
-
-
0下载:
This program can determin very accurately the nature of the user input,
it detects whether it is an integer, a float, a number in scientific notation
or simply an invalid input. To be capable of doing this the program uses a simple FSM
(Fini
-
-
0下载:
基于FSM的自动售货机程序,借助FSM(有限状态机)完成投币、出货等任务。-The vending machine based on FSM, with the aid of FSM (finite state machine) complete pay, shipment and other tasks.
-
-
0下载:
material regarding finite state machine
-
-
0下载:
有限状态机又称有限状态自动机,简称状态机,是表示有限个状态以及在这些状态之间的转移和动作等行为的数学模型。它反映从系统开始到现在时刻的输入变化,转移指示状态变更,并且用必须满足来确使转移发生的条件来描述它;动作是在给定时刻要进行的活动的描述。(Establish basic finite state machine)
-