- BinRW A .Net application whic accepts Hex file as input and returns a Bin file as output. Targetted mainly on Embedded IAP application which needs Bin file as input.
- trm_skin a set of very good smf skin file
- scope 示波器类 很好使 可以直接用 重绘了所有控件
- CopyBmpDemo vc——复制位图到剪切板\
- Simple-C-language-compiler 简单的C语言编译器
- TinyVpnDotNet 服务器需要自备
文件名称: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/
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/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.