First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
Pedagogical examples of parallelism
There are many competing high-level solutions for parallel programming. For example, Cilk-style wait-free work-stealing task deques. The pedagogical example for this style of parallelism might be a parallel quicksort where subsorts are performed in parallel on different parts of the array. What other high-level... 25 Dec 2009 10:23
SETP-10 Call for papers
SETP-10 Call for papers The 2010 International Conference on Software Engineering Theory and Practice (SETP-10) (website: http://www.PromoteResearch.org) will be held during 12-14 of July 2010 in Orlando, FL, USA. SETP is an important event in the areas of Software development, maintenance, and other areas of s... 15 Nov 2009 06:45
Smallest circle covering set of points
Given a set of points (a1,b1) (a2,b2)..(an,bn) in the plane - what's a good algorithm for determining the centerpoint and radius of the smallest circle that will cover all the points? Thanks, Andrew. ... 26 Nov 2009 04:16
Heathfield: You're wrong: here's proof: (WAS: Re: Welcome To The Word Wide Mirror Sci.Math)
On Oct 29, 8:46 pm, Richard Heathfield <r...(a)see.sig.invalid> wrote: In <571fa5dd-86f8-4575-b59d-aa5773647...(a)j19g2000yqk.googlegroups.com>, Main Hello World Wide Web gro.imaem.www//:ptth{ wrote: As it turns out code is invertible; here is proof. http://elgoog.rb-hosting.de/index.cgi?dir=/Top/Home/&pa... 14 Nov 2009 13:20
Solutions for handling graphs - help?
Hi, I've been out of proper programming for a while (ended up doing mostly database design work) and am attempting to put together a system to model some complex networks (in fact, relationships between some business entities). I need to find the best way to model these networks which are essentially hundr... 13 Nov 2009 23:14
Converting a LIFO into FIFO
Sometime ago, some friend of mine faced an interview for a programming position and he was asked this question: ---------------------------------------------------- Suppose you have two LIFOs: A and B. The only operations you can do on A and B are push() and pop(), These LIFOs have these properties: 1) El... 16 Nov 2009 18:02
how to use graphics.h in codeblocks
hello frens, I wonder if anyone can tell me how can I use graphics.h in code blocks? Thankx ... 11 Nov 2009 06:47
Message trees can be fast
"BGB / cr88192" <cr88192(a)hotmail.com> wrote in message news:hd4n2l$3rv$1(a)news.albasani.net... my usual algo for string hashing is: hi=0; while(*s)hi=(hi*4093)+(*s++); BGB, you've mentioned hashing quite a bit lately. And, you've posted quite a few algo's... You either have alot of them or you keep... 9 Nov 2009 02:15
Pratt-parser
Is anyone here familiar with Vaughn Pratt's concept of "Top Down Operator Precedence" (1973) or Pratt-parsers? I'd like to know more about the technique. Unfortunately, the articles below are programming language heavy. Apparently, Pratt-parsers are recursive descent parsers modified by top down operator pr... 7 Nov 2009 03:53
Displaying pcx to windows?
Hello. Like subject says I'm having problem displaying pcx file format image on windows os. I make most of things I opened image. Decoded in memory bytes of image but I now have problem How/wich order in now use function for displaying is there on net some example program in C? Thanks. -- Darko Linu... 4 Nov 2009 04:12
First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39