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

搜索资源列表

  1. 循环冗余码校验crc算法

    0下载:
  2. 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for th
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:6.85kb
    • 提供者:藤力
  1. crc校验详解

    0下载:
  2. CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
  3. 所属分类:通讯编程

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

    1下载:
  2. CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:225.76kb
    • 提供者:李慎丹
  1. crc

    0下载:
  2. CRC码产生器与校验器程序 Features : Executes in one clock cycle per data word Any polynomial from 4 to 32 bits Any data width from 1 to 256 bits Any initialization value Synchronous or asynchronous reset
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5.4kb
    • 提供者:Alex
  1. CRC16 计算CRC-16(多项式8005)循环校验码的快速计算函数

    0下载:
  2. 计算CRC-16(多项式8005)循环校验码的快速计算函数-Calculate CRC-16 (polynomial 8005) cycle checksum Rapid calculation functions
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2017-03-21
    • 文件大小:13.08kb
    • 提供者:李毅
  1. crc校验的matlab程序

    0下载:
  2. crc校验的matlab程序,对多项式进行处理,可以正常运行,经过fpga实现验证-crc check of the matlab program, processing of the polynomial can be normal operation, after verification fpga implementation
  3. 所属分类:通讯编程

    • 发布日期:2017-03-22
    • 文件大小:1002byte
    • 提供者:fafa
  1. CRC_Table.rar

    0下载:
  2. crc表格生成器,只要输入CRC多项式和CRC位数,即可生成一个*.txt文件,里面就有一个CRC表格,CRC table generator, as long as the input CRC polynomial and the CRC median, you can generate a*. txt file, inside there is a CRC table
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:5.8kb
    • 提供者:陈赠
  1. CCITT_CRC16

    2下载:
  2. CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This scr ipt calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
  3. 所属分类:matlab

    • 发布日期:2014-12-14
    • 文件大小:584byte
    • 提供者:张原
  1. CRC

    0下载:
  2. 三种常用的CRC16校验算法的C51程序。以及16位CRC校验原理与算法分析。 CRC校验有多种方式,如:CRC8、CRC16、CRC32等等。在实际使用中,我们经常使用CRC16校验。CRC16校验也有多种,如:1005多项式、1021多项式(CRC-ITU)等。在这里我们不讨论CRC算法是怎样产生的,而是重点落在几种算法的C51程序的优化上。-three commonly CRC16 checksum algorithm C51 program. And a 16-bit CRC check
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:221.1kb
    • 提供者:zenglinman
  1. CRCjiaoyanma

    0下载:
  2. 编写出CRC码的编码和解码程序。 (1)实验框架:CRC编码-信道传输-CRC解码。 (2)CRC编码将原始数据按照既定的生成多项式进行编码; (2)信道传输中实现模拟信道,某些位数据随机发生差错; (3)CRC解码要能准确判断是否有差错,无差错要恢复出原始数据。 -CRC to prepare a code of encoding and decoding process. (1) experimental framework: CRC coding- Transmissi
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:218.35kb
    • 提供者:liki
  1. vb

    0下载:
  2. 查表法计算CRC码的VB程序设计,生成多项式为CRC-32-Look-up table method to calculate CRC code of VB programming, generating polynomial for the CRC-32
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:4.44kb
    • 提供者:程雪娇
  1. CRC_bit_arithmetic

    0下载:
  2. CRC采用比特型算法,生成多项式为CCITT 0x1021,无需查表,节省内存空间。-CRC-bit-based algorithm used to generate a polynomial for the CCITT 0x1021, no look-up table to save memory space.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:216.73kb
    • 提供者:张键
  1. CRC

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:155.86kb
    • 提供者:jj
  1. crc-gen

    0下载:
  2. CRC Generator is a command-line application that generates Verilog or VHDL code for CRC of any data width between 1 and 1024 and polynomial width between 1 and 1024. The code is written in C and is cross-platform compatible
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:58.61kb
    • 提供者:badfox
  1. Lecture_COE_341_071_6

    0下载:
  2. Know how of CRC polynomial calulation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:372.57kb
    • 提供者:renjith
  1. CRC_16

    0下载:
  2. Modbus CRC calculation software - Can be changed by changing Polynomial.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1021byte
    • 提供者:mukund
  1. CRC.code

    0下载:
  2. 1-1024任意多项式CRC在线生成工具,LTE CRC24A设计实例。CRC coding原理文档。-1-1024 arbitrary polynomial CRC generated online tools the LTE CRC24A design examples. CRC coding principle document.
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:7.5mb
    • 提供者:magma
  1. CRC

    0下载:
  2. 各种多项式的CRC算法,有直接计算的,有查表的,可以在各种平台上使用- Various polynomial CRC algorithm, there is direct calculation, there are look-up table, can be used on a variety of platforms
  3. 所属分类:其他小程序

    • 发布日期:2017-04-29
    • 文件大小:22.98kb
    • 提供者:zhangjunning
  1. CRC

    1下载:
  2. MODBUS RTU协议的仪表通信时需要进行CRC校验,单片机可以用此程序生成CRC校验码,多项式是0xA001 所用单片机为STC15系列单片机,不过CRC生成过程很简单,通用的51单片机都可以生成(MODBUS RTU protocol instrument communication needs CRC verification, SCM can use this procedure to generate CRC checksum, the polynomial is 0xA001
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-11
    • 文件大小:28.22kb
    • 提供者:yesonjob
  1. CRC

    0下载:
  2. CRC32:polynomial: (0 1 2 4 5 7 8 10 11 12 16 22 23 26 32) * data width: 8 CRC16:polynomial: (0 1 2 4 5 7 8 10 11 12 16 22 23 26 32) * data width: 8
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-21
    • 文件大小:2kb
    • 提供者:FYSG
« 12 3 4 5 »
搜珍网 www.dssz.com