First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
ping Jacob Navia--lcc-win32 download isn't working
[comp.lang.c,comp.programming] "Gordon Burditt" ha scritto nel messaggio news:QKCdnTM2o_qrVHHWnZ2dnUVZ_u2dnZ2d(a)posted.internetamerica... Sh.....t! That dammed server is down AGAIN! One of the important things to look for in a server is that it is non-dammed. It's a big probem if it's dammed, whet... 14 May 2010 04:04
on complexity
"Daniel T." <daniel_t(a)earthlink.net> writes: Richard Heathfield <rjh(a)see.sig.invalid> wrote: Nick Keighley wrote: Your code compiles and runs and gives the same answers for both functions. But it still says they both have a complexity of 5 Ah, but the graphs look much more sim... 13 May 2010 22:40
on complexity [Was: on goto]
On 11 May, 09:29, Richard Heathfield <r...(a)see.sig.invalid> wrote: Nick Keighley wrote: both versions of the algorithm gave the same complexity measurement in a tool I have. They both rated 5 for cyclometric complexity. McCabe, by any chance? it just says "cyclometric". From the tool makers webs... 14 May 2010 07:20
on complexity [Was: on goto]
On 10 May, 19:05, Richard Heathfield <r...(a)see.sig.invalid> wrote: James Dow Allen wrote: <snip> Well at least Heathfield and Seebs agree on *something*: We seek human cognitive advantage. Actually, I think Seebs and I agree on a great deal. This happens to be something about which we mos... 11 May 2010 04:36
Questions about my Parallel Sort Library...
jarto wrote: Here's an updated version of my test program. In this one you can specify the number of names as a command line argument. It also saves the original names and results as text files as long as number of names does not exceed 100000. http://www.starsoft.fi/jarto/ParallelSortTest2.zip With m... 11 May 2010 11:09
(paypal payment) wholesale Lacoste shirts from china,and free shipping
(paypal payment)(http://www.supertradeonline06.com/) wholesale Lacoste shirt (paypal payment)(http://www.supertradeonline06.com/) wholesale Lacoste (paypal payment)(http://www.supertradeonline06.com/) wholesale Ralph lauren t shirt (paypal payment)(http://www.supertradeonline06.com/) wholesale Abercrombie & fit... 10 May 2010 05:30
Run time analysis question
The question is about the harmonic() function in the following code.... #include <stdio.h> double harmonic(unsigned long n) { double acc = 0; int i; for (i = 1; i <= n; i++) { acc += 1.0/i; } return acc; } int main(void) { unsigned long s; printf("The value is: %g\n", harmon... 9 May 2010 12:07
Call for participants
Join NFS(a)Home! Help finish the Cunningham project, the longest ongoing computational project in history. ... 13 May 2010 11:34
proof of existing quine
How can we prove for given programming language that there exists or not a quine (program which produces its own code)? ... 7 May 2010 13:21
My Parallel Sort Library and Benchmarks ...
Hello all, I have used my Parallel Sort Library and benchmarked an Object Pascal program that sorts a dynamic array of 10 millions of strings. Please look at the benchmarks in following page: http://pages.videotron.com/aminer/parallelsort/parallelsort.htm On four cores four threads, here is the res... 8 May 2010 05:47
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20