文件名称:TLVDemo(1)
- 所属分类:
- .net编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-04-09
- 文件大小:
- 70kb
- 下载次数:
- 2次
- 提 供 者:
- liuru******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
TLV即Tag-Length-Value,常在IC卡与POS终端设备中通过这样的一个应用通信协议进行数据交换。在金融系统以及认证中,PBOC以及EMV的认证规范文档上面也有对TLV做了一些说明,由于认证规范都是英文文档,所以有些人可能不易于理解。首先我先介绍下什么是TLV,TLV的用途是什么,以及如何实现它的打包解包算法。-I.e. TLV Tag-Length-Value, often through the data exchange protocol such an application in the IC card and the POS terminal device. In the financial system as well as certification, PBOC and EMV certification specification documents above, there are some notes on the TLV done, because certification standards documents are in English, so some people may not be easily understood. First, let me introduce what is TLV, TLV what purpose is, and how to achieve it packing and unpacking algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TLVDemo\TLVDemo\bin\Debug\TLVDemo.exe
.......\.......\...\.....\TLVDemo.pdb
.......\.......\...\.....\TLVDemo.vshost.exe
.......\.......\...\.....\TLVLibrary.dll
.......\.......\...\.....\TLVLibrary.pdb
.......\.......\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
.......\.......\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
.......\.......\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
.......\.......\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
.......\.......\...\.....\TLVDemo.csproj.FileListAbsolute.txt
.......\.......\...\.....\TLVDemo.csprojResolveAssemblyReference.cache
.......\.......\...\.....\TLVDemo.exe
.......\.......\...\.....\TLVDemo.pdb
.......\.......\Program.cs
.......\.......\...perties\AssemblyInfo.cs
.......\.......\TLVDemo.csproj
.......\TLVDemo.sln
.......\TLVDemo.v12.suo
.......\...Library\bin\Debug\TLVLibrary.dll
.......\..........\...\.....\TLVLibrary.pdb
.......\..........\DES_Cryptographycs.cs
.......\..........\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
.......\..........\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
.......\..........\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
.......\..........\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
.......\..........\...\.....\TLVLibrary.csproj.FileListAbsolute.txt
.......\..........\...\.....\TLVLibrary.csprojResolveAssemblyReference.cache
.......\..........\...\.....\TLVLibrary.dll
.......\..........\...\.....\TLVLibrary.pdb
.......\..........\Properties\AssemblyInfo.cs
.......\..........\TLVConvert.cs
.......\..........\TLVEntity.cs
.......\..........\TLVLibrary.csproj
.......\...Demo\obj\Debug\TempPE
.......\...Library\obj\Debug\TempPE
.......\...Demo\bin\Debug
.......\.......\...\Release
.......\.......\obj\Debug
.......\...Library\bin\Debug
.......\..........\...\Release
.......\..........\obj\Debug
.......\...Demo\bin
.......\.......\obj
.......\.......\Properties
.......\...Library\bin
.......\..........\obj
.......\..........\Properties
.......\TLVDemo
.......\TLVLibrary
TLVDemo