搜索资源列表

  1. 有限自动(编译原理)源代码机

    0下载:
  2. 有限自动机 是编译原理课程设计源代码 可以用来借鉴与参考,可以运行。-Finite Automata Theory courses is to compile the source code design can be used to make a reference, can run.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1009
    • 提供者:刘飘
  1. FAv1

    0下载:
  2. 使用C#编写,实现输入正则表达式,输出确定有限自动机,使用图形界面显示。-prepared to use C#, are realizing the importation of expression, to determine output finite automata, the use of a graphical interface shows.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:178391
    • 提供者:郑冰
  1. snlying6

    0下载:
  2. 1、 学会针对DFA转换图实现相应的高级语言源程序。 2、 深刻领会状态转换图的含义,逐步理解有限自动机。 3、 掌握手工生成词法分析器的方法,了解词法分析器的内部工作原理 -1, the Institute against DFA conversion map corresponding high-level language source. 2, deeply understand the state transitio
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13305
    • 提供者:王志
  1. 有穷自动机

    0下载:
  2. 自己编的一个判断浮点数的有限自动机,大家来看看啊-own series of the float of a judge finite automata, we arrives
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7291
    • 提供者:energy
  1. 刘琴-0206-44-自动机的应用

    0下载:
  2. 本课程设计采用C语言进行编译原理实现课题有限自动机的应用,其目的如下:(1) 理解有限自动机的作用;(2) 利用状态图和状态表表示有限自动机;(3) 以程序实现有限自动机的运行过程-courses designed using the C language compiler principles to achieve automatic machine issues limited the application of its purp
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:88921
    • 提供者:苏亮
  1. autolife

    0下载:
  2. Autolife模型是一个能够进行“开放式进化”的人工生命系统。每个Agent模型采用可以变化规则表长度的有限自动机模型建模。一方面Agent可以进行自我繁殖,同时模型中的选择机制没有采用显式的适应度函数而是采用能量消耗的简单模型而自发涌现出来,所以可以认为Agent模型是一个类Tierra系统。然而与Tierra、Avida等数字生命模型不同的是,Autolife模型进行了大大的简化,它界面友好,操作直接。虽然没有给每个Agent装配
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:71680
    • 提供者:姚启迪
  1. ExpressAnalysis

    0下载:
  2. 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, suppo
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:22528
    • 提供者:大山
  1. byiyuanli

    0下载:
  2. 本源码可以用来对确定化的有限自动机进行化简-the source can be used to determine the finite automata for Simplification
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:123
  1. Regular-toDFA

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

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

    0下载:
  2. (1) 设计扫描器的有限自动机(识别器); (2) 设计翻译、生成Token的算法(翻译器); (3) 编写代码并上机调试运行通过。 • 输入——源程序文件或源程序字符串; • 输出——相应的Token序列; 关键字表和界符表; 符号表和常数表; -(1) the design of the finite automaton scanner (reader) (2) design tra
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:zhongzhencai
  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-18
    • 文件大小:101376
    • 提供者:npc
  1. zhidongji

    0下载:
  2. 编译原理课程设计 有限自动机的运行 -Compilation Principle course design operation of finite automaton
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:tony
  1. Cpp1

    0下载:
  2. 利用状态表和有限自动机的运行原理编制程序,使得程序能够识别一个输入串是否为一个有效的符号串,具体可以选择下面之一:无符号定点实数、自然数、整数、十六进制数或其它自己定义的符号串。-The use of state tables and finite automata operating principle of the production process to make the procedures to identify wheth
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:xsly
  1. Finite

    0下载:
  2. 这是一篇有限自动机的文章,这篇文章对计算机的发展起到了巨大的推动作用-This is a finite automaton of the article, the development of the computer has played a great role in promoting
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:1295360
    • 提供者:chunfei
  1. 77433631694

    0下载:
  2. 正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西。 有限自动机的确定华,NFA到DFA的转变。 -Is the type that the DFA has recently learned a compiler to produce more of the principle of things. Determination of finite automata China, NFA to DFA transformatio
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:郭称平
  1. Finite_Automata

    0下载:
  2. 介绍有限自动机原理的PPT,制作精良,推荐阅读-a PPT about Finite Automata
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:52224
    • 提供者:fengchun
  1. retodfa

    0下载:
  2. 正则表达式到有限自动机的转换,编译原理的课程设计,做的不错-RE->DFA
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:248832
    • 提供者:song
  1. wybyyl

    0下载:
  2. 编译原理之词法识别 利用有限自动机识别词法 初始化保留字表和标示符表,识别非法字符-Compiler theory of lexical identification using finite automata recognize lexical reserved words table and initialize the table identifier to identify illegal characters
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:miss wang
  1. 1

    0下载:
  2. 编写程序,将一个给定的有限自动机,将其转换为正规文法。 对于任意给定一有限自动机,求出其对应的正规文法(右线性文法)。(Write a program that converts a given finite automaton to a regular grammar. For any given finite automaton, the corresponding regular grammar (right linear g
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:295936
    • 提供者:一九
  1. 元胞自动机与Matlab

    1下载:
  2. 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。(Cellular automata (CA) is a method
  3. 所属分类:仿真建模

    • 发布日期:2024-05-18
    • 文件大小:231424
    • 提供者:c.ljx
« 1 23 4 5 6 7 8 »

源码中国 www.ymcn.org