搜索资源列表
tlv
- TLV算法实现数据压缩解压源码(内附测试)
TLV协议开发
- 这个是TLV协议的规范,定义头部和体部,以及传输的细节
TLVDecode_src
- TLVDecode src TLV source code-TLVDecode_src.rar
tlv.tar
- BER-TLV格式编码:解码、编码源码。目前在很多行业都有应用。-BER-TLV format for encoding: decoding, encoding source. Currently have applications in many industries.
TLV
- TLV source code - Tag Length Value. Protocol layer of SmartCard standart
TMSX28xx
- X28xx功能单元使用.doc 例1、初始化锁相环及外设时钟函数 例2、.cmd格式文件举例 例3、定时器中断应用举例 例4、利用事件管理器输出多种频率的正弦信号输出例程 例5、SPI和DAC TLV 5617接口例程 例6、CAN总线消息发送例程 例7、使用FIFO缓冲发送数据 例8、使用FIFO缓冲接收数据 例9、ADC应用举例 -Functional unit X28xx use. Doc Cases 1, phase-locked
tlv-source
- Embedded basic trace log viewer for windows mobile gsm/gprs data
SNMP
- 用Java实现的SNMP网络管理协议模型,可进行TLV编码和解码,-a SNMP Model in Java,you can encode and decode TLV using it
tlv
- TLV格式数据读写接口实现,实现了添加,删除,修改和查询功能-TLV data s input and output interface
AciAudioClks_TB
- Audio Codecs Clks synth for tlv
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.
TLV(201108021436)
- TLV结构的构建及解析,查找,取值等功能,可以用ASCII方式查询也可以用BCD码方式查询。-TLV struct create,find and get vaule.....
tlv
- 对tlv的解析 是我同事写的一个代码 有需要的可以下载-tlv opreater
tlv
- brief dB conversion functions from control TLV information.
EMV-TLV
- PBOC ENV TLV解析工具,方便解決問題-PBOC ENV the TLV analytical tools, convenient to solve the problem
TLV
- TLV包括TLV编码和解码实现代码,以及TLV相关说明资料,值得学习TLV的人一看-TLV TLV encoding and decoding, including code, and related explanatory information TLV, TLV s worth learning a glance
TLV
- 适合在单片机环境下使用的TLV解包组包功能,占用资源很少(代码本身其实与运行环境无关,可直接在WINDOWS与LINUX下使用)-Suitable for use in single-chip environment group TLV unpack package features a small footprint (unrelated to the code itself and the operating environment, can be used directly in the
tlv-dump
- TLV解包调试工具,可以练习数据包解包,界面操作-TLV UNPACK DATA
TLV应用层协议开发示例
- TLV应用层协议开发示例,c++ vs2013(TLV application layer protocol development example)
TLVcode
- TLV编码与解码 TLV是tag, length和value的缩写.一个基本的数据元就包括上面三个域. Tag唯一标识该数据元, length是value域的长度. Value就是数据本身了. 举个例子, 下面是一个tlv格式的AID(应用标识符)字节串”9F0607A0000000031010”, 其中9F06是tag, 07是长度, A0000000031010就是AID本身的值了. 对于程序编写人员来说,我们关心的是,如果有类似上面这样的一串TLV编码的字节串从卡片传过来, 怎么样