|
-
March 18th, 2003, 08:40 PM
#1
Member
Karnaugh Map Implementation
Hi Guys
Pls help me out. I have to implement a karnaugh map simplification algo in C++ for a college assignment and haven't been able to do it so far and deadline is approaching fast. Pls help
-
March 18th, 2003, 08:47 PM
#2
Do you need help in making the simplification or converting it to c++?
Oliver's Law:
Experience is something you don't get until just after you need it.
-
March 18th, 2003, 09:09 PM
#3
Member
I need the algo which i should follow.
After that i'd be able to see whether i can convert it to c++ or not.
I found an algo thru google but it wasn't correct
-
March 20th, 2003, 07:06 AM
#4
Senior Member
Can i have the exact question ?
\"I have a 386 Pentium.\"
-
March 20th, 2003, 07:47 AM
#5
Member
what´s exactly your problem?
if you give the exact requirements we mightbe able to help you
1-how dou you get the function MAXterms or MINterms, or binary?
2-what´s the maximum number of variables?
3-when should you present it?
-
March 20th, 2003, 08:07 PM
#6
Member
Well, Freejack, here r the answers to the questions u asked:
1) I get the input in terms of binary for each cell of the map
2) I'm presently trying to do it for 4 variables
3) I've to present it at the earliest the last deadline being 31 March.
So, exactly i've to get the values for each cell of the map and then simplify the map and output the minimum result in sum of product form
-
March 24th, 2003, 10:08 AM
#7
Member
I found an algo on the net which I tried to implement.
Here is the URL:
http://hopper.unco.edu/KARNAUGH/Algorithm.html
I implemented most of it except the last step.
Pls help.
Edit: I am uploading the algo.
-
March 26th, 2003, 11:11 AM
#8
Member
Do u guys want me to upload the code that I have implemented so far??
Maybe u can suggest something then. Pls help as the deadline is approaching fast...
-
March 27th, 2003, 07:53 PM
#9
Member
Here is the code I have so far implemented. Its just a crude implementation with no optimizations and I plan to use linked lists instead of arrays once it is fully working.
-
March 28th, 2003, 06:10 AM
#10
Member
well i´m not an expert but i´ll check that code , no promises (i couldnot download the last zip)
maybe you can tell how you´re going
patience
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|