<?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>黯雲資訊小站 &#187; 程式設計</title>
	<atom:link href="http://www.anyun.idv.tw/tag/%E7%A8%8B%E5%BC%8F%E8%A8%AD%E8%A8%88/feed" rel="self" type="application/rss+xml" />
	<link>http://www.anyun.idv.tw</link>
	<description>資訊、布袋戲、遊戲</description>
	<lastBuildDate>Mon, 27 Dec 2010 14:42:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>【模組】列出檔案指定清單</title>
		<link>http://www.anyun.idv.tw/336</link>
		<comments>http://www.anyun.idv.tw/336#comments</comments>
		<pubDate>Wed, 17 Sep 2008 08:22:12 +0000</pubDate>
		<dc:creator>黯雲</dc:creator>
				<category><![CDATA[程式設計心得簿]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[模組]]></category>
		<category><![CDATA[程式設計]]></category>

		<guid isPermaLink="false">http://www.anyun.idv.tw/?p=336</guid>
		<description><![CDATA[之前寫程式時候寫的一個小模組，雖然 VB.Net 有內建函數可以使用，但是取得的是完整的路徑，會導致一些麻煩，就寫了一個模組，可以指定目錄和要篩選的檔案類型，不過還有很多可以改進的空間就是了，程式碼如下： (...)Read the rest of 【模組】列出檔案指定清單 (137 words) &#169; 黯雲 for 黯雲資訊小站, 2008. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: .Net, VB.NET, 模組, 程式設計 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>之前寫程式時候寫的一個小模組，雖然 VB.Net 有內建函數可以使用，但是取得的是完整的路徑，會導致一些麻煩，就寫了一個模組，可以指定目錄和要篩選的檔案類型，不過還有很多可以改進的空間就是了，程式碼如下：</p>
<p>(...)<br/>Read the rest of <a href="http://www.anyun.idv.tw/336">【模組】列出檔案指定清單</a> (137 words)</p>
<hr />
<p><small>&copy; 黯雲 for <a href="http://www.anyun.idv.tw">黯雲資訊小站</a>, 2008. |
<a href="http://www.anyun.idv.tw/336">Permalink</a> |
<a href="http://www.anyun.idv.tw/336#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.anyun.idv.tw/336&amp;title=【模組】列出檔案指定清單">del.icio.us</a>
<br/>
Post tags: <a href="http://www.anyun.idv.tw/tag/net" rel="tag">.Net</a>, <a href="http://www.anyun.idv.tw/tag/vb-net" rel="tag">VB.NET</a>, <a href="http://www.anyun.idv.tw/tag/%e6%a8%a1%e7%b5%84" rel="tag">模組</a>, <a href="http://www.anyun.idv.tw/tag/%e7%a8%8b%e5%bc%8f%e8%a8%ad%e8%a8%88" rel="tag">程式設計</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anyun.idv.tw/336/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【程式】先乘除後加減計算機</title>
		<link>http://www.anyun.idv.tw/334</link>
		<comments>http://www.anyun.idv.tw/334#comments</comments>
		<pubDate>Mon, 15 Sep 2008 12:22:06 +0000</pubDate>
		<dc:creator>黯雲</dc:creator>
				<category><![CDATA[程式設計心得簿]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[演算法]]></category>
		<category><![CDATA[程式設計]]></category>

		<guid isPermaLink="false">http://www.anyun.idv.tw/?p=334</guid>
		<description><![CDATA[以前大學時期視窗程式課的一個小作業，如果是一般計算機，不能先乘除後加減的話挺簡單的，就沒有寫這一篇的意義了，這是老師特別出的題目，希望可以先乘除後加減，這一個版本是寫給同學的範例版，程式碼也盡量精簡的，下面是程式碼和主要演算法程式碼部分。 (...)Read the rest of 【程式】先乘除後加減計算機 (203 words) &#169; 黯雲 for 黯雲資訊小站, 2008. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: Delphi, 演算法, 程式設計 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>以前大學時期視窗程式課的一個小作業，如果是一般計算機，不能先乘除後加減的話挺簡單的，就沒有寫這一篇的意義了，這是老師特別出的題目，希望可以先乘除後加減，這一個版本是寫給同學的範例版，程式碼也盡量精簡的，下面是程式碼和主要演算法程式碼部分。<br />
(...)<br/>Read the rest of <a href="http://www.anyun.idv.tw/334">【程式】先乘除後加減計算機</a> (203 words)</p>
<hr />
<p><small>&copy; 黯雲 for <a href="http://www.anyun.idv.tw">黯雲資訊小站</a>, 2008. |
<a href="http://www.anyun.idv.tw/334">Permalink</a> |
<a href="http://www.anyun.idv.tw/334#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.anyun.idv.tw/334&amp;title=【程式】先乘除後加減計算機">del.icio.us</a>
<br/>
Post tags: <a href="http://www.anyun.idv.tw/tag/delphi" rel="tag">Delphi</a>, <a href="http://www.anyun.idv.tw/tag/%e6%bc%94%e7%ae%97%e6%b3%95" rel="tag">演算法</a>, <a href="http://www.anyun.idv.tw/tag/%e7%a8%8b%e5%bc%8f%e8%a8%ad%e8%a8%88" rel="tag">程式設計</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anyun.idv.tw/334/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【教學】XPTaskBar 在 Vista 下使用解決方案</title>
		<link>http://www.anyun.idv.tw/180</link>
		<comments>http://www.anyun.idv.tw/180#comments</comments>
		<pubDate>Thu, 28 Feb 2008 16:44:29 +0000</pubDate>
		<dc:creator>黯雲</dc:creator>
				<category><![CDATA[程式設計心得簿]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[程式設計]]></category>

		<guid isPermaLink="false">http://www.anyun.idv.tw/2008/02/29/%e3%80%90%e6%95%99%e5%ad%b8%e3%80%91xptaskbar%e5%9c%a8vista%e4%b8%8b%e4%bd%bf%e7%94%a8%e8%a7%a3%e6%b1%ba%e6%96%b9%e6%a1%88/</guid>
		<description><![CDATA[XPTaskBar 是我喜歡的一個 .Net 用的控制項，它可以方便我們設計出好看的程式外觀，也可以讓程式可以套用 Style XP 的佈景，但是在 Vista 下要使用的時候卻會產生一點的問題，第一個就是在設計視窗的時候會產生如下的黑畫面，如此一來我們根本無法設計視窗介面，後來終於找到解決的方式，說明如下，我也做了一個小範例，有需要的網友可以下載回去試看看囉！ (...)Read the rest of 【教學】XPTaskBar 在 Vista 下使用解決方案 (49 words) &#169; 黯雲 for 黯雲資訊小站, 2008. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: .Net, VB.NET, vista, xp, 教學, 程式設計 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codeproject.com/KB/miscctrl/XPTaskBar.aspx" target="_blank">XPTaskBar</a> 是我喜歡的一個 .Net 用的控制項，它可以方便我們設計出好看的程式外觀，也可以讓程式可以套用 <strong><span style="color: #ff0000">Style XP</span></strong> 的佈景，但是在 Vista 下要使用的時候卻會產生一點的問題，第一個就是在設計視窗的時候會產生如下的黑畫面，如此一來我們根本無法設計視窗介面，後來終於找到解決的方式，說明如下，我也做了一個小範例，有需要的網友可以下載回去試看看囉！</p>
<div style="text-align: center"><a rel="lightbox[2009-6-0-17-24-19]" href="http://lh3.ggpht.com/_0svog_KPXrE/R8ZlMaJfOfI/AAAAAAAAA2E/ITx5o8kXXuw/1.png.jpg?imgmax=800" target="_blank"><img class="pie-img aligncenter" style="margin-top: 10px;margin-bottom: 10px" src="http://lh3.ggpht.com/_0svog_KPXrE/R8ZlMaJfOfI/AAAAAAAAA2E/ITx5o8kXXuw/1.png.jpg?imgmax=400" alt="1.png.jpg" width="400" height="323" /></a></div>
<p>(...)<br/>Read the rest of <a href="http://www.anyun.idv.tw/180">【教學】XPTaskBar 在 Vista 下使用解決方案</a> (49 words)</p>
<hr />
<p><small>&copy; 黯雲 for <a href="http://www.anyun.idv.tw">黯雲資訊小站</a>, 2008. |
<a href="http://www.anyun.idv.tw/180">Permalink</a> |
<a href="http://www.anyun.idv.tw/180#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.anyun.idv.tw/180&amp;title=【教學】XPTaskBar 在 Vista 下使用解決方案">del.icio.us</a>
<br/>
Post tags: <a href="http://www.anyun.idv.tw/tag/net" rel="tag">.Net</a>, <a href="http://www.anyun.idv.tw/tag/vb-net" rel="tag">VB.NET</a>, <a href="http://www.anyun.idv.tw/tag/vista" rel="tag">vista</a>, <a href="http://www.anyun.idv.tw/tag/xp" rel="tag">xp</a>, <a href="http://www.anyun.idv.tw/tag/%e6%95%99%e5%ad%b8" rel="tag">教學</a>, <a href="http://www.anyun.idv.tw/tag/%e7%a8%8b%e5%bc%8f%e8%a8%ad%e8%a8%88" rel="tag">程式設計</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anyun.idv.tw/180/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

