搜索资源列表

  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. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:25615
    • 提供者:winpro
  1. bianyiyuanyidaima

    0下载:
  2. 编译原理代码 包括正规式匹配LR文法分析语义分析-compiler code including formal grammar LR-match analysis of semantic analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:19984
    • 提供者:jinnee.lee
  1. zhenguishidaoyouqiongzidongji

    0下载:
  2. 该C++源码为正规式到有穷自动机的转化过程的实现-C source code for the formal ceremony to DFA's transformation process to achieve
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:14141
    • 提供者:王里
  1. Regular-toDFA

    0下载:
  2. 从正规式到有限自动机及确定的有限自动机的化简。-from the formal ceremony to Finite Automata and the limited automatic machine simplification.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13464
    • 提供者:wangxiuxiu
  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. bianyiyuanyidaima

    0下载:
  2. 编译原理代码 包括正规式匹配LR文法分析语义分析-compiler code including formal grammar LR-match analysis of semantic analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:19456
    • 提供者:jinnee.lee
  1. zhenguishidaoyouqiongzidongji

    0下载:
  2. 该C++源码为正规式到有穷自动机的转化过程的实现-C source code for the formal ceremony to DFA's transformation process to achieve
  3. 所属分类:书籍源码

    • 发布日期:2024-05-12
    • 文件大小:252928
    • 提供者:王里
  1. Regular-toDFA

    0下载:
  2. 从正规式到有限自动机及确定的有限自动机的化简。-from the formal ceremony to Finite Automata and the limited automatic machine simplification.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:13312
    • 提供者:wangxiuxiu
  1. KModies

    0下载:
  2. k中心点 编制和调试一个程序,它将用户输入的正规式转换为以状态图和矩阵形式表示的确定有穷自动机。 1.把正规式转换为NFA 2.将NFA确定化为DFA • #作为正规式的终止符 • 考虑复合正规式 • 开始状态号为0 -focal point for the preparation of k and debug a program, it will the user to ent
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:刘自咏
  1. REManageAndNFAToDFA

    0下载:
  2. 识别正规式,将其转化为nfa,然后转化为dfa-Recognition of formal style, be translated into nfa, and then into a DFA
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:1661952
    • 提供者:刘自咏
  1. 1)

    0下载:
  2. 对C++进行词法和语法分析。 要求: 词法分析部分写出相应的正规集、正规式、NFA、DFA 写出语法分析所采用的方法和完成的语法分析功能 编写出响应的编译程序 写出完整的课程设计报告 说明:课程设计报告包括的基本内容有: 一、课程设计题目 二、课程设计的目的 三、课程设计的基本内容和实现功能介绍 四、词法分析:包括系统的词法规则,相应的正规集、正规式、NFA、DFA 五、语
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:王博
  1. N_DFA

    0下载:
  2. 将正规式变成NFA的算法,如(a|b)*(aa|bb)(a|b)*-NFA into a formal style of the algorithms, such as (a | b)* (aa | bb) (a | b)*
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:侯坤
  1. pl0_

    0下载:
  2. “编译原理与技术”的上机实验要求你对PL/0语言及其编译器进行扩充和修改。每个扩充或修改方式可得到不同的分数,满分为100分。 完成上机作业后,必须提交下列文档: (1) 修改后的PL/0语言文本。包含词法分析(正规式),语法分析(BNF)。 (2) 有关修改后的PL/0编译/解释器的说明。详细说明你的编译器是如何编译新的PL/0语言程序的。指出你的程序中最精彩的部分,以及你为什么这样做,你是如何控制和恢复语义错误的。
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:62464
    • 提供者:wanya
  1. T423-3-7++_zhengguishiDFA

    0下载:
  2. 正规式转换成DFA,可以运行,里面附有设计报告-err
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:265216
    • 提供者:慈曾
  1. dfa

    0下载:
  2. 由输入的正规式自动生成NFA,再转换为DFA。再对指定的文件进行处理。找出该文件中与正规式匹配的子串。-By the importation of automatic generation of formal NFA, and then converted to DFA. Re-designated the documents for processing. To find the document with the informal
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:6144
    • 提供者:夏天
  1. zhengguishizhuanNFAheDFAjizuixiaohua

    0下载:
  2. 用图实现的正规式转NFA转DFA,及对DFA的最小化实现。-With plans to achieve a formal ceremony to NFA to DFA, and the smallest of the realization of DFA.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:18432
    • 提供者:刘强国
  1. regexpanddfa

    0下载:
  2. 正规式的处理及dfa的转换,计算理论导论-Formal style of handling and DFA conversion, Introduction to Computing Theory
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:2356224
    • 提供者:cmy
  1. nfa

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

    • 发布日期:2024-05-12
    • 文件大小:148480
    • 提供者:黄飞
  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. bianyisrc

    0下载:
  2. 编译原理实验包括正规式到NFA,NFA到DFA、LL1、LR代码都执行过,都没有错误-Compile regular expression to the principle experiment, including NFA, NFA to DFA, LL1, LR code is executed, no errors
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:18432
    • 提供者:dai
« 12 3 4 5 »

源码中国 www.ymcn.org