It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm trying to implement a gray code counter using a shift register and a 4-1 MUX. Does anyone have an idea what logic to use?!
Thanks
I am not sure if this satisfies your requirement of "using a shift register and a 4-1 MUX", but here is a small and functional gray counter reference design by Altera:
https://www.altera.com/support/support-resources/design-examples/design-software/vhdl/vhd-gray-counter.html
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
So I have an encrypted text I need to decrypt, where do I start and is there a program that automatically recognizes an algorithm ? Here is a snippet of what I need decrypted:
e302446c4b62c02dc77b3c896ef385c64244a83bd6702b215882d3f1b599ff69
Encrypted text is designed to resemble random numbers. Cryptographic algorithms are designed specifically to keep you from doing exactly what you are trying to do.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm planning to do a handwriting recognition application for WP7 in next graduating report. The only time its left more than a month not enought to study from the beginning. I plan to use SVM, but also don't know much about it. If some one has done this, please guide me. Thank you so much !
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to give to users my app an options that they can lock/disable orientation screen.
How can I do that?
You cannot prevent the rotation. But you can try use this:
http://pagerotationwp.codeplex.com/
see also
http://answers.microsoft.com/en-us/winphone/forum/wp7-wptips/auto-rotate-of-the-screen/d61a7b68-6941-41f9-a4f3-375e25669032?msgId=2ace87af-b04f-405e-b949-f85f861af740
Regards
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How do I display the current time? Please give me an example.
I know about msdn but still have a problem.
Please use by trying DateTime.Now to access the current time.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
The Tao of Programming begins with the words:
Thus spake the master programmer:
"When you have learned to snatch the error code from the trap frame,
it will be time for you to leave."
Please enlighten me.
It is not for the master to enlighten the novice, it is for the novice to travel the pathways to become a master. When you see Tao you know.