<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>PHIẾU HỌC TẬP by Phượng Phạm</title>
      <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6</link>
      <description>bài 16: Ví dụ làm việc với tệp.</description>
      <language>en-us</language>
      <pubDate>2020-01-17 00:38:51 UTC</pubDate>
      <lastBuildDate>2021-02-02 13:52:47 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Bài toán: Mỗi lớp có một khu trại, vị trí trại của mỗi giáo viên chủ nhiệm đều có tọa độ nguyên (x,y) được ghi trong tệp văn bản TRAI.TXT (tệp TRAI.TXT chứa liên tiếp các cặp số nguyên, các số cách nhau bởi dấu cách và không kết thúc bằng kí tự xuống dòng). Đọc các cặp tọa độ từ tệp TRAI.TXT và tính khoảng cách ( với độ chính xác hai chữ số thập phân ) giữa trại của mỗi giáo viên chủ nhiệm và trại của thầy hiệu trưởng. </title>
         <author>ptphuong_hnue</author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/516902056</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2020-04-20 09:08:31 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/516902056</guid>
      </item>
      <item>
         <title>Yêu cầu: viết các câu lệnh bằng pascal để diễn đạt các yêu cầu sau:</title>
         <author>ptphuong_hnue</author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/516911755</link>
         <description><![CDATA[<div>1. Gắn biến tệp  bất kỳ với tệp TRAI.TXT.<br>2. Mở tệp TRAI.TXT(Để đọc dữ liệu)<br>3. Duyệt tất cả các tọa được ghi trong tệp TRAI.TXT<br>4. Đọc tọa độ từ tệp TRAI.TX tương ứng với tọa độ nguyên x, y<br>5. Tính khoảng cách dựa vào tọa độ nguyên x, y.<br>6. Đóng tệp </div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-20 09:12:21 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/516911755</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/517136880</link>
         <description><![CDATA[<div>.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-20 10:49:08 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/517136880</guid>
      </item>
      <item>
         <title>yêu cầu: Viết các câu lệnh bằng pascal để diễn đạt các yêu cầu sau:</title>
         <author>ptphuong_hnue</author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/518051872</link>
         <description><![CDATA[<div>1. Gắn biến tệp bất kỳ với tệp KQ.TXT<br>2. Mở tệp KQ.TXT(để đưa kết quả vào)<br>3. Đưa kết quả tính khoảng cách giữa hai trại với độ chính xác  là hai chữ số thập phân vào tệp KQ.TXT</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-20 16:30:13 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/518051872</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521722106</link>
         <description><![CDATA[<div>Khánh phạm 11d1<br>assign(q,'TRAI.TXT');<br>reset(q);<br>While not eof(q) do<br>Begin<br>read(q,x,y);<br><br>d:=sqrt(x*x+y*y);<br>writeln('Khoang cach:',d:10:2);<br>End;<br>Close(q)</div>]]></description>
         <pubDate>2020-04-22 01:23:48 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521722106</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521730851</link>
         <description><![CDATA[<div>Chu Nguyệt Hà<br>assign (tep1,TRAI.TXT) ;</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-22 01:31:44 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521730851</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521733710</link>
         <description><![CDATA[<div>Phạm Dũng 11D1<br>assign (a, 'TRAI.TXT');<br>reset (a);<br>while not eof(q) do<br>begin<br>read (a,x,y);<br>d:= sqrt(x*x+y*y);<br>end;<br>close(a)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-22 01:34:10 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521733710</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521735757</link>
         <description><![CDATA[<div><br>Khánh Phạm 11d1 phiếu 2<br>Assign(k,'KQ.TXT');<br>Reset(k);<br><br></div>]]></description>
         <pubDate>2020-04-22 01:35:52 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521735757</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521736929</link>
         <description><![CDATA[<div>Chu Nguyệt Hà<br>assign (a, 'KQ.TXT') ;<br>rewrite (&lt;KQ.TXT&gt;) ;<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-22 01:36:50 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521736929</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521741012</link>
         <description><![CDATA[<div>Nguyễn Dũng 11d1<br>assign (a, ‘TRAI.TXT’);<br>reset (a);<br>while not eof(q) do<br>begin<br>read (a,x,y)<br>d:= sqry(x*x+y*y<br>end;<br>close(a)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-22 01:40:02 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521741012</guid>
      </item>
      <item>
         <title>Lê Trung Nghĩa</title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521741297</link>
         <description><![CDATA[<div>assign (a, 'TRAI.TXT');<br>reset (a);<br>while not eof(q) do<br>begin<br>read (a,x,y);<br>d:= sqrt(x*x+y*y);<br>end;<br>close(a)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-22 01:40:17 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521741297</guid>
      </item>
      <item>
         <title></title>
         <author>qzhocean12803</author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521741379</link>
         <description><![CDATA[<div>assign(q,’TRAI. TXT’);reset(q);While not eof(q)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-22 01:40:21 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521741379</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521741522</link>
         <description><![CDATA[<div>Thanh bình 11d1<br>Assign (a, 'TRAI.TXT');<br>Reset (a);<br>While not eof(q) do<br>Begin<br>Read (a,x,y);<br>d:= sqt(x*x+y*y);<br>End;<br>Close(a)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-22 01:40:28 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521741522</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521741725</link>
         <description><![CDATA[<div>Phạm Dũng 11D1<br>assign (b, 'KQ.TXT');<br>rewrite(b);<br>while not eof(a) do<br>writeln('Khoang cach: ' , d:10:2)<br>End;<br>Close(a)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-22 01:40:39 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521741725</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521743435</link>
         <description><![CDATA[<div>Nguyễn Dũng 11D1<br>assign (a, ‘KQ.TXT’);<br>rewrite (&lt;KQ.TXT&gt;)</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-22 01:42:07 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521743435</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521745452</link>
         <description><![CDATA[<div>Thanh bình 11d1<br>Assign(f1,'KQ.TXT');<br>Rewrite(f1);<br>Write(f1,d:10:2, ' ');<br>Close(f1);</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-22 01:43:49 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/521745452</guid>
      </item>
      <item>
         <title>mzbxmvdsb</title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/1153613329</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-02-02 13:52:43 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/1153613329</guid>
      </item>
      <item>
         <title>xfd</title>
         <author></author>
         <link>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/1153613577</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-02-02 13:52:46 UTC</pubDate>
         <guid>https://padlet.com/ptphuong_hnue/q8bp60za3xv6/wish/1153613577</guid>
      </item>
   </channel>
</rss>
