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

搜索资源列表

  1. Sand2D_CA

    0下载:
  2. 模拟砂堆的元胞自动机源代码。对于认识和学习元胞自动机(CA)很有帮助-sand pile simulation of cellular automata source code. Learning to recognize and cellular automata (CA) helpful
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4651
    • 提供者:颜建军
  1. java-cellular-automata-system

    0下载:
  2. 用JAVA编写的元胞自动机原文件,可以正常编译,很不错。-Written by JAVA cellular automata the original file, you can normally build, very good.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:16800
    • 提供者:zsu_rellik
  1. DFAReader

    0下载:
  2. 一个java编写的DFA(difinite automata reader) 拥有完备的图形界面和rebustness 另付.dat的测试文件 -Java prepared a DFA (difinite automata reader) has a comprehensive graphical interface and rebustness extra. Dat test document
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:24939
    • 提供者:neo
  1. reg2NFA

    0下载:
  2. 这个编译实验把一个正则表达式转化为不确定的有穷自动机NFA算法,有兴趣的朋友可以看看哦。 -The experiment to compile a regular expression into an uncertain finite automata NFA algorithm, interested friends can see Oh.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:35722
    • 提供者:188
  1. cell01

    0下载:
  2. 随机元胞自动机绘制sierpinski三角形的类-Stochastic Cellular Automata Drawing Sierpinski triangle class
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:1312
    • 提供者:heming
  1. Lift

    0下载:
  2. 随机元胞自动机的分形画法的实现,public class Lift extends Applet implements ActionListener-Stochastic Cellular Automata fractal realization of painting, public class Lift extends Applet implements ActionListener
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:1231
    • 提供者:heming
  1. sierpinski2

    0下载:
  2. 元胞自动机生成的Sierpinski三角形,public class sierpinski2 extends JApplet implements ActionListener-Cellular Automata generated Sierpinski triangle, public class sierpinski2 extends JApplet implements ActionListener
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:1256
    • 提供者:heming
  1. ExpCompiler_java

    0下载:
  2. 用JAVA写的计算一段数学表达式的程序,完全OO,所用的算法及各类数据结构在很多教程中都有介绍,但代码都是不完整的,一般都是缺少自动机来获取符号。-Using JAVA to write the calculation of mathematical expressions for some procedures, fully OO, used in various types of algorithm and data structure in many curricula have intr
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:16788
    • 提供者:无心
  1. Automata

    0下载:
  2. Automata implementation in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2189
    • 提供者:Jiuney
  1. comp1

    0下载:
  2. 用c++加编译知识实现,一个正规式。而且是用Case语句加循环实现的。能识别一些有限自动机。用c++加编译知识实现,一个正规式。而且是用Case语句加循环实现的。能识别一些有限自动机。-C++ compiler with the increase of knowledge achieved, a formal style. But also increases with the Case statement cycle achievable. Able to identify a number
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:177521
    • 提供者:想想
  1. Lexical_Analyser

    0下载:
  2. Lexical analyser using Java, it can be extended to extract symbol in other language, just by specifying the corresponding automata
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:13275
    • 提供者:Alaoui
  1. NFASimulation

    0下载:
  2. My Project in Automata
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:19350
    • 提供者:Jason Behik
  1. KeywordSpotting

    0下载:
  2. 多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现 该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自行任意添加删改,运行程序前先将一组拷贝至D:\。 程序将
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3305106
    • 提供者:jpj
  1. Automata

    0下载:
  2. Program how transform AFN to AFD
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:42977
    • 提供者:henhiskan
  1. Cellular

    0下载:
  2. 元胞自动机模型实现的JAVA代码,用于进行模拟仿真的数据动态实现-Cellular Automata
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:675
    • 提供者:weiyu125
  1. Automatic_101206633

    0下载:
  2. 由java编写的检验上下文无关语言是否为空的代码,可以处理嵌套形式,以$作为空串形式,大写字母作为非终结符。递归计算。形式语言与自动机的作业。-Written by the java test context-free languages is empty of code that can handle nested forms, to $ as the empty string form of capital letters as a non-terminator. Recursive com
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:10808
    • 提供者:EMMILY
  1. Automatic

    0下载:
  2. java编写的上下文无关文法分析程序,图形界面,JBuilder运行环境,Eclipse也可,可以选择文件读取也可以自己输入。判断是否为空。形式语言与自动机的课程作业。-context-free grammar written in java parser, graphical interface, JBuilder runtime environment, Eclipse is also possible to select the file you can read their input.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:275260
    • 提供者:EMMILY
  1. Automata---copia

    0下载:
  2. this program realiza an automata
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:20076
    • 提供者:Danny
  1. WatorScreenSaver

    0下载:
  2. 细胞自动机的java源码,可以演示细胞演化的过程-Cellular Automata java source code, can demonstrate the process of cell evolution
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:409986
    • 提供者:Annie
  1. automata

    0下载:
  2. This file have the simple developed of how to do a parser for automata, we use generics en simple structures,
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3176
    • 提供者:jose
« 12 3 »
搜珍网 www.dssz.com