First  |  Prev |  Next  |  Last
Pages: 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
becoming a system programmer
Hi every one, I am following a degree course in Computing and Information Systems. But my aim is to become a System programmer. Since i dont have any computer science background, where do i start ? Can any one guide me :( Thank you!! ... 16 Apr 2008 10:49
Heap
Dear all, what are the corrections/improvements needed in the following program which shows the creation of heap from an array of elements ? #include<stdio.h> #include<stdlib.h> #define MAX 50 void restoreup(int,int*); void restoredown(int,int*,int); void makeheap(int*,int); void add(int,int*,i... 14 Apr 2008 17:49
Tree from inorder and pre-order traversals
Dear all, what are the corrections/improvements needed in the following program which shows the re-construction of a binary tree from inorder and preorder traversals ? #include<stdio.h> #include<stdlib.h> #include<string.h> #include<limits.h> typedef struct node { struct node *left; int v... 14 Apr 2008 11:21
search operation
Dear all, In which all situations linear search will be more efficient than binary search ? ... 18 Apr 2008 15:50
Modular inverse function
I am experimenting with the modular inverse function for bigInteger. I have a Seed7 program which uses the Extended Euclidean Algorithm: $ include "seed7_05.s7i"; include "bigint.s7i"; const func bigInteger: modInverse (in var bigInteger: a, in var bigInteger: b) is func result var bigInteger: re... 21 Apr 2008 14:56
spinoza programming language status report (or, disruptivetechnology is always late)
On Mon, 14 Apr 2008 07:42:17 +0000, Richard Heathfield wrote: Unfortunately, you are feeding the troll. No, you're wrong. I have no reason to believe that Vaclav Haisman is a troll. I believe he is talking about your responses to him. (I should find a news reader that can filter articles based on w... 14 Apr 2008 05:29
Game design : Making computer play
[comp.programming added, and followups set to that group] v4vijayakumar said: On Apr 14, 12:35 pm, Richard Heathfield <r...(a)see.sig.invalid> wrote: v4vijayakumar said: In computer based, two player, board games, how to make computer play? Write some code that works out what the computer player... 14 Apr 2008 08:09
spinoza programming language status report (or, disruptive technology is always late)
spinoza1111 wrote, On 13.4.2008 12:17: [...] People like this make me wonder whether freedom of speech is really a good thing. -- VH ... 17 Apr 2008 15:45
How to write an server application with high performance andhigh availability.
一首诗 wrote: Hi all! I am preparing to write a server application (you may think of it as an online game server), but I not sure how to do it correctly. For example—— 1. UDP or TCP,which one could gain more performance? My view is that TCP does a good job of solving a bunch of difficult issues... 13 Apr 2008 15:07
random number question.
The question stems from the following url http://groups.google.com/group/comp.lang.c/browse_thread/thread/dbb7f5c53d288b0a/4ec31a37499e24f0?hl=en#4ec31a37499e24f0 I had asked what was the difference between what' the difference between random numbers and pseudo-random numbers. I'm not that sure I'm going to get... 18 Apr 2008 11:50
First  |  Prev |  Next  |  Last
Pages: 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63