<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>ความเห็นสำหรับ Programming</title>
	<atom:link href="http://pladaojuk.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pladaojuk.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 22 Oct 2009 10:04:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>ความเห็นบน Restore backup of database (.bak) using Sql Server 2005 โดย จั่น</title>
		<link>http://pladaojuk.wordpress.com/2009/10/22/restore-backup-of-database-bak-using-sql-server-2005/#comment-21</link>
		<dc:creator>จั่น</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://pladaojuk.wordpress.com/?p=263#comment-21</guid>
		<description>คำสั่งด้านบนให้ใช้ Microsoft SQL Server Management Studio Express  แล้วกด New Query</description>
		<content:encoded><![CDATA[<p>คำสั่งด้านบนให้ใช้ Microsoft SQL Server Management Studio Express  แล้วกด New Query</p>
]]></content:encoded>
	</item>
	<item>
		<title>ความเห็นบน Restore backup of database (.bak) using Sql Server 2005 โดย จั่น</title>
		<link>http://pladaojuk.wordpress.com/2009/10/22/restore-backup-of-database-bak-using-sql-server-2005/#comment-20</link>
		<dc:creator>จั่น</dc:creator>
		<pubDate>Thu, 22 Oct 2009 09:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://pladaojuk.wordpress.com/?p=263#comment-20</guid>
		<description>RESTORE DATABASE [fpo]
