Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Nondeterministic finite automaton
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Nondeterministic_finite_automaton
http://dbpedia.org/ontology/abstract Na teoria da computação, uma máquina de esNa teoria da computação, uma máquina de estados finita não-determinística ou um autômato finito não-determinístico (AFND) é uma máquina de estados finita onde para cada par de estado e símbolo de entrada pode haver vários próximos estados possíveis. Isso o distingue do autômato finito determinístico (AFD), onde o próximo estado possível é univocamente determinado. Embora AFD e AFND possuam definições distintas, pode ser mostrado na teoria formal que eles são equivalentes e, deste modo, para qualquer AFND dado, pode-se construir um AFD equivalente e vice-versa: essa é a construção do conjunto das partes. Ambos os tipos de autômatos reconhecem apenas linguagens regulares. Máquinas de estados finitas não-determinísticas são às vezes estudadas com o nome de . Máquinas de estados finitas não-determinísticas são generalizadas pelo autômato probabilístico, o qual atribui uma probabilidade para cada transição de estado, e por várias outras maneiras, tais como autômatos com pilha e AFNs com transições ε. Autômatos finitos não-determinísticos foram introduzidos em 1959 por Michael O. Rabin e Dana Scott, que também mostraram sua equivalência com autômatos finitos determinísticos.cia com autômatos finitos determinísticos. , Ein nichtdeterministischer endlicher AutomEin nichtdeterministischer endlicher Automat (NEA; englisch nondeterministic finite automaton, NFA) ist ein endlicher Automat, bei dem es für den Zustandsübergang mehrere gleichwertige Möglichkeiten gibt. Im Unterschied zum deterministischen endlichen Automaten sind die Möglichkeiten nicht eindeutig, dem Automaten ist also nicht vorgegeben, welchen Übergang er zu wählen hat.egeben, welchen Übergang er zu wählen hat. , Недетермінований автомат — абстрактний автНедетермінований автомат — абстрактний автомат, який при даному вхідному символі і внутрішньому стані може переходити в декілька різних внутрішніх станів. Формально, недетермінований автомат — це п'ятірка <X, Y, Q, Φ, Ψ>, така, що відображення Ψ: X × Q → Q не є однозначним. За аналогією з теорією детермінованих автоматів можна ввести поняття представлення (породження) множин для недетермінованих автоматів. Якщо два скінченних автомати, які представляють ту саму множину, вважати еквівалентними, то існує алгоритм, який дозволяє за кожним скінченним недетермінованим автоматом побудувати еквівалентний йому скінченний детермінований автомат. При цьому зрозуміло, що детермінований автомат має більшу кількість станів, ніж недетермінований автомат. Загалом для довільних автоматів це твердження не є правильним. Наприклад, клас множин, які породжуються недетермінованими автоматами зі стековою пам'яттю, ширше, ніж клас множин, які породжуються такими ж детермінованими автоматами.ються такими ж детермінованими автоматами. , Στη θεωρία υπολογισμού, το μη ντετερμινιστΣτη θεωρία υπολογισμού, το μη ντετερμινιστικό πεπερασμένο αυτόματο (αγγλικά: nondeterministic finite-state automaton (NFA)‎ ) είναι ένα που από μία κατάσταση, διαβάζοντας ένα σύμβολο εισόδου, μπορεί να μεταβεί σε μία ή και παραπάνω καταστάσεις, σε αντίθεση με το ντετερμινιστικό πεπερασμένο αυτόματο (DFA) που μπορεί να μεταβεί σε μία μόνο κατάσταση. Τα αυτόματα αυτά είναι πεπερασμένα, επειδή ο αριθμός των καταστάσεών τους είναι πεπερασμένος. Τα μη ντετερμιστικά πεπερασμένα αυτόματα μπορούν να αναγνωρίσουν μόνο κανονικές γλώσσες, όπως και τα ντετερμινιστικά πεπερασμένα αυτόματα. Μάλιστα, για κάθε μη ντετερμινιστικό πεπερασμένο αυτόματο που αναγνωρίζει μια γλώσσα, υπάρχει ένα ισοδύναμο ντετερμινιστικό που αναγνωρίζει την ίδια γλώσσα. Τα μη ντετερμιστικά πεπερασμένα αυτόματα εισήχθησαν το 1959 από τους και Ντέινα Σκοτ.σήχθησαν το 1959 από τους και Ντέινα Σκοτ. , In automata theory, a finite-state machineIn automata theory, a finite-state machine is called a deterministic finite automaton (DFA), if * each of its transitions is uniquely determined by its source state and input symbol, and * reading an input symbol is required for each state transition. A nondeterministic finite automaton (NFA), or nondeterministic finite-state machine, does not need to obey these restrictions. In particular, every DFA is also an NFA. Sometimes the term NFA is used in a narrower sense, referring to an NFA that is not a DFA, but not in this article. Using the subset construction algorithm, each NFA can be translated to an equivalent DFA; i.e., a DFA recognizing the same formal language.Like DFAs, NFAs only recognize regular languages. NFAs were introduced in 1959 by Michael O. Rabin and Dana Scott, who also showed their equivalence to DFAs. NFAs are used in the implementation of regular expressions: Thompson's construction is an algorithm for compiling a regular expression to an NFA that can efficiently perform pattern matching on strings. Conversely, Kleene's algorithm can be used to convert an NFA into a regular expression (whose size is generally exponential in the input automaton). NFAs have been generalized in multiple ways, e.g., , finite-state transducers, pushdown automata, alternating automata, ω-automata, and probabilistic automata.Besides the DFAs, other known special cases of NFAsare unambiguous finite automata (UFA)and self-verifying finite automata (SVFA).and self-verifying finite automata (SVFA). , Недетерминированный конечный автомат (НКА,Недетерминированный конечный автомат (НКА, англ. nondeterministic finite automaton, NFA) — это детерминированный конечный автомат (ДКА, англ. deterministic finite automaton, DFA), который не выполняет следующие условия: * любой его переход единственным образом определяется по текущему состоянию и входному символу * чтение входного символа требуется для каждого изменения состояния. В частности, любой ДКА является также НКА. Используя , любой НКА можно преобразовать в эквивалентный ДКА, то есть ДКА, распознающий тот же самый формальный язык. Подобно ДКА, НКА распознаёт только регулярные языки. НКА предложили в 1959 году Михаэль О. Рабин и Дана Скотт, которые показали его эквивалентность ДКА. НКА используется в реализации регулярных выражений — является алгоритмом для преобразования регулярного выражения в НКА, который может эффективно распознавать шаблон строк. Обратно, можно использовать для преобразования НКА в регулярное выражение, размер которого в общем случае экспоненциально зависит от размера автомата. НКА обобщён многими путями, например: , преобразователями с конечным числом состояний, автоматами с магазинной памятью, альтернирующими автоматами, ω-автоматами и вероятностными автоматами. Кроме ДКА известны другие специальные случаи НКА — (англ. unambiguous finite automata, UFA) и (англ. self-verifying finite automata, SVFA).гл. self-verifying finite automata, SVFA). , الماكينة محدودة الحالات غير القطعية أو نموالماكينة محدودة الحالات غير القطعية أو نموذج التشغيل الذاتي المحدود غير القطعي (NFA) في المعلوماتية النظرية هو ماكينة محدودة الحالات حيث قد يؤدي كل زوج مكون من رمز من رموز المدخلات وأحد الحالات إلى عدد من الحالات في الخطوة التالية، وهذا ما يميز هذا النموذج عن نموذج التشغيل الذاتي المحدود القطعي (DFA) حيث تكون الحالة المحتملة التالية حالة واحدة فقط. برغم أن لكل من النموذجين تعريف مختلف، يمكن إثبات أنهما متساويان في النظرية الشكلية حيث يمكن إنشاء DFA مكافئ لأي NFA والعكس صحيح، وهذا ما يسمى بإنشاء المجموعة المضاعفة. يتعرف كلا النموذجين على فقط. تدرس نماذج التشغيل المحدودة غير القطعية أحيانا باسم مساحة التنقل محدودة النوع. يعتبر نموذج التشغيل الاحتمالي الذي يعطي لكل نقلة من حالة إلى أخرى احتمالية نموذجا أعم من نموذج التشغيل المحدود غير القطعي.قدم ودانا سكوت نموذج التشغيل المحدود غير القطعي عام 1959، وهما من بينا أيضا مكافأته لنموذج التشغيل المحدود القطعي.يضا مكافأته لنموذج التشغيل المحدود القطعي. , Un automate fini (on dit parfois, par une Un automate fini (on dit parfois, par une traduction littérale de l'anglais, machine à états finis, au lieu de machine avec un nombre fini d'états ou machine à états finie ou machine finie à états), finite-state automaton ou finite-state machine (FSA, FSM), est une machine abstraite qui est un outil fondamental en mathématiques discrètes et en informatique. On les retrouve dans la modélisation de processus, le contrôle, les protocoles de communication, la vérification de programmes, la théorie de la calculabilité, dans l'étude des langages formels et en compilation. Ils sont utilisés dans la recherche des motifs dans un texte. On distingue les automates finis non déterministes (abrégés en AFN) en anglais non-deterministic finite automaton ou NFA, des automates finis déterministes (abrégés en AFD) en anglais deterministic finite automata ou DFA. Sans précision supplémentaire, un automate fini est toujours non déterministe, mais on devrait plutôt dire « indéterministe », puisqu'il est indifférent qu'il soit déterministe ou non. Les automates finis (déterministes ou non) reconnaissent exactement des langages rationnels. Ce sont les machines les plus simples dans la hiérarchie de Chomsky, et par conséquent ils sont moins puissants que les automates à pile et, bien entendu, que les machines de Turing. Un automate est constitué d'états et de transitions. Son comportement est dirigé par un mot fourni en entrée : l'automate passe d'état en état, suivant les transitions, à la lecture de chaque lettre de l'entrée. Dans l'exemple ci-dessus, pour l'entrée , et si l'automate démarre en , il passe successivement par les états , le calcul correspondant est : . L'automate est dit « fini » car il possède un nombre fini d'états : il ne dispose donc que d'une mémoire bornée. On peut très bien considérer des automates sans limitation sur le nombre d'états : la théorie qui en résulte est très analogue à la théorie habituelle.Un automate fini peut être vu comme un graphe orienté étiqueté : les états sont les sommets et les transitions sont les arêtes étiquetées. L'état initial est marqué par une flèche entrante ; un état final est, selon les auteurs, soit doublement cerclé (dans la figure 1 ci-dessus, l'état est à la fois initial et final), soit marqué d'une flèche sortante (dans la figure 2 ci-dessous, 1 est initial et 3 est final). Une autre façon commode de représenter un automate fini est sa table de transition. Elle donne, pour chaque état et chaquelettre, l'état d'arrivée de la transition. Voici à droite la table de transition de l'automate de la figure 1 : transition de l'automate de la figure 1 : , 오토마타 이론에서, 어떤 유한 상태 기계가 결정적 유한 상태 기계(DFA)라오토마타 이론에서, 어떤 유한 상태 기계가 결정적 유한 상태 기계(DFA)라는 것은 다음을 뜻한다. * 현재 상태와 입력에 따라 다음 상태가 유일하게 결정된다. * 상태가 바뀌려면 입력이 필요하다. 비결정적 유한 상태 기계(Nondeterministic finite automaton, NFA)는 이러한 제한을 따르지 않을 수도 있다. 모든 DFA는 NFA이기도 하다. NFA는 좁은 뜻으로는 DFA가 아닌 유한 상태 기계만을 가리키기도 하지만, 이 문서에서는 그렇게 하지 않는다. 을 사용하면 주어진 NFA와 동등한 DFA를 만들 수 있다. 즉, 주어진 NFA와 같은 언어를 인지하는 DFA를 만들 수 있다. DFA와 마찬가지로 NFA가 인지할 수 있는 언어는 정규 언어뿐이다. 미하엘 라빈과 데이나 스콧은 1959년에 비결정적 유한 상태 기계를 처음 도입했고 NFA와 DFA가 동등함을 보였다. NFA는 정규 표현식의 구현에 사용된다. 은 정규 표현식을 NFA로 바꾸어 효율적인 문자열 패턴 매칭을 가능케 하는 알고리즘이다. 반대로 은 NFA를 정규 표현식으로 바꾸어 준다. (이때 정규 표현식의 길이는 NFA의 크기에 따라 지수적으로 증가한다.) NFA를 더 일반화한 개념으로 , , 푸시다운 오토마타, , , 등이 있다. NFA의 특수한 예로는 DFA 말고도 (UFA)와 (SVFA) 등이 있다. NFA의 특수한 예로는 DFA 말고도 (UFA)와 (SVFA) 등이 있다. , 非決定性有限オートマトン(ひけっていせいゆうげん-()、英: Nondeterministic Finite Automaton)または非決定性有限状態機械(ひけっていせいゆうげんじょうたいきかい()、英: Nondeterministic Finite State Machine)は、有限オートマトンの一種であり、ある状態と入力があったとき、次の遷移先が一意に決定しないことがあるものである。NFAと略記される。 , 在计算理论中,非确定有限状态自动机或非确定有限自动机(NFA)是对每个状态和输入符号在计算理论中,非确定有限状态自动机或非确定有限自动机(NFA)是对每个状态和输入符号对可以有多个可能的下一个状态的有限状态自动机。这区别于确定有限状态自动机(DFA),它的下一个可能状态是唯一确定的。尽管DFA和NFA有不同的定义,在形式理论中可以证明它们是等价的;就是说,对于任何给定NFA,都可以构造一个等价的DFA,反之亦然:通过使用幂集构造。两种类型的自动机只识别正则语言。非确定有限自动机有时被称为(subshift)。非确定有限状态自动机可推广为,它为每个状态转移指派概率。 非确定有限自动机是和达纳·斯科特(Dana Scott)在1959年介入的,他们证明了它与确定自动机的等价性。斯科特(Dana Scott)在1959年介入的,他们证明了它与确定自动机的等价性。 , Un autómata finito no determinista (abreviUn autómata finito no determinista (abreviado AFND) es un autómata finito que, a diferencia de los autómatas finitos deterministas (AFD), posee al menos un estado q ∈ Q, tal que para un símbolo a ∈ Σ del alfabeto, existe más de una transición δ(q,a) posible. Todo AFND puede ser convertido en un AFD equivalente. En un AFND puede darse cualquiera de estos dos casos: * Que existan transiciones del tipo δ(q,a)=q1 y δ(q,a)=q2, siendo q1 ≠ q2; * Que existan transiciones del tipo δ(q, ε), siendo q un estado no-final, o bien un estado final pero con transiciones hacia otros estados. Cuando se cumple el segundo caso, se dice que el autómata es un autómata finito no determinista con transiciones vacías o transiciones ε (abreviado AFND-ε). Estas transiciones permiten al autómata cambiar de estado sin procesar ningún símbolo de entrada.Considérese una modificación al modelo del autómata finito para permitirle ninguna, una o más transiciones de un estado sobre el mismo símbolo de entrada. estado sobre el mismo símbolo de entrada. , Niedeterministyczny automat skończony (angNiedeterministyczny automat skończony (ang. Non-deterministic Finite-state Automaton, NFA) – maszyna o skończonej liczbie stanów, która zaczynając w stanie początkowym czyta kolejne symbole pewnego słowa. Po przeczytaniu każdego symbolu zmienia ona swój stan na stan będący elementem zbioru, który jest wartością relacji przejścia. Jeśli po przeczytaniu całego słowa maszyna znajduje się w którymś ze stanów oznaczonych jako akceptujące (końcowe), mówimy że automat akceptuje czytane słowo.mówimy że automat akceptuje czytane słowo. , Un autòmat finit no determinista (abreujatUn autòmat finit no determinista (abreujat AFND ) és un autòmat finit que, a diferència dels autòmats finits deterministes (AFD), té almenys un estat q ∈ Q , tal que per a un símbol a ∈ Σ de l'alfabet, hi ha més d'una transició δ ( q , a ) possible. En un AFND pot donar-se qualsevol d'aquests dos casos: * Que hi hagi transicions del tipus δ ( q , a ) = q 1 i δ ( q , a ) = q 2 , sent q 1 ≠ q 2 ; * Que hi hagi transicions del tipus δ ( q , ), sent q un estat no-final, o bé un estat final però amb transicions cap a altres estats. Quan es compleix el segon cas, es diu que l'autòmat és un autòmat finit no determinista amb transicions buides o transicions ε (abreujat AFND-ε ). Aquestes transicions permeten l'autòmat canviar d'estat sense processar cap símbol d'entrada.Considerem una modificació al model de l'autòmat finit per permetre cap, una o més transicions d'un estat sobre el mateix símbol d'entrada.un estat sobre el mateix símbol d'entrada. , Nella teoria del calcolo, un automa a statNella teoria del calcolo, un automa a stati finiti non deterministico (ASFND, in inglese nondeterministic finite automaton, NFA) è una macchina a stati finiti dove per ogni coppia stato-simbolo in input possono esservi più stati di destinazione. Al contrario degli automi a stati finiti deterministici, gli NFA possono cambiare stato indipendentemente dal simbolo letto, tramite epsilon-transizioni. Gli automi che presentano questo tipo di transizioni sono anche detti ε-NFA.ipo di transizioni sono anche detti ε-NFA.
http://dbpedia.org/ontology/thumbnail http://commons.wikimedia.org/wiki/Special:FilePath/Relatively_small_NFA.svg?width=300 +
http://dbpedia.org/ontology/wikiPageID 653406
http://dbpedia.org/ontology/wikiPageLength 29717
http://dbpedia.org/ontology/wikiPageRevisionID 1121857081
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/PSPACE + , http://dbpedia.org/resource/Self-verifying_finite_automaton + , http://dbpedia.org/resource/Two-way_nondeterministic_finite_automaton + , http://dbpedia.org/resource/Probabilistic_automaton + , http://dbpedia.org/resource/Set_%28mathematics%29 + , http://dbpedia.org/resource/Alternating_finite_automaton + , http://dbpedia.org/resource/Pushdown_automaton + , http://dbpedia.org/resource/File:NFASimpleExample_Runs10.gif + , http://dbpedia.org/resource/File:NFASimpleExample_Runs1011.gif + , http://dbpedia.org/resource/Input_symbol + , http://dbpedia.org/resource/File:NFASimpleExample.svg + , http://dbpedia.org/resource/Formal_language + , http://dbpedia.org/resource/Automata_theory + , http://dbpedia.org/resource/Big_O_notation + , http://dbpedia.org/resource/Dana_Scott + , http://dbpedia.org/resource/Regular_expression + , http://dbpedia.org/resource/Empty_string + , http://dbpedia.org/resource/Theory_of_computation + , http://dbpedia.org/resource/Set_union + , http://dbpedia.org/resource/Set_data_structure + , http://dbpedia.org/resource/Powerset_construction + , http://dbpedia.org/resource/Thompson%27s_construction_algorithm + , http://dbpedia.org/resource/Deterministic_finite_automaton + , http://dbpedia.org/resource/Michael_O._Rabin + , http://dbpedia.org/resource/State_%28computer_science%29 + , http://dbpedia.org/resource/Subset_construction_algorithm + , http://dbpedia.org/resource/Power_set + , http://dbpedia.org/resource/Thompson%27s_construction + , http://dbpedia.org/resource/Kleene%27s_algorithm + , http://dbpedia.org/resource/File:Thompson-or.svg + , http://dbpedia.org/resource/File:NFAexample.svg + , http://dbpedia.org/resource/File:Relatively_small_NFA.svg + , http://dbpedia.org/resource/State_transition_function + , http://dbpedia.org/resource/State_transition_table + , http://dbpedia.org/resource/Finite-state_transducer + , http://dbpedia.org/resource/Function_%28mathematics%29 + , http://dbpedia.org/resource/Nondeterministic_algorithm + , http://dbpedia.org/resource/Unambiguous_finite_automaton + , http://dbpedia.org/resource/Regular_languages + , http://dbpedia.org/resource/Category:Finite_automata + , http://dbpedia.org/resource/Nondeterministic_Turing_machine + , http://dbpedia.org/resource/Recursion_%28computer_science%29 + , http://dbpedia.org/resource/Introduction_to_Automata_Theory%2C_Languages%2C_and_Computation + , http://dbpedia.org/resource/Alphabet_%28computer_science%29 + , http://dbpedia.org/resource/Regular_language + , http://dbpedia.org/resource/Finite-state_machine + , http://dbpedia.org/resource/%CE%A9-automaton + , http://dbpedia.org/resource/N-tuple + , http://dbpedia.org/resource/Kleene_closure + , http://dbpedia.org/resource/Closed_under +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Diagonal_split_header + , http://dbpedia.org/resource/Template:Reflist + , http://dbpedia.org/resource/Template:Rp + , http://dbpedia.org/resource/Template:Color + , http://dbpedia.org/resource/Template:Clarify_span + , http://dbpedia.org/resource/Template:Short_description + , http://dbpedia.org/resource/Template:Strings + , http://dbpedia.org/resource/Template:Isbn + , http://dbpedia.org/resource/Template:Formal_languages_and_grammars +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Finite_automata +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Nondeterministic_finite_automaton?oldid=1121857081&ns=0 +
http://xmlns.com/foaf/0.1/depiction http://commons.wikimedia.org/wiki/Special:FilePath/NFAexample.svg + , http://commons.wikimedia.org/wiki/Special:FilePath/NFASimpleExample_Runs10.gif + , http://commons.wikimedia.org/wiki/Special:FilePath/NFASimpleExample_Runs1011.gif + , http://commons.wikimedia.org/wiki/Special:FilePath/NFASimpleExample.svg + , http://commons.wikimedia.org/wiki/Special:FilePath/Relatively_small_NFA.svg + , http://commons.wikimedia.org/wiki/Special:FilePath/Thompson-or.svg +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Nondeterministic_finite_automaton +
owl:sameAs http://fa.dbpedia.org/resource/%D8%A7%D8%AA%D9%88%D9%85%D8%A7%D8%AA%D9%88%D9%86_%D8%AA%D8%B9%DB%8C%DB%8C%D9%86%E2%80%8C%D9%86%D8%A7%D9%BE%D8%B0%DB%8C%D8%B1_%D9%85%D8%AA%D9%86%D8%A7%D9%87%DB%8C + , http://sh.dbpedia.org/resource/Nedeterministi%C4%8Dki_kona%C4%8Dni_automat + , http://dbpedia.org/resource/Nondeterministic_finite_automaton + , http://no.dbpedia.org/resource/Ikke-deterministisk_endelig_tilstandsmaskin + , http://sr.dbpedia.org/resource/%D0%9D%D0%B5%D0%B4%D0%B5%D1%82%D0%B5%D1%80%D0%BC%D0%B8%D0%BD%D0%B8%D1%81%D1%82%D0%B8%D1%87%D0%BA%D0%B8_%D0%BA%D0%BE%D0%BD%D0%B0%D1%87%D0%BD%D0%B8_%D0%B0%D1%83%D1%82%D0%BE%D0%BC%D0%B0%D1%82 + , http://uk.dbpedia.org/resource/%D0%9D%D0%B5%D0%B4%D0%B5%D1%82%D0%B5%D1%80%D0%BC%D1%96%D0%BD%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B9_%D1%81%D0%BA%D1%96%D0%BD%D1%87%D0%B5%D0%BD%D0%BD%D0%B8%D0%B9_%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%B0%D1%82 + , http://ca.dbpedia.org/resource/Aut%C3%B2mat_finit_no_determinista + , http://de.dbpedia.org/resource/Nichtdeterministischer_endlicher_Automat + , http://rdf.freebase.com/ns/m.02_w6j + , http://pl.dbpedia.org/resource/Niedeterministyczny_automat_sko%C5%84czony + , http://zh.dbpedia.org/resource/%E9%9D%9E%E7%A1%AE%E5%AE%9A%E6%9C%89%E9%99%90%E7%8A%B6%E6%80%81%E8%87%AA%E5%8A%A8%E6%9C%BA + , http://es.dbpedia.org/resource/Aut%C3%B3mata_finito_no_determinista + , https://global.dbpedia.org/id/4oHmE + , http://ko.dbpedia.org/resource/%EB%B9%84%EA%B2%B0%EC%A0%95%EC%A0%81_%EC%9C%A0%ED%95%9C_%EC%83%81%ED%83%9C_%EA%B8%B0%EA%B3%84 + , http://hr.dbpedia.org/resource/Nedeterministi%C4%8Dki_kona%C4%8Dni_automat + , http://ar.dbpedia.org/resource/%D8%A2%D9%84%D8%A9_%D9%85%D8%AD%D8%AF%D9%88%D8%AF%D8%A9_%D8%A7%D9%84%D8%AD%D8%A7%D9%84%D8%A7%D8%AA_%D8%BA%D9%8A%D8%B1_%D9%82%D8%B7%D8%B9%D9%8A%D8%A9 + , http://tr.dbpedia.org/resource/Deterministik_olmayan_sonlu_durum_makinesi + , http://he.dbpedia.org/resource/%D7%90%D7%95%D7%98%D7%95%D7%9E%D7%98_%D7%A1%D7%95%D7%A4%D7%99_%D7%9C%D7%90_%D7%93%D7%98%D7%A8%D7%9E%D7%99%D7%A0%D7%99%D7%A1%D7%98%D7%99 + , http://www.wikidata.org/entity/Q617295 + , http://el.dbpedia.org/resource/%CE%9C%CE%B7_%CE%BD%CF%84%CE%B5%CF%84%CE%B5%CF%81%CE%BC%CE%B9%CE%BD%CE%B9%CF%83%CF%84%CE%B9%CE%BA%CF%8C_%CF%80%CE%B5%CF%80%CE%B5%CF%81%CE%B1%CF%83%CE%BC%CE%AD%CE%BD%CE%BF_%CE%B1%CF%85%CF%84%CF%8C%CE%BC%CE%B1%CF%84%CE%BF + , http://fr.dbpedia.org/resource/Automate_fini_non_d%C3%A9terministe + , http://hu.dbpedia.org/resource/Nemdeterminisztikus_v%C3%A9ges_%C3%A1llapot%C3%BA_g%C3%A9p + , http://yago-knowledge.org/resource/Nondeterministic_finite_automaton + , http://ja.dbpedia.org/resource/%E9%9D%9E%E6%B1%BA%E5%AE%9A%E6%80%A7%E6%9C%89%E9%99%90%E3%82%AA%E3%83%BC%E3%83%88%E3%83%9E%E3%83%88%E3%83%B3 + , http://pt.dbpedia.org/resource/M%C3%A1quina_de_estados_finitos_n%C3%A3o_determin%C3%ADstica + , http://ru.dbpedia.org/resource/%D0%9D%D0%B5%D0%B4%D0%B5%D1%82%D0%B5%D1%80%D0%BC%D0%B8%D0%BD%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%BD%D1%8B%D0%B9_%D0%BA%D0%BE%D0%BD%D0%B5%D1%87%D0%BD%D1%8B%D0%B9_%D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%B0%D1%82 + , http://bs.dbpedia.org/resource/Nedeterministi%C4%8Dki_kona%C4%8Dni_automat + , http://it.dbpedia.org/resource/Automa_a_stati_finiti_non_deterministico +
rdf:type http://dbpedia.org/class/yago/Model110324560 + , http://dbpedia.org/class/yago/Person100007846 + , http://dbpedia.org/class/yago/YagoLegalActorGeo + , http://dbpedia.org/class/yago/YagoLegalActor + , http://dbpedia.org/class/yago/Object100002684 + , http://dbpedia.org/class/yago/CausalAgent100007347 + , http://dbpedia.org/class/yago/Whole100003553 + , http://dbpedia.org/class/yago/Organism100004475 + , http://dbpedia.org/class/yago/LivingThing100004258 + , http://dbpedia.org/class/yago/Assistant109815790 + , http://dbpedia.org/class/yago/PhysicalEntity100001930 + , http://dbpedia.org/class/yago/WikicatModelsOfComputation + , http://dbpedia.org/class/yago/Worker109632518 +
rdfs:comment Na teoria da computação, uma máquina de esNa teoria da computação, uma máquina de estados finita não-determinística ou um autômato finito não-determinístico (AFND) é uma máquina de estados finita onde para cada par de estado e símbolo de entrada pode haver vários próximos estados possíveis. Isso o distingue do autômato finito determinístico (AFD), onde o próximo estado possível é univocamente determinado. Embora AFD e AFND possuam definições distintas, pode ser mostrado na teoria formal que eles são equivalentes e, deste modo, para qualquer AFND dado, pode-se construir um AFD equivalente e vice-versa: essa é a construção do conjunto das partes. Ambos os tipos de autômatos reconhecem apenas linguagens regulares. Máquinas de estados finitas não-determinísticas são às vezes estudadas com o nome de .cas são às vezes estudadas com o nome de . , In automata theory, a finite-state machineIn automata theory, a finite-state machine is called a deterministic finite automaton (DFA), if * each of its transitions is uniquely determined by its source state and input symbol, and * reading an input symbol is required for each state transition. A nondeterministic finite automaton (NFA), or nondeterministic finite-state machine, does not need to obey these restrictions. In particular, every DFA is also an NFA. Sometimes the term NFA is used in a narrower sense, referring to an NFA that is not a DFA, but not in this article.hat is not a DFA, but not in this article. , 非決定性有限オートマトン(ひけっていせいゆうげん-()、英: Nondeterministic Finite Automaton)または非決定性有限状態機械(ひけっていせいゆうげんじょうたいきかい()、英: Nondeterministic Finite State Machine)は、有限オートマトンの一種であり、ある状態と入力があったとき、次の遷移先が一意に決定しないことがあるものである。NFAと略記される。 , Ein nichtdeterministischer endlicher AutomEin nichtdeterministischer endlicher Automat (NEA; englisch nondeterministic finite automaton, NFA) ist ein endlicher Automat, bei dem es für den Zustandsübergang mehrere gleichwertige Möglichkeiten gibt. Im Unterschied zum deterministischen endlichen Automaten sind die Möglichkeiten nicht eindeutig, dem Automaten ist also nicht vorgegeben, welchen Übergang er zu wählen hat.egeben, welchen Übergang er zu wählen hat. , Недетермінований автомат — абстрактний автНедетермінований автомат — абстрактний автомат, який при даному вхідному символі і внутрішньому стані може переходити в декілька різних внутрішніх станів. Формально, недетермінований автомат — це п'ятірка <X, Y, Q, Φ, Ψ>, така, що відображення Ψ: X × Q → Q не є однозначним.ідображення Ψ: X × Q → Q не є однозначним. , 오토마타 이론에서, 어떤 유한 상태 기계가 결정적 유한 상태 기계(DFA)라오토마타 이론에서, 어떤 유한 상태 기계가 결정적 유한 상태 기계(DFA)라는 것은 다음을 뜻한다. * 현재 상태와 입력에 따라 다음 상태가 유일하게 결정된다. * 상태가 바뀌려면 입력이 필요하다. 비결정적 유한 상태 기계(Nondeterministic finite automaton, NFA)는 이러한 제한을 따르지 않을 수도 있다. 모든 DFA는 NFA이기도 하다. NFA는 좁은 뜻으로는 DFA가 아닌 유한 상태 기계만을 가리키기도 하지만, 이 문서에서는 그렇게 하지 않는다. 을 사용하면 주어진 NFA와 동등한 DFA를 만들 수 있다. 즉, 주어진 NFA와 같은 언어를 인지하는 DFA를 만들 수 있다. DFA와 마찬가지로 NFA가 인지할 수 있는 언어는 정규 언어뿐이다. 미하엘 라빈과 데이나 스콧은 1959년에 비결정적 유한 상태 기계를 처음 도입했고 NFA와 DFA가 동등함을 보였다. NFA는 정규 표현식의 구현에 사용된다. 은 정규 표현식을 NFA로 바꾸어 효율적인 문자열 패턴 매칭을 가능케 하는 알고리즘이다. 반대로 은 NFA를 정규 표현식으로 바꾸어 준다. (이때 정규 표현식의 길이는 NFA의 크기에 따라 지수적으로 증가한다.). (이때 정규 표현식의 길이는 NFA의 크기에 따라 지수적으로 증가한다.) , Στη θεωρία υπολογισμού, το μη ντετερμινιστΣτη θεωρία υπολογισμού, το μη ντετερμινιστικό πεπερασμένο αυτόματο (αγγλικά: nondeterministic finite-state automaton (NFA)‎ ) είναι ένα που από μία κατάσταση, διαβάζοντας ένα σύμβολο εισόδου, μπορεί να μεταβεί σε μία ή και παραπάνω καταστάσεις, σε αντίθεση με το ντετερμινιστικό πεπερασμένο αυτόματο (DFA) που μπορεί να μεταβεί σε μία μόνο κατάσταση. Τα αυτόματα αυτά είναι πεπερασμένα, επειδή ο αριθμός των καταστάσεών τους είναι πεπερασμένος. Τα μη ντετερμιστικά πεπερασμένα αυτόματα εισήχθησαν το 1959 από τους και Ντέινα Σκοτ.σήχθησαν το 1959 από τους και Ντέινα Σκοτ. , Nella teoria del calcolo, un automa a statNella teoria del calcolo, un automa a stati finiti non deterministico (ASFND, in inglese nondeterministic finite automaton, NFA) è una macchina a stati finiti dove per ogni coppia stato-simbolo in input possono esservi più stati di destinazione. Al contrario degli automi a stati finiti deterministici, gli NFA possono cambiare stato indipendentemente dal simbolo letto, tramite epsilon-transizioni. Gli automi che presentano questo tipo di transizioni sono anche detti ε-NFA.ipo di transizioni sono anche detti ε-NFA. , Niedeterministyczny automat skończony (angNiedeterministyczny automat skończony (ang. Non-deterministic Finite-state Automaton, NFA) – maszyna o skończonej liczbie stanów, która zaczynając w stanie początkowym czyta kolejne symbole pewnego słowa. Po przeczytaniu każdego symbolu zmienia ona swój stan na stan będący elementem zbioru, który jest wartością relacji przejścia. Jeśli po przeczytaniu całego słowa maszyna znajduje się w którymś ze stanów oznaczonych jako akceptujące (końcowe), mówimy że automat akceptuje czytane słowo.mówimy że automat akceptuje czytane słowo. , Un autòmat finit no determinista (abreujatUn autòmat finit no determinista (abreujat AFND ) és un autòmat finit que, a diferència dels autòmats finits deterministes (AFD), té almenys un estat q ∈ Q , tal que per a un símbol a ∈ Σ de l'alfabet, hi ha més d'una transició δ ( q , a ) possible. En un AFND pot donar-se qualsevol d'aquests dos casos: * Que hi hagi transicions del tipus δ ( q , a ) = q 1 i δ ( q , a ) = q 2 , sent q 1 ≠ q 2 ; * Que hi hagi transicions del tipus δ ( q , ), sent q un estat no-final, o bé un estat final però amb transicions cap a altres estats. però amb transicions cap a altres estats. , 在计算理论中,非确定有限状态自动机或非确定有限自动机(NFA)是对每个状态和输入符号在计算理论中,非确定有限状态自动机或非确定有限自动机(NFA)是对每个状态和输入符号对可以有多个可能的下一个状态的有限状态自动机。这区别于确定有限状态自动机(DFA),它的下一个可能状态是唯一确定的。尽管DFA和NFA有不同的定义,在形式理论中可以证明它们是等价的;就是说,对于任何给定NFA,都可以构造一个等价的DFA,反之亦然:通过使用幂集构造。两种类型的自动机只识别正则语言。非确定有限自动机有时被称为(subshift)。非确定有限状态自动机可推广为,它为每个状态转移指派概率。 非确定有限自动机是和达纳·斯科特(Dana Scott)在1959年介入的,他们证明了它与确定自动机的等价性。斯科特(Dana Scott)在1959年介入的,他们证明了它与确定自动机的等价性。 , Un autómata finito no determinista (abreviUn autómata finito no determinista (abreviado AFND) es un autómata finito que, a diferencia de los autómatas finitos deterministas (AFD), posee al menos un estado q ∈ Q, tal que para un símbolo a ∈ Σ del alfabeto, existe más de una transición δ(q,a) posible. Todo AFND puede ser convertido en un AFD equivalente. En un AFND puede darse cualquiera de estos dos casos: * Que existan transiciones del tipo δ(q,a)=q1 y δ(q,a)=q2, siendo q1 ≠ q2; * Que existan transiciones del tipo δ(q, ε), siendo q un estado no-final, o bien un estado final pero con transiciones hacia otros estados.pero con transiciones hacia otros estados. , الماكينة محدودة الحالات غير القطعية أو نموالماكينة محدودة الحالات غير القطعية أو نموذج التشغيل الذاتي المحدود غير القطعي (NFA) في المعلوماتية النظرية هو ماكينة محدودة الحالات حيث قد يؤدي كل زوج مكون من رمز من رموز المدخلات وأحد الحالات إلى عدد من الحالات في الخطوة التالية، وهذا ما يميز هذا النموذج عن نموذج التشغيل الذاتي المحدود القطعي (DFA) حيث تكون الحالة المحتملة التالية حالة واحدة فقط. برغم أن لكل من النموذجين تعريف مختلف، يمكن إثبات أنهما متساويان في النظرية الشكلية حيث يمكن إنشاء DFA مكافئ لأي NFA والعكس صحيح، وهذا ما يسمى بإنشاء المجموعة المضاعفة. يتعرف كلا النموذجين على فقط. تدرس نماذج التشغيل المحدودة غير القطعية أحيانا باسم مساحة التنقل محدودة النوع. يعتبر نموذج التشغيل الاحتمالي الذي يعطي لكل نقلة من حالة إلى أخرى احتمالية نموذجا أعم من نموذج التشغيل المحدود غير القطعي.قدم ودانا سكوت نموذج التشغيل المحدود غير القطعي انا سكوت نموذج التشغيل المحدود غير القطعي , Un automate fini (on dit parfois, par une Un automate fini (on dit parfois, par une traduction littérale de l'anglais, machine à états finis, au lieu de machine avec un nombre fini d'états ou machine à états finie ou machine finie à états), finite-state automaton ou finite-state machine (FSA, FSM), est une machine abstraite qui est un outil fondamental en mathématiques discrètes et en informatique. On les retrouve dans la modélisation de processus, le contrôle, les protocoles de communication, la vérification de programmes, la théorie de la calculabilité, dans l'étude des langages formels et en compilation. Ils sont utilisés dans la recherche des motifs dans un texte.ans la recherche des motifs dans un texte. , Недетерминированный конечный автомат (НКА,Недетерминированный конечный автомат (НКА, англ. nondeterministic finite automaton, NFA) — это детерминированный конечный автомат (ДКА, англ. deterministic finite automaton, DFA), который не выполняет следующие условия: * любой его переход единственным образом определяется по текущему состоянию и входному символу * чтение входного символа требуется для каждого изменения состояния. В частности, любой ДКА является также НКА. Используя , любой НКА можно преобразовать в эквивалентный ДКА, то есть ДКА, распознающий тот же самый формальный язык. Подобно ДКА, НКА распознаёт только регулярные языки.А, НКА распознаёт только регулярные языки.
rdfs:label 非決定性有限オートマトン , Nondeterministic finite automaton , Недетермінований скінченний автомат , Autòmat finit no determinista , Nichtdeterministischer endlicher Automat , Automa a stati finiti non deterministico , 非确定有限状态自动机 , آلة محدودة الحالات غير قطعية , Autómata finito no determinista , Automate fini non déterministe , Недетерминированный конечный автомат , Niedeterministyczny automat skończony , Máquina de estados finitos não determinística , Μη ντετερμινιστικό πεπερασμένο αυτόματο , 비결정적 유한 상태 기계
hide properties that link here 
http://dbpedia.org/resource/Dana_Scott + http://dbpedia.org/ontology/knownFor
http://dbpedia.org/resource/NFA + http://dbpedia.org/ontology/wikiPageDisambiguates
http://dbpedia.org/resource/Nondeterministic_finite_Automaton + , http://dbpedia.org/resource/Nondeterministic_finite_state_machine + , http://dbpedia.org/resource/Non-deterministic_finite_automata + , http://dbpedia.org/resource/Non-deterministic_finite_automaton + , http://dbpedia.org/resource/Non-deterministic_finite_state_machine + , http://dbpedia.org/resource/Nondeterministic_Finite_State_Machine + , http://dbpedia.org/resource/Nondeterministic_finite-state_automaton + , http://dbpedia.org/resource/Nondeterministic_finite_state_automaton + , http://dbpedia.org/resource/Epsilon_closure + , http://dbpedia.org/resource/Nondeterministic_Finite_automaton + , http://dbpedia.org/resource/Word_automaton + , http://dbpedia.org/resource/NDFSM + , http://dbpedia.org/resource/Nondeterministic_finite-state_machine + , http://dbpedia.org/resource/Nondeterministic_machine + , http://dbpedia.org/resource/Nondeterministic_Finite_Automaton + , http://dbpedia.org/resource/Nondeterministic_finite_automata + , http://dbpedia.org/resource/Nondeterministic_finite_automaton_with_%CE%B5-moves + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/Regular_expression + , http://dbpedia.org/resource/Finite-state_machine + , http://dbpedia.org/resource/Context-free_grammar + , http://dbpedia.org/resource/Flex_%28lexical_analyser_generator%29 + , http://dbpedia.org/resource/JFLAP + , http://dbpedia.org/resource/Quotient_automaton + , http://dbpedia.org/resource/Thompson%27s_construction + , http://dbpedia.org/resource/B%C3%BCchi_automaton + , http://dbpedia.org/resource/Counter_automaton + , http://dbpedia.org/resource/Two-way_finite_automaton + , http://dbpedia.org/resource/Turing_machine + , http://dbpedia.org/resource/List_of_computability_and_complexity_topics + , http://dbpedia.org/resource/Dana_Scott + , http://dbpedia.org/resource/List_of_computing_and_IT_abbreviations + , http://dbpedia.org/resource/Weighted_automaton + , http://dbpedia.org/resource/Quantum_finite_automaton + , http://dbpedia.org/resource/List_of_PSPACE-complete_problems + , http://dbpedia.org/resource/Induction_of_regular_languages + , http://dbpedia.org/resource/Ken_Thompson + , http://dbpedia.org/resource/Probabilistic_automaton + , http://dbpedia.org/resource/Deterministic_automaton + , http://dbpedia.org/resource/Nondeterministic_algorithm + , http://dbpedia.org/resource/List_of_terms_relating_to_algorithms_and_data_structures + , http://dbpedia.org/resource/Powerset_construction + , http://dbpedia.org/resource/List_of_Israeli_inventions_and_discoveries + , http://dbpedia.org/resource/Counter_%28digital%29 + , http://dbpedia.org/resource/Pumping_lemma_for_regular_languages + , http://dbpedia.org/resource/Language_equation + , http://dbpedia.org/resource/Star_height_problem + , http://dbpedia.org/resource/Star_height + , http://dbpedia.org/resource/Kleene%27s_algorithm + , http://dbpedia.org/resource/Glushkov%27s_construction_algorithm + , http://dbpedia.org/resource/Generalized_nondeterministic_finite_automaton + , http://dbpedia.org/resource/Index_of_computing_articles + , http://dbpedia.org/resource/Computability + , http://dbpedia.org/resource/Timeline_of_algorithms + , http://dbpedia.org/resource/True_quantified_Boolean_formula + , http://dbpedia.org/resource/Ghost_%28game%29 + , http://dbpedia.org/resource/Symmetric_Turing_machine + , http://dbpedia.org/resource/Unambiguous_finite_automaton + , http://dbpedia.org/resource/Actor_model + , http://dbpedia.org/resource/Epsilon_transition + , http://dbpedia.org/resource/Unbounded_nondeterminism + , http://dbpedia.org/resource/Finite-state_transducer + , http://dbpedia.org/resource/Nested_word + , http://dbpedia.org/resource/Alternating_finite_automaton + , http://dbpedia.org/resource/Expressive_power_%28computer_science%29 + , http://dbpedia.org/resource/Garden_of_Eden_%28cellular_automaton%29 + , http://dbpedia.org/resource/NFA + , http://dbpedia.org/resource/Cycle_rank + , http://dbpedia.org/resource/Read-only_Turing_machine + , http://dbpedia.org/resource/NFA_minimization + , http://dbpedia.org/resource/Nondeterministic_finite_Automaton + , http://dbpedia.org/resource/Comparison_of_parser_generators + , http://dbpedia.org/resource/Complementation_of_B%C3%BCchi_automaton + , http://dbpedia.org/resource/NDFA + , http://dbpedia.org/resource/Nondeterministic_finite_state_machine + , http://dbpedia.org/resource/Non-deterministic_finite_automata + , http://dbpedia.org/resource/Non-deterministic_finite_automaton + , http://dbpedia.org/resource/Non-deterministic_finite_state_machine + , http://dbpedia.org/resource/Nondeterministic_Finite_State_Machine + , http://dbpedia.org/resource/Nondeterministic_finite-state_automaton + , http://dbpedia.org/resource/Nondeterministic_finite_state_automaton + , http://dbpedia.org/resource/Epsilon_closure + , http://dbpedia.org/resource/Nondeterministic_Finite_automaton + , http://dbpedia.org/resource/Word_automaton + , http://dbpedia.org/resource/NDFSM + , http://dbpedia.org/resource/Regular_language + , http://dbpedia.org/resource/Deterministic_finite_automaton + , http://dbpedia.org/resource/State_diagram + , http://dbpedia.org/resource/Nondeterministic_finite-state_machine + , http://dbpedia.org/resource/Nondeterminism + , http://dbpedia.org/resource/Nondeterministic_machine + , http://dbpedia.org/resource/Regular_grammar + , http://dbpedia.org/resource/Tagged_Deterministic_Finite_Automaton + , http://dbpedia.org/resource/Nondeterministic_Finite_Automaton + , http://dbpedia.org/resource/Culture_of_Israel + , http://dbpedia.org/resource/Arden%27s_rule + , http://dbpedia.org/resource/Nondeterministic_finite_automata + , http://dbpedia.org/resource/State_complexity + , http://dbpedia.org/resource/Alternating_tree_automata + , http://dbpedia.org/resource/Nondeterministic_finite_automaton_with_%CE%B5-moves + , http://dbpedia.org/resource/Self-verifying_finite_automaton + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Nondeterministic_finite_automaton + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Nondeterministic_finite_automaton + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.