星期二, 5月 12, 2009

輔具科技夏令營 2009 開始報名

目的: 為了增進對國內外輔具科技認知視野,提升對輔具研發實做能力,特舉行此次輔具科技夏令營。

時間: 2009年6月30日

地點: 中原大學電學大樓 517 實驗室

對象: 研究生,專題生,大學部同學,專業工作者,對身心障礙科技有興趣者

議程

費用: 全免

報名方式: 將名字填寫於此張貼意見處

延續本實驗室傳統,將於6/30舉行。期末考結束了,暑假剛開始。大家團聚一起,
分享彼此經驗。除了研究生薪火傳承以及為了促進不同小組技術交流與相互觀摩。歡迎社會人士與專業從業人員與教師。

本實驗室研究成果

本實驗室精障服務績效

星期一, 5月 04, 2009

Lab Static Method

Define a Complex class with a static method for computing complex addition. Use (2+3i)+(4+5i) in your test.

Lab Math methods

Compute the following mathematical functions.

Math.round(3.2)
Math.round(3.6)
Math.floor(3.2)
Math.floor(3.6)
Math.ceil(3.2)
Math.ceil(3.6)

Lab Finding the max of three numbers

Write a static method that computes the maximum of three float numbers.

小考: 5-18-2009

Format: closed book, no computer, simple problem
Running time: 45 min.
Scope: Chap.4~Chap. 5

小考目的主要在測驗學生基本能力,能夠面對問題,獨立去構思答案,不假他人既有成果。因此,不必求完美,只要掌握關鍵概念,就會給予高分。

歷年小考

Homework 5-4-2009

Do Project 7 of Chapter 4.

Lab Java Constructor

Write constructors in the lab Fraction Addition.