当前位置:
首页
资源下载

搜索资源 - finite state automata
搜索资源列表
-
0下载:
1、 学会针对DFA转换图实现相应的高级语言源程序。
2、 深刻领会状态转换图的含义,逐步理解有限自动机。
3、 掌握手工生成词法分析器的方法,了解词法分析器的内部工作原理
-1, the Institute against DFA conversion map corresponding high-level language source. 2, deeply understand the state transition map meaning, and graduall
-
-
0下载:
有限自动机的确定化及化简
1、更正了 DFA_simplify2 中的错误
2、增加新旧状态对照表 ds_temp
--NFA转DFA
-- 输入字符
-- 要求 id 必须从 1 开始连续递增-Finite Automata and the identification of a simplification, correction of the errors DFA_simplify2 2, increase the old and new stat
-
-
0下载:
求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。-seek formal expressions of the NFA (uncertain Finite Automata), the NFA to the DFA and DFA (finite state machine) is the smallest of the Notes.
-
-
0下载:
本课程设计采用C语言进行编译原理实现课题有限自动机的应用,其目的如下:(1) 理解有限自动机的作用;(2) 利用状态图和状态表表示有限自动机;(3) 以程序实现有限自动机的运行过程-courses designed using the C language compiler principles to achieve automatic machine issues limited the application of its purpose as follows : (a) limited u
-
-
0下载:
空调系统有限状态自动机 实现空调温度的调节 风速的调解等功能-Air-conditioning systems finite state automata to achieve air-conditioning temperature regulation function of wind speed mediation
-
-
0下载:
空调系统有限状态自动机编码,各个源描述的编译顺序conditioner.vhd,conditioner_stim.vhd-Air-conditioning systems finite state automata encoding, various sources described in order to compile conditioner.vhd, conditioner_stim.vhd
-
-
0下载:
简单DFA有穷自动机,可以根据输入的状态转换表,进行状态转换,对输入的字符串判断,该自动机是否可以接受。并有具体报告说明。-Simple DFA finite automata may be based on the input state transition table for state transitions, the input string to determine that the automatic machine is acceptable. And have specific
-
-
1下载:
手工构造一个能够识别C语言的所有典型单词,如:标识符、数字、运算符,和if、while等保留字的确定有限自动机,并写出对应该自动机的程序;然后以一个简化的C语言程序为输入文件,通过所设计的基于上述自动机的词法分析程序获得输入文件中的各个单词及其内码对照表,并以文件形式保存结果(也就是TOKEN序列)。
将自己定义的各个正则表达式转化为NFA,然后将其综合为NFA ,再将NFA 转化为DFA,再将DFA转化为最少状态的DFA ,最后由DFA 转化为词法分析程序。-Manually constr
-
-
0下载:
awk脚本生成C代码,用于有限状态自动机实现!-awk scr ipt to generate C code for finite state automata to achieve!
-
-
0下载:
字符串匹配,使用有限状态自动机原理实现,并解释转义字符 \\ -String matching, the use of finite state automata theory to achieve, and explain the escape character ' \ \'
-
-
0下载:
掌握有穷状态自动机的概念,其存储表示及其与正则文法的联系输入:任意的正则文法 输出:相应的有穷状态自动机
识别有穷状态自动机是确定的还是非确定的 以相应的五元组形式输出-Control finite state machine concept, the store said its relationship with regular grammars contact input: any regular grammar Output: the corresponding finite sta
-
-
0下载:
正则文法拆分,识别有穷状态自动机是确定的还是非确定的,判断是否为正则文法。
-Regular grammars and finite state automata, regular grammars split, identification of finite state automata is determined or non-determined. Enter the master regular grammar.
-
-
0下载:
基于有限自动机的词性标注方法,利用自动机进行状态转化,速度很快-Part of speech tagging method based on finite automata, automata for state transformation, very fast.
-
-
0下载:
关于使用有限状态自动机将程序的注释去除(不含print中的注释~)-Remove program notes on the use of finite state automata (excluding print the comments in the ~)
-
-
0下载:
不确定有限状态自动机的确定化,不确定有限状态自动机的确定化-The uncertain finite state automata determine
-
-
0下载:
VHDL设计的空调系统有限状态自动机,带有VHDL测试平台代码-VHDL design of air-conditioning systems finite state automata with VHDL testbench code
-
-
0下载:
使用有限状态自动机,去除代码中的注释,对打印语句进行了特殊处理-Using finite state automata, remove comments in the code
-
-
0下载:
Delphi自动断句机,带点智能语法分析功能,可把一段文字智能添加段落和分行显示,基于有限状态自动机的算法,文本分析与自动翻译等技术,其第一步首先都是断句,即把连续的文本,分成以句子为单位的基本成分。程序支持缩略语和标点识别,你可以载入一段文本试下。
-Delphi auto-punctuate machine, a little intelligent parsing function can be added to a text paragraph and intelligence br
-
-
0下载:
空调系统有限状态自动机 实现空调温度的调节 风速的调解等功能-Air-conditioning systems finite state automata to achieve air-conditioning temperature regulation function of wind speed mediation
-
-
0下载:
元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。(Cellular automata (CA) is a method for simulating local rules and
-