文件名称:msgpack-c
- 所属分类:
- 其他小程序
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-09-20
- 文件大小:
- 804kb
- 下载次数:
- 0次
- 提 供 者:
- Evite******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it s faster and smaller. Small integers are encoded into a single byte while typical short strings require only one extra byte in addition to the strings themselves.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
msgpack-c-master
................\.gitignore
................\.gitmodules
................\.travis.yml
................\CHANGELOG.md
................\CMakeLists.txt
................\COPYING
................\Doxyfile
................\Files.cmake
................\LICENSE_1_0.txt
................\NOTICE
................\QUICKSTART-C.md
................\QUICKSTART-CPP.md
................\README.md
................\appveyor.yml
................\ci
................\..\build_cmake.sh
................\erb
................\...\v1
................\...\..\cpp03_define_array.hpp.erb
................\...\..\cpp03_define_array_decl.hpp.erb
................\...\..\cpp03_define_map.hpp.erb
................\...\..\cpp03_define_map_decl.hpp.erb
................\...\..\cpp03_msgpack_tuple.hpp.erb
................\...\..\cpp03_msgpack_tuple_decl.hpp.erb
................\...\..\cpp03_zone.hpp.erb
................\...\..\cpp03_zone_decl.hpp.erb
................\example
................\.......\CMakeLists.txt
................\.......\boost
................\.......\.....\CMakeLists.txt
................\.......\.....\msgpack_variant_capitalize.cpp
................\.......\.....\msgpack_variant_mapbased.cpp
................\.......\c
................\.......\.\CMakeLists.txt
................\.......\.\lib_buffer_unpack.c
................\.......\.\simple_c.c
................\.......\.\speed_test_uint32_array.c
................\.......\.\speed_test_uint64_array.c
................\.......\.\user_buffer_unpack.c
................\.......\cpp03
................\.......\.....\CMakeLists.txt
................\.......\.....\class_intrusive.cpp
................\.......\.....\class_intrusive_map.cpp
................\.......\.....\class_non_intrusive.cpp
................\.......\.....\custom.cpp
................\.......\.....\enum.cpp
................\.......\.....\map_based_versionup.cpp
................\.......\.....\protocol.cpp
................\.......\.....\protocol_new.cpp
................\.......\.....\reuse_zone.cpp
................\.......\.....\simple.cpp
................\.......\.....\speed_test.cpp
................\.......\.....\speed_test_nested_array.cpp
................\.......\.....\stream.cpp
................\.......\cpp11
................\.......\.....\CMakeLists.txt
................\.......\.....\container.cpp
................\.......\.....\non_def_con_class.cpp
................\external
................\........\boost
................\........\.....\predef
................\........\.....\preprocessor
................\include
................\.......\msgpack.h
................\.......\msgpack.hpp
................\.......\msgpack
................\.......\.......\adaptor
................\.......\.......\.......\adaptor_base.hpp
................\.......\.......\.......\adaptor_base_decl.hpp
................\.......\.......\.......\array_ref.hpp
................\.......\.......\.......\array_ref_decl.hpp
................\.......\.......\.......\bool.hpp
................\.......\.......\.......\boost
................\.......\.......\.......\.....\fusion.hpp
................\.......\.......\.......\.....\msgpack_variant.hpp
................\.......\.......\.......\.....\msgpack_variant_decl.hpp
................\.......\.......\.......\.....\optional.hpp
................\.......\.......\.......\.....\string_ref.hpp
................\.......\.......\.......\carray.hpp
................\.......\.......\.......\char_ptr.hpp
................\.......\.......\.......\check_container_size.hpp
................\.......\.......\.......\check_container_size_decl.hpp
................\.......\.......\.......\cpp11
................\.......\.......\.......\.....\array.hpp
................\.......\.......\.......\.....\array_char.hpp
................\.......\.......\.......\.....\array_unsigned_char.hpp
................\.......\.......\.......\.....\forward_list.hpp
................\.......\.......\.......\.....\reference_wrapper.hpp
................\.......\.......\.......\.....\shared_ptr.hpp
................\.......\.......\.......\.....\tuple.hpp
.........