目前分類:老師說 (43)

瀏覽方式: 標題列表 簡短摘要

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

wd備審資料排版.jpg


文章標籤

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) 人氣()

如何利用PhotoImpact 去背

首先先開啟圖檔~

然後選取功能表的網路>>影像最佳化程式 

bg0.jpg

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

首先要準備~

1.背景

2.槌子的圖*2(要有二個造型"槌子""槌子打下")

3.地鼠的圖*3(三個造型~"地鼠""被打到的地鼠""溜掉的地鼠")

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

模擬擲骰子 1-6點

#include<iostream.h>
#include<time.h>
#include<conio.h>  /* for getch */

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

一、請閱讀程式碼後,寫出它的執行結果:

 1.

#include<iostream.h>

int main()

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

while迴圈

程式碼:

 

#include<iostream.h>

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

for迴圈

程式碼:

#include<iostream.h>

using namespace std;

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

學過了if else後, 程式就可以進行邏輯判斷嘍~

邏輯判斷是程式設計訓練中很重要的一部分..

所以在這兒,先停一下

多寫幾題,熟練一下這個重要的語法

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

程式碼:

 輸入一個數字判斷它是不是2或3的倍數~

#include<iostream.h>

using namespace std;

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

if(){}…else if(){}…else{}

程式碼:

 #include<iostream.h>

using namespace std;

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

條件判斷

If(){}

程式碼:

 #include<iostream.h>

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

#include<iostream.h>

using namespace std;

int main()

{

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

1 23