0 Members and 1 Guest are viewing this topic.
and how does that work? sounds cool but it also sounds like you'll need a server, and net access on all the pcs running it.Maybe we could just config the prog to run a specified range, and claim them on here....
Every platform that it would be reasonable to run a key factoring program on.
Cross platform is key - the .NET based one won't be discarded - it'll still be used for other devices.
Quote from: alberthrocks on February 27, 2011, 06:39:14 pmCross platform is key - the .NET based one won't be discarded - it'll still be used for other devices..NET is more cross-platform than anything else you can think of. And its the only technology that we could feasibly make such a complex program with.
x=N+B*B;dx=2*B+1;A=floor(sqrt(x));y=A*A;dy=2*A+1;while(x != y){ y += dy; dy += 2; while(x < y) { x += dx; dx += 2; }}A = (dy-1)/2;B = (dx-1)/2;p1 = A-B;p2 = A+B;