This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.
跟板眾求救一下 已經先用過GOOGLE大神了 依然無解 LCD 15"(1024*768) e3 1230 V2 p8z68-V PRO/GEN3 msi 5870 閃電板 win7 x64 原先只想要更新vga驅動程式 解除安裝後...就 悲劇了... 猜測是解析度跑掉(應該太大 螢幕抓不到) 錯誤訊息為 INPUT SIGNAL OUT OF RANGE 重開機利用f5選安全模式一樣抓不到解析度 由於沒有多餘螢幕可以讓我接上調整vga解析度 請問這樣還有什麼辦法呢? 謝謝!! -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 120.104.21.234
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.
We find the best deals on best-selling Kindle books for you. Just tell us which genres you love and we'll do the rest. The best part? It's completely free!
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.
以下程式是"輸入10個數值,放入陣列中,並做排序" String S1; Integer sort[] = new Integer[10]; for (int i=0;i { S1 = JOptionPane.showInputDialog("請輸入一個整數進行排序:"); sort[i] = Integer.parseInt(S1); } Arrays.sort(sort); //利用Arrays.sort做排序 for (int ary : sort) System.out.print(ary+" | ");
//利用Math.max()找出最大值 int temp = sort[0]; //使temp=第一個值 for (int i=0;i<sort.length;i++) temp = Math.max(temp, sort[i]); int max = temp; System.out.println("\n最大值= "+max);
Q1 執行順序是?
Q2 如果我不想只設定成10個數字呢? 需要改哪裡讓程式為彈性?(意思是輸入多少個數字都可以)
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
You are receiving this email because you subscribed to this feed at blogtrottr.com.