CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 计算crc

搜索资源列表

  1. 16位CRC算法

    1下载:
  2. 16位CRC:生成CRC16表(256项),用于快速查表计算 // 在程序初始化时就先调用,预先生成CRC16Tab[256]查表数据-16 CRC : formation CYXLIC REDUNDANCY (256), Fast look-up table for calculation / / initialization procedure on first call, pre-generation CRC16Tab [256] Lookup Data
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:131.1kb
    • 提供者:456
  1. CRC

    0下载:
  2. 循环码编程,可以直接执行使用,免去了烦琐的计算过程
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:745.87kb
    • 提供者:ylf
  1. crc-ccitt

    0下载:
  2. 计算xk+1除CRC-CCITT后的余式,k从1到32768
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.56kb
    • 提供者:小刀
  1. crc-32

    0下载:
  2. 计算xk+1除CRC-32后的余式,k从1到32768
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4kb
    • 提供者:小刀
  1. crc16

    0下载:
  2. CRC算法,查表和直接计算 CRC算法,查表和直接计算
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.68kb
    • 提供者:jion
  1. CRCr

    0下载:
  2. crc校验源代码,我自己编写的源代码,用于计算crc校验码的生成-source code crc teaching and research,That s all,everyone knows.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:522.61kb
    • 提供者:冰色火焰
  1. CRC

    0下载:
  2. CRC的MCS-51系统的实现代码。含查表和计算两种函数。即插即用-CRC of the MCS-51 System code. With look-up table and calculation of the two functions. Plug and Play
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:1.59kb
    • 提供者:WangChao
  1. crc

    0下载:
  2. CRC16 和 26位缩短码前向纠错计算,广泛用于FFSK的调制和解调算法。-CRC16 and 26 yards shorter FEC basis, are widely used in FFSK of modulation and demodulation algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:1.26kb
    • 提供者:Alex
  1. crc

    0下载:
  2. 计算16位CRC函数之一,以前刚好写过一段时间,拿出来给和大家分享吧!(多项式可能不同,自己动下脑筋改下吧!)-16-bit CRC calculation function, one of just wrote some time ago, out to and to share it! (Polynomial may be different, their move to the next, are you thinking!)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:李生
  1. CRC

    0下载:
  2. 运用编写了《循环冗余校验(CRC)编程测试软件》,此软件主要是测试CRC计算和编程的正确与否。 文章附有源代码。-Prepared to use < Cyclic Redundancy Check (CRC) program to test the software> that this software is to test the CRC calculation and the correctness of the program. Article with the sourc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:190.17kb
    • 提供者:梁丹
  1. CRC

    0下载:
  2. crc32 循环冗余校验计算器,支持文件和字符串值计算,使用vc2005-CRC crc32 calculator, support documents and the string value, using vc2005
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:82.23kb
    • 提供者:xlt
  1. cal_crc2

    0下载:
  2. 计算CRC程序方法有以下: 1.按半字节计算CRC 2.按字节计算CRC 3.按位计算CRC 以下是程序实现的方法:-Method of calculating the CRC program are as follows: 1. Calculation of a half-byte CRC 2. Byte calculated by CRC 3. By CRC-bit computing is the process to achieve the following metho
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1.02kb
    • 提供者:aming
  1. crc_pro

    0下载:
  2. 计算CRC程序方法有以下: 1.按半字节计算CRC 2.按字节计算CRC 3.按位计算CRC 以下是程序实现的法:-Method of calculating the CRC program are as follows: 1. Calculation of a half-byte CRC 2. Byte calculated by CRC 3. By CRC-bit computing is the process to achieve the following method
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1.86kb
    • 提供者:aming
  1. EDCECC_arithmetic

    0下载:
  2. ECC/EDC算法理论:4字节检错码EDC:CD-ROM扇区中,有一个4字节共32位的EDC字域,它就是用来存放CRC码。 CD-ROM的CRC校验码生成多项式是32阶的,P(x) = (x16+x15+x2+1)(x16+x2+x+1)。 计算CRC码时用的数据块是从扇区的开头到用户数据区结束为止的数据字节,以Mode1为例, 即字节0—2063共2064个字节。将数据加上4个字节0,然后除多项式,得到的余数为校验码。 -ECC/EDC algorit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:8.95kb
    • 提供者:zhangweimin
  1. hash

    0下载:
  2. 针对文件的Md5值计算 CRC值计算 SHA值计算 的类的使用与DEMO-md5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:375.29kb
    • 提供者:陶丹丹
  1. crc-code

    0下载:
  2. 纠错算法功能包,实现简单的crc算法计算-Feature Pack correction algorithm to achieve a simple algorithm to calculate the crc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:8.67kb
    • 提供者:罗海强
  1. crc-caculator

    0下载:
  2. CRC校验的计算器程序,可用于计算CRC校验码-CRC, the calculator program can be used to calculate the CRC checksum
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:54.06kb
    • 提供者:李天龙
  1. CRC

    0下载:
  2. CRC校验,输入为十六进制,每字节程序自动加空格分开,计算结果为2字节十六进制。对输入框的输入和删除都是针对之后一个字符。输入的字母自动转换为大写。-CRC, the input to hex, each byte of the program automatically add a space to separate the results for the 2-byte hexadecimal. The input of the input box and delete a character
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:16.78kb
    • 提供者:盛红启
  1. calc

    0下载:
  2. CRC校验码计算,校验和计算,CRC,CRC -Of CRC calculation ,Checksum calculation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:433.87kb
    • 提供者:huanfeng
  1. CRC

    1下载:
  2. 利用VB制作的CRC计算工具,小巧,无需安装即可使用,很方便-VB produced CRC calculation tools, compact, no installation needed to use, very convenient
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4.48kb
    • 提供者:zgdz
« 12 3 »
搜珍网 www.dssz.com