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

搜索资源列表

  1. crc_table_decode

    0下载:
  2. 用MATLAB编写的crc校验查表法解码程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1666
    • 提供者:deng
  1. crc32_table

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

    • 发布日期:2017-03-29
    • 文件大小:172913
    • 提供者:王子龙
  1. Crc_C

    0下载:
  2. 用于51单片机的高速CRC-16计算程序,不需查表,校验一个字节仅需19个指令周期,-For 51 single-chip high-speed CRC-16 program, no look-up table, check one byte only 19 instruction cycle,
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:13952
    • 提供者:赵春宇
  1. CalculateCRC

    0下载:
  2. CRC校验程序在单片机通信和数据纠错中经常用到,本程序用查表法求得-CRC checksum procedure in single-chip communication and data frequently used for error correction, the procedure look-up table method used to achieve
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1075
    • 提供者:风月无边
  1. 11

    0下载:
  2. AVR单片机CRC校验码的查表与直接生成-AVR Singlechip CRC checksum code look-up table generated with the direct
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-28
    • 文件大小:161226
    • 提供者:jkl
  1. MODBUS

    1下载:
  2. 这个是MODBUS控制电磁阀的一个程序。其中还有AD采集的部分。对CRC校验用查表的方法。至于怎样把校验的结果拆分成高低位字节,再发送,看程序吧。 -This is a MODBUS control valve procedures. Which are part of AD collection. CRC check on use of look-up table method. As for how to verify the results split into high and lo
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:3163
    • 提供者:zuo
  1. CRC_proofread

    0下载:
  2. 用汇编写的CRC校验程序,用的是查表法,-write by asm ,it is used for CRC proofreading
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:11671
    • 提供者:陈波
  1. CRC16

    0下载:
  2. delhi 编写的CRC检验程序,采用查表,速度很快,快下载吧-delhi prepared by the CRC test process, using look-up table, quick, quick to download it
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:184211
    • 提供者:王云
  1. main_CRC

    0下载:
  2. 工业上运用到的16位CRC校验码的编程方法,采用查表法-get the CRC CODE by check the list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:801
    • 提供者:李海峰
  1. crc16_oneself

    0下载:
  2. crc校验程序,采样MEGA32单片机,可以设置为查表或者计算方式-crc check program, sampling MEGA32 microcontroller, can be set to look-up table or formula
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:8661
    • 提供者:jia
  1. CRCjiaoyan

    0下载:
  2. 根据CDT规约的要求,实现CRC校验。本CRC校验程序采用非查表法,为大家提供一种思考编写CRC校验程序的思路。-According to the requirements of the statute CDT achieve CRC. The CRC checking of program non-look-up table, provide a way of thinking the idea of ​ ​ writing programs CRC checksum.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:654
    • 提供者:石头
  1. MODBUS

    0下载:
  2. MODBUS规约实现CRC校验的查表法。详细的注释帮大家解决难懂的问题。-MODBUS statute to achieve the CRC look-up table method. Detailed notes to help you solve the problem difficult to understand.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-07
    • 文件大小:1058
    • 提供者:石头
  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. 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 2 3 45 »
搜珍网 www.dssz.com