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

搜索资源列表

  1. CRCSUNFAN

    0下载:
  2. 一种实现CRC的工程算法,按比特实现法、块异或汇编实现法、查余式表实现法,并通过在zsp400的内核环境下运行和仿真这几种实现法,从而得出结论:查余式表实现法是一种较好的实现法。-CRC works to achieve an algorithm bit by the realization of law, or the compilation of different pieces of the realization of law, check-type table to achieve m
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:201224
    • 提供者:叶超
  1. 12312313

    0下载:
  2. 查表CRC校验完整源码,不占用过多内存,很好用,加入即可使用。-Look-up table complete source code, add the CRC check can be used.
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1002
    • 提供者:李康
  1. 2006_3_1_11_08_21

    0下载:
  2. 一段计算8位CRC码的VC代码,采用半表法,查2次表-A 8-bit CRC calculation VC code, the use of semi-table method, check Table 2
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:65908
    • 提供者:chenyong
  1. LTE_CRC_APPEND

    0下载:
  2. LTE中的CRC添加代码 分逐位运算和逐字节运算(查表法) matlab实现-Appending CRC for data_bits in LTE
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:266678
    • 提供者:陈乐
  1. LTE_CRC_APPEND_C

    0下载:
  2. 针对LTE中的CRC添加 采用C语言分别进行实现(查表法) 另有单字节数据CRC余式表的产生源码-via VC realize the CRC appending for data stream based on LTE including the code of creation for CRC_table of one-byte-data
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:9565
    • 提供者:陈乐
  1. crc333333

    0下载:
  2. 文档中的PDF文件介绍了CRC编码的基本c语言实现方法,以及查表的实现方案,对初学者有一定帮助。-PDF file document describes the basic c language implementation of the CRC coding, as well as look-up table implementation, there will certainly be helpful for beginners.
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:146073
    • 提供者:胡攀
  1. create_crc_table

    0下载:
  2. 该程序是实现24bitsCRC编码的造表过程,因为CRC编码采用查表方式实现,所以得提前造好相应的查找表-The program is achieve 24bitsCRC encoding table-making process, because CRC coding using look-up table to achieve well in advance so you have the appropriate look-up table
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:1161444
    • 提供者:胡攀
  1. CRC_checksum

    0下载:
  2. 查表式CRC校验代码。需要CRC校验直接调用.C文件中函数。-Look-up table CRC checksum code. CRC check directly call functions in C files.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1098
    • 提供者:santiago
  1. LTE_24bitCRC_enc

    0下载:
  2. 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对2种方式编码的结果,验证程序的正确性。实际使用中会用2)的方
  3. 所属分类:3G develop

    • 发布日期:2017-04-05
    • 文件大小:2389
    • 提供者:cvb
  1. Ccrcc166R

    0下载:
  2. CRC算法,查表与直接计算算CRC算法,查表与直接计算 -CRC algorithm, look-up table with the direct calculation and the CRC algorithm, look-up table and direct calculation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1512
    • 提供者:zxcvva
  1. crc8-code

    0下载:
  2. 1. 用查表法计算CRC码,编码方式:生成多项式为x8+x2+x+1 2. 环境要求:系统Windows2000/XP/7;C语言;编译环境为C-Free或VC++ 6.0 3. 信息交换内容为文本文件;信息交换方式为共享文件 4. 功能:能在两台计算机机上运行程序,一台产生CRC码,另一台校验。-CRC code calculated using the look-up table method, the encoding: generating polynomial of as
  3. 所属分类:Communication

    • 发布日期:2015-07-13
    • 文件大小:3072
    • 提供者:潘梦容
  1. CRC16

    0下载:
  2. C语言实现16位CRC校验(查表法),可用于单片机、上位机等-16bit crc
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:9683
    • 提供者:
  1. CRCTEST

    0下载:
  2. 号称最好的CRC程序,VC源码,内含创建CRC16所需要的Table、创建CRC32所需要的Table、执行对数据段的CRC16循环冗余校验、执行对数据段的CRC32循环冗余校验,处理CRC循环校验所需要的方法,可选择临时计算,或者一次计算出数值查表以增加速度。 -Best known as the CRC program, VC source code, containing create CRC16 Table, create CRC32 Table CRC16 cyclic redunda
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:22713
    • 提供者:吴志红
  1. crc32_table

    0下载:
  2. 利用查表法实现的CRC32生成,实现了快速生成CRC的目的。-How to build CRC32?
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:172959
    • 提供者:arData
  1. CRC16VB

    0下载:
  2. VB写的16位CRC校验程序,查表法计算,可供参考-VB to write 16-bit CRC checksum procedure look-up table method, for reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:62555
    • 提供者:Lin
  1. CRC_WORD

    0下载:
  2. 用查表法实现CRC计算 ,本文以工程应用为目的, 分 析了串行通信技术中利用最有效的错误检测 手段— 增加冗余位对数据错误进行 检测时应采取约一种方便、有效的方法— 查表法, 构造了利用最通用的多项式 多项式和一多项式进行 快速计算的一系列函数。在实际应用 中, 这些函数可直接调用。-In this paper, engineering applications for the purpose of Analysis of serial communication
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-23
    • 文件大小:277241
    • 提供者:suifeg
  1. CRC32

    0下载:
  2. 用查表法计算CRC码的crc32校验设计。生成多项式为标准多项式-Calculation of the CRC checksum crc32 Design lookup table. Standard generator polynomial is a polynomial
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2456
    • 提供者:whj
  1. crc8

    0下载:
  2. crc-8 x8+x2+x+1,查表方式的计算方法。-crc8 x8+ x2+ x+ 1, calculated look-up table approach.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:741
    • 提供者:Matthew
« 1 2 3 4 5»
搜珍网 www.dssz.com