搜索资源列表
SNMP
- 用Java实现的SNMP网络管理协议模型,可进行TLV编码和解码,-a SNMP Model in Java,you can encode and decode TLV using it
tlv.tar
- BER-TLV格式编码:解码、编码源码。目前在很多行业都有应用。-BER-TLV format for encoding: decoding, encoding source. Currently have applications in many industries.
SocketTCP
- 已TLV编码格式作的tcp传输程序,支持文件的断点续传-TLV encoding format has been for the tcp transfer program, support files, HTTP
TLVDecode_bin
- TLV编码就是指先对Tag编码,再对Length编码,最后对Value编码。BER编码的长度确定的编码方式就是这样的。-TLV Tag coding means for coding the first, and then the Length coding, the last of the Value Code. Determine the BER encoded length encoding is one such.
TLVPackageDemo
- C++,C#实现TLV编码解码的源工程,很好的东西,希望对你有帮助。-C++, C# achieve TLV encoding and decoding of the source project
TLV
- TLV包括TLV编码和解码实现代码,以及TLV相关说明资料,值得学习TLV的人一看-TLV TLV encoding and decoding, including code, and related explanatory information TLV, TLV s worth learning a glance
TLVformatdescription
- 很详细的分析TLV的编码格式并给出相应的TLV解码的伪代码-this is not ture source,it is just decription the principle
TLVcode
- TLV编码与解码 TLV是tag, length和value的缩写.一个基本的数据元就包括上面三个域. Tag唯一标识该数据元, length是value域的长度. Value就是数据本身了. 举个例子, 下面是一个tlv格式的AID(应用标识符)字节串”9F0607A0000000031010”, 其中9F06是tag, 07是长度, A0000000031010就是AID本身的值了. 对于程序编写人员来说,我们关心的是,如果