Department of Electronics and Information Engineering
ホーム » 2018 » 7月 » 31
2018年7月31日
情報制御基礎で出題した問題で、5点の移動平均の処理の一部に、以下のコードがあった場合の間違い説明の問題。 int avg() { int s = .... ; return (1/5) * s ; } の間違いを修正せよ […]
Continue Reading →