Search:

Type: Posts; User: modulo_crt

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,906

    DES algorithm

    Hi everyone,
    i'm interesting in cryptography so i decide to go through implement some well known algorithms. So trying to implement DES in C i got really hard time trying to understand how to start...
  2. Replies
    11
    Views
    9,315

    yesssss it seems to work just fine thanx again

    yesssss it seems to work just fine
    thanx again
  3. Replies
    11
    Views
    9,315

    thanx adak but it seems to have problems in case...

    thanx adak
    but it seems to have problems in case you want to input the cordinates of the points
  4. Replies
    11
    Views
    9,315

    let me give a quick example when i input the...

    let me give a quick example
    when i input the points (1,1) , (4,2) , (5,3)
    the output should be the point (4,2) , (5,3) as they are closer
    but the output i take is
    (1,0) , (1,0)
  5. Replies
    11
    Views
    9,315

    closest pair algorithm

    Hello Forum
    I'm trying to implement the closest pair algorithm but when i run it i get wrong pairs
    anyone help ?
    here is the code in c


    #include <stdio.h>
    #include <math.h>
  6. Thread: fork/join

    by modulo_crt
    Replies
    10
    Views
    5,948

    thanx guys for your attension :)

    thanx guys for your attension :)
  7. Thread: fork/join

    by modulo_crt
    Replies
    10
    Views
    5,948

    i study operating systems for my university and i...

    i study operating systems for my university and i found some codes with fork() and wait() and i tryed to execute them on my winXP pc. But i have these problems. Sorry but i didn't knew that i should...
  8. Thread: fork/join

    by modulo_crt
    Replies
    10
    Views
    5,948

    thanx guys i'm using winXP and dev++ compiler...

    thanx guys
    i'm using winXP and dev++ compiler
    is there any way to declare these function in a header file?
    or can i find on the web the header files i need??
    thanx again
  9. Thread: fork/join

    by modulo_crt
    Replies
    10
    Views
    5,948

    fork/join

    i'm trying to use fork() join() and wait() but my compiler says "fork underclaired (firts use this function)"
    what is wrong?
    and which headers files do i need to fork processes ??
    thanx and...
Results 1 to 9 of 9