<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>oue&#039;s profile &#187; Knapsack</title>
	<atom:link href="http://www.aspgod.com/tag/knapsack/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspgod.com</link>
	<description>AI algorithm graphics programming blog Firefox ff</description>
	<lastBuildDate>Fri, 20 Jan 2012 16:59:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Knapsack Problem</title>
		<link>http://www.aspgod.com/project/ai/knapsack-problem.html</link>
		<comments>http://www.aspgod.com/project/ai/knapsack-problem.html#comments</comments>
		<pubDate>Sat, 25 Apr 2009 08:37:17 +0000</pubDate>
		<dc:creator>aspgod</dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Knapsack]]></category>

		<guid isPermaLink="false">http://www.aspgod.com/myprofile/?p=55</guid>
		<description><![CDATA[This project is a Knapsack Problem represent by the classic program. How much the max value that the bag can contain with the max weight. How to : The input parameter is 1. max weight of the bag 2. max item 3. value 4. weight PS : you can enter the both parameter to together [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This project is a Knapsack Problem represent by the classic program. How much the max value that the bag can contain with the max weight.</p>
<p><img src="http://www.aspgod.com/file/images/knapsack.png" alt="Knapsack Problem" /><span id="more-55"></span></p>
<p><strong>How to :</strong><br />
The input parameter is<br />
1. max weight of the bag<br />
2. max item<br />
3. value<br />
4. weight<br />
PS : you can enter the both parameter to together (20 15 -&gt; value 20: weight 15)<br />
Enter all value then the program return the result of max value.</p>
<p><strong>Tools &amp; Knowledge :</strong><br />
1. C++<br />
2. Knapsack Problem</p>
<p><strong>Reqirement : </strong><br />
1. <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">Microsoft .Net Framework 2.0</a> (22.4 MB)<br />
2. windows</p>
<p><strong>Download :</strong><br />
1. <a href="http://www.aspgod.com/file/knapsack.rar">Knapsack Problem</a></p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.aspgod.com/project/ai/knapsack-problem.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coin Changing</title>
		<link>http://www.aspgod.com/project/ai/coin-changing.html</link>
		<comments>http://www.aspgod.com/project/ai/coin-changing.html#comments</comments>
		<pubDate>Thu, 23 Apr 2009 16:59:49 +0000</pubDate>
		<dc:creator>aspgod</dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Knapsack]]></category>

		<guid isPermaLink="false">http://www.aspgod.com/myprofile/?p=9</guid>
		<description><![CDATA[This project show how to resolve the knapsack problem with the coin changing program How to : The input parameter is 1. Money for exchange. Enter the money then return the least coin number for exchange. Tools &#38; Knowledge : 1. C++ 2. Knapsack Problem Reqirement : 1. Microsoft .Net Framework 2.0 (22.4 MB) 2. [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This project show how to resolve the knapsack problem with the coin changing program</p>
<p><img src="http://www.aspgod.com/file/images/coinchanging.png" alt="Coin Changing Knapsack Problem" /><span id="more-9"></span></p>
<p><strong>How to :</strong><br />
The input parameter is<br />
1. Money for exchange.<br />
Enter the money then return the least coin number for exchange.</p>
<p><strong>Tools &amp; Knowledge :</strong><br />
1. C++<br />
2. Knapsack Problem</p>
<p><strong>Reqirement : </strong><br />
1. <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">Microsoft .Net Framework 2.0</a> (22.4 MB)<br />
2. windows</p>
<p><strong>Download :</strong><br />
1. <a href="http://www.aspgod.com/file/coinchanging.rar">Coin Changing</a></p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.aspgod.com/project/ai/coin-changing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

