First  |  Prev |  Next  |  Last
Pages: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
new e-Book on multicore programming
On Aug 9, 3:28 pm, "threadman" <a...(a)b.com> wrote: http://www.cilk.com/multicore-e-book New e-Book: "How to Survive the Multicore Revolution (or at Least Survive the Hype)" the ebook covers:     - Background on the emergence of mainstream multicore processors     - The key challenges facing soft... 12 Aug 2008 21:26
ATTN: King Little Richard Heathfield -- slobber mouth comments?
On 9 Aug, 23:55, AZ Nomad <A...(a)Nomad.com> wrote: Btw, and you may not like this, since you are so focused on security, one reason I refuse to bother with the whole security circus is that I think it glorifies - and thus encourages - the wrong behavior. It makes "heroes" out of security people, as if the... 13 Aug 2008 16:56
operator precedence in c - clarifications needed
Hello friends, I am quite familiar with C and have coded a lot. But I get stumped on precedence rules, and I use paranthesis always. Can one of you out there explain how the value of s is evaluated in the following code snippet? int a=5,s=0; s=(++a) + (a++) + (--a) + (a--); Thanks in advance. Prasad. ... 14 Aug 2008 23:45
ATTN: King Little Richard Heathfield -- slobber mouth comments?
http://article.gmane.org/gmane.linux.kernel/706950 <copied> From: Linus Torvalds <torvalds <at> linux-foundation.org> Subject: Re: [stable] Linux 2.6.25.10 Newsgroups: gmane.linux.kernel Date: 2008-07-15 16:13:03 GMT (3 weeks, 4 days, 6 hours and 17 minutes ago) On Tue, 15 Jul 2008, Linus Torvalds wrote: ... 9 Aug 2008 19:42
what is state of the art is in programming today for windows?
Hi, I’ve been in the electronics industry since the ‘80’s. I know a few programming languages, namely C++, but I don’t get much of a chance to use it, so I don’t keep up with what’s new in the programming industry. I’m starting to learn Windows Programming with MFC using C+ +. But I was wondering if MFC and C... 11 Aug 2008 03:20
File mapping
CBFalconer wrote: Ian Collins wrote: CBFalconer wrote: .... snip ... Why does everyone misinterpret my concern here? It must be what I wrote. At any point, my point is that there is usually NO reason to use open, when fopen is guaranteed to be documented and available. Quite the ... 10 Aug 2008 04:52
Simple Algorithm (Perfect Hashing?)
A quick question: I'd like to convert an ascending sequence of variable length numbers (1,2,..,n) effeciently into a randomised and fixed length integer set without collisions. The purpose is to generate unique customer reference numbers based upon the database table index. A naive approach in Python might loo... 10 Aug 2008 19:10
Massive graph rcompress
Hi! I have a task to represent (spare/complete) graph that have 10.000.000 vertexes or more using C++. So, what structure compress graphs data memory as much as possible? What massive graph representation data structure will provide high algoritms performance? So, maybe, adjacency matrix with coded vertexes numbers... 8 Aug 2008 10:58
File mapping (was: programi parsing question)
Ian Collins wrote: CBFalconer wrote: .... snip ... Why does everyone misinterpret my concern here? It must be what I wrote. At any point, my point is that there is usually NO reason to use open, when fopen is guaranteed to be documented and available. Quite the reverse in a POSIX envir... 10 Aug 2008 04:52
vectorized computation in C++ such as those in Matlab (Matlabto ?C++)?
Jerry Coffin wrote: In article <a47fac46-bb33-4608-bd97- f75cd419340f(a)d77g2000hsb.googlegroups.com>, gherdovich(a)students.math.unifi.it says... [ ... ] Another user answers with what I find a more reasonable argument: std::valarray<> was designed to meet the characteristic of vector mach... 8 Aug 2008 08:55
First  |  Prev |  Next  |  Last
Pages: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49