CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tex23bm

Search: Search took 0.05 seconds.

  1. Replies
    12
    Views
    2,368

    Re: 2 problems for u guys

    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...
  2. Replies
    25
    Views
    2,997

    Poll: Re: POLL: Prog language for research

    Some co-workers and myself have used Matlab for image processing and to embed data within images. aka Steganography.

    Tex23bm
  3. Replies
    12
    Views
    2,368

    Re: 2 problems for u guys

    [QUOTE=amoshag]2 problems i'v encountered doing some job, not as easy as it may seems...

    1. you are given a set of some integer numbers (some is probebly around 60-70). As integers some of the...
  4. Replies
    2
    Views
    4,929

    Re: Viterbi Decode and Convolution Encoding

    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.

    Tex23bm
    ...
  5. Replies
    2
    Views
    4,929

    Re: Viterbi Decode and Convolution Encoding

    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,...
  6. Replies
    2
    Views
    4,929

    Viterbi Decode and Convolution Encoding

    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...
  7. Replies
    6
    Views
    1,347

    Re: Viterbi Encoder

    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.

    When I had two paths that produced the...
  8. Thread: need help...

    by tex23bm
    Replies
    16
    Views
    3,364

    Re: need help...

    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...
  9. Thread: need help...

    by tex23bm
    Replies
    16
    Views
    3,364

    Re: need help...

    ha ha ha, oh sorry that was inappropriate.

    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...
  10. Replies
    5
    Views
    3,827

    Re: shotest path between two vertices in a graph

    what kind of running time are you looking for?

    if you don't mind n^k or something horrific like that you just write a recursive function to find all possible paths to that vertex.
    make sure you...
  11. Replies
    25
    Views
    4,648

    Re: Sorting 99% ordered list

    Ok, from my understanding of your question. You have a bunch of elements that have sorted. You then want to pop the oldest one, and insert a new one.

    My answer to this Is god's gift to...
  12. Replies
    6
    Views
    1,347

    Re: Viterbi Encoder

    Boom.

    Alright Kids. Here's the Deal: I got the encoder working and I got the decoder working.

    I arbitrarilly decided to expand 7 bit chunks of data into 18 bit pieces of data. This was 1:2...
  13. Replies
    6
    Views
    1,347

    Re: Viterbi Encoder

    oh, wow.

    Thanks, I'm actually quite new to this site. Didn't even realize there was a section for that.

    tex23bm
  14. Replies
    6
    Views
    1,347

    Re: Viterbi Encoder

    Alright, I see that people are still reading the thread. So I'm going to give you kids a little update.

    I am almost finished with the Viterbi Decoder. I used Convolution encoding. When I am...
  15. Re: Need source code for DES Cryptography (Encryption/DeCryption) in C/C++

    well good, I'm glad my work isn't HOME GROWN, I did it at an internship.

    But thanks for your faith

    tex23bm

    PS. Go to my site for a brief report on the algorithm and a working example. The...
  16. Replies
    0
    Views
    518

    DES and triple DES encryption

    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...
  17. Re: Need source code for DES Cryptography (Encryption/DeCryption) in C/C++

    AH,

    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...
  18. Replies
    8
    Views
    6,758

    Re: Triple DES Encryption

    Sorry for the Delay in response.

    The long and the short is YES.

    In fact I have a report i could lend you on the encryption method and some source code if you need it. It's in C++.

    Bill
    ...
  19. Replies
    6
    Views
    1,347

    Re: Viterbi Encoder

    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...
  20. Replies
    6
    Views
    1,347

    Viterbi Encoder

    Hey, I'm looking for resources on a Viterbi Encoder.

    I can't find any kind of a good explanation dumbed down to my level. I'm not going to lie, i like my explanations of algorithms as stupid as...
Results 1 to 20 of 20





Click Here to Expand Forum to Full Width

Featured