##分布式系统(Distributed System)资料
介绍:这是一篇介绍在动态网络里面实现分布式系统重构的paper.论文的作者(导师)是MIT读博的时候是做分布式系统的研究的,现在在NUS带学生,不仅仅是分布式系统,还有无线网络.如果感兴趣可以去他的主页了解.
##分布式系统(Distributed System)资料
介绍:这是一篇介绍在动态网络里面实现分布式系统重构的paper.论文的作者(导师)是MIT读博的时候是做分布式系统的研究的,现在在NUS带学生,不仅仅是分布式系统,还有无线网络.如果感兴趣可以去他的主页了解.
| #include <string> | |
| #include <vector> | |
| /* | |
| Base64 translates 24 bits into 4 ASCII characters at a time. First, | |
| 3 8-bit bytes are treated as 4 6-bit groups. Those 4 groups are | |
| translated into ASCII characters. That is, each 6-bit number is treated | |
| as an index into the ASCII character array. | |
| If the final set of bits is less 8 or 16 instead of 24, traditional base64 |