搜索资源列表

  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:31449
    • 提供者:李小刚
  1. NFA到DFA

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

    • 发布日期:2008-10-13
    • 文件大小:2129
    • 提供者:李余
  1. NFA到DFA

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

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:李余
  1. nfa_dfa

    0下载:
  2. 求正规表达式到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.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:王超
  1. 有限自动机的确定化

    0下载:
  2. 有限自动机的确定华,NFA到DFA的转变。-Ascertain of finite auto-machine , from NFA to DFA.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:37888
    • 提供者:田永震
  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-12
    • 文件大小:30720
    • 提供者:李小刚
  1. REManageAndNFAToDFA

    0下载:
  2. 能够完成正规式到NFA的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别-to complete the formal ceremony to change the NFA, NFA conversion to DFA (subset), the smallest of DFA, testing whether a string of generation to generation by
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-12
    • 文件大小:1010688
    • 提供者:winpro
  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-12
    • 文件大小:10240
    • 提供者:
  1. AutoMake5.0

    0下载:
  2. 一个大学时候做的编译原理的实验.实验内容是正则表达式到NFA到DFA到最小化DFA最终生成词法分析代码的整个过程的演示.那时由于时间关系,词法分析代码自动生成部分还没完成.-When a university to do the compiling principle experiment. Experiment is a regular expression to NFA to DFA to minimal DFA of the fi
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:124928
    • 提供者:THM
  1. reg2NFA(java)

    0下载:
  2. 正则表达式到NFA,NFA到DFA的JAVA实现,图形表示结果。-Regular Expression to NFA, NFA to DFA s JAVA realized, graphical representation of results.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:35840
    • 提供者:洪兴
  1. 123

    0下载:
  2. 编译原理课程设计报告正规表达式到NFA(不确定的有限自动机),NFA到dfa及DFA(有限自动机)的最小-Principles of curriculum design report compiled formal expression to the NFA (finite automaton uncertain), NFA to DFA and the DFA (finite automaton) minimum
  3. 所属分类:其它资源

    • 发布日期:2024-05-12
    • 文件大小:101376
    • 提供者:npc
  1. NFATODFA

    0下载:
  2. NFA到DFA的转换 这是用visual C++ 编写的程序 有注释!-NFA to DFA conversion This is to use visual C++ have the Notes prepared by the procedure!
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:姚升高
  1. NFA_DFA

    0下载:
  2. nfa 到 dfa c实现 编译原理课程设计详细文档,包含NFA->DFA,DFA的最小化。 -nfa to dfa c实现 编译原理课程设计详细文档,包含NFA->DFA,DFA的最小化。
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:张志刚
  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-12
    • 文件大小: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-12
    • 文件大小:2048
    • 提供者:黄飞
  1. 805NFA

    0下载:
  2. [用Java语言实现nfa到DFA的等价变换.rar] - 本程序为编译原理里的一个重要的知识点,实现nfa到DFA的转换 [nfatoDFA.rar] - nfa转化为DFA的一个程序!希望能有点作用! [REManageAndnfaToDFA.rar] - 能够完成正规式到nfa的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别 -[Using Java language
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:董华鹏
  1. NFA_DFA

    0下载:
  2. 利用C++语言实现编译词法分析中的NFA到DFA的转换。-Language implementation using C++ compiler lexical analysis of the NFA to DFA conversion.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:1315840
    • 提供者:element
  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-12
    • 文件大小: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-12
    • 文件大小:2048
    • 提供者:火麒麟
  1. 2

    0下载:
  2. 实现NFA到DFA的转化,方便初学者使用体会(this is easy to understand)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:飞天螳螂
« 12 3 4 »

源码中国 www.ymcn.org