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

搜索资源列表

  1. RFID_CRC

    0下载:
  2. 此程序是RFID中使用的一种CRC16校验原理,采用了移位法,查表法做好后再上传。此外,下载解压后要把文件后缀名改为.c !
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1307
    • 提供者:Davy
  1. CRC校验,16位算法

    1下载:
  2. C#编写,应用于文件的CRC16位校验算法
  3. 所属分类:Windows编程

  1. crc.zip CRC校验程序

    2下载:
  2. CRC校验程序,使用了CRC-16和CRC-CCITT方法 ,CRC inspection program, which use crc-16 and crc-ccitt method
  3. 所属分类:加密解密

    • 发布日期:2016-01-25
    • 文件大小:1311
    • 提供者:
  1. amo_tool_V1_2_6

    1下载:
  2. 名称:amo的编程小工具集合版本:V1.2.6 我平时编程和设计时常用的小工具集合。功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串 10-十六进制字符串转换为浮点数 11-浮点数转换为十六进制字符串 12-统计文章的字符个数,精确到每一个字符 13-把文件转换为C语言数组(这样可以把文件嵌入到我们的程序中) 14-电阻值选型(开
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-06
    • 文件大小:41253
    • 提供者:amo
  1. CRCr

    0下载:
  2. crc校验源代码,我自己编写的源代码,用于计算crc校验码的生成-source code crc teaching and research,That s all,everyone knows.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:535150
    • 提供者:冰色火焰
  1. Decode_Pkt

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

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

    0下载:
  2. crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件.RAR-CRC C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2399444
    • 提供者:liujunchi
  1. Crc32

    0下载:
  2. CRC校验实用程序库 在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。在诸多检错手段中,CRC是最著名的一种。CRC的全称是循环冗余校验,其特点是:检错能力极强,开销小,易于用编码器及检测电路实现。从其检错能力来看,它所不能发现的错误的几率仅为0.0047 以下。-/* CRC.C——CRC程序库*/   #define CRCCCITT 0x1021   #define CCITT-REV 0x8408   #define CRC16 0x8005   #define C
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2380205
    • 提供者:yang_yinxia
  1. CRC

    0下载:
  2. 这是在Keil中编写的C程序,实现了通信协议中的CRC32与CRC16校验,采用驱动表法,算法精炼,程序简洁。-This is written in the C program in Keil, the communications protocol to achieve the CRC32 and CRC16 checksum, using table-driven method, algorithm refined, simple procedures.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:18053
    • 提供者:123mutouren
  1. Serial_debugging_software_V1.1_g

    0下载:
  2. 串口通讯调试软件V1.1 Wince Winxp 通用版 本软件可以运行于 WINCE5 /WINCE6 /WINCE7 及 WINXP 等系统下, 软件设计环境 VB2005,要求装有 NET2.0 环境,对您串口调试有帮助, 支持虚拟串口,支持有用串口搜寻,串口数可达256个,支持文件传送, 还可做各种校验计算器( 含CRC8-CDT,CRC16-MODBUS,CRC32-WINRAR, ADD累加和校验,XOR异或和校验等)属于实用新型串口调试器,此软件 免费使用
  3. 所属分类:Windows CE

    • 发布日期:2017-04-03
    • 文件大小:63726
    • 提供者:陈红志
  1. CRC16_32

    0下载:
  2. C代码源文件。查找表法计算CRC16和CRC32,先计算生成查找表,然后以byte为单位计算CRC码。 -Calculate the CRC16 and CRC32 with the Look-up-Table
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:777
    • 提供者:李海华
  1. CRC

    0下载:
  2. 包括:CRC16算法原理.CRC校验C语言实现.crc校验原理等资料,有用的可以下载看看。-Include: the CRC16 algorithm principle. CRC checksum C language implementation of the crc checksum principle information useful you can download to see....
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:666109
    • 提供者:小夏
  1. CRC

    0下载:
  2. 单片机 C 语言 CRC16 源代码,用查表算法-MCU C language CRC16 Source Code
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1304
    • 提供者:ic0005
  1. CommTestWithCRC16

    0下载:
  2. 本人写的C++串口调试助手,带CRC16校验 编译环境为BCB6.0或者BCB2010,附源工程文件及代码。-I write C++ serial debugging aides, with the CRC 16 checksum build environment BCB6.0 or BCB2010
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:600928
    • 提供者:Taylor huang
  1. XModem_FEZ

    0下载:
  2. XModem is a common, easy to use file transfer protocol. XModem for FEZ is based on the C# sample from Andreas Wö gerbauer net.trackday.cc. With some modifications to make it work under NETMF, it should be possible to implement on the FEZ platform
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:7504
    • 提供者:RugWarrior
  1. cyuyanshixiancrc

    0下载:
  2. c语言实现crc16校验,包括crc16校验原理和源代码-c language crc16 checksum crc16 checksum principle and source code
  3. 所属分类:Algorithm

  1. CRC16CHECK

    0下载:
  2. 简单的转译了c语言简单查表法实现的CRC16校验程序-Translates simple the c language simple look-up table method to achieve the CRC16 checksum program.
  3. 所属分类:LabView

    • 发布日期:2017-11-18
    • 文件大小:6531
    • 提供者:zhangxu
  1. crc.tar

    0下载:
  2. CRC校验算法,包括CRC8,CRC16,CRC32,MODBUS,和其他几种算法,C语言封装,方便使用-CRC checksum algorithm, including CRC8, CRC16, CRC32, MODBUS, and several other algorithms, C language package, easy to use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:30720
    • 提供者:ddbing
  1. crc-16

    0下载:
  2. Program to calcule crc16 ciclic code redundance for desfire ev1. write in C.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:614
    • 提供者:olean22
  1. RS232_class

    0下载:
  2. 写了一个C#类,可以直接调用。功能是实现RS232/485的通讯,有CRC16校验。里面的例程是CCD的数据采集。-I wrote a C# class that can be called directly. Function is to achieve RS232/485 communication, there CRC16 check. Inside the routine is CCD data collection.
  3. 所属分类:Communication

    • 发布日期:2017-04-27
    • 文件大小:202273
    • 提供者:刘欢
« 1 2 3 45 »
搜珍网 www.dssz.com