**懶豬Irisi的很懶教學提示~ 但上課的同協們你們知道,它是精華...真的~~

wd備審資料排版.jpg


文章標籤

Iris 發表在 痞客邦 留言(0) 人氣()

線上測驗


Iris 發表在 痞客邦 留言(0) 人氣()

//感謝李奕快速支援^^ 想要什麼,許個願就有~oh ya 

#include<iostream>
#include<fstream> //opening file,you should include this!!
#include<string> //for name

Iris 發表在 痞客邦 留言(0) 人氣()

讀一個檔inf.txt將內文中的數字全部相加起來然後再將結果輸出至outf.txt

#include<iostream>
#include<fstream>
using namespace std;

Iris 發表在 痞客邦 留言(0) 人氣()

Ch1導論

計算機的發展史-Iris

電腦的基本原理

數位化概念-Iris

Iris 發表在 痞客邦 留言(0) 人氣()

 

1.請寫一程式,讀入user由鍵盤輸入的一行文字,將這一行文字中的數字相加後輸出.

輸入:adkl2eongoelnb34djlqpi52djpot224dk;a56aljs90jd;ajf;7djljsoeuor88ewpori

輸出:2+34+52+224+56+90+7+88=553

Iris 發表在 痞客邦 留言(0) 人氣()

計算階乘!

#include<iostream.h>
int level(int n);
int main()

Iris 發表在 痞客邦 留言(0) 人氣()

結構

程式碼:

 #include<iostream.h>

struct data

Iris 發表在 痞客邦 留言(0) 人氣()

程式碼:

 

#include<iostream.h>

using namespace std;

Iris 發表在 痞客邦 留言(0) 人氣()

Scratch可以免費下載,同學們也可以在家中下載及安裝後,完成老師指定的作業.

 

Scratch的檔案副檔名為sb,如果想和朋友分享你的作品,而他沒有安裝Scratch軟體.這個檔案是打不開的~

 

Iris 發表在 痞客邦 留言(1) 人氣()