FROM DISK = &#039;C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\fpo_db_200910120000.BAK&#039;
WITH REPLACE,
MOVE &#039;fpo_Data&#039; TO &#039;C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\fpo_Data.MDF&#039;,
MOVE &#039;fpo_Log&#039; TO &#039;C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\fpo_Log.LDF&#039;</description>
		<content:encoded><![CDATA[<p>RESTORE DATABASE [fpo]<br />
FROM DISK = &#8216;C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\fpo_db_200910120000.BAK&#8217;<br />
WITH REPLACE,<br />
MOVE &#8216;fpo_Data&#8217; TO &#8216;C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\fpo_Data.MDF&#8217;,<br />
MOVE &#8216;fpo_Log&#8217; TO &#8216;C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\fpo_Log.LDF&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>ความเห็นบน การเขียนโปรแกรม โดย จั่น</title>
		<link>http://pladaojuk.wordpress.com/2009/10/17/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%82%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%81%e0%b8%81%e0%b8%a3%e0%b8%a1/#comment-19</link>
		<dc:creator>จั่น</dc:creator>
		<pubDate>Sun, 18 Oct 2009 05:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://pladaojuk.wordpress.com/2009/10/17/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%80%e0%b8%82%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b9%82%e0%b8%9b%e0%b8%a3%e0%b9%81%e0%b8%81%e0%b8%a3%e0%b8%a1/#comment-19</guid>
		<description>&lt;html&gt;Hello&lt;/html&gt;</description>
		<content:encoded><![CDATA[<p>&lt;html&gt;Hello&lt;/html&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>ความเห็นบน ข้อสอบ CT212 final เรื่องไฟล์ โดย Spore</title>
		<link>http://pladaojuk.wordpress.com/2008/12/06/%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%aa%e0%b8%ad%e0%b8%9a-ct212-final-%e0%b9%80%e0%b8%a3%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%87%e0%b9%84%e0%b8%9f%e0%b8%a5%e0%b9%8c/#comment-16</link>
		<dc:creator>Spore</dc:creator>
		<pubDate>Sat, 28 Feb 2009 03:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://pladaojuk.wordpress.com/?p=159#comment-16</guid>
		<description>LU Factorize เน้อ พี่น้อง        
 CT317 ม่ายยากอย่างที่คิดเน้อ 



import java.util.Scanner;
class  LU{
	public static void main(String[] args){
		CT317_LU t=new CT317_LU();
		t.LU_Factorize();
	}
}

class CT317_LU{
	private int i,j,k,n,size=15;
	private double[][] A=new double[size][size];
	private double[][] L=new double[size][size];
	private double[][] U=new double[size][size];
	private double[] B=new double[size];
	private double[] X=new double[size];
	private double[] Y=new double[size];
	double sum=0;
	Scanner sc=new Scanner(System.in);
	public void LU_Factorize(){
			System.out.print(&quot;Dimension of matrix A (n) = &quot;);
			n=sc.nextInt();
    
			//get matrix A from user.
		System.out.println(&quot;\nEnter elements of matrix A (coefficient of x) :&quot;);
		for (i = 0; i &lt; n; i++){   
			for (j = 0; j &lt; n; j++){   
            System.out.print(&quot;A&quot; + i + j + &quot; = &quot;);
            A[i][j]=sc.nextDouble();
        } //end for j.
    } //end for i.
	//get matrix B from user.
    System.out.println(&quot;\nEnter elements of matrix B (result of the right hand side) :&quot;);
    for (i = 0; i &lt; n; i++)
    {   
        System.out.print(&quot;B&quot; + i + &quot; = &quot;);
        B[i]=sc.nextDouble();
    } //end for i.
    
    
    //matrix A = LU.
    //set known elements of matrix L,U.
    for (i = 0; i &lt; n; i++)
    {    
         for (j = 0; j  j)
               U[i][j] = 0;
            else
            {
                if (i &lt; j)
                   L[i][j] = 0;
                else //case i = j
                   L[i][j] = 1;
            } //end if.  
         } //end for j.
    } //end for i.
            
    //compute other elements of matrix L,U.     
    for (i = 0; i &lt; n; i++)
    {
        for (j = 0; j &lt; n; j++)
        {   
            if (j &lt; i)
            {
                  if (U[j][j] == 0)
                  {
                     System.out.println(&quot;\nCannot find solutions becuase cannot devide by 0.&quot; );
                     return;
                  } //end if.
                  sum = 0.0;
                  for (k = 0; k = i.
            {
                  sum = 0.0;
                  for (k = 0; k &lt; i; k++)
                      sum = sum + (L[i][k]*U[k][j]);
                  U[i][j] = A[i][j] - sum;
            } //end else.
        } //end for j.
    } //end for i.
      
    //display matrix L.
    System.out.println(&quot;\nMatrix L :&quot;);
    for (i = 0; i &lt; n; i++)
    {
        for (j = 0; j &lt; n; j++)
            System.out.print(L[i][j]+&quot;\t&quot;);
		System.out.print(&quot;\n&quot;);
    }
    //display matrix U.
    System.out.println(&quot;\nMatrix U :&quot; );
    for (i = 0; i &lt; n; i++)
    {
        for (j = 0; j &lt; n; j++)
            System.out.print(U[i][j]+&quot;\t&quot;);
		System.out.print(&quot;\n&quot;);
    }
	//matrix AX = B
    //matrix (LU)X = B
    //matrix L(UX) = B
    //matrix L(Y) = B
    //compute y[i] from L(Y)= B by forward substitution.
    Y[0] = B[0];
    for (i = 1; i &lt; n; i++)
    {   
        sum = 0.0;
        for (j = 0; j = 0; i--)
    {
        sum = 0.0;
        for (j = i; j &lt; n; j++)
            sum = sum + (U[i][j]*X[j]);
        X[i] = (Y[i] - sum)/U[i][i];
    }
    
    //display result(y).
    System.out.println(&quot;\nResult(y) :&quot;);
    for (i = 0; i &lt; n; i++)
        System.out.println(&quot;Y&quot; + i + &quot; = &quot; + Y[i]);
    
    //display solutions(x).
    System.out.println(&quot;\nSolution(x) :&quot;);
    for (i = 0; i &lt; n; i++)
        System.out.println(&quot;X&quot; + i + &quot; = &quot; + X[i]);
	}
	
	
}</description>
		<content:encoded><![CDATA[<p>LU Factorize เน้อ พี่น้อง<br />
 CT317 ม่ายยากอย่างที่คิดเน้อ </p>
<p>import java.util.Scanner;<br />
class  LU{<br />
	public static void main(String[] args){<br />
		CT317_LU t=new CT317_LU();<br />
		t.LU_Factorize();<br />
	}<br />
}</p>
<p>class CT317_LU{<br />
	private int i,j,k,n,size=15;<br />
	private double[][] A=new double[size][size];<br />
	private double[][] L=new double[size][size];<br />
	private double[][] U=new double[size][size];<br />
	private double[] B=new double[size];<br />
	private double[] X=new double[size];<br />
	private double[] Y=new double[size];<br />
	double sum=0;<br />
	Scanner sc=new Scanner(System.in);<br />
	public void LU_Factorize(){<br />
			System.out.print(&#8220;Dimension of matrix A (n) = &#8220;);<br />
			n=sc.nextInt();</p>
<p>			//get matrix A from user.<br />
		System.out.println(&#8220;\nEnter elements of matrix A (coefficient of x) :&#8221;);<br />
		for (i = 0; i &lt; n; i++){<br />
			for (j = 0; j &lt; n; j++){<br />
            System.out.print(&#8220;A&#8221; + i + j + &#8221; = &#8220;);<br />
            A[i][j]=sc.nextDouble();<br />
        } //end for j.<br />
    } //end for i.<br />
	//get matrix B from user.<br />
    System.out.println(&#8220;\nEnter elements of matrix B (result of the right hand side) :&#8221;);<br />
    for (i = 0; i &lt; n; i++)<br />
    {<br />
        System.out.print(&#8220;B&#8221; + i + &#8221; = &#8220;);<br />
        B[i]=sc.nextDouble();<br />
    } //end for i.</p>
<p>    //matrix A = LU.<br />
    //set known elements of matrix L,U.<br />
    for (i = 0; i &lt; n; i++)<br />
    {<br />
         for (j = 0; j  j)<br />
               U[i][j] = 0;<br />
            else<br />
            {<br />
                if (i &lt; j)<br />
                   L[i][j] = 0;<br />
                else //case i = j<br />
                   L[i][j] = 1;<br />
            } //end if.<br />
         } //end for j.<br />
    } //end for i.</p>
<p>    //compute other elements of matrix L,U.<br />
    for (i = 0; i &lt; n; i++)<br />
    {<br />
        for (j = 0; j &lt; n; j++)<br />
        {<br />
            if (j &lt; i)<br />
            {<br />
                  if (U[j][j] == 0)<br />
                  {<br />
                     System.out.println(&#8220;\nCannot find solutions becuase cannot devide by 0.&#8221; );<br />
                     return;<br />
                  } //end if.<br />
                  sum = 0.0;<br />
                  for (k = 0; k = i.<br />
            {<br />
                  sum = 0.0;<br />
                  for (k = 0; k &lt; i; k++)<br />
                      sum = sum + (L[i][k]*U[k][j]);<br />
                  U[i][j] = A[i][j] &#8211; sum;<br />
            } //end else.<br />
        } //end for j.<br />
    } //end for i.</p>
<p>    //display matrix L.<br />
    System.out.println(&#8220;\nMatrix L :&#8221;);<br />
    for (i = 0; i &lt; n; i++)<br />
    {<br />
        for (j = 0; j &lt; n; j++)<br />
            System.out.print(L[i][j]+&#8221;\t&#8221;);<br />
		System.out.print(&#8220;\n&#8221;);<br />
    }<br />
    //display matrix U.<br />
    System.out.println(&#8220;\nMatrix U :&#8221; );<br />
    for (i = 0; i &lt; n; i++)<br />
    {<br />
        for (j = 0; j &lt; n; j++)<br />
            System.out.print(U[i][j]+&#8221;\t&#8221;);<br />
		System.out.print(&#8220;\n&#8221;);<br />
    }<br />
	//matrix AX = B<br />
    //matrix (LU)X = B<br />
    //matrix L(UX) = B<br />
    //matrix L(Y) = B<br />
    //compute y[i] from L(Y)= B by forward substitution.<br />
    Y[0] = B[0];<br />
    for (i = 1; i &lt; n; i++)<br />
    {<br />
        sum = 0.0;<br />
        for (j = 0; j = 0; i&#8211;)<br />
    {<br />
        sum = 0.0;<br />
        for (j = i; j &lt; n; j++)<br />
            sum = sum + (U[i][j]*X[j]);<br />
        X[i] = (Y[i] &#8211; sum)/U[i][i];<br />
    }</p>
<p>    //display result(y).<br />
    System.out.println(&#8220;\nResult(y) :&#8221;);<br />
    for (i = 0; i &lt; n; i++)<br />
        System.out.println(&#8220;Y&#8221; + i + &#8221; = &#8221; + Y[i]);</p>
<p>    //display solutions(x).<br />
    System.out.println(&#8220;\nSolution(x) :&#8221;);<br />
    for (i = 0; i &lt; n; i++)<br />
        System.out.println(&#8220;X&#8221; + i + &#8221; = &#8221; + X[i]);<br />
	}</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>ความเห็นบน ข้อสอบ CT215 คูณเลขแบบมีเครื่องหมาย โดย Spore</title>
		<link>http://pladaojuk.wordpress.com/2008/12/10/%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%aa%e0%b8%ad%e0%b8%9a-ct215-%e0%b8%84%e0%b8%b9%e0%b8%93%e0%b9%80%e0%b8%a5%e0%b8%82%e0%b9%81%e0%b8%9a%e0%b8%9a%e0%b8%a1%e0%b8%b5%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7/#comment-15</link>
		<dc:creator>Spore</dc:creator>
		<pubDate>Sat, 28 Feb 2009 02:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://pladaojuk.wordpress.com/?p=237#comment-15</guid>
		<description>สอบวันที่ 07/03/52 เน้อ  ง่ายเน้อ รีบเก็บกันเน้อพี่น้องงงงงงงง.....</description>
		<content:encoded><![CDATA[<p>สอบวันที่ 07/03/52 เน้อ  ง่ายเน้อ รีบเก็บกันเน้อพี่น้องงงงงงงง&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>ความเห็นบน ข้อสอบ CT215 คูณเลขแบบมีเครื่องหมาย โดย Spore</title>
		<link>http://pladaojuk.wordpress.com/2008/12/10/%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%aa%e0%b8%ad%e0%b8%9a-ct215-%e0%b8%84%e0%b8%b9%e0%b8%93%e0%b9%80%e0%b8%a5%e0%b8%82%e0%b9%81%e0%b8%9a%e0%b8%9a%e0%b8%a1%e0%b8%b5%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7/#comment-14</link>
		<dc:creator>Spore</dc:creator>
		<pubDate>Sat, 28 Feb 2009 02:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://pladaojuk.wordpress.com/?p=237#comment-14</guid>
		<description>เออ มันก็จริงแฮะ</description>
		<content:encoded><![CDATA[<p>เออ มันก็จริงแฮะ</p>
]]></content:encoded>
	</item>
	<item>
		<title>ความเห็นบน ข้อสอบ CT215 คูณเลขแบบมีเครื่องหมาย โดย จั่น</title>
		<link>http://pladaojuk.wordpress.com/2008/12/10/%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%aa%e0%b8%ad%e0%b8%9a-ct215-%e0%b8%84%e0%b8%b9%e0%b8%93%e0%b9%80%e0%b8%a5%e0%b8%82%e0%b9%81%e0%b8%9a%e0%b8%9a%e0%b8%a1%e0%b8%b5%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7/#comment-13</link>
		<dc:creator>จั่น</dc:creator>
		<pubDate>Fri, 27 Feb 2009 15:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://pladaojuk.wordpress.com/?p=237#comment-13</guid>
		<description>ผมขอดูตรงส่วนสำคัญนะครับ

call ReadInt

mov ebx, eax

call ReadInt

IMUL ebx

call WriteInt

ซึ่งเหมือนกันเลยครับ  ส่วนตกแต่งใครจะทำอย่างไรก็ได้ ผมว่านะ</description>
		<content:encoded><![CDATA[<p>ผมขอดูตรงส่วนสำคัญนะครับ</p>
<p>call ReadInt</p>
<p>mov ebx, eax</p>
<p>call ReadInt</p>
<p>IMUL ebx</p>
<p>call WriteInt</p>
<p>ซึ่งเหมือนกันเลยครับ  ส่วนตกแต่งใครจะทำอย่างไรก็ได้ ผมว่านะ</p>
]]></content:encoded>
	</item>
	<item>
		<title>ความเห็นบน ข้อสอบ CT215 คูณเลขแบบมีเครื่องหมาย โดย Spore</title>
		<link>http://pladaojuk.wordpress.com/2008/12/10/%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%aa%e0%b8%ad%e0%b8%9a-ct215-%e0%b8%84%e0%b8%b9%e0%b8%93%e0%b9%80%e0%b8%a5%e0%b8%82%e0%b9%81%e0%b8%9a%e0%b8%9a%e0%b8%a1%e0%b8%b5%e0%b9%80%e0%b8%84%e0%b8%a3%e0%b8%b7/#comment-12</link>
		<dc:creator>Spore</dc:creator>
		<pubDate>Fri, 27 Feb 2009 13:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://pladaojuk.wordpress.com/?p=237#comment-12</guid>
		<description>++++มันน่าจะเป็นงี้เปล่าอ่ะ++++
ลองดูหลายๆ แบบ
ลองเชื่อในความเห็นที่แตกต่างดูเด้อ

+++Spore+++

TITLE (Multipli.asm)
Include Irvine32.inc
.stack 64
.data
txt1	byte	&quot;MULTIPLICAND : &quot;,0
txt2	byte	&quot;Program Multiply Two Integers&quot;,0
txt3	byte	&quot;MULTIPLIER : &quot;,0
txt4	byte	&quot;PRODUCT :&quot;,0
txt5	byte	&quot;RUN AGAIN (y/n):&quot;,0

.code
PRINT	MACRO	TXT
	LEA	EDX,TXT
	CALL	WriteString
	ENDM
SETCUR	MACRO	ROW,COL
	MOV	DH,ROW
	MOV	DL,COL
	CALL	gotoXY
	ENDM
	
main PROC
Start:	call Clrscr
	SETCUR	10,20
	PRINT	txt2
	CALL	CRLF
	SETCUR	11,20
	PRINT	txt1
	CALL	ReadInt
	mov ebx, eax
	
	SETCUR	12,20
	PRINT	txt3
	CALL	ReadInt
	IMUL	ebx
	
	SETCUR	13,20
	PRINT	txt4
	call WriteInt
	
	SETCUR	15,20
	PRINT	TXT5
	call ReadChar
	cmp al,&#039;y&#039;
	je Start
	exit
	main ENDP
END main</description>
		<content:encoded><![CDATA[<p>++++มันน่าจะเป็นงี้เปล่าอ่ะ++++<br />
ลองดูหลายๆ แบบ<br />
ลองเชื่อในความเห็นที่แตกต่างดูเด้อ</p>
<p>+++Spore+++</p>
<p>TITLE (Multipli.asm)<br />
Include Irvine32.inc<br />
.stack 64<br />
.data<br />
txt1	byte	&#8220;MULTIPLICAND : &#8220;,0<br />
txt2	byte	&#8220;Program Multiply Two Integers&#8221;,0<br />
txt3	byte	&#8220;MULTIPLIER : &#8220;,0<br />
txt4	byte	&#8220;PRODUCT :&#8221;,0<br />
txt5	byte	&#8220;RUN AGAIN (y/n):&#8221;,0</p>
<p>.code<br />
PRINT	MACRO	TXT<br />
	LEA	EDX,TXT<br />
	CALL	WriteString<br />
	ENDM<br />
SETCUR	MACRO	ROW,COL<br />
	MOV	DH,ROW<br />
	MOV	DL,COL<br />
	CALL	gotoXY<br />
	ENDM</p>
<p>main PROC<br />
Start:	call Clrscr<br />
	SETCUR	10,20<br />
	PRINT	txt2<br />
	CALL	CRLF<br />
	SETCUR	11,20<br />
	PRINT	txt1<br />
	CALL	ReadInt<br />
	mov ebx, eax</p>
<p>	SETCUR	12,20<br />
	PRINT	txt3<br />
	CALL	ReadInt<br />
	IMUL	ebx</p>
<p>	SETCUR	13,20<br />
	PRINT	txt4<br />
	call WriteInt</p>
<p>	SETCUR	15,20<br />
	PRINT	TXT5<br />
	call ReadChar<br />
	cmp al,&#8217;y&#8217;<br />
	je Start<br />
	exit<br />
	main ENDP<br />
END main</p>
]]></content:encoded>
	</item>
	<item>
		<title>ความเห็นบน จะต้องอ่านเล่มนี้ให้จบให้ไำด้ โดย จั่น</title>
		<link>http://pladaojuk.wordpress.com/2009/01/27/%e0%b8%88%e0%b8%b0%e0%b8%95%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b8%ad%e0%b9%88%e0%b8%b2%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b9%88%e0%b8%a1%e0%b8%99%e0%b8%b5%e0%b9%89%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%88%e0%b8%9a/#comment-11</link>
		<dc:creator>จั่น</dc:creator>
		<pubDate>Fri, 27 Feb 2009 11:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://pladaojuk.wordpress.com/2009/01/27/%e0%b8%88%e0%b8%b0%e0%b8%95%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b8%ad%e0%b9%88%e0%b8%b2%e0%b8%99%e0%b9%80%e0%b8%a5%e0%b9%88%e0%b8%a1%e0%b8%99%e0%b8%b5%e0%b9%89%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%88%e0%b8%9a/#comment-11</guid>
		<description>ครับ ขอบคุณครับ</description>
		<content:encoded><![CDATA[<p>ครับ ขอบคุณครับ</p>
]]></content:encoded>
	</item>
	<item>
		<title>ความเห็นบน ข้อสอบ CT215 ปี 2551 เขียน code assembly ยาว โดย จั่น</title>
		<link>http://pladaojuk.wordpress.com/2008/12/08/%e0%b8%82%e0%b9%89%e0%b8%ad%e0%b8%aa%e0%b8%ad%e0%b8%9a-ct215-%e0%b8%9b%e0%b8%b5-2551-%e0%b9%80%e0%b8%82%e0%b8%b5%e0%b8%a2%e0%b8%99-code-assembly-%e0%b8%a2%e0%b8%b2%e0%b8%a7/#comment-10</link>
		<dc:creator>จั่น</dc:creator>
		<pubDate>Fri, 27 Feb 2009 11:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://pladaojuk.wordpress.com/?p=172#comment-10</guid>
		<description>อาจารย์พรชัยใจดีมาก ขอให้เราตามที่อาจารย์สอนให้ได้ ทำการบ้านเองทุกครั้ง ก็ผ่านได้ครับ</description>
		<content:encoded><![CDATA[<p>อาจารย์พรชัยใจดีมาก ขอให้เราตามที่อาจารย์สอนให้ได้ ทำการบ้านเองทุกครั้ง ก็ผ่านได้ครับ</p>
]]></content:encoded>
	</item>
</channel>
</rss>
