搜索资源列表
protobuf-2.6.1
- 看名字就知道了,protobuf 需要的下载(Just look at the name, and protobuf needs Downloads)
protobuf-2.6.1
- protobuf 2.6.1 有vs项目 用了都说好(protobuf 2.6.1 has vs project, used to say yes)
protoc-2.6.1-win32
- VS 2015版本的protobuf,google的开源项目,花了3天编辑通过(VS 2015 version of protobuf, Google's open source project, took 3 days to edit through)
protobuf-2.6.1.tar
- protocolbuffer(以下简称PB)是google 的一种数据交换的格式,它独立于语言,独立于平台。google 提供了多种语言的实现:java、c#、c++、go 和 python,每一种实现都包含了相应语言的编译器以及库文件。由于它是一种二进制的格式,比使用 xml 进行数据交换快许多。可以把它用于分布式应用之间的数据通信或者异构环境下的数据交换。作为一种效率和兼容性都很优秀的二进制数(Protocolbuffer (hereinafter referred to as PB) is