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

搜索资源列表

  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
    • 文件大小:8892
    • 提供者:David
  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. onedimca

    1下载:
  2. 很好的一个复杂网络的元胞自动机生命游戏源程序.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:14540
    • 提供者:陈峰
  1. java_celluar

    0下载:
  2. JAVA编制的元胞自动机程序,可以模拟生命游戏.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:32513
    • 提供者:陈峰
  1. java-fsm-devel-alpha-0.1.tar

    0下载:
  2. JAVA实现的有限状态自动机。该软件适合Linux环境下安装运行。-JAVA the finite-state automaton. The software is suitable for the installation of the Linux operating environment.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:15231
    • 提供者:马艳军
  1. Dfa.rar

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

    • 发布日期:2017-03-31
    • 文件大小:1348
    • 提供者:huangyiwei
  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. 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. statemachine

    0下载:
  2. 功能描述 : 用有限状态自动机识别日期,用java 写的-use statemachine to recognise time
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:14022
    • 提供者:wzhiju
  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. cn.work.zdj

    0下载:
  2. 有限自动机输入,转换,识别,图形显示与化简,采用Eclipse RCP开发工具和JAVA语言进行开发,并且使用全新的SWT/JFace,一改AWT/Swing单调、沉闷的界面风格,使得软件具有丰富的图形界面,而且具有跨平台性。我们可以通过输入一个或者多个有限自动机的状态集,字母表,转换函数,初始状态和终态或者右线性文法,并对生成的自动机进行相应的操作。-Finite automaton input, conversion, identification, graphical display an
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1247981
    • 提供者:阿鸿
  1. ExpCompiler_java

    0下载:
  2. 用JAVA写的计算一段数学表达式的程序,所用的算法及各类数据结构在很多教程中都有介绍,但代码都是不完整的,一般都是缺少自动机来获取符号。所以现在把我写的发上来,希望于大家一起交流。-JAVA calculated using a mathematical expression written in the procedures used by the algorithm and all kinds of data structures are introduced in many tutoria
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:16256
    • 提供者:206
  1. yuanbao

    0下载:
  2. 实现元胞自动机 可实现很神奇的效果 真的 几何和健康-i do not konw how to say
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:1903100
    • 提供者:
  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. code

    0下载:
  2. 一个判断图灵机 PDA DFA 以及用这些自动机进行字串识别的程序源码-PDA DFA to determine a Turing machine, as well as a string with these automated machines identify the source of the program
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:25404
    • 提供者:ll
  1. Cellular

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

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

    0下载:
  2. 一个用Java语言编写的细胞自动机的小程序展示(a cell game which is programed by java)
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:5120
    • 提供者:sss291
« 12 »
搜珍网 www.dssz.com