Welcome![Sign In][Sign Up]
Location:
Search - DFA

Search list

[assembly languageDFA

Description: 编译原理试验,dfa简单编译器,以定义好正则式(a|b)*ab,输入字符串,可以判断是否可以接受。
Platform: | Size: 842 | Author: hewen | Hits:

[OtherDFA

Description: 确定型有限状态机的实现:把DFA的五元组存在文本文件中,输入一个字符串可以判断能否被该机器所接受
Platform: | Size: 6384 | Author: 兰天 | Hits:

[OtherDFA

Description: DFA确定型有穷自动机的相关功能 不用修改直接可用
Platform: | Size: 1198 | Author: 秋峰 | Hits:

[ELanguageDFA

Description: DFA的一个例子,有点意思,希望对大家有所帮助,
Platform: | Size: 1041 | Author: pp | Hits:

[ELanguagedfa

Description: 由输入的正规式自动生成NFA,再转换为DFA。再对指定的文件进行处理。找出该文件中与正规式匹配的子串。
Platform: | Size: 6491 | Author: 夏天 | Hits:

[OtherDFA

Description: 输入正规式, 画出对应的NFD, DFA,
Platform: | Size: 178053 | Author: 123456 | Hits:

[OtherDFA

Description: 编译原理初学者适用,DFA,有穷自动机的功能实现
Platform: | Size: 27006 | Author: lixia | Hits:

[OtherDFA

Description: DFA,这个一个关于确定有限自动机的算法,有兴趣可以参考一下.-DFA, a set of finite automata algorithms are interested can take a look.
Platform: | Size: 46562 | Author: budn | Hits:

[ELanguageNFA转换成DFA

Description: C++实现NFA转换成DFA
Platform: | Size: 1315839 | Author: asfv@163.com | Hits:

[matlabDFA方法检验程序

Description: DFA方法是检验非稳定时间序列长程相关性的有效方法,用处越来越大,希望对大家有用。
Platform: | Size: 1913 | Author: sayhai3308@tom.com | Hits:

[SourceCode编译原理实验1 DFA的编程实现

Description: 实验一(二)DFA的编程实现 一.实验分析 1.首先把“字符集”、“状态集”、“开始状态”、“接受状态集”、“状态转换表弄清楚写出来。 2.然后编写读取文件的函数,判断字符串是否正确的函数,以及搜索小于等于N的能够接受的字符串的函数
Platform: | Size: 1632 | Author: pikaqiuweixiao | Hits:

[assembly languagedfa 转化 nfa java工程

Description:
Platform: | Size: 234722 | Author: tongelaine@163.com | Hits:

[SourceCodeNFA轉DFA

Description: 編譯器中NFA轉DFA程式碼
Platform: | Size: 111161 | Author: alright0115 | Hits:

[ELanguagebianyiyuanli

Description: 一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.- 1. Experimental goal: The design, compiles and debugs a concrete lexical analyaer, deepens to the lexical analysis theory and the automatic lexical analysis tool understanding, practices and grasps. 2. The experiment requests: (1) study and the understanding regular expression theory, writes the C 鈻
Platform: | Size: 147456 | Author: 晨曦 | Hits:

[Windows Develop确定有穷自动机分析内核

Description: 核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在 CAjaxParserDlg::OnInitDialog。 -core function is a state of the switching function CAjaxParserDlg : : Route. State switching function according to a DFA solution to the input text for analysis. In other words, if you do a new DFA, we can analyze the new morphology. DFA in the initialization CAjaxParserDlg : : OnInitDialog.
Platform: | Size: 128000 | Author: 何福保 | Hits:

[ELanguage编译原理LALR(1)文法分析器

Description: 产生的DFA在屏幕上显示,分析表写到文件里面.- Produces DFA demonstrated on the screen that, the analytical table writes inside the document
Platform: | Size: 14336 | Author: 演好 | Hits:

[ELanguageregular_to_DFA

Description: 编译原理---正则表达式到DFA的演示程序- Translation principle--- regular expression to DFA demonstration program
Platform: | Size: 78848 | Author: 黄小生 | Hits:

[Bookscompi

Description: 词法分析程序而做的作业,包括DFA词法分析表-lexical analysis procedure to do operations, including DFA lexical analysis Table
Platform: | Size: 36864 | Author: 周瑜红 | Hits:

[Mathimatics-Numerical algorithmsToNfa

Description: 从正则式转化为有穷自动机-from regular-into DFA
Platform: | Size: 233472 | Author: 小罗 | Hits:

[ELanguageRegular

Description: 输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;E,空串;O,空集 然后程序将生成 相应的NFA,以及化简之后的DFA,最后再输入一个字符串,程序判断它是否满足该正则表达式-input is a regular expression, you can use : lowercase letters or numbers, said Fu end;* Closure; , And set; To complement the set; E, empty string; O, empty set procedures will then generate the corresponding NFA, and the simplification of the DFA after finally lose into a string, procedures judgment whether it is to meet the regular expression
Platform: | Size: 249856 | Author: 杨震原 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 34 »

CodeBus www.codebus.net