搜索资源列表

  1. NFA到DFA

    0下载:
  2. 编译原理NFA到DFA的转换源码-compiler theory NFA to the DFA source conversion
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:李余
  1. 用Java语言实现NFA到DFA的等价变换

    0下载:
  2. 本程序为编译原理里的一个重要的知识点,实现NFA到DFA的转换-procedures for the compiler's a principle important knowledge points, for the NFA to DFA conversion
  3. 所属分类:其它资源

    • 发布日期:2024-05-09
    • 文件大小:30720
    • 提供者:李小刚
  1. nfa

    0下载:
  2. NFA DFA相关算法 编译原理的一个实验内容 使用VC++打开-NFA DFA correlation algorithm compiler principles of the use of an experimental content VC Open
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:105472
    • 提供者:chuhaiyun
  1. NFA

    0下载:
  2. 实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA  N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的状态去记录在NFA读入一个输入符号后可能达到的所有状态.。-achieve
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:
  1. my-nfa

    0下载:
  2. 这是我自己写的将正则表达式的parser,通过将正则表达式先编译成NFA格式,大大加快搜索速度.-This is what I wrote it myself will be the regular expression parser, by first compiling regular expressions into NFA format, greatly accelerate the search speed.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:binch
  1. NFA

    0下载:
  2. 在非确定的有限自动机NFA中,由于某些状态的转移需从若干个可能的后续状态中进行选择,故一个NFA对符号串的识别就必然是一个试探的过程。这种不确定性给识别过程带来的反复,无疑会影响到FA的工作效率,所以我们有必要将NFA确定化。-In the non-deterministic finite automaton of the NFA, because of the transfer of certain state to be from
  3. 所属分类:软件工程

    • 发布日期:2024-05-09
    • 文件大小:79872
    • 提供者:陈成
  1. [NFA+TO+DFA]

    0下载:
  2. NFA的确定化是编译过程中一个重要的部分,由于本程序的输入很多,而且有多种格式的输入,所以输入时必须非常小心细致。本程序比较复杂,需要使用多个结构体并使用了指针。必须将程序分解为多个子程序以降低编写难度。想起了软工老师的一句话:"难事破与易",再复杂的事,拆成一个个简单的小部分,逐个击破,在拼凑起来,复杂的事也变的简单了。适当使用全局常量可以控制有效控制内存溢出。由于程序较大,调试时多人协作能更容易易找出程序并成功修改。-NFA det
  3. 所属分类:软件工程

    • 发布日期:2024-05-09
    • 文件大小:149504
    • 提供者:佚星
  1. [NFA+TO+DFA]

    0下载:
  2. [NFA+TO+DFA] 很好很强大的,全部都有了,下下来就行了-[NFA+ TO+ DFA] very very powerful, all have been, the next down on the list
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:149504
    • 提供者:三块一
  1. nfa

    0下载:
  2. 正规式转化为NFA,希望对需要的朋友有用-to NFA
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:148480
    • 提供者:黄飞
  1. NFA-DFA

    0下载:
  2. 实现从nfa到dfa的转换,并且输出中间的状态集以及转换表-From nfa to dfa conversion and output as well as the middle of the state set conversion table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:tang
  1. nfa-dfa

    0下载:
  2. 可实现,nfa到dfa的转化,利用c语言编写,本人以用过一次,老师评价很好-Can be achieved, nfa to dfa conversion using c language, I used once, very good teacher evaluation
  3. 所属分类:文档资料

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:黄飞
  1. nfa-dfa

    0下载:
  2. its nfa-dfa converter
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:shoaib
  1. javafr_EDITEUR-GRAPHIQUE-NFA-DFA___Page

    0下载:
  2. graphic simulation nfa to dfa
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:693248
    • 提供者:bechir
  1. NFA

    0下载:
  2. NFA字符串识别演示程序比较复杂点,也需要建力一个专门的存储)的堆栈-NFA string recognition demo program more complicated points, also need to build a dedicated power storage) stack
  3. 所属分类:汇编语言

    • 发布日期:2024-05-09
    • 文件大小:536576
    • 提供者:梁日雄
  1. NFA-DFA-MFA

    0下载:
  2. 正则表达式及NFA-DFA-MFA的转换和判别-Regular expressions and NFA-DFA-MFA conversion and discriminant
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:14336
    • 提供者:dfadf
  1. nfa

    0下载:
  2. 这是编译原理中,nfa转换为dfa的程序代码,提供为程序开发人员使用和编程-This is a compilation Principle, nfa to dfa conversion program code to provide for program developers and programming
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:李华
  1. NFA

    0下载:
  2. naf课程设计源代码,对一个正则式转化成nfa的描述-naf
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:王一
  1. Advanced.Programming.Java.NFA.graph.algorithms

    0下载:
  2. Java NFA图形算法高级编程Advanced Programming Java NFA graph algorithms -Advanced Programming Java NFA graph algorithms
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:11264
    • 提供者:杨明
  1. NFA-CONVERT-TO-DFA

    0下载:
  2. 编写程序读取nfa.txt,构造出NFA的数据结构,并编写算法实现NFA到DFA的转化。-Write a program to read nfa.txt, the data structure constructed NFA and NFA to DFA write algorithm transformation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:174080
    • 提供者:kangqingping
  1. NFA-change-to-DFA

    0下载:
  2. 可以实现NFA到DFA的转换,还可以化简DFA。程序很清晰,详细。-NFA to DFA can achieve the conversion, you can also simplify DFA. Procedures are clear and detailed.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:火麒麟
« 12 3 4 5 6 7 8 9 10 ... 19 »

源码中国 www.ymcn.org