Search:

Type: Posts; User: shaoshao

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,244

    glue C and matlab code

    Hello,

    I have a piece of C code which reads raw data from some log file, and process it to make a matrix for matlab. After matlab computation, I have another piece of C to do some other work base...
  2. Replies
    7
    Views
    2,425

    Don't see why it's a problem to ask the same...

    Don't see why it's a problem to ask the same question in more than one forums, the thing I'm saying might interest people in other forums as well doesn't it?

    I'm really speechless to see my post...
  3. Replies
    7
    Views
    2,425

    Hi Inanna It works now! First, I define my...

    Hi Inanna
    It works now!
    First, I define my dictionary data structure as the following, words are stored in an 2d array of char called word_store. each array holds words of the same length in...
  4. Replies
    7
    Views
    2,425

    Thanks very much Inanna, I think you are pointing...

    Thanks very much Inanna, I think you are pointing me to the right direction. strstr() is indeed handy.

    I'm not sure about using strstr directly as "strstr(source, *sorted_dict)", as it would...
  5. Replies
    7
    Views
    2,425

    how to find the longest meaning substring?

    I learned C abt 4 years ago, and havn't touched it since then. Recently, I need to program in C to find the longest meaning substring of a string without white space, given a sorted dictionary text...
Results 1 to 5 of 5