<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>MatrixCounter Programs and Source Code</title>
		<link>https://blogs.lotterypost.com/jadelottery/2009/6/matrixcounter-programs-and-source-code.htm</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/30324" rel="self" type="application/rss+xml" />
		<description>JADELottery's Blog: MatrixCounter Programs and Source Code</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Comment #1</title>
			<link>https://blogs.lotterypost.com/jadelottery/2009/6/matrixcounter-programs-and-source-code.htm#c37613</link>
			<guid isPermaLink="true">https://blogs.lotterypost.com/jadelottery/2009/6/matrixcounter-programs-and-source-code.htm#c37613</guid>
			<pubDate>Tue, 09 Jun 2009 13:04:59 GMT</pubDate>
			<dc:creator>JADELottery</dc:creator>
			<description><![CDATA[<p>Reload any files you may have downloaded. We pulled the wrong MC files from our test Drive.</p>]]></description>
			<category>JADELottery</category>
		</item>
		<item>
			<title>Original Blog Entry: MatrixCounter Programs and Source Code</title>
			<link>https://blogs.lotterypost.com/jadelottery/2009/6/matrixcounter-programs-and-source-code.htm</link>
			<guid isPermaLink="true">https://blogs.lotterypost.com/jadelottery/2009/6/matrixcounter-programs-and-source-code.htm</guid>
			<pubDate>Tue, 09 Jun 2009 04:33:05 GMT</pubDate>
			<dc:creator>JADELottery</dc:creator>
			<description><![CDATA[<p>The following links are for the MatrixCounter and Source Code.<br /><br />The Source Code was written in Visual Studio 2008 - C++.<br /><br />There are two programs, one is the MatrixCounter and the other is just MC.<br /><br />The MatrixCounter will generate the distribution for a matrix as follows:<br /><br />| a b c d |<br /><br />| e f g h |<br /><br />| i j k l |<br /><br />| m n o p |<br /><br />It will loop through all the possibilities for a, b, c, d, e, f, g, h, i, j, k, l.<br /><br />The command line argument input is m, n, o, p.<br /><br />After each cycle is complete, a new set of command line arguments must be used for m, n, o, p.<br /><br />As an example, you start off at 0 0 0 0, then increment to 0 0 0 1 for the next cycle.<br /><br />The command line would look something like this: C:\MatrixCounter\matrixcounter 0 0 0 0<br /><br />Press enter to start the process.<br /><br />At the end of the process cycle, a text file is produced in the same directory the program is in.<br /><br />More detail is commented in the source code.<br /><br />The process runs at Normal Priority and adding more processes can really slow down your computer.<br /><br />This is where the MC program comes in.<br /><br />It can start 10 processes at a time and set them to an Idle (Low) Priority so as not to seriously affect your computer&#x27;s processing power.<br /><br />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.<br /><br />The command line for the MC program looks something like this: C:\MatrixCounter\mc 0 0 0<br /><br />Keep in mind, this will start 10 different programs with 10 different windows.<br /><br />Each will run in an Idle (Low) Priority.<br /><br />When finished, it will produce 10 text files with the proper sequential order of text files.<br /><br />By the previous examples, it will run through 0 0 0 0 to 0 0 0 9 as a MatrixCounter process.<br /><br />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.<br /><br />This code is presented as Unsupported; in addition, these links will become inactive at some point and the files unavailable due to space needs.<br /><br />Self-extracting ZIP file http://home.mchsi.com/~jadelottery111/MatrixCounter/MatrixCounter.exe<br /><br />ZIP file http://home.mchsi.com/~jadelottery111/MatrixCounter/MatrixCounter.zip<br /><br />... &#x5b;&#xa0;<a href="https://blogs.lotterypost.com/jadelottery/2009/6/matrixcounter-programs-and-source-code.htm">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>JADELottery</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/30324</wfw:comment>
		</item>
	</channel>
</rss>

