|
I have this Viterbi Decoder function code, which is quite lengthy and there are no comments labeling to help, and I want to try to understand it.
So anyone can point me to an easy to understand algorithm?
Anyway, here is the code:
int viterbiDecode( int...
Answer Snippets (Read the full thread at stackoverflow):
Of course if you don't know Dijkstra algorithm either you could try Wikipedia. .
Tip : It is almost exactly the 'Dijkstra algorithm' to find the shortest path into pondered graph .
Google ? Viterbi algorithm
Let me google that for you .
|
|
Hi, The following code is visual basic, .NET, ASP... all of the above? Can anybody tell me what these two "Regex.Replace" functions/methods will leave me with when "strCookies" is equal to the block of text below the two Regex.Replace functions? I believe...
Started by Chain on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
|
|
I wanna know if anyone on this forum can skate "full speed" and do a backflip! And land it! Anyone?
Lol Endo
Started by tat2mike on
, 20 posts
by 9 people.
Answer Snippets (Read the full thread at skatelogforum):
There was a video of a guy on this forum can skate "full....
|
Ask your Facebook Friends
|
Can anyone suggest best SSL VPN Gateway (Clientless 10 users)
Started by DipakChaudhari on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
Which.
It is clientless,but also has the option of a client that you can download from the interface.
|
|
Can anyone recommend a good book for learning VHDL? Or failing that, any good resource?
Started by RailAddict on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
You can still see how your code gets turned into hardware by running it through synthesis on free: as a language used to describe discrete event systems , from which smart programs can extract something that can end up as being ....
|
|
Can anyone suggest a good book for learning C# 3 and Visual Studio 2008?
Started by Gold on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I used Head First C# to get me started....
Edit: See Reed's Comment about where to get the book .
Link to manning pushlishing.
If you want to get a flavor for his writing check out his blog , or some of his answers .
I would look at C# in depth by Jon Skeet .
|
|
Can anyone explain exactly how the Strategy Pattern relates to Inversion of Control?
Started by Shane on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
One way to do this is to have the concrete strategy injected into a class that uses it as the interface rather than having the class... .
When you use the strategy pattern, you want your other classes to depend on the interface rather than a concrete strategy .
|
|
Does anyone know how I can store large binary values in Riak?
Started by Zubair on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It should....
Why would it be different?
Use either the Erlang interface ( http://hg.basho.com/riak/src/461421125af9/doc/basic-client.txt ) or the "raw" HTTP interface ( http://hg.basho.com/riak/src/tip/doc/raw-http-howto.txt ) .
Just like every other value.
|
|
Can anyone point me to CSLA.Net app's running live on the Web?
Answer Snippets (Read the full thread at stackoverflow):
Check this link if you are referring to CSLA.Net The forum software at http://www.programmersheaven.com/mb/ was developed using CSLA. .
|
|
I want to use apache wicket for pagination but i am not much aware of that . so if anyone can tell me where can i find the examples and tutorials ,
Started by Aryabhatt on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I found the examples provided for the wicket components most useful ( http://wicketstuff.org/wicket13/compref... .
None of the tutorials i have seen will get you very far .
What is wrong with the apache wicket - examples ?
Here is another tutorial from IBM .
|