CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 16 bit CRC

搜索资源列表

  1. crc16_MATLAB

    0下载:
  2. 16bit crc 编译码实例,matlab上运行。输入一行向量数字序列,获得其16bit的CRC校验码,并对其译码。-16bit crc encryption example, Matlab run. His input vector sequence number, access to its 16 bit CRC and its decoding.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:912
    • 提供者:高志斌
  1. CRC16

    0下载:
  2. 16位CRC校验的源程序,修改过,可直接调用-16-bit CRC checksum of the source, modified, can be directly invoked
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:1402
    • 提供者:shufan
  1. 8bit.CRC.checksum.algorithm32bit

    0下载:
  2. CRC校验8位16位32位算法设计经典代码8-bit CRC checksum algorithm 16-bit 32-bit classic code -8-bit CRC checksum algorithm 16-bit 32-bit classic code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:176940
    • 提供者:lili
  1. c51

    0下载:
  2. crc-16 编码程序 实现16位的循环冗余编码 -crc-16 coding procedures to achieve 16-bit cyclic redundancy coding
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:897
    • 提供者:黄渊
  1. VBCRC

    0下载:
  2.   循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准:   ①CRC-12码;   ②CRC-16码;   ③CRC-CC
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3160
    • 提供者:qizhiwei
  1. crc_division

    0下载:
  2. 16位CRC的按位除法,多项式为16,12,5,1-16-bit division by the CRC, the polynomial for 16,12,5,1
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:525
    • 提供者:张州
  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
    • 文件大小:159600
    • 提供者:jj
  1. amode822

    0下载:
  2. crc校验的工具,可生成8位或者16位crc校验码-crc checking tool can generate 8-bit or 16-bit crc checksum
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:76989
    • 提供者:xiao
  1. PCK_CRC16_D8

    0下载:
  2. 16-bit CRC Generator
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:982
    • 提供者:ysoon
  1. 16CRC

    0下载:
  2. 16位CRC校验原理与算法分析,很详尽,学习CRC16的重要资料。-16-bit CRC checksum algorithm theory and analysis, very detailed and important information to learn CRC16.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:17959
    • 提供者:shufan
  1. crc

    1下载:
  2. 添加不同校验比特个数下的CRC校验,包括8,16,24个校验比特-Different number of parity bits added under the CRC checksum, parity bits, including 8,16,24 months
  3. 所属分类:Other systems

    • 发布日期:2015-04-14
    • 文件大小:2387
    • 提供者:朱敏
  1. labview-Modbus-CRC

    1下载:
  2. 16位CRC校验算法,作为子VI可直接调用-16-bit CRC checksum algorithm, can be directly invoked as a sub-VI
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:5908
    • 提供者:zz
  1. Desktop

    0下载:
  2. 实现16位CRC校验,在窗体程序中调用console控制台程序运行并将结果返回到窗体程序中-Achieve 16-bit CRC checksum, called console in console form the program running and returns the results to form the program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:76384
    • 提供者:刘明阳
  1. CRC16Check

    0下载:
  2. 原创16位CRC校验原码,测试了很多次,都很准确,校验数据包长度没有限制-The original 16-bit CRC checksum of the original code, test many times, very accurate calibration data packet length is no limit
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:163572
    • 提供者:genius8080
  1. CRC-Code

    0下载:
  2. 16位的CRC(循环冗余校验)的C语言实现源代码,可以供大家借鉴一下-16-bit CRC (Cyclic Redundancy Check) C language source code for all to learn
  3. 所属分类:Communication

    • 发布日期:2017-11-17
    • 文件大小:921
    • 提供者:fei
  1. myCRC

    0下载:
  2. CRC 校验16位,两种方法实现 有图形化的界面 连接控制台-16-bit CRC checksum are two ways to achieve a graphical interface to connect the console
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:127071
    • 提供者:limunan
  1. CRC16

    0下载:
  2. 16位的CRC校验码算法,生成多项式 0x1021 0x8005-16-bit CRC checksum algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:1094
    • 提供者:姚星
  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-16

    0下载:
  2. 循环冗余校验16位的,c语言编程环境,能够正常运行,程序详细注释-16 bit cyclic redundancy check, C language programming environment, normal operation, procedures detailed notes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:228645
    • 提供者:hongzhe
  1. CRC-Calculator

    0下载:
  2. CRC校验程序,含32位 16位校验,含测试程序-CRC calibration procedures, including 16 bit 32 parity, including test procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:15952
    • 提供者:李明
« 12 »
搜珍网 www.dssz.com