<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>大樂透程式開發流程 by 20512謝宜臻</title>
      <link>https://padlet.com/s11035064/2ukv8wndf2y6lo9r</link>
      <description>111(2)高二C班課程</description>
      <language>en-us</language>
      <pubDate>2023-03-30 01:26:48 UTC</pubDate>
      <lastBuildDate>2025-10-22 12:52:12 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>抽籤/取亂數</title>
         <author>s11035064</author>
         <link>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2537567593</link>
         <description><![CDATA[<div>這次的練習主要是了解要如何取不重複的亂數</div>]]></description>
         <enclosure url="https://shorturl.at/wRX35" />
         <pubDate>2023-03-30 01:33:38 UTC</pubDate>
         <guid>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2537567593</guid>
      </item>
      <item>
         <title>rand vs srand</title>
         <author>s11035064</author>
         <link>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2537573994</link>
         <description><![CDATA[<div>在查C++語法的時候發現了兩個東西，所以稍微查了點資料了解兩者的差異<strong><br></strong>rand 是用於生成一個介於 0 和 RAND_MAX 之間的偽隨機整數，但是每次執行程式時都會生成<strong>相同的</strong>隨機數序列，如果需要生成真正隨機的數，就要用srand函數函數將隨機數生成器的種子設置為每次程式執行時都<strong>不同的值</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-30 01:38:12 UTC</pubDate>
         <guid>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2537573994</guid>
      </item>
      <item>
         <title>六個數字的排序</title>
         <author>s11035064</author>
         <link>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2537582554</link>
         <description><![CDATA[<div>這次練習除了取亂數，還要利用sort去將排序</div>]]></description>
         <enclosure url="https://shorturl.at/htwC6" />
         <pubDate>2023-03-30 01:45:14 UTC</pubDate>
         <guid>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2537582554</guid>
      </item>
      <item>
         <title>過程</title>
         <author>s11035064</author>
         <link>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2537590807</link>
         <description><![CDATA[<div>在產出這個程式碼的過程中我有用到 chat GPT，但我發現chat GPT對中文的理解還是有一點點問題，在我請它將數字由小到大排序的部分，它把它誤以為是把輸出的內容原封不動的倒過來輸出，在這邊就必須自己稍作修改</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-03-30 01:52:08 UTC</pubDate>
         <guid>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2537590807</guid>
      </item>
      <item>
         <title>號碼不重覆</title>
         <author>s11035064</author>
         <link>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2537597087</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://reurl.cc/Q42V55" />
         <pubDate>2023-03-30 01:57:03 UTC</pubDate>
         <guid>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2537597087</guid>
      </item>
      <item>
         <title>產生N期中獎號碼</title>
         <author>s11035064</author>
         <link>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2537601708</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://onlinegdb.com/fhr-iB9P1" />
         <pubDate>2023-03-30 02:01:14 UTC</pubDate>
         <guid>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2537601708</guid>
      </item>
      <item>
         <title>加上特別號/ 查詢期別</title>
         <author>s11035064</author>
         <link>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2569561549</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://onlinegdb.com/4Y9NTlzbc" />
         <pubDate>2023-04-27 01:16:55 UTC</pubDate>
         <guid>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2569561549</guid>
      </item>
      <item>
         <title>單一期別/號碼的對獎</title>
         <author>s11035064</author>
         <link>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2569569521</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://onlinegdb.com/JVgEXpvld" />
         <pubDate>2023-04-27 01:22:15 UTC</pubDate>
         <guid>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2569569521</guid>
      </item>
      <item>
         <title>程式碼</title>
         <author>s11035064</author>
         <link>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2569575698</link>
         <description><![CDATA[<div>在這個程式碼中，利用while迴圈去決定執行產生大樂透的期別數</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-27 01:26:44 UTC</pubDate>
         <guid>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2569575698</guid>
      </item>
      <item>
         <title>程式碼</title>
         <author>s11035064</author>
         <link>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2569580151</link>
         <description><![CDATA[<div>這次修改比較多，之前所寫的都是以一維陣列去執行，但要加上查詢動作，所以需要將其改成二維陣列</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-27 01:29:53 UTC</pubDate>
         <guid>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2569580151</guid>
      </item>
      <item>
         <title>過程</title>
         <author>s11035064</author>
         <link>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2569583987</link>
         <description><![CDATA[<div>隨著條件變多，程式碼越來越長，如果使用chat GPT 它所顯示的程式碼會不完整，需要另外提醒它，但是就會出現對其問題<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-27 01:32:47 UTC</pubDate>
         <guid>https://padlet.com/s11035064/2ukv8wndf2y6lo9r/wish/2569583987</guid>
      </item>
   </channel>
</rss>
