中文
相关论文

相关论文: Exact generation of acyclic deterministic finite a…

200 篇论文

We give an unique string representation, up to isomorphism, for initially connected deterministic finite automata (ICDFAs) with n states over an alphabet of k symbols. We show how to generate all these strings for each n and k, and how its…

形式语言与自动机理论 · 计算机科学 2009-06-16 Rogério Reis , Nelma Moreira , Marco Almeida

An acyclic deterministic finite automaton (ADFA) is a data structure that represents a set of strings (i.e., a dictionary) and facilitates a pattern searching problem of determining whether a given pattern string is present in the…

数据结构与算法 · 计算机科学 2024-10-11 Hiroki Shibata , Masakazu Ishihata , Shunsuke Inenaga

In general, the representation of combinatorial objects is decisive for the feasibility of several enumerative tasks. In this work, we show how a (unique) string representation for (complete) initially-connected deterministic automata…

形式语言与自动机理论 · 计算机科学 2009-06-23 Marco Almeida , Nelma Moreira , Rogério Reis

This paper presents and analyzes an incremental algorithm for the construction of Acyclic Non-deterministic Finite-state Automata (NFA). Automata of this type are quite useful in computational linguistics, especially for storing lexicons.…

数据结构与算法 · 计算机科学 2007-05-23 Kyriakos N. Sgarbas , Nikos D. Fakotakis , George K. Kokkinakis

Complementation of finite automata is a basic operation used in numerous applications. The standard way to complement a nondeterministic finite automaton (NFA) is to transform it into an equivalent deterministic finite automaton (DFA) and…

形式语言与自动机理论 · 计算机科学 2025-07-16 Lukáš Holík , Ondřej Lengál , Juraj Major , Adéla Štěpková , Jan Strejček

We give an exact enumerative formula for the minimal acyclic deterministic finite automata. This formula is obtained from a bijection between a family of generalized parking functions and the transitions functions of acyclic automata.

组合数学 · 数学 2015-05-07 Jean-Baptiste Priez

We present an algorithm for regular expression parsing and submatch extraction based on tagged deterministic finite automata. The algorithm works with different disambiguation policies. We give detailed pseudocode for the algorithm,…

形式语言与自动机理论 · 计算机科学 2026-03-31 Angelo Borsotti , Ulya Trafimovich

We give algorithms to accelerate the computation of deterministic finite automata (DFA) by calculating the state of a DFA n positions ahead utilizing a reverse scan of the next n characters. Often this requires scanning fewer than n…

数据结构与算法 · 计算机科学 2015-01-16 Steven M. Kearns

Deterministic Finite Automata (DFAs) are of central importance in automata theory. In view of how state diagrams for DFAs are defined using directed graphs, this leads us to introduce a generalization of DFAs related to a method widely used…

形式语言与自动机理论 · 计算机科学 2025-06-18 John M. Campbell

We tackle the problem of the randomized generation of slowly synchronizing deterministic automata (DFAs) by generating random primitive sets of matrices. We show that when the randomized procedure is too simple the exponent of the generated…

形式语言与自动机理论 · 计算机科学 2018-10-29 Costanza Catalano , Raphaël M. Jungers

The work presents some new algorithms realized recently in the package TESTAS. They decide whether or not deterministic finite automaton (DFA) is synchronizing, several procedures find relatively short synchronizing words and a…

形式语言与自动机理论 · 计算机科学 2020-11-12 Avraham N. Trahtman

Algorithms for (nondeterministic) finite-state tree automata (FTAs) are often tested on random FTAs, in which all internal transitions are equiprobable. The run-time results obtained in this manner are usually overly optimistic as most such…

形式语言与自动机理论 · 计算机科学 2013-11-25 Thomas Hanneforth , Andreas Maletti , Daniel Quernheim

The state complexity of a Deterministic Finite-state automaton (DFA) is the number of states in its minimal equivalent DFA. We study the state complexity of random $n$-state DFAs over a $k$-symbol alphabet, drawn uniformly from the set…

概率论 · 数学 2013-07-03 Daniel Berend , Aryeh Kontorovich

In this paper, we describe a new method for constructing minimal, deterministic, acyclic finite-state automata from a set of strings. Traditional methods consist of two phases: the first to construct a trie, the second one to minimize it.…

计算与语言 · 计算机科学 2007-05-23 Jan Daciuk , Stoyan Mihov , Bruce Watson , Richard Watson

We present a new algorithm IDS for incremental learning of deterministic finite automata (DFA). This algorithm is based on the concept of distinguishing sequences introduced in (Angluin81). We give a rigorous proof that two versions of this…

机器学习 · 计算机科学 2012-06-14 Muddassar A. Sindhu , Karl Meinke

In the first part of the paper we present a short review of applications of digital differential analyzers (DDA) to generation of circles showing that they can be treated as one-step numerical schemes. In the second part we present and…

图形学 · 计算机科学 2013-04-19 Jan L. Cieśliński , Leonid V. Moroz

We introduce a quantum-like classical computational model, called affine computation, as a generalization of probabilistic computation. After giving the basics of affine computation, we define affine finite automata (AfA) and compare it…

形式语言与自动机理论 · 计算机科学 2016-06-07 Alejandro Díaz-Caro , Abuzer Yakaryılmaz

Minimal deterministic finite automata (DFAs) can be reduced further at the expense of a finite number of errors. Recently, such minimization algorithms have been improved to run in time O(n log n), where n is the number of states of the…

形式语言与自动机理论 · 计算机科学 2015-05-27 Andreas Maletti , Daniel Quernheim

Determinisation and completion of finite tree automata are important operations with applications in program analysis and verification. However, the complexity of the classical procedures for determinisation and completion is high. They are…

形式语言与自动机理论 · 计算机科学 2017-11-02 John P. Gallagher , Mai Ajspur , Bishoksan Kafle

Deterministic finite automata (DFAs) are constructed for various purposes in computational biology. Little attention, however, has been given to the efficient construction of minimal DFAs. In this article, we define simple non-deterministic…

形式语言与自动机理论 · 计算机科学 2010-12-10 Tobias Marschall
‹ 上一页 1 2 3 10 下一页 ›