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?
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
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.