我對彙編語言非常陌生,在課堂上我們正在使用LC3模擬器開展分部程序。 下面是我的分割算法的代碼。 DIVISION:
AND R3, R3, 0 ; Zero out R3 /This is the remainder
AND R4, R4, 0 ; Zero out R4 /This is the quotient
NOT R3, R2 ; Takes the inverse o
我有一個名爲data.framedt,看起來像: row.names A B C D
1 0.1 0.2 0.5 0.3
2 0.2 0.3 0.4 0
3 10 -0.1 -0.3 0.3 # remove A cause 10/0.2 > 2
而且我想刪除的列,使得對於列X,如果X[i]/X[i-1]>2,i>=2。 即,如果當前行除以前一行大