Приложение временно недоступно

Finite Automata

Разработчик: Unknown

Описание

Finite Automata is not a game, it is intended to be used in a Computer Science course to help teach students how to design algorithms using finite automata.
The ideal setup is having the students design their automata by hand on a notebook and then transfer to the application to be able to test the automata.
Available commands:
states n

- creates n states from 0 to n-1

- state 0 is the initial state, always


add n

- adds a state n


final n

- toggles State n as a Final State

- multiple states may be Final


st1 event st2 

- transition from st1 to st2 for event

- st1 and st2 are integer numbers

- event is a String, no " necessary


clear

- remove all states and transitions


del state1

- deletes a state and all related 
transitions


del state1 event state2

- deletes the transition


help

- shows this help information


show

- shows the automaton



========= Example ==========

> states 3

> final 2

> 0 a 1

> 0 b 0

> 1 a 2

> 1 b 0

> 2 a 2

> 2 b 2


This automaton accepts inputs on 
{a, b}* that contains "aa" as part of 
the sequence.

==========================
Скрыть Показать больше...

Finite Automata Частые Вопросы

  • Приложение Finite Automata бесплатное?

    Да, Finite Automata полностью бесплатное и не содержит встроенных покупок или подписок.

  • Является ли Finite Automata фейковым или мошенническим?

    Недостаточно отзывов для надежной оценки. Приложению нужно больше отзывов пользователей.

    Спасибо за ваш голос

  • Сколько стоит Finite Automata?

    Приложение Finite Automata бесплатное.

  • Сколько зарабатывает Finite Automata?

    Чтобы получить оценку дохода приложения Finite Automata и другие данные AppStore, вы можете зарегистрироваться на платформе мобильной аналитики AppTail.

Оценки пользователей
Приложение еще не оценено в Швейцария.
История оценок

Finite Automata Отзывы Пользователей

Нет отзывов в Швейцария
Приложение пока не имеет отзывов в Швейцария.

Finite Automata Установки

30дн.

Finite Automata Доход

30дн.

Finite Automata Доходы и Загрузки

Получите ценные инсайты о производительности Finite Automata с помощью нашей аналитики.
Зарегистрируйтесь сейчас, чтобы получить доступ к статистика загрузок и доходов и многому другому.

Информация о приложении

Категория
Education
Разработчик
Unknown
Языки
English
Последнее обновление
1.1 (9 лет назад )
Выпущено
Oct 4, 2015 (9 лет назад )
Обновлено
2 месяца назад
This page includes copyrighted content from third parties, shared solely for commentary and research in accordance with fair use under applicable copyright laws. All trademarks, including product, service, and company names or logos, remain the property of their respective owners. Their use here falls under nominative fair use as outlined by trademark laws and does not suggest any affiliation with or endorsement by the trademark holders.