Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 178 results for
dfa
- Page 1
DFA construction
Programming
Software Development
17 Years Ago
by cute121180
…trans); string from; char input; string to; }; int main() //
dfa
< input-file > output-file { // primary objects set<…quot; bool nondeterministic = false; // use nfa simulator, not this
dfa
// input variables string keyword; // for inputting candidate keyword string from_state…
DFA Program in C++
Programming
Software Development
17 Years Ago
by perfectstranger
…GET FILE NAME cout<<"Enter Filename(Probably
DFA
.txt):"; cin>>filename; //OPEN FILE …program will take two inputs: -- The filename describing the
DFA
-- The input string The program will then output the …url]http://homes.ieu.edu.tr/~bhnich/CS208-Spring07-08/
dfa
-prog.txt[/url] Can anybody help me to get…
Re: DFA construction
Programming
Software Development
17 Years Ago
by cute121180
… of a function h together with a
DFA
(with alphabet {a,b}), and generate a
DFA
that recognize h-1 (R) Rules… Follow: You can define the format for the
DFA
. You should read the
DFA
in from a file. You should be able… to deal with the
DFA
with an arbitrary number of sets. This is the actual…
DFA NFA
Programming
Computer Science
10 Years Ago
by leghorn
Hi all Consider a language defined by L={AnBm | n,m >= 0} and also that it is a regular language. How is it possible to draw its
DFA
n NFA ?
Re: DFA NFA
Programming
Computer Science
10 Years Ago
by Taywin
You need to expand the grammar to something that is more finite (in different states). Then you determine to draw
DFA
and/or NFA from there?
Help needed to convert dfa into minimum dfa
Programming
Software Development
14 Years Ago
by srinivas88
… help to create a program which converts a given
dfa
to minimised
dfa
.Not many articles or help is available on the… any input may be assumed..say for the input,a
dfa
is given through a text file which may contain the…
Re: Is there a program that creates DFA from expression
Programming
Computer Science
20 Years Ago
by Nuez_Jr
… asking for, but there does exist a regexp-->
DFA
algorithm...on paper. You're probably already familiar with … not easier) - but you'll have to represent the
DFA
as a table. Specifically, a list of edges. Take …Scheme ; ) The main function might look like [indent](elaborate-
DFA
edge next-newstate),[/indent] where edge is a representation of…
Flash Creatives Does'nt Contain Clickthrough URL While Creating Flash Ad on DFA
Digital Media
Digital Marketing
17 Years Ago
by nawazshahzad
… .swf flash creative banner by fulfilling all the instruction of
DFA
. But never able to reach the landing page when clicked… through url? To share it with you i have a
DFA
account. Will appreciate quick respond. Thanks
nfa to dfa
Programming
Software Development
15 Years Ago
by emitris
I need c++ code to convert nfa to
dfa
and c++ code minimize
dfa
Converting NFA to DFA
Programming
Software Development
15 Years Ago
by em-kay
hello guys, i need ur help in converting NFA to
DFA
DFA
Algorithm : s <- s0 { start from the initial state } c &…
Re: Is there a program that creates DFA from expression
Programming
Computer Science
20 Years Ago
by bunty
… can conver a regular expresion to NFA and then to
DFA
andthen compare the 2 regular expressions to find out if… diagram ;) I know they have ones that convert nfa to
dfa
but I have yet to find one that will draw…
Re: how to convert NFA to DFA in c
Programming
Software Development
18 Years Ago
by jim mcnamara
Are you talking about using NFA regexp in a
DFA
environment? Start with a
DFA
tool is the simple answer. There really is…
Re: need code for NFA to DFA
Programming
Computer Science
18 Years Ago
by anapanevska
[quote=ankara84;132135]hello I need C code to build a finite automata and NON deterministic automata translate to equal
DFA
. This is for my project please help![/quote] I also need a code for translation a nfa to
dfa
. My email is [I]<< email snipped>> [/I]thanks
Re: how to convert NFA to DFA in c
Programming
Software Development
15 Years Ago
by chaithra
[QUOTE=ashokkumarrsp;249437]kindly give me the source code for NFA to
DFA
conversion.[/QUOTE] i want the code for coverting nfa to
dfa
Re: Simple DFA question
Programming
Computer Science
15 Years Ago
by gusano79
[QUOTE=nunos;1034246]I am looking for a
DFA
that accepts the language that consist of an even number …'t track a count of zeros and ones in a
DFA
, try looking at having a state for each possible outcome…
Is there a program that creates DFA from expression
Programming
Computer Science
20 Years Ago
by Neco_Coneco
Like if I enter ab* it will draw a state diagram ;) I know they have ones that convert nfa to
dfa
but I have yet to find one that will draw from an expression. Thanks
need code for NFA to DFA
Programming
Computer Science
19 Years Ago
by ankara84
hello I need C code to build a finite automata and NON deterministic automata translate to equal
DFA
. This is for my project please help!
nfa to dfa demo
Programming
Computer Science
19 Years Ago
by kingmahesh
can anyone give me a url to download a java programme which perform conversion of nfa to
dfa
in graphically(rather a demo)
Applet for checking constructed DFA to recognize the set of strings
Programming
Computer Science
19 Years Ago
by automata
Could any one please let me know a good website for detailed information with plenty of example for "Automata Theory , Language and computation" Especially , if there is website where , i can practice the construction of
DFA
which accepts mentioned strings . Thanks
how to convert NFA to DFA in c
Programming
Software Development
18 Years Ago
by ashokkumarrsp
kindly give me the source code for NFA to
DFA
conversion.
Re: how to convert NFA to DFA in c
Programming
Software Development
18 Years Ago
by WolfPack
What is NFA and
DFA
? By the way, [URL="http://www.daniweb.com/techtalkforums/thread26061.html"]here[/URL] are some sample answers you may get.
Re: how to convert NFA to DFA in c
Programming
Software Development
18 Years Ago
by andor
Can you specify your problem more clearly?[URL="http://www.google.com/search?hl=en&q=NFA+
DFA
&btnG=Google+Search"]Click here[/URL]
Re: how to convert NFA to DFA in c
Programming
Software Development
18 Years Ago
by ashokkumarrsp
[quote=andor;249452]Can you specify your problem more clearly?[URL="http://www.google.com/search?hl=en&q=NFA+
DFA
&btnG=Google+Search"]Click here[/URL][/quote] dear sir, i want to generate a non-deterministic finite automata for a expression.eg:(a|b)*abb. then to convert the NFA to deterministic finite automata
Re: need code for NFA to DFA
Programming
Computer Science
18 Years Ago
by muhammedzakeer
please send the code immediateley [quote=ankara84;132135]hello I need C code to build a finite automata and NON deterministic automata translate to equal
DFA
. This is for my project please help![/quote]
Re: need code for NFA to DFA
Programming
Computer Science
17 Years Ago
by nivasc
Hi, Could you send me the code for NFA to
DFA
conversion that you have done. It will be great help to me. <snipped>
how to convet nfa to dfa
Programming
Software Development
16 Years Ago
by yara naser
hi: please help me to find the code that convert nfa to
dfa
by using c++ and please send it to my email [email removed] thank you very much please help me now.....:icon_neutral:
Re: how to convet nfa to dfa
Programming
Software Development
16 Years Ago
by Ancient Dragon
what is nfa and
dfa
-- expand the acronyms
Re: how to convet nfa to dfa
Programming
Software Development
16 Years Ago
by ArkM
… help me to find the code that convert nfa to
dfa
by using c++ and please send it to my email…
Re: how to convert NFA to DFA in c
Programming
Software Development
15 Years Ago
by samuelsandy
kindly give me the source code for NFA to
DFA
conversion.
Re: how to convert NFA to DFA in c
Programming
Software Development
15 Years Ago
by h.mehr
hello I need C code to build a finite automata and NON deterministic automata translate to equal
DFA
. This is for my project please help!
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC