CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - crc16

搜索资源列表

  1. CRC16

    0下载:
  2. CRC16校验-CYXLIC REDUNDANCY CHECK
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1126
    • 提供者:none
  1. crc16

    0下载:
  2. 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全\"1\"(
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1717
    • 提供者:liu
  1. CRC7,CRC8,CRC9,CRC16编解码

    2下载:
  2. CRC7,CRC8,CRC9,CRC16编解码,查表方法实现,CRC7, CRC8, CRC9, CRC16 codec, look-up table method
  3. 所属分类:密码/编码算法

    • 发布日期:2012-10-04
    • 文件大小:108127
    • 提供者:liuhui
  1. CRC16

    0下载:
  2. CRC16 calculator for IEEE 802.15.4. Can download and try it.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-01-10
    • 文件大小:760
    • 提供者:Amirullah
  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-13
    • 文件大小:584
    • 提供者:张原
  1. crc16

    0下载:
  2. CRC16的校验程序,里面还有测试用的例子,希望能给大家点帮助-CRC16 checksum procedure, there is also testing the example, I hope we can help the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2948
    • 提供者:李那
  1. CRC16

    1下载:
  2. CRC16效验码计算,很方便计使用,在MODBUS通讯中比较有用 -CRC16-tested terms, very easy of use, in the MODBUS communications more useful
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-09-25
    • 文件大小:27218
    • 提供者:jwf
  1. CRC

    0下载:
  2. c语言和delphi的crc16的求解代码-c language and delphi code to solve the CRC16
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:843
    • 提供者:lizhen
  1. crc16

    0下载:
  2. Esto es una libreria de crc16 que encontre por internet. La pongo aqui para que si quereis la utiliceis. Hasta ahora a mi me ha funcionado bastante bien
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1261
    • 提供者:microbio
  1. ReadFromtxtTo0x

    1下载:
  2. CRC16验证程序,可对文件以及手动输入的16进制内容进行CRC16验证-CRC16 verification process can be manually entered on the documents and the contents of 16 hex CRC16 verification
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-30
    • 文件大小:59600
    • 提供者:郑泽
  1. crc16

    0下载:
  2. CRC16经典算法 -CRC16CRC16CRC16
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-04-22
    • 文件大小:1673
    • 提供者:zhu
  1. crc16

    0下载:
  2. CRC16模块,用于SD卡驱动设计。经过FPGA及IC平台验证。-CRC16 module for SD card-driven design. Through the FPGA and IC platform for verification.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1102
    • 提供者:liu
  1. CRC16

    0下载:
  2. 在labview下设计的CRC16校验 将一组数据通过CRC16算法校验后得出CRC16码,再将所得的CRC16码加到数组的后面,继续进行CRC16校验,如果所得CRC16码为0,则正确-In the CRC16 checksum labview to design a set of data, obtained through the CRC16 checksum algorithm is CRC16 code, and then added to the array from the CRC
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:6329
    • 提供者:邵奎
  1. crc16

    0下载:
  2. 用matlab编写的对输入的序列进行CRC-16的校验编码。-This scr ipt Calculate crc-16 from a binary line of code creat
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1294
    • 提供者:wangquanhui
  1. crc16.cpp

    0下载:
  2. 128位数据的16位循环冗余校验(crc16),使用bitset实现。-128-bit data, 16-bit Cyclic Redundancy Check (crc16), use the bitset implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1024
    • 提供者:li
  1. CRC16

    0下载:
  2. labview环境下的CRC校验使用的是CRC16-labview environment using a CRC16 checksum CRC
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:6346
    • 提供者:邵奎
  1. CRC16-CCITT

    0下载:
  2. CRC16-CCITT校验算法,包含Visual C源程序。-CRC16-CCITT calibration algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:278077
    • 提供者:杨啸天
  1. CRC16

    0下载:
  2. CRC16校验算法,包含Visual C源码-CRC16 checksum algorithm, including Visual C source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:275490
    • 提供者:杨啸天
  1. CRC16

    0下载:
  2. CRC16校验,用查表校验!基于ARM7实现的源码!-CRC16 check, using look-up table check! Based on the realization of the ARM7 source code!
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:26062
    • 提供者:qi
  1. CRC16

    0下载:
  2. 在VC6.0环境下用C语言编写的一个计算CRC16表格的小程序。简单实用-VC6.0 environment using C language to write a small program to calculate CRC16 form. Simple and practical
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:326178
    • 提供者:wutianyou
« 12 3 4 »
搜珍网 www.dssz.com