Search:

Type: Posts; User: opciok95

Search: Search took 0.00 seconds.

  1. Replies
    20
    Views
    7,419

    How, cannot understand you :( writte som code pls.

    How, cannot understand you :( writte som code pls.
  2. Replies
    20
    Views
    7,419

    I think like that its more slow!:(

    I think like that its more slow!:(
  3. Replies
    20
    Views
    7,419

    while (n < MAX) { divisible = FALSE; ...

    while (n < MAX) {
    divisible = FALSE;
    for (i = 0; (i < sqrt(n)) && !divisible; i++)
    divisible = ((candidat % p[i]) == 0);


    Is it that ?
  4. Replies
    20
    Views
    7,419

    i don't have the level, could some one help me...

    i don't have the level, could some one help me please ? if I don't do it, its for something.
    Thanks anyway...
  5. Replies
    20
    Views
    7,419

    Could you please show me the code by using the...

    Could you please show me the code by using the sqrt ? thx.
  6. Replies
    20
    Views
    7,419

    Yes!!. I noticed something about you can stop by...

    Yes!!. I noticed something about you can stop by getting the sqrt of the numer. help me please :D
  7. Replies
    20
    Views
    7,419

    on a AMD Athlon64 3200 works in 1 sec :)

    on a AMD Athlon64 3200 works in 1 sec :)
  8. Replies
    20
    Views
    7,419

    yes, but I don't wanna use another theorem,.. I...

    yes, but I don't wanna use another theorem,.. I wanna stay to Erant.
    anyway i don't have the level
  9. Replies
    20
    Views
    7,419

    Primes with Sieve of Eratosthenes.

    The program calculates the prime numbers with the Sieve of Eratosthenes. And now im asking how could I improve the program ? Any modification would be welcome!! thanks a lot. :cool:



    ...
Results 1 to 9 of 9