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

搜索资源列表

  1. CRC16

    0下载:
  2. The class has a methode named make_CRC that gets a byte stream and start/end offsets then calculate and return a 16 bit CRC according to determined POLYNAMIAL.The POLYNAMIAL is a private field of the class.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:574
    • 提供者:rahim
  1. CRC

    0下载:
  2. 转CRC16的小程序,很好用呀,大家试一试-CRC16 turn a small program, very good with the ah, we try
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:362171
    • 提供者:那伟东
  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. Decode_Pkt

    0下载:
  2. crcitt-crc16 in c algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:1343721
    • 提供者:dyego
  1. crc16

    0下载:
  2. Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1 -Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:7082
    • 提供者:milind
  1. CRC

    0下载:
  2. crc16,CRC-8,crc-32校验大全-CRC
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:3905
    • 提供者:hl
  1. crc

    0下载:
  2. this program talks about crc , crc12 , crc16 and crc ccip of error detection method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1046
    • 提供者:rajesh
  1. CRC16_atmega64

    0下载:
  2. CRC16 library for MCU
  3. 所属分类:Other systems

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

    0下载:
  2. CRC16 我自己写的,帮忙看看哪里有错误啊?为什么网上的那个和那个都不一样呢?算出的结果也不一样-CRC16 this is a code for crc16 ,please chect it out !
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1396
    • 提供者:张华
  1. CheckOut

    0下载:
  2. DLEPHI中的简便CRC16 校验和实用计算工具-Checksum calculation and practical tools, enhances system compatibility, as amended Bug
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:1235
    • 提供者:Jack Li
  1. CRC16_MODBUS

    0下载:
  2. 自动计算modbus校验码,并得到相应的数据帧。-Automatic calculation modbus checksum, and the corresponding data frame.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:178065
    • 提供者:june
  1. AD7705(AVR)

    0下载:
  2. 介绍AD7705的开发注意事项,以及开发流程,附AVR单片机开发代码-#include <util/delay.h> #include <avr/eeprom.h> #include "ad7705.h" #include "main.h" #include "crc16.h" #include "Usart.h"
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

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

    1下载:
  2. 通讯程序中经常用到的数据校验程序,可直接调用,本人在设计多种仪表时经常用到,很好的源码-mcu design
  3. 所属分类:source in ebook

    • 发布日期:2015-10-11
    • 文件大小:902
    • 提供者:scj0801
  1. CRCAlgorithm

    0下载:
  2. 实现循环冗余校验算法CRC16功能,可输入待校验的16进制字符串,按照CRC16算法得到校验结果。-implementing the Algorithm of CRC16. you can input the string needed to check ,and you can get the result of checking by Algorithm of CRC16
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1952258
    • 提供者:邹芸
  1. CRCTest

    0下载:
  2. crc校验工具,可以实现crc16和crc32的校验-crc checking tools, can be achieved and the crc32 checksum crc16
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:133857
    • 提供者:张华
  1. crc

    0下载:
  2. CRC 16 calcuator , Compute a CRC16 of a buffer
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:32904
    • 提供者:MARE
  1. crc1

    0下载:
  2. 实现CRC卷积码的编码过程,通过计算,编程实现CRC16校验码的应用-Convolutional code to achieve CRC encoding process, by calculation, Programming Application CRC16 checksum
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1313
    • 提供者:phoenixei
  1. CRC_Arithmetic_LIB

    0下载:
  2. crc16的三种算法,内有祥细说明,crc16的三种算法,内有祥细说明-crc16
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:4146
    • 提供者:yws
  1. crc16

    0下载:
  2. un truc electronique eb flash
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:39980
    • 提供者:savoir_gratuit
  1. crc

    0下载:
  2. CRC16的算法之一,适用于单片机和PC,占用内存少,运算速度快-The crc16 calculator
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:8147
    • 提供者:
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 32 »
搜珍网 www.dssz.com