星期二, 12月 12, 2006

隨堂上機考 (2) Pass

9226310
9326214
9326264
9328344
9326349
9326359

星期一, 12月 11, 2006

隨堂上機考 (1) Pass

9226122,
9226133
9226143
9226144
9226251
9322326
9326101
9326107
9326119
9326151
9326205
9326243
9326252
9326253
9326254
9326258
9326264
9326319
9326324
9326330
9326344
9326346
9326349
9326359
9326363
9326366
9426344

隨堂上機考 (2)

Write a program to implement a method that can do additions of 2 fractions. You will implement a class called Fraction consisting of a numerator and a denominator. The additions of
2 fractions should be equal to a fraction.
Use 1/2+1/3 as the test.

Hints:
Fraction f1, f2;
f1.add(f2);

隨堂上機考 (1)


Define a class called Counter whose objects count things. An object of this class records a count that is a nonnegative integer. Include methods to set the counter to 0, to increase the count by 1, and to decrease the count by 1. Include an accessor method that returns the current count value and a method that outputs the count to the screen. Write a program to test

counter.reset();
counter.inc();
counter.inc();
counter.dec();
counter.output();

星期五, 12月 08, 2006

12-11-2006 隨堂上機考

範圍:課本第四章
題目:隨堂公告
方式: Open Book

星期一, 12月 04, 2006

大三專題說明


張耀仁老師
專題題目
說明會:
1/3/2007

1/19/2007

老師會談時間
  • 建議先 email 與我約時間 (yjchang at cycu.edu.tw)

Lab Temperature Project

Do Temperature Project, which is Project 7 (2nd ed.) or Project 3 (1st ed.).