-
LZW字典编解码
LZW编码是围绕称为词典的转换表来完成的。这张转换表用来存放称为前缀(Prefix)的字符序列,并且为每个表项分配一个码字(Code word),或者叫做序号。这张转换表实际上是把8位ASCII字符集进行扩充,增加的符号用来表示在文本或图像中出现的可变长度ASCII字符串。扩充后的代码可用9位、10位、11位、12位甚至更多的位来表示。
- 2023-06-26 06:05:04下载
- 积分:1
-
二维码识别
随着二维码的不断发展,生活中有越来越多的二维码识别程序,本程序识别典型的二维码,为本人课程设计时写的代码,在识别时仅识别典型的二维码。
- 2022-06-20 01:15:19下载
- 积分:1
-
存UTF8格式文件
存UTF8格式文件-deposit UTF8 format
- 2022-02-21 00:46:51下载
- 积分:1
-
使用BCB5开发的一个简单的3DES演示,文件是用密文潜水…
使用的是BCB5开发的一个简单的3DES的DEMO,对文件采用的是密文挪用来处理短块。-Using BCB5 developed a simple 3DES of DEMO, the document is used ciphertext diverted to deal with the short block.
- 2023-03-18 18:15:03下载
- 积分:1
-
uthash 是一个C语言的哈希表,支持各种结构类型的存储、添加、删除,这些操作都在固定的时间完成,跟哈希表本身的大小无关。键也可以是任何类型的数据。...
uthash 是一个C语言的哈希表,支持各种结构类型的存储、添加、删除,这些操作都在固定的时间完成,跟哈希表本身的大小无关。键也可以是任何类型的数据。-is a C language uthash the hash table to support a variety of structural types of storage, add, delete, these operators are in a fixed time to complete, with the hash table size in itself has nothing to do. Keys can also be any type of data.
- 2022-07-09 02:00:59下载
- 积分:1
-
I have written a Vigenere encryption program by myself.Out of question,it is wor...
自己写的一个Vigenere加密算法.不用多说了吧,值得收藏,特别是对于初学者.-I have written a Vigenere encryption program by myself.Out of question,it is worth to be collection especially by the beginner.
- 2022-03-18 12:44:13下载
- 积分:1
-
SHA 256 encryption algorithm, better than the MD5 algorithm better algorithm, we...
SHA 256 加密算法,比 MD5 更好的算法更好的算法,希望对大家有帮助-SHA 256 encryption algorithm, better than the MD5 algorithm better algorithm, we hope to help
- 2022-10-23 11:20:04下载
- 积分:1
-
凯撒密码
用Caesar算法实现文本加密的程序
- 2022-02-25 12:00:07下载
- 积分:1
-
用C语言求解经典逻辑推理题
用C语言求解经典逻辑推理题-Solving with C language that classical logic
- 2022-10-04 14:25:02下载
- 积分:1
-
RC2算法源代码
RC2算法源代码-RC2 algorithm source code
- 2022-02-22 06:51:43下载
- 积分:1