Search:

Type: Posts; User: haochao

Search: Search took 0.01 seconds.

  1. how to program median-filter processing on 24 bitmap instead of 8 bitmap?

    Hi,guys!:redface:
    i have done a little change to the code snippets from some website capable of doing median-filter processing on 24 bitmap,such code as following:




    typedef struct element{...
  2. Thread: the palindrome

    by haochao
    Replies
    15
    Views
    5,397

    thanks, i got the knowledge but those codes: ...

    thanks, i got the knowledge but those codes:


    char szInput[MAX_LEN+1];
    unsigned char B[(MAX_LEN+1)*MAX_LEN/8];
  3. Replies
    8
    Views
    2,242

    no,i'm watch variable inside that function, not...

    no,i'm watch variable inside that function, not out of scope.
  4. Thread: the palindrome

    by haochao
    Replies
    15
    Views
    5,397

    that's made a startling. thanks what you're...

    that's made a startling.
    thanks

    what you're meaning?

    and what purpose it was written that way


    char szInput[MAX_LEN+1];
    unsigned char B[(MAX_LEN+1)*MAX_LEN/8];
  5. Thread: the palindrome

    by haochao
    Replies
    15
    Views
    5,397

    i'm researching algorithm,i can 't figure out the...

    i'm researching algorithm,i can 't figure out the code .


    unsigned char Bit8[]={0x80,0x40,0x20,0x10,0x08,0x04,0x02,0x01};
    #define GETB(i,j) (B[(i)*10+((j)>>3)] & Bit8[(j) & 0x7])
    #define...
  6. Thread: the palindrome

    by haochao
    Replies
    15
    Views
    5,397

    thanks,thamks... it's seem to me that i will...

    thanks,thamks...
    it's seem to me that i will learn indention of the code,how can i get the code indention quickly?
  7. Thread: the palindrome

    by haochao
    Replies
    15
    Views
    5,397

    sorry.the code: unsigned char...

    sorry.the code:


    unsigned char Bit8[]={0x80,0x40,0x20,0x10,0x08,0x04,0x02,0x01};

    what's an algorithm used?
  8. Thread: the palindrome

    by haochao
    Replies
    15
    Views
    5,397

    maybe i describe something...

    maybe i describe something wrong????????????????????????????????????????????? ???????????
    tell me!
  9. Thread: the palindrome

    by haochao
    Replies
    2
    Views
    1,104

    maybe i describe something...

    maybe i describe something wrong????????????????????????????????????????????????????????
    tell me!
  10. Replies
    8
    Views
    2,242

    yes, thanks for your reply but can't solve this...

    yes, thanks for your reply but can't solve this problem yet
  11. Replies
    7
    Views
    1,647

    that's memory order

    that's memory order
  12. Replies
    8
    Views
    2,242

    you mean i'm should be debug mode,watching...

    you mean i'm should be debug mode,watching variable in asm ,is not my purpose!
  13. Thread: the palindrome

    by haochao
    Replies
    15
    Views
    5,397

    晕,看来我还是回国内论坛吧. 自己还得语言方面努力.............

    晕,看来我还是回国内论坛吧.
    自己还得语言方面努力.............
  14. Thread: the palindrome

    by haochao
    Replies
    15
    Views
    5,397

    the palindrome

    /*
    this program from a master's blog but i don't know what dose it work,hope
    that somebody will explain this working detailedly(may be related to the
    palindrome ).

    this's about descriptions...
  15. Replies
    8
    Views
    2,242

    watch variable??

    i have used VS2005 to do programing ,but i find a problem while i'was looking into a variable(named hr ) with debugging.

    such as the codes:



    HRESULT DXUTChangeDevice( DXUTDeviceSettings*...
  16. Thread: the palindrome

    by haochao
    Replies
    2
    Views
    1,104

    the palindrome

    /*
    this program from a master's blog but i don't know what dose it work,hope
    that somebody will explain this working detailedly(may be related to the
    palindrome ).

    this's about descriptions...
Results 1 to 16 of 16