资源列表
[加密解密] epld_mux
说明:这是实现在4条E1接口上捆绑实现8M传输的逻辑源码,最大容错能力为100MS,对于其他线路捆绑传输也可参考!-This is the realization of the four E1 interfaces 8M tied up the realization of the logic transmission source, the largest fault-tolerant capability for 100MS, tied to other transmission lines ma<> 在 2025-06-22 上传 | 大小:1.79mb | 下载:0
[加密解密] passworkKiler
说明:用于加解密的源码,无密码设置,解压后可使用。-The source code for encryption and decryption without a password set up, after decompression can be used.<塔塔米尔> 在 2025-06-22 上传 | 大小:122kb | 下载:0
[加密解密] encrypt1
说明:该软件是为文本文件的数据安全性而编制的,它可对选定的文本文件进行加,解密操作。操作非常简便,先选定要加、解密的文本文件,再按下相应的加密、解密按钮即可。-The software is a text file of data security has been prepared, it can be selected to carry out a text file Encryption and Decryption operation. Operation is very simple, fi<Hejun> 在 2025-06-22 上传 | 大小:53kb | 下载:0
[加密解密] gudianmima
说明: 古典密码中,主要的思想为移位算法及置换算法。 1.移位密码 密钥K为整数,且取值空间为0到25;加密函数:x = x + k (mod 26);解密函数:x = x - k (mod 26)。当K=3时,为凯撒密码。 2.仿射密码 密钥对由a、b组成,整数a满足 gcd(a, 26) = 1,整数b的取值空间为0到25;加密函数:x = ax + b(mod 26);解密函数:x = a*y - a*b (mod 26)。当a=1,b=3时,为凯撒密码。 3.维吉<徐凯波> 在 2025-06-22 上传 | 大小:4kb | 下载:1
[加密解密] Huffman
说明:Huffman 编码 对文件的读入然后根据内容进行编码然后译码-Huffman coding on the document and then read the contents of decoding and then encoding<jiang zhenhua> 在 2025-06-22 上传 | 大小:595kb | 下载:0