CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 自动机

搜索资源列表

  1. 有穷自动机识别无符号数.rar

    0下载:
  2. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:40202
    • 提供者:
  1. 确定有穷自动机分析内核.rar

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:128151
    • 提供者:
  1. 细胞自动机.zip

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:54361
    • 提供者:
  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. 确定有穷自动机分析内核

    0下载:
  2. 核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在 CAjaxParserDlg::OnInitDialog。 -core function is a state of the switching function CAjaxParserDlg : : Route. State switching function according to a
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:128418
    • 提供者:何福保
  1. DFAv1

    0下载:
  2. 关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。-on Finite Automata and Regular expressions are transformed into each other procedures, and complete the DFA and the determination of the smallest.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:50670
    • 提供者:高晖
  1. DFA自动版

    0下载:
  2. 我的编译原理大作业,自动分析语法,判断语句是否符合规则。DFA即有穷自动机。因为这个工作量比较大,所以恕我不无帐号发放了。-I build large operating principle, automatic syntax analysis, judgment statement with the rules. DFA that the DFA. Because the workload is bigger, it is not without regret that I paid the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:197989
    • 提供者:高约
  1. astl.beta.2.0

    0下载:
  2. 一个类似STL的自动机的源代码库,利用STL 组件开发,适合Windows和*nix多平台的C++ 编译器。-a similar automatic machine's source code for use STL components development for Windows and * nix multi-platform C compiler.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:942437
    • 提供者:jjyynmb
  1. DFAjuti

    0下载:
  2. 正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西-to DFA has recently compiled a study of the principles of producing more things
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:197420
    • 提供者:代价
  1. air_conditioner

    1下载:
  2. 空调温控电路有限状态自动机, 有TEMP_HIGH和TEMP_LOW 分别与传感器相连用语检测室内温度.-air-conditioning temperature control circuit finite state automaton, and TEMP_LOW TEMP_HIGH with sensors connected to the indoor temperature detection terminology.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:3200
    • 提供者:
  1. LexicalAnalyser

    0下载:
  2. java版本的词法分析器,有穷自动机根据大型编译系统的模式构造。-java version of the lexical analyzer, the DFA Compilation System under the large tectonic model.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16779
    • 提供者:郭振
  1. self_product

    0下载:
  2. 命的一个重要特征就是能够自我繁殖,也就是自我复制。那么,程序能自我复制么?更一般的,一个系统上的构形能自我复制么?答案是肯定的,早在60年代的时候,著名科学家Von Neumann就研究过能够自我复制的细胞自动机,并从理论上证明了它是可能的。后来,随着人工生命的兴起,科学界兴起了研究自我复制的细胞自动机的热潮。在这个程序中,你能看到Langton的自我复制圈、chou的自我复制程序还有Langton的蚂蚁细胞自动机等等。-fate of the important features is a s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5793
    • 提供者:若令
  1. 编译原理报告

    0下载:
  2. 设计目的 1. 程序的方法实现语法分析的LL(1)方法。手工构造词法分析程序 。 2. 锻炼自己的编写程序的能力和独立的编程思维能力。提高自己的编程能力。 3. 熟悉编译原理词法分析和语法分析的方法,加深对基本方法的了解。 4. 让我们更家进一步的理解编译原理,更好的的学习它的一些思路,掌握编译原理的理论基础。 5.让我们更加熟悉编程语言的运用和编程的技巧。更加了解编程的思维方式。 6. 采用自动机这种方法来设计词法分析程序,使思路更加清晰,
  3. 所属分类:软件工程

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

    0下载:
  2. 二维元胞自动机,著名的生命游戏 vc++开发-two-dimensional cellular automata, the famous game vc development life
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:83527
    • 提供者:冉磊
  1. java_celluar

    1下载:
  2. 元胞自动机,演示元胞自动机规则 直接解压缩便可使用-Cellular Automata, presentations cellular automata rules directly extract can use
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:31242
    • 提供者:冉磊
  1. CATest

    0下载:
  2. 在flashmx下编写的程序,解释并演示元胞自动机规则,并进行动画演示-flashmx prepared in the process, explain and demonstrate cellular automata rules, and animation demo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:207734
    • 提供者:冉磊
  1. onedimca

    0下载:
  2. 一维元胞自动机源代码,描述一维元胞自动机规则,并进行仿真演示-one-dimensional cellular automata source code, a descr iption dimensional cellular automata rules, and simulation demo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13491
    • 提供者:冉磊
  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 transition map meaning, and graduall
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:13305
    • 提供者:王志
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com