import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.reflect.Method;
// declare a new annotation
@Retention(RetentionPolicy.RUNTIME)
@interface De
私はCellというクラスを持っています。新しいCellを作成して2次元配列に配置する必要があります。問題は、私が2D配列をどのように作成したかということです。ダイナミックアレイの動作を調べましたが、問題はまだ見つかりません。以下は、私のコードの一部であると私は Cell * board = new Cell[h]; //create new board
for(int i = 0; i
私は加重平均を計算しようとしています。私たちはOOPを始めたばかりで、私の問題がそのリストにあるのかどうかは分かりません。 はここに私のコードである:()主は、私のクラスのコードをテストする手段として定義される class WeightedAverage:
""" Class to compute weighted averages. """
def __init__(sel
私は自分の複素数クラスを作成しています(Pythonのものを使用していません)。複素数にゼロを追加しようとすると問題に遭遇します。参考のため、これはエラーです: Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "display.py", line 25, in __init__
t.col