micro:bit runtime (developed by Lancaster University) (页面存档备份,存于互联网档案馆) Bitty Blue provides a collection of fun things to do with the micro:bit and Bluetooth
R[0] := 1 for i := 0; i < length(text); i += 1 do /* Update the bit array. */ for k := m; k ≥ 1; k -= 1 do R[k] := R[k - 1] & (text[i] = pattern[k - 1])
kbit/s。使用位元每秒(bit/sec)或位元組每秒(Byte/sec)則視乎一般人慣用哪一個。慣用的單位在列表中以粗體表示。一般來說,并行通訊介面用位元每秒(bit/sec),串行通訊則用位元組每秒(Byte/sec)。至於類似數據機的裝置中,基於用作分隔每一位元組(Byte)的 和 Stop bit