Search:

Type: Posts; User: Amber_liam

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,446

    hehe....thx a lot man.....

    hehe....thx a lot man.....
  2. Replies
    2
    Views
    1,446

    HELP:Hasing Table

    Can anyone tell me more about this...I read the lecture note...but totally no idea what's going on to this.....Hasing table and the closed hashing.....
    this is one of the question::::
    <code>...
  3. Replies
    17
    Views
    16,273

    Thx a lot guys...you are very helpful

    Thx a lot guys...you are very helpful
  4. Replies
    17
    Views
    16,273

    first of all....thx everone for helping...hehe...

    first of all....thx everone for helping...hehe
    here is the specification....I must work it out..becasue it is exam related, and the exam is coming..... :mad:
    2 The Task

    Given this notion of...
  5. Replies
    17
    Views
    16,273

    /*morsecode.c*/ #include #include...

    /*morsecode.c*/
    #include <stdio.h>
    #include <ctype.h>
    #include "morsetable.h"
    #include "translator.h"

    int main(void){
    char firstChar;
    char lastChar=EOF;
    createTable();
  6. Replies
    17
    Views
    16,273

    /*morsetable.c*/ #include #include...

    /*morsetable.c*/

    #include <stdio.h>
    #include <string.h>
    #include <ctype.h>
    #include "morsetable.h"

    #define TABLESIZE 48
    #define SYMBOLSIZE 12
  7. Replies
    17
    Views
    16,273

    /* translator.c */ #include ...

    /* translator.c */

    #include <stdio.h>
    #include <string.h>
    #include "translator.h"
    #include "morsetable.h"

    Morse m;
    void translateText(char lastChar){
  8. Replies
    17
    Views
    16,273

    /*translator.h */ #ifndef _TRANSLATOR_H ...

    /*translator.h */



    #ifndef _TRANSLATOR_H

    #define _TRANSLATOR_H


    #define LINELENGTH 79
  9. Replies
    17
    Views
    16,273

    here is part of my code...I couldn;t work out the...

    here is part of my code...I couldn;t work out the rest of it...could you give me some comment over this?

    #include <stdio.h>
    #include <string.h>
    #include "morsetable.h"
    //#define STRINGLENGTH 7...
  10. Replies
    17
    Views
    16,273

    About the Morse code Converter

    I'm a newbie to C, could anyone tell me how to convert letters into morse code,vice versa.
    and the file input must be in .txt file..
    please give me a hand over this...thxthx......
    Pls contact me...
Results 1 to 10 of 10