搜索资源列表
CRC ANSI X3.66
- 32位CRC循环冗余源代码 符合ANSI X3.66标准,运用于CCITT s X.25协议-32 Cyclic Redundancy source code conforms to the ANSI X3.66 standard, used CCITT s X.25
wavtoother_src
- wav 到其他音频格式的转换..wav->wm speech, wmaudio,lac2,lernout,ima adpcm,pcm,gsm,ccitta ,ccitt u,mpep 3-wav to other audio format conversion .. wav -
CRC16_D8.v
- 完成ccitt crc的校验。针对hdlc协议控制器编写的crc校验模块。通过了仿真测试
CCITT_CRC
- CCITT的CRC检验代码。不是很难,但也是心血所结-CCITT The CRC check code. Is not difficult, but also efforts by the knot! ! !
crc
- 用VC++6编写的CRC校验小程序,有操作界面,可直接输入需要校验的十六进制数据-With VC++ 6 prepared CRC checksum applet, there are user interface, can be directly input hexadecimal checksum data
E1-FramerDeframer
- E1 Framer/Deframer,E1 framer Deframer core implements CCITT (ITU) recommedations G.704,G.706 and G.732 for 30 channel multiplexed E1 stream at 2.048Mbps rate. Note:This project is part of the OpenStacks initiative at the Telecom Software Laborator
VBCRC
- 循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准: ①CRC-12码; ②CRC-16码; ③CRC-CC
0626C2
- 计算xk+1除CRC-CCITT后的余式,k从1到32768-Xk+1 In addition to calculating the CRC-CCITT after more than style, k from 1-32768
CRC
- 使用C开发的一个计算循环冗余码的程序,希望对大家有用-Use C to develop a calculation of cyclical redundancy procedures, in the hope that useful to everybody
CRC
- The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula- tion includes all bytes of the frame. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the data word. This is the opposite
crc_peripheral
- -- crc.vhd -- Used for calculation of CRC16-CCITT -- Intended use is as custom peripheral for Nios processor -- When address is logic 0 => -- Internal CRC register is initialised with write_data value -- When address is logic 1 =>
VB
- 1、掌握循环冗余校验码的生成原理; 2、了解CRC校验程序有两种办法:一种为计算法,一种为查表法; 3、进一步掌握VB编程CRC校验程序; 4、用查表法计算CRC码的VB程序设计,生成多项式为CRC- CCITT; -A master cyclic redundancy check code generation principle 2, understand the CRC checking of program in two ways: one for the calcul
CRC-CCITT
- CRC-CCITT 16校验 带数据位检测-CRC-CCITT 16 data bits with parity detection
QCRC
- qt下CRC-CCITT生成算法,可以选择文件进行计算CRC的值.-the CRC-CCITT algorithm under qt,it can select a file to calculate the CRC value.
crc16CCITT
- 自己用verilog编写的crc16-ccitt码的产生,是并行的。-Crc16-ccitt code written in verilog generate parallel.
CRC16-CCITT
- CRC16-CCITT算法源代码,我的工程使用正确,没问题-CRC16-CCITT algorithm source code, my project used correctly, no problem
crc_ccitt
- Checksum algorithm CRC CCI-Checksum algorithm CRC CCITT
Class1
- 循环冗余检验(CRC-16-CCITT)类,包括两个函数:得到检验码;判断数据是否符合CRC。 -Cyclic redundancy check (CRC- 16- CCITT) class, including two functions: the tested code To judge whether data conforms to the CRC.