-
二维码识别
随着二维码的不断发展,生活中有越来越多的二维码识别程序,本程序识别典型的二维码,为本人课程设计时写的代码,在识别时仅识别典型的二维码。
- 2022-06-20 01:15:19下载
- 积分:1
-
把信息隐藏到图片中,比加密更安全
把信息隐藏到图片中,比加密更安全-hidden message to the pictures, more secure encryption
- 2022-05-23 17:37:01下载
- 积分:1
-
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http...
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )-/* RSA Demo version 1.0* Copyright (C) 2004 Zhao Chunsheng 2004.04.25*** http://timw.126.com http://timw.yeah.net* The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual.* P, Q, N, D, E use RSATool2 generation.*/Compiler Tip : 1 : Project-Settings- Settings For (All Configuration)- C/C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h"# include "mirdef.h")# pragma
- 2023-06-13 11:35:05下载
- 积分:1
-
base64码转换程序,不够完善
base64码转换程序,不够完善-base64 code conversion, not perfect
- 2022-06-13 20:14:40下载
- 积分:1
-
加密之星(袖珍版)源代码Visual C++源代码
加密之星(袖珍版)源代码Visual C++源代码-encryption Star (pocket edition) source code Visual C source code
- 2023-06-26 04:55:03下载
- 积分:1
-
数据加密算法,凯撒,普雷费尔
零数据加密算法(数据加密算法,DEA)是对称加密算法,可能是最广泛使用的密钥系统,特别是在金融数据的安全性,最初开发的DEA是嵌入在硬件中。一般情况下,ATM(自动取款机,ATM)使用DEA。它出自IBM的研究工作,IBM有它的专利数年,但1983年以后已经过期,在公共范围,允许在特定条件和使用情况下免除专利使用费。 1997年正式通过了美国政府。DES原来的思路可以参考一下二战中德国的Enigma机,大约相同的基本思想。传统的密码加密都是由古代的观念,从循环移位,谜机器是基于扩散模糊。但原则的本质是相同的。现代DES在二进制级别做着同样的事:替代模糊,增加了分析的难度
- 2022-01-26 08:22:44下载
- 积分:1
-
字节取反
字节取反-Take anti-byte
- 2022-02-04 14:55:59下载
- 积分:1
-
加密文本编辑器 VB
加密文本编辑器 VB-encrypted text editor VB
- 2022-02-02 01:57:17下载
- 积分:1
-
Base64编解码,纯c语言,解码忽略换行符,可以直接解码邮件源码
Base64编解码,纯c语言,解码忽略换行符,可以直接解码邮件源码
- 2022-03-23 10:38:26下载
- 积分:1
-
对于这个问题的实现、刚刚给过一个程序,突然想起另外一种简单一些的方法,一并给出[笔者长期从事移动通信系统的无线链路调制与解调、物理层实现方面的工作。在移动通信G...
对于这个问题的实现、刚刚给过一个程序,突然想起另外一种简单一些的方法,一并给出[笔者长期从事移动通信系统的无线链路调制与解调、物理层实现方面的工作。在移动通信GSM系统中,我们进行语音或者业务信道解调时,都会遇到CRC的求解。通常在硬件DSP实现时,特别是40位CRC求解时候,由于生成多项式有41项,DSP最大一次能处理40位,所以使用单个寄存器会遇到一些困难,那么以下这个程序将会解决这一困难(这是针对定点DSP、C55xx的编程实现方法)。]:
-For the realization of this issue, just to have a program, suddenly reminded of another simpler way to be given [the author has long been engaged in mobile communication system modulation and demodulation of wireless links, the physical layer to achieve work. GSM in the mobile communications system, we have a voice or channel demodulation operations, it will encounter the solution of CRC. DSP hardware usually realize, especially when solving the 40 CRC, as the generation polynomial has 41, DSP can handle the largest 40, so using a single register may encounter some difficulties, then following this process will solve this One difficulty (which is for fixed-point DSP, C55xx realize programming methods). ]:
- 2022-03-14 13:54:53下载
- 积分:1