Protocol Buffers(简称 Protobuf)是一种轻便高效的结构化数据存储格式,可以用于结构化数据串行化,或者说序列化,即是把数据转换为 Byte 数组。可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。
Lua 学习 - 数据类型
发表于 2017-01-12
| 分类于
Lua
《深入理解计算机系统》学习笔记 - 第 2 章:信息的表示和处理
发表于 2016-12-05
| 分类于
CSAPP
At the core, we require ways to represent basic data types, such as approximations to integer and real arithmetic. From there we can consider how machine-level instructions manipulate data and how a compiler translates C programs into these instructions.
Modern computers store and process information represented as 2-valued signals. These lowly binary digits, or bits, form the basis of the digital revolution.
Leetcode 题解 - 414. Third Maximum Number
发表于 2016-11-12
| 分类于
Leetcode
《深入理解计算机系统》学习笔记 - 第 1 章:计算机系统漫游
发表于 2016-11-11
| 分类于
CSAPP
You are going to learn practical skills such as how to avoid strange numerical errors caused by the way that computers represent numbers.
Leetcode 题解 - 58. Length of Last Word
发表于 2016-11-11
| 分类于
Leetcode