文件名称:Base64EncodeDecode
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 10kb
- 下载次数:
- 0次
- 提 供 者:
- u*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The term Base64 refers to a specific MIME content transfer encoding. It is also used as a generic term for any similar encoding scheme that encodes binary data by treating it numerically and translating it into a base 64 representation. The particular choice of base is due to the history of character set encoding: one can choose a set of 64 characters that is both part of the subset common to most encodings, and also printable. This combination leaves the data unlikely to be modified in transit through systems, such as email, which were traditionally not 8-bit clean.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Base64EncodeDecode\App.ico
..................\AssemblyInfo.cs
..................\Base64Decoder.cs
..................\Base64Encoder.cs
..................\Form1.cs
..................\Form1.resx
..................\TestBase64.csproj
..................\TestBase64.csproj.user
..................\TestBase64.sln
..................\obj\Debug\temp
..................\...\.....\TempPE
..................\...\Release\temp
..................\...\.......\TempPE
..................\bin\Debug
..................\...\Release
..................\obj\Debug
..................\...\Release
..................\bin
..................\obj
Base64EncodeDecode
..................\AssemblyInfo.cs
..................\Base64Decoder.cs
..................\Base64Encoder.cs
..................\Form1.cs
..................\Form1.resx
..................\TestBase64.csproj
..................\TestBase64.csproj.user
..................\TestBase64.sln
..................\obj\Debug\temp
..................\...\.....\TempPE
..................\...\Release\temp
..................\...\.......\TempPE
..................\bin\Debug
..................\...\Release
..................\obj\Debug
..................\...\Release
..................\bin
..................\obj
Base64EncodeDecode