First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
disassembly?
How did a file that is so small such as this source be assembled and linked. Then disassembled into this huge file? section .text global _start ;must be declared for linker (ld) _start: ;tell linker entry point mov edx,len ;message length mov ecx,msg ;message to write mov ebx,1 ;file desc... 18 Mar 2010 12:58
Boost and UMFPACK: anyone tried it?
Has anyone tried boost's UMFPACK bindings? If so, what's your experience been? Rui Maciel ... 3 Mar 2010 09:31
boost with nasm
Can someone show me a short code for the infamous "hello world" in nasm syntax. Which if I'm correct is Intel? Bill ... 2 Mar 2010 21:29
suggest algorithm: gradient-fill a polygon
I have specified point inside polygon, and - well - polygon. I want to paint the point white, and polygon perimiter black, and then smooth gradient inbeween. For convex polygon, I would split it in a fan of triangles and gradient-fill them, but for concave polygons this will not work because of self-intersection... 12 Mar 2010 03:55
Call for Participation: CHR Summer School
- Call for Participation - First International Summer School on CHR: Programming and Reasoning with Rules and Constraints August 30 - September 3 2010 Leuven, Belgium Website: http://www.cs.kuleuven.be/~dtai/CHR/summerschool *************************************************************************... 1 Mar 2010 18:43
About Threadpool...
Hello, As you have noticed my Threadpool, see: http://pages.videotron.com/aminer/ use something like procedure TThreadPoolThread.Execute; begin while not Terminated do begin end; end; Next step i will enhance my Threadpool to use an event object to not consume any CPU if there is no objects in the ... 1 Mar 2010 14:07
ParallelQueue version 1.0...
Hello, Description: Parallel algorithm to handle queue FIFO that reduce contention and enhance the parallel throuput of the lockfree_mpmc pop() method, it can go now up to 7.037 millions of transactions per second on an Intel Core 2 Quad Q6600 Language: FPC Pascal v2.2.0+ / Delphi 5+: http://www.fr... 1 Mar 2010 23:10
Programming v Mathematics
Chris F Clark <cfc(a)shell01.TheWorld.com> writes: If we want, to formalize this more, it is not true: For all (person), person an element of people, learn(person, programming) implies learn(person, math) < learn(person, math) given not learn(person, programming) While it is quite ... 1 Mar 2010 15:16
What is "the hacker ethos"?
http://spinoza1111.wordpress.com/2010/02/27/what-is-the-hacker-ethos/ ... 27 Feb 2010 07:42
CHR 2010: Second Call for Papers
========================================================================= Second Call for Papers Seventh International Workshop on Constraint Handling Rules CHR 2010 http://www.cs.kuleuven.be/~dtai/CHR/CHR2010/ ... 26 Feb 2010 06:20
First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33