知識社群登入
位置: AutoCAD開放式教學 > 討論區 > 討論
08/25 教學內容
1樓
簡單複習 8/24 的教學內容

data type of int, short, long, char,
float, double

介紹 dec2bin 副程式的使用方法
介紹 &, |, ^, ~ , <<, >>

~ is not operation, is 一的補數

double 的使用,以 y= tan(x);
z= atan(y) 為範例

int 的 overflow