搜索资源列表
简易的矩陣加密編编码法
- 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
base64src
- 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的存储空间,
HaiminCoding
- 这是一个使用visual C++ 6.0的mfc编写的海明码编码的程序,实现了海明码的编码,和一位检错。-It is a visual C 6.0 mfc prepared Haiming coding procedures, to achieve the Haiming codes, and an error.
sanpack_rsa_vs2003sln_src
- 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
Base64_src
- 学习BASE64编码时的习作,VC/MFC编写的BASE64编、解码程序源代码,通过程序界面可直接将指定文本编码或解码,速度快。也可直接将代码稍加修改用于实际应用。-learning BASE64 encoding the coursework, VC / MFC prepared BASE64 series, decoder source code through the program interface can be directly specified text encoding or
HUMA1
- 这是一个霍夫曼编码程序-This is a Huffman code program
MD5C++program
- 本程序详细演示了相关的编码过程。对研究编码的人员有很大帮助
BCHCODE
- BCH是一种纠错码,本程序用于对信源进行编码
morse
- 用C++编写的小程序,可将莫尔斯编码转换为英文
SDESandRSA
- 而SDES是简单的des算法版本,具体算法根据《密码编码学与网络安全》里面的描述 程序里面的RSA设计有缺点: 由于密钥的生成是从小的开始循环来寻找,导致2个密钥1个大,1个小(通常为个位数)。由于时间比较紧迫,没来得及修正。
encodeAndDecode
- rc4加密的编码和解码程序。可以直接运行测试通过
Huffman
- 用Huffman编码进行的加密,解密程序
MIME(Quoted-Printable & Base64) 编码解码程序
- MIME(Quoted-Printable & Base64) 编码解码程序-MIME (Quoted-Printable Base64) codec procedures
密码编码学——加密方法的C与C++实现
- 密码编码学——加密方法的C与C++实现,该程序最好在VC环境下编译-cryptographers -- encryption methods of C and C to achieve the best procedures in the VC environment compiler
SuperBase64ED
- 这是一个手机编程和邮件编程常用到的一个编码技术函数,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
kaisajiami
- 编写凯撒加密、解密编码程序 要求:1)分别实现对文字和对文件的加密和解密 2)密钥由用户输入-Writing Caesar encryption, decryption, encoding process requires: 1) are the files to realize the text and the encryption and decryption 2) key input by the user
decode(BASE64)
- Base64的编码程序 基于VC++编写的-Base64 encoding program written with VC++
EasyEcforCMD
- 命令行Encode编码程序,支持3种编码方式 ascii、xor和base64,支持参数和文件2种输入输出方式,方便Shell编程-Command line encoder program supports three kinds of encoding, two kinds of input and output parameters and file support to facilitate Shell Programming
g729p
- 语音压缩编码中的g729p编码程序-Speech vocoder program comply to ITU G729 annex P-Speech vocoder program comply to ITU G729 annex P
crc16
- CRC-16的编码程序,这个程序比较简洁,容易明白。- CRC-16 coding program, this procedure is relatively simple and easy to understand.