文件名称:baudot-code-to-string
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-29 13:59:50
JavaScript
波特码转字符串 将二进制序列解码为 ASCII 字符串。 require ( 'baudot-code-to-string' ) ( '111110001111011101111111100011' ) === 'a1a' ;
【文件预览】:
baudot-code-to-string-master
----lookups()
--------figure-bits-to-char.json(388B)
--------letter-bits-to-char.json(514B)
----test()
--------index.js(961B)
----README.md(165B)
----.jscsrc(25B)
----.gitignore(23B)
----index.js(676B)
----package.json(687B)