中文
相关论文

相关论文: Visual Execution and Validation of Finite-State Ma…

200 篇论文

Students find their first course in Formal Languages and Automata Theory challenging. In addition to the development of formal arguments, most students struggle to understand nondeterministic computation models. In part, the struggle stems…

编程语言 · 计算机科学 2023-10-24 Oliwia Kempinski , Marco T. Morazán

This article presents a visualization tool for designing and debugging deterministic finite-state machines in FSM -- a domain specific language for the automata theory classroom. Like other automata visualization tools, users can edit…

人机交互 · 计算机科学 2020-08-24 Marco T. Morazán , Joshua M. Schappel , Sachin Mahashabde

The transformation of a nondeterministic finite-state automaton into a deterministic finite-state automaton is an integral part of any course on formal languages and automata theory. For some students, understanding this transformation is…

形式语言与自动机理论 · 计算机科学 2023-10-24 Tijana Minic , Marco T. Morazán

Most Formal Languages and Automata Theory courses explore the duality between computation models to recognize words in a language and computation models to generate words in a language. For students unaccustomed to formal statements, these…

形式语言与自动机理论 · 计算机科学 2024-07-12 Marco T. Morazán , Tijana Minić

An introductory formal languages course exposes advanced undergraduate and early graduate students to automata theory, grammars, constructive proofs, computability, and decidability. Programming students find these topics to be challenging…

形式语言与自动机理论 · 计算机科学 2014-12-17 Marco T. Morazán , Rosario Antunez

Many Formal Languages and Automata Theory courses introduce students to Turing machine extensions. One of the most widely-used extensions endows Turing machines with multiple tapes. Although multitape Turing machines are an abstraction to…

形式语言与自动机理论 · 计算机科学 2025-08-06 Marco T. Morazán , Oliwia Kempinski , Andrés M. Garced

We generalize the concept of synchronizing words for finite automata, which map all states of the automata to the same state, to deterministic visibly push-down automata. Here, a synchronizing word w does not only map all states to the same…

形式语言与自动机理论 · 计算机科学 2020-07-20 Henning Fernau , Petra Wolf

Deterministic and nondeterministic finite automata (DFAs and NFAs) are abstract models of computation commonly taught in introductory computing theory courses. These models have important applications (such as fast regular expression…

计算机与社会 · 计算机科学 2024-05-06 Eliot Wong Robson , Sam Ruggerio , Jeff Erickson

Finite State Machines are a concept widely taught in undergraduate theory of computing courses. Educators typically use tools with static representations of FSMs to help students visualize these objects and processes; however, all existing…

计算机与社会 · 计算机科学 2024-09-27 Sierra Zoe Bennett-Manke , Sebastian Neumann , Ryan E. Dougherty

Multi-stack machines and Turing machines can simulate to each other. In this note, we give a succinct definition of multi-stack machines, and from this definition it is clearly seen that pushdown automata and deterministic finite automata…

形式语言与自动机理论 · 计算机科学 2025-11-24 Daowen Qiu

There are many types of automata and grammar models that have been studied in the literature, and for these models, it is common to determine whether certain problems are decidable. One problem that has been difficult to answer throughout…

形式语言与自动机理论 · 计算机科学 2024-05-20 Oscar H. Ibarra , Ian McQuillan

Visibly pushdown automata are input-driven pushdown automata that recognize some non-regular context-free languages while preserving the nice closure and decidability properties of finite automata. Visibly pushdown automata with multiple…

计算机科学中的逻辑 · 计算机科学 2015-07-01 Benedikt Bollig

Finite-state models, such as finite-state machines (FSMs), aid software engineering in many ways. They are often used in formal verification and also can serve as visual software models. The latter application is associated with the…

软件工程 · 计算机科学 2016-11-22 Vladimir Ulyantsev , Igor Buzhinsky , Anatoly Shalyto

We study decidability of verification problems for timed automata extended with unbounded discrete data structures. More detailed, we extend timed automata with a pushdown stack. In this way, we obtain a strong model that may for instance…

计算机科学中的逻辑 · 计算机科学 2017-01-11 Karin Quaas

Affine automata provide a finite-state computational model that preserves the linear-algebraic structure of quantum computation while operating entirely over the reals. Recent work has shown that affine automata can far surpass classical…

形式语言与自动机理论 · 计算机科学 2026-05-04 Zeyu Chen , Junde Wu

Deterministic and nondeterministic finite automata with translucent letters were introduced by Nagy and Otto more than a decade ago as Cooperative Distributed systems of a kind of stateless restarting automata with window size one. These…

形式语言与自动机理论 · 计算机科学 2023-09-07 Benedek Nagy

The simulation of deterministic pushdown automata defined over a one-letter alphabet by finite state automata is investigated from a descriptional complexity point of view. We show that each unary deterministic pushdown automaton of size s…

形式语言与自动机理论 · 计算机科学 2009-05-11 Giovanni Pighizzini

There has been a growing interest in defining models of automata enriched with time, such as finite automata extended with clocks (timed automata). In this paper, we study deterministic timed finite state machines (TFSMs), i.e., finite…

形式语言与自动机理论 · 计算机科学 2021-03-09 Davide Bresolin , Khaled El-Fakih , Tiziano Villa , Nina Yevtushenko

Visibly pushdown automata (VPA), introduced by Alur and Madhusuan in 2004, is a subclass of pushdown automata whose stack behavior is completely determined by the input symbol according to a fixed partition of the input alphabet. Since its…

形式语言与自动机理论 · 计算机科学 2009-11-18 Nguyen Van Tang

We define a new subclass of nondeterministic finite automata for prefix-closed languages called Flanked Finite Automata (FFA). We show that this class enjoys good complexity properties while preserving the succinctness of nondeterministic…

形式语言与自动机理论 · 计算机科学 2015-09-23 Florent Avellaneda , Silvano Dal Zilio , Jean-Baptiste Raclet
‹ 上一页 1 2 3 10 下一页 ›