Welcome![Sign In][Sign Up]
Location:
Search - automaton

Search list

[ELanguage有穷自动机识别无符号数

Description: 有穷自动机识别源码- Has the poor automaton recognition source code
Platform: | Size: 40469 | Author: 秋水寒 | Hits:

[Other resourceair_conditioner

Description: 空调温控电路有限状态自动机, 有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.
Platform: | Size: 3200 | Author: | Hits:

[Other resourceCocoSourcesCS

Description: The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. There are versions of Coco/R for Java, C#, C++, Delphi, Modula-2, Oberon and other languages. This manual describes the versions for C# and Java implemented at the
Platform: | Size: 42373 | Author: yy | Hits:

[Other resourceecody

Description: 一个利用元胞自动机进行生态仿真的matlab程序,有图形化界面,是一个非常有名的实验室所写的。-use of a cellular automaton ecological simulation Matlab procedures, graphical interface, it is a very famous written in the laboratory.
Platform: | Size: 30844 | Author: 颜建军 | Hits:

[Other resourceRex

Description: Compiles a regular expression into a fast automaton 编译正规表达式成机器代码(源码)(11KB) -Compiles a regular expression into a fast a utomaton regular expression compiler code into machine (FOSS) (11KB)
Platform: | Size: 10965 | Author: heshao | Hits:

[Graph programlife3D

Description: 3-Dimensional version of Conway s Game of Life. \"Life\" is a cellular automaton invented by John Conway that involves live and dead cells in a rectangular, two-dimensional universe. This implementation uses a M x M x M grid the number initial ramdomly generated cells can be changed using the slider control. Whether cells stay alive, die, or generate new cells depends upon how many of their eight possible neighbors are alive. By using sparse matrices, the calculations required become astonishingly simple. We use periodic (torus) boundary conditions at the edges of the universe. Pressing the \"Start\" button automatically seeds this universe with several small random communities. Some will succeed and some will fail.
Platform: | Size: 3551 | Author: dairy | Hits:

[JSP/Javajava-fsm-devel-alpha-0.1.tar

Description: JAVA实现的有限状态自动机。该软件适合Linux环境下安装运行。-JAVA the finite-state automaton. The software is suitable for the installation of the Linux operating environment.
Platform: | Size: 15231 | Author: 马艳军 | Hits:

[JSP/Javajava-fsm-devel-alpha-0.1.tar

Description: JAVA实现的有限状态自动机。该软件适合Linux环境下安装运行。-JAVA the finite-state automaton. The software is suitable for the installation of the Linux operating environment.
Platform: | Size: 15360 | Author: 马艳军 | Hits:

[JSP/JavaSimplizeDFA

Description: 简化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 along w up to a certain destination if and only if along w from q up to a certain destination, then that p, q equivalent is recorded as p ≡ q. Moreover, ≡ an equivalence class is just the least number of states determine the type of a state automaton
Platform: | Size: 8192 | Author: David | Hits:

[Windows Develop1

Description: 第一部分为有限自动机的构造,第二部分为自动机的比较。-The first part of the structure of finite automata, the second part of the comparison automaton.
Platform: | Size: 257024 | Author: taigongxiaowang | Hits:

[AI-NN-PRCellAuto

Description: 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、右下) 规则,1)一个活着的细胞如果保持活的状态,那么它必需具有2至3个活的邻居,否则它就变成死的状态。2)一个死的细胞如果变成活的,那么它必需恰好有3个活的邻居。 程序功能: 1. 方格水平数量和垂直数量自由设置(最少为2,即2*2的网格) 2. 随机初始化细胞(细胞为活的概率可设置) 3. CA状态的演化,可自动逐步也可手动逐步。 4. 两种显示模式(用于研究可能的规律) 5. 可对CA状态进行编辑(操作类似简单的绘图)。 6. 模式。可以选择局部网格为模式;模式可以被旋转和翻转操作;模式可以被保存到文件和插入到网格。 7. 可以保存当前CA的状态到文件,也可载入已保存的CA状态。-Cellular Automata virtual procedure Development tools: Microsoft Visual Basic 6.0 Platform: Windows OS (VB compiler, the code is not optimized to run more slowly) Words to explain: CA, cellular automata, cellular automaton, or cellular automata. Pattern (Pattern), consisting of a number of cells in a state of combination. Model: Dimension, two-dimensional grid Quartet Cells, two states (living and dead) a grid on behalf of a cell. Neighbors, Moore-type (upper and lower, left, right, left, right, left, bottom right) Rules, 1) If a living cell to maintain a state of living, then it must have 2-3 living neighbors, otherwise it becomes a state of death. 2) If a dead cell becomes live, then it must have exactly three live neighbors. Program features: 1. The number of grid levels and the number of free vertical settings (at least 2, which is 2* 2 grid) 2. Random initialization cells (the probability
Platform: | Size: 106496 | Author: iDo4LT | Hits:

[JSP/Javaautomaton-1.11-2.tar

Description: automate program nfa dfa -automate program nfa dfa
Platform: | Size: 280576 | Author: bechir | Hits:

[Software EngineeringCell_Automatic_and_Matlab

Description: 考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。-MATLAB to consider how to write effective procedures to achieve these cellular automaton.
Platform: | Size: 230400 | Author: 小郑 | Hits:

[Data structsSome-knowledge-of-AC-automaton

Description: 里面有一些AC自动机的相关知识和个人见解。-Some knowledge of AC automaton
Platform: | Size: 165888 | Author: yiran | Hits:

[OtherCellular-automaton

Description: 自动元胞机,可以模拟仿真天气、洪水、 交通 、网络舆情等情况。-Cellular automaton
Platform: | Size: 2048 | Author: songbiao | Hits:

[File FormatAho-Corasick-Automaton

Description: Describe how works Aho-Corasick Automaton
Platform: | Size: 72704 | Author: jcg9129 | Hits:

[Data structsAC-automaton

Description: AC自动机基于失败字典树、失败指针,查找主字符串中指定字符串集合出现的次数-The AC automaton based on the failure of the dictionary tree, failure pointer, find the number of times specified string collection appear in the main string
Platform: | Size: 1024 | Author: 陶翔 | Hits:

[3D Graphiccellular-automaton

Description: 交通问题所要应对的元细自动机模型,有两种情况可以针对。-Yuan fine automaton model to deal with the traffic problems
Platform: | Size: 1792000 | Author: ooo | Hits:

[matlab生命游戏

Description: 本程序运用MATLAB,用最简约的代码实现了元胞自动机生命游戏模型,其中利用矩阵计算的形式,减少了一般生命游戏模型代码的判断语句,增加了程序的简洁性并且提高了运行效率(This procedure using MATLAB, with the most simple code to achieve a cellular automaton model of the game of life, using the matrix computation form, reduce the general judgment statement life game model code, increases the simplicity of the procedure and improve the efficiency)
Platform: | Size: 5120 | Author: FTW | Hits:

[JSP/Javasimuladorautomatos

Description: This simulator uses the techniques of automata to simulate the state transitions in an automaton routine
Platform: | Size: 17408 | Author: tonysampa | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net