|  | |
04-06-2007, 03:58 PM
|
#1 (permalink)
|
Newb Techie Join Date: Jan 2007 Location: virginia Posts: 12
| Is there a program.... that will generate all the different combinations of given values? Example; if u have: Names Value
A +1
B -1
---------------------------------------------------------------------
C +1
D -1
---------------------------------------------------------------------
You could have A +1 and C +1, or A +1 and D-1, or B-1 and C +1, or B-1 and D-1 .......etc........get what I'm trying to say? I am looking for a program that will do this for me? Anything out there, preferably free  ? Excel???? |
| |
04-06-2007, 04:22 PM
|
#2 (permalink)
|
Retired. Join Date: Dec 2005 Location: Los Angeles, California Posts: 8,090
| Re: Is there a program.... im not following you here
__________________ 
My computer uses 1.5A-load, .8A-idle, .65A-standby, .05A-turned off on 125V. "The spaces between your fingers were created so that another's could fill them in." Quote:
Originally Posted by Norcent I need to stop using the internet. | |
| |
04-06-2007, 04:46 PM
|
#3 (permalink)
|
Newb Techie Join Date: Jan 2007 Location: virginia Posts: 12
| Re: Is there a program.... Quote:
Originally Posted by peterhuang913 im not following you here | Something that will generate all the possible combinations of the example I gave. A +1
B -5
-----------------------------------------------------
C +3
D -2
-----------------------------------------------------
E +8
F -6
You can only pick one from each line. So like I said before out of these 3 given sets here how many difefernt combinations are possible. You could have A +1 ,C +3, E +8...or A +1, D -2, F -6......or B -5, C +3, F -6........or B -5, D -2 , E +8...........see what i'm doing here yet? |
| |
04-06-2007, 06:11 PM
|
#4 (permalink)
|
010011010110000101111000 Join Date: Dec 2006 Location: Leicester, England Posts: 3,660
| Re: Is there a program.... Quote:
Originally Posted by chevyx92 Something that will generate all the possible combinations of the example I gave. A +1
B -5
-----------------------------------------------------
C +3
D -2
-----------------------------------------------------
E +8
F -6
You can only pick one from each line. So like I said before out of these 3 given sets here how many difefernt combinations are possible. You could have A +1 ,C +3, E +8...or A +1, D -2, F -6......or B -5, C +3, F -6........or B -5, D -2 , E +8...........see what i'm doing here yet? |
I dont have a clue what this, what your doing, why your doing it, what program you want, and who would make such a program. So as for helping you, count me OUT. |
| |
04-06-2007, 06:19 PM
|
#5 (permalink)
|
Retired. Join Date: Dec 2005 Location: Los Angeles, California Posts: 8,090
| Re: Is there a program.... Quote:
Originally Posted by chevyx92 Something that will generate all the possible combinations of the example I gave. A +1
B -5
-----------------------------------------------------
C +3
D -2
-----------------------------------------------------
E +8
F -6
You can only pick one from each line. So like I said before out of these 3 given sets here how many difefernt combinations are possible. You could have A +1 ,C +3, E +8...or A +1, D -2, F -6......or B -5, C +3, F -6........or B -5, D -2 , E +8...........see what i'm doing here yet? | do you know how to explain it in lamens terms?
__________________ 
My computer uses 1.5A-load, .8A-idle, .65A-standby, .05A-turned off on 125V. "The spaces between your fingers were created so that another's could fill them in." Quote:
Originally Posted by Norcent I need to stop using the internet. |
Last edited by peterhuang913; 04-06-2007 at 06:21 PM.
|
| |
04-06-2007, 06:25 PM
|
#6 (permalink)
|
Super Techie Join Date: Mar 2006 Posts: 286
| Re: Is there a program.... sounds pretty simple. learn the basics of programming and you'll be able to write it yourself by the end of today.
__________________ Opteron 175 + Scythe Infinity
Asus A8N32-SLI
2 gigs corsair XMS DDR 400
XFX geforce 6800 XT
X-navigator case
30G Maxtor + 250G Maxtor
"Let's face it, we're not changing the world. We're building a product that helps people buy more crap - and watch porn." -- Seagate CEO Bill Watkins |
| |
04-06-2007, 07:56 PM
|
#7 (permalink)
|
Join Date: Mar 2002 Location: "Almost Heaven" USA Posts: 4,870
| Re: Is there a program.... Almost sounds like a randomizer.
I can't remember the link, but there is a site where you can plug in the total number of items, how many that you want in a group, and it will show the possible combinations.
For example, if you had 60 names and you wanted 6 people on a team, it would give you all the different combinations possible with those parameters.
You might Google randomizer. If I find the link, I'll post it....if that's what you want. Edit: Research Randomizer Form
Dave
P.S. Please don't double post the same question in different forum. |
| |
04-06-2007, 09:07 PM
|
#8 (permalink)
|
HONK if you route packets Join Date: Sep 2003 Posts: 4,664
| Re: Is there a program.... Almost sounds like homework, my personal opinion.
__________________ A+, Net+, Sec+, Server+, Linux+, MOUS(2000 & '03), MCSE, MCSA, MCT, CNA, CCNA, CCDA, CCNP, CCSP |
| |
04-07-2007, 08:20 AM
|
#9 (permalink)
|
Newb Techie Join Date: Jan 2007 Location: virginia Posts: 12
| Quote:
Originally Posted by DMo224 Almost sounds like a randomizer.
I can't remember the link, but there is a site where you can plug in the total number of items, how many that you want in a group, and it will show the possible combinations.
For example, if you had 60 names and you wanted 6 people on a team, it would give you all the different combinations possible with those parameters.
You might Google randomizer. If I find the link, I'll post it....if that's what you want. Edit: Research Randomizer Form
Dave
P.S. Please don't double post the same question in different forum. | That link is close to what I'm looking for but not quite. I need to be able to set given values in each set and assign each set a name. Sorry about the double post. Quote:
Originally Posted by mikesgroovin Almost sounds like homework, my personal opinion. | No its not homework, did you read my profile? :o |
| |
04-08-2007, 12:25 AM
|
#10 (permalink)
|
Super Techie Join Date: Oct 2005 Posts: 470
| Re: Is there a program.... I don't really see a pattern on that. Looks a little like the fibionacci sequence Fibonacci number - Wikipedia, the free encyclopedia basically all you need to find is the pattern. Once you do it should take you five minutes to create a formula and either make the program yourself or post back here. |
| |  | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | |