2014年8月13日 星期三

給商三孝-練習題庫

第7章

第1章 第2章 第3章 第4章 第5章   第6章

Related Posts:

  • P1選 C 另二個範例gcd.cpp 求最大公因數 /* 輸入 {a,b} > 0  計算 a,b 的最大公因數 */ #include <iostream> using namespace std; int main() {   int a,b;   while ( … Read More
  • 國中 C++ 心想數字考題方式(一) 卡片的製作:   如果有6張卡,已完成5張卡,保證選完6張一定可以猜出心中所想的數字 (0~63之一)   請完成第6張卡的內容 (二) 猜出心想數字:   依所列出的6張卡,選出心中所想的數字 (0~63之一)在哪幾張卡內沒有   請問心中所想的數字是? … Read More
  • P2A寒假作業(第2章) 章末習題之 c++ 版 解題參考,不開檔只用 cin+cout // 參考 p2.22 {習題2-1 位數 digit}   不用檔案,一律 cin+cout #include <iostream> using namespace std; int main… Read More
  • P2A寒假作業(第1章)部份例題及章末習題之 c++ 版 解題參考 // 參考 p1.2 {了解整數除法及小數除法} #include <iostream> #include <iomanip>  // setprecision using namespace std; int main… Read More
  • P2A練習02/05P2A 2015/02/05練習:讀入n個數,問數字相同的個數最多幾個? 以下為第(2)種方法的程式碼,另附測試檔 a.txt b.txt c.txt  a共110個數字{有5個5} 、  b共10000個數字{有6個100}、 c共10000個數字{有8個98765432} … Read More

0 意見:

張貼留言