08/25 教學內容
(高顯忠, sjgau4311@gmail.com, 2015-08-25 19:49)
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