-
对于这个问题的实现、刚刚给过一个程序,突然想起另外一种简单一些的方法,一并给出[笔者长期从事移动通信系统的无线链路调制与解调、物理层实现方面的工作。在移动通信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
-
document to another, encrypted document to another document, document encryption...
文件加码,文件加密文件加 码,文件加密文件加码,文件加密-document to another, encrypted document to another document, document encryption coded document, document encryption document to another, Encryption document to another, encrypted document to another document, document encryption
- 2022-04-06 09:20:38下载
- 积分:1
-
MD5生成器,可以生成字符串或文件的MD5值
MD5生成器,可以生成字符串或文件的MD5值-MD5 Generator can generate the MD5 string or document the value of
- 2023-04-30 22:10:03下载
- 积分:1
-
用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数...
用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数-Using MFC to achieve for any length of document MD5 encryption, receive the standard 32-bit hexadecimal number
- 2022-07-13 13:07:32下载
- 积分:1
-
IBE加密算法的入门文章Identity
IBE加密算法的入门文章Identity-Based Encryption from the Weil Pairing-IBE encryption algorithm of the article Introduction to Identity-Based Encryption from the Weil Pairing
- 2022-07-04 15:47:08下载
- 积分:1
-
one of example about hardware design language
one of example about hardware design language
- 2022-03-30 12:23:48下载
- 积分:1
-
数字电影打包加密软件
本软件设计一共分为两个模块:打包加密模块和发行模块。Ø 打包加密模块:实现视频文件的打包加密,音频文件的打包,CPL文件生成,PKL文件生成和创建一个本地资产映射文件MAP.asmap(管理有关影片及密钥相关信息用于发行)。Ø 发行模块:读取MAP.asmap中内容,根据encrypt一项判断视频是否加密。若加密根据MAP.asmap中相关内容和要发行的机器证书文件生成KDM文件和ASSETMAP,若未加密则只生成ASSETMAP文件。
- 2023-08-29 03:05:09下载
- 积分:1
-
libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法(
libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。 -libGringotts is small, is easy to use, the entire line
regulation C language storehouse, at first is the Gringotts
development. Its goal is the data seal in an encryption and in the
compression document. It uses the encryption algorithm ((RIJNDAEL
12.8/256, million SERPENT, TWOFISH, CAST256, SAFER, LOKI97, uses in
3DES which encrypts, as well as Hasche function SHA1 and RIPEMD-160)
guarantee the data to be as far as possible safe, and the permission
user to all uses encryption, the Hasche function and the compression
algorithm has the complete control.
- 2022-01-31 22:59:14下载
- 积分:1
-
openssl-1.0.1g的VS工程
本压缩包为2014年4月7日OpenSSL发布的OpenSSL 1.0.1g的VS工程包,包含在VS下编译所需的所有文件,并在VS2008环境下进行了编译测试。
- 2023-01-30 11:30:06下载
- 积分:1
-
sha1的快速实现
用c语言实现的sha1,速度很快,和普通的sha1不同
- 2023-04-10 03:55:03下载
- 积分:1