文件名称:pbc-master
- 所属分类:
- 其他小程序
- 资源属性:
- 上传时间:
- 2017-12-02
- 文件大小:
- 87kb
- 下载次数:
- 0次
- 提 供 者:
- ghhgl*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
PB文件C语言解析的说明使用方法 是c语言的(PB file C language analysis)
相关搜索: pb格式数据
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
pbc-master | ||
pbc-master\.gitignore | 81 | 2017-03-02 |
pbc-master\.travis.yml | 1744 | 2017-03-02 |
pbc-master\Android.mk | 406 | 2017-03-02 |
pbc-master\Makefile | 1666 | 2017-03-02 |
pbc-master\README.md | 2244 | 2017-03-02 |
pbc-master\binding | ||
pbc-master\binding\lua | ||
pbc-master\binding\lua\Makefile | 243 | 2017-03-02 |
pbc-master\binding\lua\README.md | 2085 | 2017-03-02 |
pbc-master\binding\lua\build_ios.sh | 3947 | 2017-03-02 |
pbc-master\binding\lua\parser.lua | 9297 | 2017-03-02 |
pbc-master\binding\lua\pbc-lua.c | 26518 | 2017-03-02 |
pbc-master\binding\lua\protobuf.lua | 13502 | 2017-03-02 |
pbc-master\binding\lua\test.lua | 1005 | 2017-03-02 |
pbc-master\binding\lua\test2.lua | 563 | 2017-03-02 |
pbc-master\binding\lua\testparser.lua | 1693 | 2017-03-02 |
pbc-master\binding\lua53 | ||
pbc-master\binding\lua53\Makefile | 245 | 2017-03-02 |
pbc-master\binding\lua53\build_ios.sh | 4000 | 2017-03-02 |
pbc-master\binding\lua53\pbc-lua53.c | 20836 | 2017-03-02 |
pbc-master\binding\lua53\protobuf.lua | 11822 | 2017-03-02 |
pbc-master\binding\lua53\test.lua | 1022 | 2017-03-02 |
pbc-master\build_ios.sh | 3325 | 2017-03-02 |
pbc-master\license.txt | 1074 | 2017-03-02 |
pbc-master\pbc.h | 3621 | 2017-03-02 |
pbc-master\pbc.sln | 872 | 2017-03-02 |
pbc-master\pbc.vcxproj | 5165 | 2017-03-02 |
pbc-master\pbc.vcxproj.filters | 2395 | 2017-03-02 |
pbc-master\pbc.xcodeproj | ||
pbc-master\pbc.xcodeproj\project.pbxproj | 15676 | 2017-03-02 |
pbc-master\pbc.xcodeproj\project.xcworkspace | ||
pbc-master\pbc.xcodeproj\project.xcworkspace\contents.xcworkspacedata | 148 | 2017-03-02 |
pbc-master\pbc | ||
pbc-master\pbc\pbc-Prefix.pch | 167 | 2017-03-02 |
pbc-master\src | ||
pbc-master\src\alloc.c | 1465 | 2017-03-02 |
pbc-master\src\alloc.h | 634 | 2017-03-02 |
pbc-master\src\array.c | 2962 | 2017-03-02 |
pbc-master\src\array.h | 578 | 2017-03-02 |
pbc-master\src\bootstrap.c | 7338 | 2017-03-02 |
pbc-master\src\bootstrap.h | 206 | 2017-03-02 |
pbc-master\src\context.c | 5574 | 2017-03-02 |
pbc-master\src\context.h | 3170 | 2017-03-02 |
pbc-master\src\decode.c | 8089 | 2017-03-02 |
pbc-master\src\descriptor.pbc.h | 15059 | 2017-03-02 |
pbc-master\src\map.c | 10105 | 2017-03-02 |
pbc-master\src\map.h | 1090 | 2017-03-02 |
pbc-master\src\pattern.c | 25903 | 2017-03-02 |
pbc-master\src\pattern.h | 456 | 2017-03-02 |
pbc-master\src\proto.c | 5628 | 2017-03-02 |
pbc-master\src\proto.h | 1492 | 2017-03-02 |
pbc-master\src\register.c | 9759 | 2017-03-02 |
pbc-master\src\rmessage.c | 11307 | 2017-03-02 |
pbc-master\src\stringpool.c | 1359 | 2017-03-02 |
pbc-master\src\stringpool.h | 256 | 2017-03-02 |
pbc-master\src\varint.c | 2134 | 2017-03-02 |
pbc-master\src\varint.h | 509 | 2017-03-02 |
pbc-master\src\wmessage.c | 12182 | 2017-03-02 |
pbc-master\test | ||
pbc-master\test\addressbook.c | 2824 | 2017-03-02 |
pbc-master\test\addressbook.proto | 888 | 2017-03-02 |
pbc-master\test\array.c | 399 | 2017-03-02 |
pbc-master\test\decode.c | 1569 | 2017-03-02 |
pbc-master\test\descriptor.proto | 22215 | 2017-03-02 |
pbc-master\test\float.c | 1338 | 2017-03-02 |
pbc-master\test\float.proto | 64 | 2017-03-02 |
pbc-master\test\map.c | 1060 | 2017-03-02 |
pbc-master\test\pattern.c | 3782 | 2017-03-02 |
pbc-master\test\pbc.c | 1204 | 2017-03-02 |
pbc-master\test\readfile.h | 449 | 2017-03-02 |
pbc-master\test\test.c | 892 | 2017-03-02 |
pbc-master\test\test.proto | 109 | 2017-03-02 |
pbc-master\test\varint.c | 869 | 2017-03-02 |
pbc-master\tool | ||
pbc-master\tool\dump.c | 4304 | 2017-03-02 |