Существует ли какой-либо алгоритм сжатия, который может сжимать данные base64 на Arduino Uno? Данные довольно большие ⇐ C++
-
Anonymous
Существует ли какой-либо алгоритм сжатия, который может сжимать данные base64 на Arduino Uno? Данные довольно большие
need an algorithm for compressing an image data which is encoded into base64 format and need to do this process on arduino uno
i tried the RLE algo but it is not woking as base64 not has many repeating charecters and also looked into huffman encoding but it requires more space
Источник: https://stackoverflow.com/questions/781 ... uino-uno-t
need an algorithm for compressing an image data which is encoded into base64 format and need to do this process on arduino uno
i tried the RLE algo but it is not woking as base64 not has many repeating charecters and also looked into huffman encoding but it requires more space
Источник: https://stackoverflow.com/questions/781 ... uino-uno-t
Мобильная версия