First  |  Prev |  Next  |  Last
Pages: 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
Floating Point Numbers
I was reading this on Floating Point Numbers: http://steve.hollasch.net/cgindex/coding/ieeefloat.html I began to wonder... how do you know if your numbers are normalized or denormalized? ... 24 Oct 2006 14:54
PROGRAMERS DESK.COM
An Exclusive site for Software Programmers JOBS - TUTORIALS - HELP DESK - ALERTS Visit http://www.ProgramersDesk.com THANKS GOPIKA ... 21 Oct 2006 13:31
Hash-Function in general
Hi NG, i am not very familary with hash functions; i want to introduce mayself in this theme. Following Question. E.g. i want to program an application which shall search in a list of names & adresses. I want to use an hashtable to find very quick a qiven name. For that i would think that i have to build... 25 Oct 2006 01:52
van Emde Boas tree implementation
Hi all, I'm currently working on an implementation of van Emde Boas trees in C, see http://en.wikipedia.org/wiki/Van_emde_boas_tree for some further information and a few more links. I have a pretty good grasp on the structure in general but I have a single question; specifically regarding the construction of ne... 17 Oct 2006 16:43
Sort using Integrated Histograms
Here is an algorithm I am working on at the moment. I don't suppose it is novel as it is very simple. The nice thing is it sorts in linear time. I show how to sort 32 bit unsigned integers. The algorithm is easily adapted to signed intergers and floating point numbers. First create 4 histogram tables with 25... 18 Oct 2006 07:18
Palindrome
Hey Fellas, what's the pseudocode for a program to detect a word if it's a palindrome or not, using linked lists? ... 17 Oct 2006 19:52
borges' library
this problem is mostly for academic and aestetic purposes. borges' library is an enormous collection of books, which contain every possible combination of 25 characters. absolutly enormous. each book is 410 pages each page has 40 lines and each line 80 characters. as an interesting problem in computer program... 15 Oct 2006 21:09
uncertain data
hi, i'm interesting to know about classical scheduling algorithms to consider uncertain data in its input and output an optimal schedule (here schedule stands for optimal matching between resources and tasks). Thanks a lot, regards. ... 10 Oct 2006 23:04
properties extension.
I'm having a debate in microsoft.public.dotnet.language.csharp and I feel some of those guys are pretty dense(and arrogant). Anyways, I thought I probably you guys would understand what I'm talking about(as they don't). what I would like to do is extend the ability for csharp to handle "properties": msdn de... 9 Oct 2006 17:11
programming logic
Hi Please help me to solve this. A table contains the following data (related to TV channel) 1. Program_Id (just an ID) 2. Start Date (e.g. 12-Apr-2006) 3. End Date (NULL if there is no end date, e.g. News) 4. Program Start Time (e.g. 7:30 PM) 5. Program End Time (e.g. 8:00 PM) 6. Type 1= Daily ... 11 Oct 2006 00:38
First  |  Prev |  Next  |  Last
Pages: 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239