搜索资源列表
gads
- #include <stdio.h> unsigned long int crc32_table[256] unsigned long int ulPolynomial = 0x04c11db7 unsigned long int Reflect(unsigned long int ref, char ch) { unsigned long int value(0) // 交换bit0和bit7,bit1和bit6,类推 for(int i = 1
mp3-AT89C51SND1C
- AT89C51SND1具有以下功能: *MP3硬件解码器 -单独的MP3解码器 -支持48,44.1, 32, 24, 22.05, 16KHz采样频率 -左右声道独立的音量控制(软件使用31级) -重低音、中音、高音均衡控制(31级) -重低环绕声效果 -辅助数据输出 -“CRC错误”和“MPEG帧同步”指示-AT89C51SND1 has the following functions : * MP3 decoder hardware-alone MP3 dec
24位CRC校验算法
- 分别用三种方法依次实现了24位CRC算法
crc24
- 进行LTE的CRC的添加程序,在lTE系统的链路级仿真中,发端的设计编程。属于LTE CRC附着器。-CRCA,CRCB,LTE
CRCM
- CRC MATLAB 源程序,包括了CRC添加功能,输出直接为已添加CRC的数据,CRC8,16,24!-CRC MATLAB source code, including CRC add functionality, the output directly to the CRC of the data has been added, CRC8, 16,24!
msp430
- msp430 实验代码 1,MSP430开发基础 2,键盘设计 3,数码管显示电路设计 4,液晶模块接口 5,MSP430 CRC 6,中文输入法 7,数据压缩算法 8,FIR滤波 9,FFT算法 10,波特率自动识别 11,串行存储 12;NAND flash 接口 13;A/ D,TLV2541 14;DA DAC8830 15;ADS1241 16;温度 TMP100 17;定时器 DAC
Desktop
- crc校验码verilog代码,24bits,按原理写的代码-cyclic redundancy check 24 bits verilog
crc
- 添加不同校验比特个数下的CRC校验,包括8,16,24个校验比特-Different number of parity bits added under the CRC checksum, parity bits, including 8,16,24 months
Crc24
- CRC 24 code python for calculate result
libfcoe
- Max MTU for FCoE: 14 (FCoE header) + 24 (FC header) + 2112 (max FC payload) + 4 (FC CRC) + 4 (FCoE trailer) = 2158 bytes.
libfcoe
- Max MTU for FCoE: 14 (FCoE header) + 24 (FC header) + 2112 (max FC payload) + 4 (FC CRC) + 4 (FCoE trailer) = 2158 bytes.
TEST4.24
- LabVIEW源码,可完成串口通信,CRC校验,数据处理保存绘图等功能-LabVIEW source code, to be completed by serial communication, CRC checking, data processing and other functions save the drawing
CRC
- 对信息传输比特进行24位CRC比特添加,用于接收数据的检测-Transmission of the information bits CRC 24 bits are added, for receiving data detected
CRC校验算法
- 包含8位、12位、16位、24位CRC校验算法,5G、4G物理层设计可参考