它應該看起來像這樣http://prntscr.com/dezwb6。紅色矩形應該隨着光標的移動而移動。 它應該與while循環,但我有試過循環 for x=1:1366 % my screen's length
if(x > 383) & (x < 983) % in order to keep cursor within the borders of the green recta
在scala中Array上使用sliding函數時,根據原始數組跟蹤滑動子數組的索引是什麼正確的方法? // Initialize some data
val bigArray = List(2, 3, 4, 2, 3, 6, 8, 4, 5).toArray
val n:Int = 5
// Slide through the big array
for (smallArray <-