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

搜索资源列表

  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. SPD_CRC_Tool

    1下载:
  2. 计算用户根据内存颗粒规范自定义SPD数据的CRC值-Calculation of the CRC value of the user according to the memory particles norms since the definition of SPD data
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:144.42kb
    • 提供者:tanshiwang
  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. 计算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. CRC calculation subroutines
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:2.08kb
    • 提供者:Vovick
  1. Arith

    0下载:
  2. crc calculation algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:804byte
    • 提供者:Mr
  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. crc_tc

    0下载:
  2. crc的计算代码可输入gene和ploy值-crc calculation code can enter the gene and the ploy values
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:529byte
    • 提供者:不同
  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. crc1

    0下载:
  2. 实现CRC卷积码的编码过程,通过计算,编程实现CRC16校验码的应用-Convolutional code to achieve CRC encoding process, by calculation, Programming Application CRC16 checksum
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1.28kb
    • 提供者:phoenixei
  1. 2

    0下载:
  2. perfect CRC code calculation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.07kb
    • 提供者:Nagarajan
  1. FileCrcCheck

    0下载:
  2. 文件CRC计算工具代码,可对目录下所有文件进行计算,计算结果保存在文件中。同时使用内存映射文件加快文件处理速度.可作为工具使用.-File CRC code calculation tools, all the files directory can be calculated, the results stored in the file. Also uses memory mapped files to speed up file processing. Can be used as too
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2.84mb
    • 提供者:
  1. MD5_Tool

    0下载:
  2. md5计算工具,对于大文件也能很快的计算出来,包括计算md5、crc、sha等-md5 calculating tool for large files can be quickly calculated, including the calculation of md5, crc, sha, etc.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:83.03kb
    • 提供者:lonfen1108
  1. calc

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

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

    0下载:
  2. 有效計算CRC16換算,及方便使用者使用!!!(Effective calculation of CRC16 conversion and convenient for users to use!!!)
  3. 所属分类:加密解密

    • 发布日期:2017-12-26
    • 文件大小:1.1mb
    • 提供者:ricky1111
搜珍网 www.dssz.com