搜索资源列表
idcard15to18
- 旧的15位身份证证号,升位为18位带校验码的新的身份证号-old identity Licencia 15, or 18-for-correcting code with the new ID
CRCcr32
- 32位crc校验码的生成和校验过程,可以作为测试程序使用。-32 crc check code generation and verification process, the procedures used for testing.
(3)
- 计算法实现的CRC16位冗余校验码VB源程序,已运行,较简单,可自行美化-calculation method to achieve the CYXLIC REDUNDANCY - Redundancy Check VB source code, has been in operation for over a simple, free landscaping
crc2345
- crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送
VBVerificationCode
- 图形信息校验码识别程序: 运行环境:Windows: 源码语言:简体中文: 源码类型:编程源码- VB源码- 图象: 授权方式:免费源码: 源码
erjinzhi
- 二进制奇偶校验码
ds1302
- 采用msp430中汇编语言编写的,运行在msp430F149上的16位CRC校验码的原始程序,
CRC
- 上机实验(1)——CRC校验码(3学时) 实验要求:编写出CRC码的编码和解码程序。 (1)实验框架:CRC编码-信道传输-CRC解码。 (2)CRC编码将原始数据按照既定的生成多项式进行编码; (2)信道传输中实现模拟信道,某些位数据随机发生差错; (3)CRC解码要能准确判断是否有差错,无差错要恢复出原始数据。
FloatToByte
- 作者自己开发的 浮点数-十六进制数相互转换工具,带有校验码计算.
字符串加CRC校验
- 给任意长度的字符串,加CRC校验码的c语言算法-to arbitrary length of the string, plus CRC algorithm in C Language
校验码
- 校验码算法,可运行,加说明,例如:代码690123456789X1(共13位)校验码的计算 步骤 举例说明 1、自右向左编号 位置序号 13 12 11 10 9 8 7 6 5 4 3 2 1 代 码 6 9 0 1 2 3 4 5 6 7 8 9 X1 2、从序号2开始求出偶数 9+7+5+3+1+9=34 位上数字之和(1) 3、(1)*3=(2) 34*3=102 4、从序号3开始求出奇数 8+6+4+2+0+6=34 位上数字之和(3) 5、(2)+(3)=(4) 102+34=128
CRC.rar
- CRC校验码生成软件,试用于调试通信时做数据校验时使用,一个不错的软件,CRC Check Code generation software, the trial in the debug communication data when checking the use of, a good software
CRC
- CRC校验码的计算程序!本人原创。 C语言实现,在CFREE中通过。-Check CRC calculation procedure! C language, adopted in CFREE.
omrong
- omrong校验码,提供校验尾码用,很方便的东西.-omrong
crc
- 用vb编的crc16位校验码,有验证程序-Crc16 by vb-bit checksum for the code, there is the verification process
pro
- CRC-16 校验码 CRC-16 校验码 -CRC-16 校验码
LDPCcode
- 低密度校验码的一个源程序,希望能对大家有帮助哦-LDPC codes a source, hoping to be helpful to all of us oh
crc
- crc串,并行算法:穿行算法实现循环冗余校验码的编码 并行算法实现循环冗余校验码款速编码.-crc serial, parallel algorithms: walk through algorithm encoding cyclic redundancy check code parallel algorithm for cyclic redundancy check code section rate coding.
CRC校验码计算 1
- MOUDBUS CRC校验 已经验证了 可以使用(The MOUDBUS CRC check has been validated and can be used)
CRC_16
- 串口通讯中,根据已有数据计算出CRC校验码。(in serial communication, you can reach the CRC code according to the data)