-
LZW字典编解码
LZW编码是围绕称为词典的转换表来完成的。这张转换表用来存放称为前缀(Prefix)的字符序列,并且为每个表项分配一个码字(Code word),或者叫做序号。这张转换表实际上是把8位ASCII字符集进行扩充,增加的符号用来表示在文本或图像中出现的可变长度ASCII字符串。扩充后的代码可用9位、10位、11位、12位甚至更多的位来表示。
- 2023-06-26 06:05:04下载
- 积分:1
-
此程序为3栏栅加密算法程序,可对一段明文字符加密 作者:万艳良 单位:武汉理工大学...
此程序为3栏栅加密算法程序,可对一段明文字符加密 作者:万艳良 单位:武汉理工大学-this procedure for three fencing encryption algorithm procedures, the section expressly characters encryption Author : 10000-Yan units : Wuhan Polytechnic University
- 2022-08-12 12:11:34下载
- 积分:1
-
大素数生成算法的实现,很不错的一段程序
大素数生成算法的实现,很不错的一段程序-large prime number generation algorithm to achieve a very good procedures
- 2022-02-05 16:12:53下载
- 积分:1
-
OpenSSL的RSA算法应用举例。是用VC写的,有实用价值。
OpenSSL的RSA算法应用举例。是用VC写的,有实用价值。-RSA algorithm of OpenSSL is used and given an example. Written with VC, there is practical value.
- 2022-05-05 19:53:18下载
- 积分:1
-
软件模拟CRC冗余校验,可以对任意长度的发送序列求16位校验和,并且可以对接收序列进行检查。有详细的中文注释,和模拟函数...
软件模拟CRC冗余校验,可以对任意长度的发送序列求16位校验和,并且可以对接收序列进行检查。有详细的中文注释,和模拟函数-simulation software CRC Redundancy Check, for any length of this sequence for 16 checksum, and to be able to receive sequence for the examination. The Chinese have detailed notes and simulation function
- 2022-01-28 23:49:16下载
- 积分:1
-
aes算法java版,包含了源码和jar文件
aes算法java版,包含了源码和jar文件-Orangk"aes algorithm java version contains source and jar files
- 2023-04-30 04:25:04下载
- 积分:1
-
The use of OpenSSL to achieve file encryption
运用 OpenSSL 实现对文件加密-The use of OpenSSL to achieve file encryption
- 2022-12-16 21:45:03下载
- 积分:1
-
使用crypt api创建一个会话密钥。 在这个例子中使用了一个168位的3DES key
使用crypt api创建一个会话密钥。 在这个例子中使用了一个168位的3DES key-use crypt api to create a session key. In this example the use of a 168 DES key 3
- 2022-02-24 16:06:26下载
- 积分:1
-
A MD5 Source Code which can be run after translation and edition. It contains ma...
一个可以实际编译运行的 MD5算法原代码,含main调试程序。-A MD5 Source Code which can be run after translation and edition. It contains main debug program.
- 2022-03-24 17:03:23下载
- 积分:1
-
查看备份CMOS设置
查看备份CMOS设置 - Examined backup CMOS establishes
- 2023-03-18 04:05:04下载
- 积分:1