CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序

文件名称:msgpack-c

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-09-20
  • 文件大小:
    803.95kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

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/
msgpack-c-master/.gitignore
msgpack-c-master/.gitmodules
msgpack-c-master/.travis.yml
msgpack-c-master/CHANGELOG.md
msgpack-c-master/CMakeLists.txt
msgpack-c-master/COPYING
msgpack-c-master/Doxyfile
msgpack-c-master/Files.cmake
msgpack-c-master/LICENSE_1_0.txt
msgpack-c-master/NOTICE
msgpack-c-master/QUICKSTART-C.md
msgpack-c-master/QUICKSTART-CPP.md
msgpack-c-master/README.md
msgpack-c-master/appveyor.yml
msgpack-c-master/ci/
msgpack-c-master/ci/build_cmake.sh
msgpack-c-master/erb/
msgpack-c-master/erb/v1/
msgpack-c-master/erb/v1/cpp03_define_array.hpp.erb
msgpack-c-master/erb/v1/cpp03_define_array_decl.hpp.erb
msgpack-c-master/erb/v1/cpp03_define_map.hpp.erb
msgpack-c-master/erb/v1/cpp03_define_map_decl.hpp.erb
msgpack-c-master/erb/v1/cpp03_msgpack_tuple.hpp.erb
msgpack-c-master/erb/v1/cpp03_msgpack_tuple_decl.hpp.erb
msgpack-c-master/erb/v1/cpp03_zone.hpp.erb
msgpack-c-master/erb/v1/cpp03_zone_decl.hpp.erb
msgpack-c-master/example/
msgpack-c-master/example/CMakeLists.txt
msgpack-c-master/example/boost/
msgpack-c-master/example/boost/CMakeLists.txt
msgpack-c-master/example/boost/msgpack_variant_capitalize.cpp
msgpack-c-master/example/boost/msgpack_variant_mapbased.cpp
msgpack-c-master/example/c/
msgpack-c-master/example/c/CMakeLists.txt
msgpack-c-master/example/c/lib_buffer_unpack.c
msgpack-c-master/example/c/simple_c.c
msgpack-c-master/example/c/speed_test_uint32_array.c
msgpack-c-master/example/c/speed_test_uint64_array.c
msgpack-c-master/example/c/user_buffer_unpack.c
msgpack-c-master/example/cpp03/
msgpack-c-master/example/cpp03/CMakeLists.txt
msgpack-c-master/example/cpp03/class_intrusive.cpp
msgpack-c-master/example/cpp03/class_intrusive_map.cpp
msgpack-c-master/example/cpp03/class_non_intrusive.cpp
msgpack-c-master/example/cpp03/custom.cpp
msgpack-c-master/example/cpp03/enum.cpp
msgpack-c-master/example/cpp03/map_based_versionup.cpp
msgpack-c-master/example/cpp03/protocol.cpp
msgpack-c-master/example/cpp03/protocol_new.cpp
msgpack-c-master/example/cpp03/reuse_zone.cpp
msgpack-c-master/example/cpp03/simple.cpp
msgpack-c-master/example/cpp03/speed_test.cpp
msgpack-c-master/example/cpp03/speed_test_nested_array.cpp
msgpack-c-master/example/cpp03/stream.cpp
msgpack-c-master/example/cpp11/
msgpack-c-master/example/cpp11/CMakeLists.txt
msgpack-c-master/example/cpp11/container.cpp
msgpack-c-master/example/cpp11/non_def_con_class.cpp
msgpack-c-master/external/
msgpack-c-master/external/boost/
msgpack-c-master/external/boost/predef/
msgpack-c-master/external/boost/preprocessor/
msgpack-c-master/include/
msgpack-c-master/include/msgpack.h
msgpack-c-master/include/msgpack.hpp
msgpack-c-master/include/msgpack/
msgpack-c-master/include/msgpack/adaptor/
msgpack-c-master/include/msgpack/adaptor/adaptor_base.hpp
msgpack-c-master/include/msgpack/adaptor/adaptor_base_decl.hpp
msgpack-c-master/include/msgpack/adaptor/array_ref.hpp
msgpack-c-master/include/msgpack/adaptor/array_ref_decl.hpp
msgpack-c-master/include/msgpack/adaptor/bool.hpp
msgpack-c-master/include/msgpack/adaptor/boost/
msgpack-c-master/include/msgpack/adaptor/boost/fusion.hpp
msgpack-c-master/include/msgpack/adaptor/boost/msgpack_variant.hpp
msgpack-c-master/include/msgpack/adaptor/boost/msgpack_variant_decl.hpp
msgpack-c-master/include/msgpack/adaptor/boost/optional.hpp
msgpack-c-master/include/msgpack/adaptor/boost/string_ref.hpp
msgpack-c-master/include/msgpack/adaptor/carray.hpp
msgpack-c-master/include/msgpack/adaptor/char_ptr.hpp
msgpack-c-master/include/msgpack/adaptor/check_container_size.hpp
msgpack-c-master/include/msgpack/adaptor/check_container_size_decl.hpp
msgpack-c-master/include/msgpack/adaptor/cpp11/
msgpack-c-master/include/msgpack/adaptor/cpp11/array.hpp
msgpack-c-master/include/msgpack/adaptor/cpp11/array_char.hpp
msgpack-c-master/include/msgpack/adaptor/cpp11/array_unsigned_char.hpp
msgpack-c-master/include/msgpack/adaptor/cpp11/forward_list.hpp
msgpack-c-master/include/msgpack/adaptor/cpp11/reference_wrapper.hpp
msgpack-c-master/include/msgpack/adaptor/cpp11/shared_ptr.hpp
msgpack-c-master/include/msgpack/adaptor/cpp11/tuple.hpp
msgpack-c-master/include/msgpack/adaptor/cpp11/unique_ptr.hpp
msgpack-c-master/include/msgpack/adaptor/cpp11/unordered_map.hpp
msgpack-c-master/include/msgpack/adaptor/cpp11/unordered_set.hpp
msgpack-c-master/include/msgpack/adaptor/define.hpp
msgpack-c-master/include/msgpack/adaptor/define_decl.hpp
msgpack-c-master/include/msgpack/adaptor/deque.hpp
msgpack-c-master/include/msgpack/adaptor/ext.hpp
msgpack-c-master/include/msgpack/adaptor/ext_decl.hpp
msgpack-c-master/include/msgpack/adaptor/fixint.hpp
msgpack-c-master/include/msgpack/adaptor/fixint_decl.hpp
msgpack-c-master/include/msgpack/adaptor/float.hpp
msgpack-c-master/include/msgpack/adaptor/int.hpp
msgpack-c-master/include/msgpack/adaptor/int_decl.hpp
msgpack-c-master/include/msgpack/adaptor/list.hpp
msgpack-c-master/include/msgpack/adaptor/map.hpp
msgpack-c-master/include/msgpack/adaptor/map_decl.hpp
msgpack-c-master/include/msgpack/adaptor/msgpack_tuple.hpp
msgpack-c-master/include/msgpack/adaptor/msgpack_tuple_decl.hpp
msgpack-c-master/include/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com