搜索资源列表

  1. base64

    0下载:
  2. * BASE64编码规则:将一组连续的字节数据按6个bit位进行分组,然后对每组数据用 * 一个ASICC字符来表示,6个bit位最多能表示2的6次方即64个数值,这64个ASICC字符 * 就是:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", * 其中每个字符表示的数值就是该字符在上面的排列中对应的索引号, * BASE64
  3. 所属分类:GPS编程

    • 发布日期:2024-05-05
    • 文件大小:4096
    • 提供者:david
  1. Base64

    0下载:
  2. base64编码算法 base64编码算法-base64 encoding algorithm for base64 encoding algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:
  1. BASE64

    0下载:
  2. 易语言代码:一个用易语言写的BASE64编码解码的例子,实现了用易语言编写原始加密算法,可以作为很好的借鉴-Easy language code: one using easy language to write the BASE64 codec example, using easy to realize the original language encryption algorithm can be used as a good
  3. 所属分类:易语言编程

    • 发布日期:2024-05-05
    • 文件大小:11264
    • 提供者:谢东
  1. base64

    0下载:
  2. base64 功能,在linux和dev 都可以运行-base64 functions in linux and dev can run
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-05
    • 文件大小:113664
    • 提供者:billhart
  1. Base64

    0下载:
  2. Base64编码算法, 可以分别对字符串和文件进行编码/解码,带进度条, 内含VC++6.0源码
  3. 所属分类:加密解密

    • 发布日期:2024-05-05
    • 文件大小:49152
    • 提供者:张鲁夺
  1. base64

    0下载:
  2. base64编解码代码,实现base64的编译码功能 。-base64 codec code, the realization of the base64 encoding and decoding functions.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:zk
  1. Base64

    0下载:
  2. base64编码解码,vc6,主要用了base64编码解码的类-base64 encoding decoding, vc6, mainly used base64 codec class
  3. 所属分类:加密解密

    • 发布日期:2024-05-05
    • 文件大小:38912
    • 提供者:Ryan
  1. base64-des-shmem-seg

    0下载:
  2. 包括BASE64编码的C语言实现,DES加密的C实现,共享内存,信号量的C实现-Including BASE64 encoding realize the C language, DES encryption realize C, shared memory, semaphores realize the C
  3. 所属分类:加密解密

    • 发布日期:2024-05-05
    • 文件大小:6144
    • 提供者:huangyifang
  1. base64

    0下载:
  2. Base64编码方法及例程,其功能和方法都在文件的开头部分说明。-Base64 encoding methods and routines, its functions and methods at the beginning of the document part.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:lihan
  1. Base64

    0下载:
  2. 一个很好的解码工具,方便对源码和Base64码之间进行互转。-A good decoding tools, to facilitate the source code and the Base64 conversion between.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-05
    • 文件大小:12288
    • 提供者:sorber
  1. base64

    0下载:
  2. C++下的base64编码,能够支持任何数据进行base64编码。 -C++ Under the base64 encoding, can support any data base64 encoding.
  3. 所属分类:加密解密

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:xuming
  1. base64

    0下载:
  2. base64加密解密,c语言实现. 方便移植。-base64 encryption and decryption, c language. facilitate the transplant.
  3. 所属分类:加密解密

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:
  1. base64

    0下载:
  2. Base64算法C++实现 Base64算法C++实现-Base64 algorithm C++ Achieve Base64 algorithm C++ Achieve
  3. 所属分类:加密解密

    • 发布日期:2024-05-05
    • 文件大小:352256
    • 提供者:guo
  1. Base64

    0下载:
  2. 主要功能: 1、可将Base64文件解码; 2、可将一般文件进行Base64编码。-Main functions: 1, may decode Base64 files 2, can be generally Base64 encoded file.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:27648
    • 提供者:我保密
  1. base64

    0下载:
  2. Base64 加密解密。 用C语言实现。 方便移植。-Base64 encryption and decryption. Using C language. Facilitate the transplant.
  3. 所属分类:加密解密

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:liangyong
  1. base64

    0下载:
  2. 实现base64的编码编码和解码,可以作为模块嵌入到你的程序中。-Realize base64 encoding encoding and decoding, can serve as a module embedded in your program.
  3. 所属分类:加密解密

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:lujiashun
  1. Base64

    0下载:
  2. /** A simple base64 encoding and decoding utility class * it can also encode and decode non ASII characters such as * Chinese */ /** * This software is provided "AS IS," without a warranty of any kind.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:tulip
  1. base64

    0下载:
  2. base64加密.解密-base64 encryption. decrypted !!!!!!!!!!
  3. 所属分类:加密解密

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:没有
  1. Base64

    0下载:
  2. labview中实现base64加密及解密-labview base64 encrypt and decrypt
  3. 所属分类:加密解密

    • 发布日期:2024-05-05
    • 文件大小:30720
    • 提供者:云飞
  1. base64

    0下载:
  2. 这个源码包中包含有两个文件,一个是源文件,一个头文件。其主要功能是进行base64编解码-The source package contains two documents, one source file, a header file. Its main function is to carry out base64 codec
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:youdatao
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org