文件名称:protobuf-2.3.0
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2.24mb
- 下载次数:
- 0次
- 提 供 者:
- 毛*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Protocol Buffers 是一种可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。目前提供了 C++、Java、Python 三种语言的 API。
只需使用 Protocol Buffers 对数据结构进行一次描述,即可利用各种不同语言或从各种不同数据流中对你的结构化数据轻松读写。
Protocol Buffers 可扩展性好,“向后”兼容性好,你甚至不必破坏已部署的、依靠“老”数据格式的程序就可以对数据结构进行升级。
Protocol Buffers 以高效的二进制方式存储,比 XML 小 3 到 10 倍,快 20 到 100 倍,语义更清晰,无需类似 XML 解析器的东西(因为 Protocol Buffers 编译器会将 .proto 文件编译生成对应的数据访问类以对 Protocol Buffers 数据进行序列化、反序列化操作)。 1月8号才出来的最新版本。-Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format.
只需使用 Protocol Buffers 对数据结构进行一次描述,即可利用各种不同语言或从各种不同数据流中对你的结构化数据轻松读写。
Protocol Buffers 可扩展性好,“向后”兼容性好,你甚至不必破坏已部署的、依靠“老”数据格式的程序就可以对数据结构进行升级。
Protocol Buffers 以高效的二进制方式存储,比 XML 小 3 到 10 倍,快 20 到 100 倍,语义更清晰,无需类似 XML 解析器的东西(因为 Protocol Buffers 编译器会将 .proto 文件编译生成对应的数据访问类以对 Protocol Buffers 数据进行序列化、反序列化操作)。 1月8号才出来的最新版本。-Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format.
相关搜索: protobuf
(系统自动生成,下载前可以参看下载内容)
下载文件列表
protobuf-2.3.0
..............\configure.ac
..............\generate_descriptor_proto.sh
..............\install-sh
..............\autogen.sh
..............\missing
..............\README.txt
..............\CONTRIBUTORS.txt
..............\java
..............\....\README.txt
..............\....\src
..............\....\...\test
..............\....\...\....\java
..............\....\...\....\....\com
..............\....\...\....\....\...\google
..............\....\...\....\....\...\......\protobuf
..............\....\...\....\....\...\......\........\UnknownFieldSetTest.java
..............\....\...\....\....\...\......\........\MessageTest.java
..............\....\...\....\....\...\......\........\TextFormatTest.java
..............\....\...\....\....\...\......\........\TestUtil.java
..............\....\...\....\....\...\......\........\DescriptorsTest.java
..............\....\...\....\....\...\......\........\AbstractMessageTest.java
..............\....\...\....\....\...\......\........\CodedInputStreamTest.java
..............\....\...\....\....\...\......\........\GeneratedMessageTest.java
..............\....\...\....\....\...\......\........\ServiceTest.java
..............\....\...\....\....\...\......\........\WireFormatTest.java
..............\....\...\....\....\...\......\........\multiple_files_test.proto
..............\....\...\....\....\...\......\........\CodedOutputStreamTest.java
..............\....\...\....\....\...\......\........\LiteTest.java
..............\....\...\....\....\...\......\........\DynamicMessageTest.java
..............\....\...\main
..............\....\...\....\java
..............\....\...\....\....\com
..............\....\...\....\....\...\google
..............\....\...\....\....\...\......\protobuf
..............\....\...\....\....\...\......\........\Service.java
..............\....\...\....\....\...\......\........\UninitializedMessageException.java
..............\....\...\....\....\...\......\........\RpcUtil.java
..............\....\...\....\....\...\......\........\AbstractMessageLite.java
..............\....\...\....\....\...\......\........\RpcChannel.java
..............\....\...\....\....\...\......\........\WireFormat.java
..............\....\...\....\....\...\......\........\InvalidProtocolBufferException.java
..............\....\...\....\....\...\......\........\AbstractMessage.java
..............\....\...\....\....\...\......\........\Message.java
..............\....\...\....\....\...\......\........\FieldSet.java
..............\....\...\....\....\...\......\........\CodedInputStream.java
..............\....\...\....\....\...\......\........\CodedOutputStream.java
..............\....\...\....\....\...\......\........\UnknownFieldSet.java
..............\....\...\....\....\...\......\........\RpcController.java
..............\....\...\....\....\...\......\........\ByteString.java
..............\....\...\....\....\...\......\........\Internal.java
..............\....\...\....\....\...\......\........\BlockingRpcChannel.java
..............\....\...\....\....\...\......\........\GeneratedMessage.java
..............\....\...\....\....\...\......\........\BlockingService.java
..............\....\...\....\....\...\......\........\Descriptors.java
..............\....\...\....\....\...\......\........\ServiceException.java
..............\....\...\....\....\...\......\........\TextFormat.java
..............\....\...\....\....\...\......\........\DynamicMessage.java
..............\....\...\....\....\...\......\........\ExtensionRegistryLite.java
..............\....\...\....\....\...\......\........\GeneratedMessageLite.java
..............\....\...\....\....\...\......\........\MessageLite.java
..............\....\...\....\....\...\......\........\ProtocolMessageEnum.java
..............\....\...\....\....\...\......\........\RpcCallback.java
..............\....\...\....\....\...\......\........\ExtensionRegistry.java
..............\....\pom.xml
..............\depcomp
..............\INSTALL.txt
..............\vsprojects
..............\..........\libprotoc.vcproj
..............\..........\lite-test.
..............\configure.ac
..............\generate_descriptor_proto.sh
..............\install-sh
..............\autogen.sh
..............\missing
..............\README.txt
..............\CONTRIBUTORS.txt
..............\java
..............\....\README.txt
..............\....\src
..............\....\...\test
..............\....\...\....\java
..............\....\...\....\....\com
..............\....\...\....\....\...\......\protobuf
..............\....\...\....\....\...\......\........\UnknownFieldSetTest.java
..............\....\...\....\....\...\......\........\MessageTest.java
..............\....\...\....\....\...\......\........\TextFormatTest.java
..............\....\...\....\....\...\......\........\TestUtil.java
..............\....\...\....\....\...\......\........\DescriptorsTest.java
..............\....\...\....\....\...\......\........\AbstractMessageTest.java
..............\....\...\....\....\...\......\........\CodedInputStreamTest.java
..............\....\...\....\....\...\......\........\GeneratedMessageTest.java
..............\....\...\....\....\...\......\........\ServiceTest.java
..............\....\...\....\....\...\......\........\WireFormatTest.java
..............\....\...\....\....\...\......\........\multiple_files_test.proto
..............\....\...\....\....\...\......\........\CodedOutputStreamTest.java
..............\....\...\....\....\...\......\........\LiteTest.java
..............\....\...\....\....\...\......\........\DynamicMessageTest.java
..............\....\...\main
..............\....\...\....\java
..............\....\...\....\....\com
..............\....\...\....\....\...\......\protobuf
..............\....\...\....\....\...\......\........\Service.java
..............\....\...\....\....\...\......\........\UninitializedMessageException.java
..............\....\...\....\....\...\......\........\RpcUtil.java
..............\....\...\....\....\...\......\........\AbstractMessageLite.java
..............\....\...\....\....\...\......\........\RpcChannel.java
..............\....\...\....\....\...\......\........\WireFormat.java
..............\....\...\....\....\...\......\........\InvalidProtocolBufferException.java
..............\....\...\....\....\...\......\........\AbstractMessage.java
..............\....\...\....\....\...\......\........\Message.java
..............\....\...\....\....\...\......\........\FieldSet.java
..............\....\...\....\....\...\......\........\CodedInputStream.java
..............\....\...\....\....\...\......\........\CodedOutputStream.java
..............\....\...\....\....\...\......\........\UnknownFieldSet.java
..............\....\...\....\....\...\......\........\RpcController.java
..............\....\...\....\....\...\......\........\ByteString.java
..............\....\...\....\....\...\......\........\Internal.java
..............\....\...\....\....\...\......\........\BlockingRpcChannel.java
..............\....\...\....\....\...\......\........\GeneratedMessage.java
..............\....\...\....\....\...\......\........\BlockingService.java
..............\....\...\....\....\...\......\........\Descriptors.java
..............\....\...\....\....\...\......\........\ServiceException.java
..............\....\...\....\....\...\......\........\TextFormat.java
..............\....\...\....\....\...\......\........\DynamicMessage.java
..............\....\...\....\....\...\......\........\ExtensionRegistryLite.java
..............\....\...\....\....\...\......\........\GeneratedMessageLite.java
..............\....\...\....\....\...\......\........\MessageLite.java
..............\....\...\....\....\...\......\........\ProtocolMessageEnum.java
..............\....\...\....\....\...\......\........\RpcCallback.java
..............\....\...\....\....\...\......\........\ExtensionRegistry.java
..............\....\pom.xml
..............\depcomp
..............\INSTALL.txt
..............\vsprojects
..............\..........\libprotoc.vcproj
..............\..........\lite-test.