Search:

Type: Posts; User: fatinez

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,592

    Nevermind, I figured it out. Another question....

    Nevermind, I figured it out.

    Another question. I just noticed that the program is using a lot of cpu when it's just sitting there. A little debug printing showed that the WM_PAINT message is...
  2. Replies
    5
    Views
    1,592

    Holy crap that is easy. Thanks a million.

    Holy crap that is easy. Thanks a million.
  3. Replies
    5
    Views
    1,592

    Ok, it's been a while since I posted this. I...

    Ok, it's been a while since I posted this. I looked up thread stuff but I cannot get it to work. Everything in GO_BUTTON is now in its own function. I absolutely cannot get a new thread to work...
  4. Replies
    5
    Views
    1,592

    UI dies during data processing

    I have a small Windows app that accepts a data file from a user, then processes the data. During the processing of the data (about 15-20 seconds) the user interface completely quits responding. Not...
  5. Replies
    2
    Views
    1,307

    I must be no good at Google. Sorry to waste your...

    I must be no good at Google. Sorry to waste your time.
  6. Replies
    2
    Views
    1,307

    Discreet Wavelet Transform

    Can anyone explain to me how to make a computer do a 2D discreet wavelet transform on an image. I've searched the internet and I know exactly what it is, and what it is supposed to look like, but...
  7. Thread: Huffman coding

    by fatinez
    Replies
    4
    Views
    2,630

    Thanks for the help guys. I figured it out. One...

    Thanks for the help guys. I figured it out. One of the if statements had an extra condition in it. I don't know why it didn't affect all the codes. But, thanks again.
  8. Thread: Huffman coding

    by fatinez
    Replies
    4
    Views
    2,630

    Sorry it took me so long to get back to you. I...

    Sorry it took me so long to get back to you. I had to reformat my HD. The file I'm using for the assignment will fill the whole array, but thanks for the general advise. It did not help with the...
  9. Thread: Huffman coding

    by fatinez
    Replies
    4
    Views
    2,630

    Code giving inconsistant output - Huffman coding

    I am writing a program for a class that calls for Huffman coding. The coding itself is not the issue. The problem is that I can't figure out why a chunk of my code works for the first 90% of the...
  10. Replies
    6
    Views
    1,471

    HOLY CRAP!! That worked. Thanks a million Dave.

    HOLY CRAP!! That worked.

    Thanks a million Dave.
  11. Replies
    6
    Views
    1,471

    200: 0 201: 0 202: 15 203: 255 204: 139 205:...

    200: 0
    201: 0
    202: 15
    203: 255
    204: 139
    205: 47
    206: -1
    Yup. EOF
  12. Replies
    6
    Views
    1,471

    Yes sir.

    Yes sir.
  13. Replies
    6
    Views
    1,471

    Strange EOF happenings

    For some reason, whenever the program reads 1A in hex, 26 in dec it is reading it as EOF. I have it print out the character and, sure enough, it prints -1. I don't get it. Other programs are...
  14. Replies
    2
    Views
    1,123

    Thanks, I'll see what I can come up with.

    Thanks, I'll see what I can come up with.
  15. Replies
    2
    Views
    1,123

    Command line arguments and arrays

    I need to make a 2-D array based on command line argumnets.

    The program is supposed to compress an image in raw format. The command line is: compress filename width height

    I have:


    int...
Results 1 to 15 of 15