Search:

Type: Posts; User: iori

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    957

    thanks guys :) ,it works now...

    thanks guys :) ,it works now...
  2. Replies
    3
    Views
    957

    plz help.....time function

    I want to display the time spent during sorting the list....BUT i get 0 everytime...is it bcuz it doesnt take less than a second to sort it..... here is the fucntion i am using:
    ...
  3. Replies
    7
    Views
    6,171

    hey guys, to the ones curious for the solutions...

    hey guys,
    to the ones curious for the solutions i saw in the class:

    one of the solutions to this is using this formula:
    y=(3x-1) mod 11 where x is the given number

    the second solution one was...
  4. Replies
    3
    Views
    1,288

    thanks guys ;)

    thanks guys ;)
  5. Replies
    3
    Views
    1,288

    newbie reading a file..how? plz help

    hi i have to read a file(pj.dat)in 3 different ways.
    1. file is in the same dir as the exe and i think it will be read by doing this:

    FILE *fpData;
    fpData=fopen("pj.dat","r");

    2. i have...
  6. Replies
    7
    Views
    6,171

    hey Codeplug, i was not saying that you were...

    hey Codeplug, i was not saying that you were wrong. I was just letting you know that i am working on the same thing and still not getting non-collision answer. I appreciate you replying :) thanks
  7. Replies
    7
    Views
    6,171

    yes, i am getting collision with other digits too...

    yes, i am getting collision with other digits too when using digit-extration , but i was told that there is a non-collision solution. I am working on the folding method to see if it works.
  8. Replies
    7
    Views
    6,171

    simple hashing algorithm??

    what would be the simplest easy-to-calculate non-collision hash function for mapping the following between 0-10 inclusive:
    224562,137456,214562
    140145,214576,162145
    144467,199645,234534

    i...
Results 1 to 8 of 8