Korsen
10-18-2005, 01:33 AM
I have a small amount of knowledge with C++ .Net edition, but i've been thinking of a program, and wondering to my wits end how to implement it.
Could anyone help me if they have time with creating the source code for this program? It could be in any form, a dos box or a win32 application or anything else.
Here's what i want to create:
a program to give me ratios between a set of 6 numbers between 1-1000, numbers in the set are not found more than once in a set. I.e. 46-32-163-826-568-32 shouldn't be possible. I also want to input many many sets of these numbers and have the program list me the ratio of the next number being picked to appear. I want to input up to a few thousand sets and ratios created and listed for each ratio for their possibility for appearance. I.e. a thousand sets of 6 numbers are input into this program x-x-x-x-x-x and the thousand sets of numbers are displayed with ratios next to them with the possibility of being picked by a random number generator. Also, on top of this, i'd like to include the numbers i did not input to be shown with it's ratio of being picked by a random number generator. I.e. between 1-2-3-4-5-6 and 995-996-997-998-999-1000, those numbers i did not input should be shown and given a ratio to be picked by a random number generator. Could anyone please help me create the source code for this? If anyone has any free time and is able to do something like this i'd be very grateful.
If anyone needs further information on how i'd like this implemented i'll be hovering around the forum after work. i'll respond to any threads.
Could anyone help me if they have time with creating the source code for this program? It could be in any form, a dos box or a win32 application or anything else.
Here's what i want to create:
a program to give me ratios between a set of 6 numbers between 1-1000, numbers in the set are not found more than once in a set. I.e. 46-32-163-826-568-32 shouldn't be possible. I also want to input many many sets of these numbers and have the program list me the ratio of the next number being picked to appear. I want to input up to a few thousand sets and ratios created and listed for each ratio for their possibility for appearance. I.e. a thousand sets of 6 numbers are input into this program x-x-x-x-x-x and the thousand sets of numbers are displayed with ratios next to them with the possibility of being picked by a random number generator. Also, on top of this, i'd like to include the numbers i did not input to be shown with it's ratio of being picked by a random number generator. I.e. between 1-2-3-4-5-6 and 995-996-997-998-999-1000, those numbers i did not input should be shown and given a ratio to be picked by a random number generator. Could anyone please help me create the source code for this? If anyone has any free time and is able to do something like this i'd be very grateful.
If anyone needs further information on how i'd like this implemented i'll be hovering around the forum after work. i'll respond to any threads.