MatrixCounter Programs and Source Code

Published:

Updated:

The following links are for the MatrixCounter and Source Code.

The Source Code was written in Visual Studio 2008 - C++.

There are two programs, one is the MatrixCounter and the other is just MC.

The MatrixCounter will generate the distribution for a matrix as follows:

| a b c d |
| e f g h |
| i j k l |
| m n o p |

It will loop through all the possibilities for a, b, c, d, e, f, g, h, i, j, k, l.

The command line argument input is m, n, o, p.

After each cycle is complete, a new set of command line arguments must be used for m, n, o, p.

As an example, you start off at 0 0 0 0, then increment to 0 0 0 1 for the next cycle.

The command line would look something like this:  C:\MatrixCounter\matrixcounter 0 0 0 0

Press enter to start the process.

At the end of the process cycle, a text file is produced in the same directory the program is in.

More detail is commented in the source code.

The process runs at Normal Priority and adding more processes can really slow down your computer.

This is where the MC program comes in.

It can start 10 processes at a time and set them to an Idle (Low) Priority so as not to seriously affect your computer's processing power.

However, there is a limit even to this and it all depends on your processor; a Quad Core is obviously going to do better than a Single Core.

The command line for the MC program looks something like this:  C:\MatrixCounter\mc 0 0 0

Keep in mind, this will start 10 different programs with 10 different windows.

Each will run in an Idle (Low) Priority.

When finished, it will produce 10 text files with the proper sequential order of text files.

By the previous examples, it will run through 0 0 0 0 to 0 0 0 9 as a MatrixCounter process.

If for some reason you can not run the programs, then you may have to compile the programs yourself and debug it for you system.

This code is presented as Unsupported; in addition, these links will become inactive at some point and the files unavailable due to space needs.

Self-extracting ZIP file http://home.mchsi.com/~jadelottery111/MatrixCounter/MatrixCounter.exe

ZIP file http://home.mchsi.com/~jadelottery111/MatrixCounter/MatrixCounter.zip

Entry #448

Comments

Avatar JADELottery -
#1
Reload any files you may have downloaded. We pulled the wrong MC files from our test Drive.

Post a Comment

Please Log In

To use this feature you must be logged into your Lottery Post account.

Not a member yet?

If you don't yet have a Lottery Post account, it's simple and free to create one! Just tap the Register button and after a quick process you'll be part of our lottery community.

Register