darn it, Yeah, sorry about that bad question, but i think you answered the question I was attempting to ask. Basically I was trying to ask which you would choose if you had two max subsets of equal...
I've done quite a bit of debugging on my program and am ready to put a link to my solution on my site. last I checked the site was still down, and I'm unsure when it will go up again.
Yeah, So basically My site has been down as of late. It might not be up for a little while, so If you want any information on the source code for my Convolution Encoder and or My Viterbi Decoder,...
Hey guys, I started a thread in the C++ forum about making a viterbi decoder. I made the decoder, and will be providing a report explaining the process of encoding, decoding, and some issues with the...
So, I have finished with the encoder and decoder. I'm a little dissappointed in the abilities of the decoder. Here's the problem that i kept hitting with it.
this greedy algorithm that you state can be an effective solution, but it is NOT the solution to this problem. for instance
say you have 4 items for a 4 lb sack:
obj lbs $$
1. 3 14
2. 2...
what you do is find a standard for all your weight. so say each item is rounded to the pund and you can store five pounds.
you keep track of how much...
This post is an offering to those in need. I have developed a program to encrypt and decrypt using the DES algorithm. If you need help with this method of encryption, or the source code Please ask...
You need source code for DES, I Just so happen to have the source code that you would be needing. The code is in C++. It works fine, but for 3 things. The method i have is triple DES meaning...
basically i figured it out. There's really no such thing as a viterbi encoder, viterbi is more a method of decoding. the convolution encoding and viterbi decoding algorithms can be found on this...