搜索资源列表
-
0下载:
C++ Base64编码/解码源代码
inline int Base64Encode(char * base64code, const char * src, int src_len = 0)
inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include \"base64.h\" 即可,编码后的长度一般比原文多占1/3的存储空间,
-
-
1下载:
LINUX环境下的LDPC代码; 有独立的编码,通道模型和解码模块; 并且有实例。-LINUX environment of LDPC code; Have independent coding, channel model and decoding module; and there are examples.
-
-
0下载:
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
-
-
0下载:
这是一个手机编程和邮件编程常用到的一个编码技术函数,Base64编码和解码动态库,支持字符串和文件的编解码工作。速度很快稳定,我的一些程序中用,现在发布。-This is a cell phone programming and e-mail program into a coding techniques commonly used functions, Base64 encoding and decoding of dynamic libraries, and documentation t
-
-
0下载:
Affinite chiffre
coding/decoding
matlab GUI
select coefficients A and B, than insert text and press button, works in both directions
-
-
0下载:
C# 编码与解码测试,VS2010工程,请使用VS2010打开-C# coding and decoding test, VS2010 project
-
-
0下载:
1. 附件中的代码用来实现ECC的编解码,其原理是利用汉明码的相关知识
2. 这里是我自己验证过的代码,当时使用的环境是VC。如果要去编译的话,可以在VS或者VC中自建工程区。-It is sample code of ecc coding and decoding. However, you need to create project yourself.
-
-
0下载:
本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
-
-
0下载:
用C语言实现DES算法的 编码和译码。简单着了。-DES algorithm in C language coding and decoding.
-
-
0下载:
base64编码算法及unbase64解码,算法优化,原创经典-Base64 coding algorithm and unbase64 decoding, algorithm optimization, original classic
-
-
0下载:
加密解密的软件 可以处理英文汉字混杂在一起的文档-coding and decoding
-
-
0下载:
完成了对英文文档的赫夫曼编码和解码工作,速度还行。CreateProbability用户创建字符的出现概率,HuffmanEnDeCoding用户根据字符概率进行文档的编码和解码工作-Completion of the English document Huffman coding and decoding, speed is also OK. User-created character CreateProbability probability, HuffmanEnDeCoding prob
-
-
0下载:
B编码C++方案,用递归的方式解决,实现编码和解码-B coding C++ programs, using a recursive solution to achieve encoding and decoding
-
-
0下载:
完整的哈弗曼编码译码程序,信息论与编码课程实验中经常用到的程序-Complete Huffman coding and decoding procedures, information theory and coding course experiments frequently used programs
-
-
0下载:
哈夫曼编码与解码,哈夫曼编码是一种重要的编码方式,该程序是用C语言,数据结构实现的-Huffman encoding and decoding,Huffman encoding is an important way of coding.need to change program is in C,the data stucture
-