- program made in delphi
- Posted on October 2nd, 2007 | 6 Comments
On Sep 27, 9:38 am, kvaso <ikv...@gmail.com> wrote: try : http://groups.google.com/groups/dir?sel=33614731 Here is a chess program written in Delphi: http://www.msbsoftware.it/delfi/
- Depth Fist Search and Breadth First Search and using array
- Posted on October 2nd, 2007 | 2 Comments
On Sep 29, 6:22 pm, Summercool <Summercooln...@gmail.com> wrote: In Chess and many other games, the main path of the search is called the principal variation. Sometimes, the principal variation can...
- time complexity
- Posted on October 1st, 2007 | 16 Comments
In order to understend how big the difference between n! and n^n is, look at Stirling's approximation. log(n!) ~ n log(n) - n + log(n) / 2 now we can compare: log(n!) / log(n^n) ~ (n log(n) - n +...
- 800 MB analyses
- Posted on October 1st, 2007 | 3 Comments
On Sep 28, 10:21 pm, inke...@yahoo.com wrote: Java and C# are faster to code but won't run faster than C++. I guess that you would be a lot happier with SAS or MATLAB. For free...
- Mathematical models for loop calculations
- Posted on October 1st, 2007 | 11 Comments
Where odd/even is detected and effectively used to control a decision, and altogether the algorithm says to repeat if odd(n) then n=3*n+1 else n=n/2. // In C: n = odd(n) ? 3*n+1 : n/2; To make it...
- Looking for programming examples in any programming language
- Posted on September 30th, 2007 | 8 Comments
AFAIK there's no client-side scripting available in lynx via VT100 dialup. And given that different versions of JavaScript are incompatible, and that Java applets don't work most places, I don't see...
- icons for a function and procedure
- Posted on September 29th, 2007 | 0 Comments
I'm challenged to find an appropriate icon for a procedure. For the function it is easy: either "lambda", or "f(x)" would do. The procedure is more general concept, because it has several...
- Free E-BOOKS!!
- Posted on September 28th, 2007 | 1 Comments
akira said: Duly reported to Prentice Hall. -- Richard Heathfield <http://www.cpax.org.uk> Email: -http://www. +rjh@ Google users: <http://www.cpax.org.uk/prg/writings/googly.php> "Usenet is a...
- Unlock the drive
- Posted on September 27th, 2007 | 1 Comments
On Sep 27, 2:08 am, Sony Kalkan <sonykal...@gmail.com> wrote: Well, if you just want to run chkdsk, run it with the /x parameter, and it will dismount the drive if possible. Programmatically, you...
- Is there a difference between return -1 vs return 1 ?
- Posted on September 27th, 2007 | 5 Comments
scott@slp53.sl.home (Scott Lurndal) writes: It's true that lseek is allowed to return a negative value on success for special files, but SUSv3 says specifically that "The lseek() function shall...
- PHYSICS NEWS UPDATE -- Number 840 September 26, 2007 by Phillip F. Schewe
- Posted on September 26th, 2007 | 1 Comments
"boson boss" <junkerade@gmail.com> wrote in message news:1190844258.212499.186080@57g2000hsv.googlegroups.com... : : > THERMAL LOGIC GATES. Information processing in the world's computers : > is...
- Urgent!!! UPGRADE METHODOLOGY
- Posted on September 26th, 2007 | 2 Comments
On 2007-09-26, Phlip <phlipcpp@yahoo.com> wrote: As an XP adherent, I agree completely with the above statement on Test Driven Development. But when it comes to enhancing software...
- [Q] big function vs many small functions
- Posted on September 26th, 2007 | 5 Comments
On Sep 25, 5:30 am, teke...@hotmail.com (t.j.) wrote: It depends on how much logic is going into each case block. In some cases switch statements are just used to convert e.g. from an enumeration...
- shared objects with C++
- Posted on September 26th, 2007 | 0 Comments
Hi My goal to build a shared object with a C++ class should i use always "extern" for all global functions eg file : helloworld.cpp --------------------------------- #include "helloworld.h" extern...
- An interview question
- Posted on September 26th, 2007 | 5 Comments
xhli wrote: a) In C++, the standard library provides std::sort(), std::stable_sort<> and std::qsort() for backward compatibility. The standard does not specify the implementation for any of these...
- Looking for a file format
- Posted on September 25th, 2007 | 2 Comments
user923005 wrote: Thanks a lot, that will get me started! Regards, Florian
- endian conversions
- Posted on September 25th, 2007 | 1 Comments
fbombd@gmail.com writes: This has not been answered so I'll say a few words... You have a problem because, I suspect, you are imagining a bad solution! There is not much wrong with the above...
- ANN: Seed7 Release 2007-09-25
- Posted on September 25th, 2007 | 0 Comments
Hello, I have released a new version of Seed7: seed7_05_20070925.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and...
- CFP with new publication info: SMART'08 - 2nd Workshop on Statistical and Machine learning approaches applied to ARchitectures and compilaTion
- Posted on September 25th, 2007 | 0 Comments
******************************************************************************** CALL FOR PAPERS 2nd Workshop on Statistical and Machine learning approaches to ARchitecture and...
- john tesh
- Posted on September 25th, 2007 | 1 Comments
-- -- -- -- Wade Ward "I put my pants on like any other 6: between four and a dozen failures." {~._.~} The Naked Picture Poster from Down Under `( Y )` "Wade Ward" <zaxfuuq@invalid.net> wrote...

