Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gijunior
  • Content: Threads
  • Order by date
  1. gijunior

    Lacie 250gb hard drive issues

    I have the above and It will not be recognised by my laptop. I previously used it on my mac with no trouble (obviously:)), but for some reason it doesn't play ball with my windows machine. I run XP pro. Any ideas?
  2. gijunior

    Free Barcode Software

    Hi Ladies and Gents Sorry if this has been covered in the past, but I am looking for a nice bit of FREE software that generates barcodes. I know there is stuff out there, but I can only find the ones you have to pay for. Any ideas much appreciated. Cheers Druid
  3. gijunior

    Frameset query

    Hi all I have just created a quick frontt page with 3 frames. A top frame, left frame and main frame. In the left frame I have a tracing image as a background and 2 links that open in the main frame. When I preview this (in Safari and Firefox) the tracing image does not show, but the links...
  4. gijunior

    Abort Trap

    Hi, I have recreated Fermat's alg for factorising numbers using GMP's bignum. However when I try to factor extremely large numbers e.g.3049818439605086085304554688619895660771188041 327 I get an 'abort trap' Can anyone tell me - What is an abort trap? I have no problem with numbers up until...
  5. gijunior

    GMP Installation

    Hiya peeps, Just a quick q about Gnus Multi precision lib. Installed it on my mac no probs. But having trouble doing so on a windows based pc through UNIX. Getting 5 out of 5 failed tests on th make check. which i believe gives the folowing error on compilation (knew it woulednt work, but was...
  6. gijunior

    quick help, pollards rho

    I wonder if anyone can help me. below is code from my pollards rho attempt (for the integer factoring fans out there). However, im not getting the desired result. I believe its my implementation of the Euclidean algorithm as a method for gcd but im not sure. I get an answer of -1 when n is 319...
  7. gijunior

    Error Message - abort trap

    Does anyone know what 'abort trap' means? I have a program that uses GMP's bignum libray to factorise large integers using trial division (I know its not efficient, unfortunately i need evidence ofthis). However, when i get to a large number it runs to the loop and after a few minutes it fails...
  8. gijunior

    Running Check

    Can anyone suggest a way i can see if my program is still running as it is computing? I have a program that potentially could be running a loop a vbery large number of times. E.g. I am currently trying to Factor RSA 100. it is impractical for me to output at each iteration as this would be a...
  9. gijunior

    Arrays in GMP

    an someone please help me with this. I have read the manual and I just dont get how to create a dynamic array. normally id do - Code: int *p; int elements; elements = /*changes everytime*/ p = calloc(elements, sizeof(int)); but with the GMP im stuck with simple initialisation Code: void...
  10. gijunior

    Error messages

    Sorry to be asking what some may seem obvious, but I dont understand how to tackle the following. I have intstalled GMP's bignum library. It gives no syntax error messages so but when i compile the line $ gcc -c gmpTest.c -lgmp -o gmpTest I get -lgmp: linker input file unused because...

Part and Inventory Search

Back
Top