搜索资源列表

  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
    • 文件大小:30.71kb
    • 提供者:李小刚
  1. SimplizeDFA

    0下载:
  2. 简化DFA-对于一确定型自动机M=(K,Σ,Δ,s, F),设p,q ∈K,若对于任一字符串w,由p沿w可达某终点当且仅当由q沿w可达某终点,则说p,q等价,记为p≡q。而且,≡的一个等价类恰好就是状态数最少的确定型自动机的一个状态
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8.68kb
    • 提供者:David
  1. zhenguishidaoyouqiongzidongji

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

    • 发布日期:2008-10-13
    • 文件大小:13.81kb
    • 提供者:王里
  1. ashfuafnasjf

    0下载:
  2. 简单的词法分析程序 1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果-simple lexical analysis procedure 1) understanding through informal style, Finite Automata Theory, according to the foll
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:寻好
  1. ashfuafnasjf

    0下载:
  2. 简单的词法分析程序 1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果-simple lexical analysis procedure 1) understanding through informal style, Finite Automata Theory, according to the foll
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:寻好
  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-11-19
    • 文件大小:30kb
    • 提供者:李小刚
  1. SimplizeDFA

    0下载:
  2. 简化DFA-对于一确定型自动机M=(K,Σ,Δ,s, F),设p,q ∈K,若对于任一字符串w,由p沿w可达某终点当且仅当由q沿w可达某终点,则说p,q等价,记为p≡q。而且,≡的一个等价类恰好就是状态数最少的确定型自动机的一个状态-Simplify the DFA-for a defined automaton M = (K, Σ, Δ, s, F), set p, q ∈ K, if for any string w, from p
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-19
    • 文件大小:8kb
    • 提供者:David
  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-11-19
    • 文件大小:35kb
    • 提供者:洪兴
  1. [NFA+TO+DFA]

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

    • 发布日期:2024-11-19
    • 文件大小:146kb
    • 提供者:佚星
  1. DFA

    0下载:
  2. 本程序是用来解决消除趋势波动分析的MATLAB程序-This procedure is used to address the elimination of detrended fluctuation analysis of the MATLAB program
  3. 所属分类:matlab例程

    • 发布日期:2024-11-19
    • 文件大小:2kb
    • 提供者:于剑
  1. Dfa

    0下载:
  2. 利用有穷确定自动机M=(K,Σ,f, S,Z)行为模拟程序算法,来对于任意给定的串,若属于该语言时,该过程经有限次计算后就会停止并回答“是”,若不属于,要么能停止并回答“不是”-利用有穷确定自动机M=(K,Σ,f, S,Z)行为模拟程序算法,来对于任意给定的串,若属于该语言时,该过程经有限次计算后就会停止并回答“是”,若不属于,要么能停止并回答“不是”
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:huangyiwei
  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-11-19
    • 文件大小:10kb
    • 提供者:董华鹏
  1. NFAtoDFA[J.S]

    0下载:
  2. 一个NFA转化为DFA的带有界面的程序,C++builder编写,能够输出转化子集;对于多终结符的情况也一样能够正确求解。-An NFA into a DFA with the interface of the program, C++ builder write to a subset of the output conversion for multi-terminator is also the case can be prop
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:1.04mb
    • 提供者:卓然
  1. Finite_Aut2127819222008

    0下载:
  2. A Program that can convert your Regular Expression to PostFix Post_Fix to NFA [Thomson s Construction] NFA to DFA [Subset Construction] DFA to minDFA [Table Filling Algorithm]
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-19
    • 文件大小:44kb
    • 提供者:csp
  1. login

    0下载:
  2. 简单登陆系统 挺简单的,就不用多说了!非要20个字符!-this is a asp code asd lfkja sdfa sfd asdf sads fa s dfa s df
  3. 所属分类:Web服务器

    • 发布日期:2024-11-19
    • 文件大小:10kb
    • 提供者:加薪
  1. DFA

    0下载:
  2. to accept any string from 0`s and 1`s and drow DFA
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:43kb
    • 提供者:MK
  1. NFAtoDFA

    0下载:
  2. It s a program that convert NFA(Non deterministic Finite Automata) to DFA(Deterministic Finite Automata). This article used in scanners and parsers to detect some pattern of input characters similar to tokens.
  3. 所属分类:其他小程序

  1. NFA-to-DFA

    0下载:
  2. Theory: NDFA: It is a mathematical model containing 5 tuples a) Q- finite non empty set elements of which are called as state. b) T- set of alphabets. c) δ- is a mapping function Q*{T {λ}}*2Q d) S-start
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:Merwyn
  1. DFA-java

    0下载:
  2. DFA的Java实现,最近有编译原理的实习,就把自己的资源共享给大家- DFA s Java implementation, recent internship compiler theory, put their own resources for everyone to share
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-19
    • 文件大小:47kb
    • 提供者:张春亮
  1. phpweb二级分类

    0下载:
  2. 对方的事发生 第三方的身份多少地方第三方第三方多少范德萨范德萨(How much is the third party's identity of the other party? How many places are the third party and the third party? How many Sar Sar?)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-11-19
    • 文件大小:13kb
    • 提供者:第三方碍事
« 12 »

源码中国 www.ymcn.org