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

搜索资源列表

  1. CRC

    0下载:
  2. C#编写的通讯检测的CRC校验代码,已经封装成几个函数,使用字符串输入进行检测,哪来直接可以使用-C# Prepared communication CRC checksum detection code has been packaged into several function, use string input detection, where you can use directly
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1766
    • 提供者:yingfan
  1. CRC

    1下载:
  2. 详细讲解CRC32的产生方法,详细的c代码文档解释。-Explain in detail the method for the selection of CRC32 and detailed explanation of c code documentation.
  3. 所属分类:Communication

    • 发布日期:2015-04-14
    • 文件大小:13882
    • 提供者:至诚
  1. CRC

    0下载:
  2. 使用C开发的一个计算循环冗余码的程序,希望对大家有用-Use C to develop a calculation of cyclical redundancy procedures, in the hope that useful to everybody
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:92256
    • 提供者:洪武
  1. CRC

    0下载:
  2. 这是网络中的一个例子,拿C编出来了,方便大家理解,比较不错的,简单的CRC.-This is an example of the network, holding out for a C to facilitate understanding, a good comparison, a simple CRC.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:371574
    • 提供者:园园
  1. CRC

    0下载:
  2. Error checking CRC and CRC TABLE GENERATORS in C Language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:7858
    • 提供者:ruy
  1. CRC

    0下载:
  2. 在串口通信时为避免错误,常用到检错编码,这里是CRC检错的实现函数,C++编写的,希望对大家有帮助!-Serial communication in order to avoid error, the error encoding used here is the realization of CRC error detection function, C++ to prepare, and I hope all of you help!
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:938
    • 提供者:ouyangyajuan
  1. crc.c

    0下载:
  2. CRC source code for linux environment. CRC for 16 bytes packet. Useful for checking crc of tinyos uart packet.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:1082
    • 提供者:andus
  1. crc-4

    0下载:
  2. crc-4用c语言实现,希望对大家有所帮助-crc-4
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-11
    • 文件大小:515
    • 提供者:yelong
  1. crc8

    1下载:
  2. 8bit CRC码生成器vhdl 代码,延时一个周期CRC码有效。-8bit crc code genergator,after delay one clock,crc code valid
  3. 所属分类:source in ebook

    • 发布日期:2017-03-28
    • 文件大小:770
    • 提供者:luoda
  1. Soft_ware-CRC

    0下载:
  2. 基于51单片机的CRC算法的C语言实现(文档内含源代码)-Based on 51 MCU CRC algorithm C language implementation (document containing the source code)
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:618215
    • 提供者:张传兵
  1. CRC

    0下载:
  2. 用C++实现CRC编解码 还望大家多多支持-Using C++, CRC codec also hope you will support
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:5169
    • 提供者:qwerty
  1. CRC-16Code

    0下载:
  2. CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-CRC-16 is to detect data errors in the process of sending commonly used calibration methods, the paper from the engineering poi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:30010
    • 提供者:kkk
  1. crc-gen

    0下载:
  2. CRC Generator is a command-line application that generates Verilog or VHDL code for CRC of any data width between 1 and 1024 and polynomial width between 1 and 1024. The code is written in C and is cross-platform compatible
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:60012
    • 提供者:badfox
  1. CRC

    0下载:
  2. 这是在qt下实现的crc检验程序,是在xp下验证过了的,直接使用即可-This is achieved under the qt crc testing procedure is verified in the next xp, direct use can be
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:768257
    • 提供者:mehewen
  1. CRC.txt

    0下载:
  2. 用查表法计算CRC码 C的程序设计,生成多项式为CRC-CCITT -CRC look-up table method using C programming code, generating polynomial for the CRC-CCITT
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:58338
    • 提供者:lfzxyy
  1. CRC--C-language

    1下载:
  2. CRC校验C语言实现,CRC(Cyclic Redundancy Check)校验应用较为广泛,以前为了处理简单,在程序中大多数采用LRC(Longitudinal Redundancy Check)校验,LRC校验很好理解,编程实现简单。用了一天时间研究了CRC的C语言实现,理解和掌握了基本原理和C语言编程。结合自己的理解简单写下来。-CRC, C language, CRC (Cyclic Redundancy Check) verification is widely used, prev
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:3942
    • 提供者:xiangyunl
  1. Crc-Test

    0下载:
  2. CRC Test Source & h.c-CRC Test Source & h.cpp
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:2552
    • 提供者:treven77
  1. CRC-theory-and-C-language-implement

    0下载:
  2. 用C实现crc计算的方法(查表法),给出了对于常见生成多项式的处理过程。-Implemented in C crc calculation method (look-up table) is given for the common generator polynomial of the process.
  3. 所属分类:3G develop

    • 发布日期:
    • 文件大小:32045
    • 提供者:
  1. CRC-8

    0下载:
  2. C# CRC-8 CRC-16校验算法 C# CRC-8 CRC-16校验算法 -C# CRC-8 CRC-16
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:875
    • 提供者:佛挡杀佛
  1. CRC查表

    0下载:
  2. 实现modbus crc校验功能,通过查表法,返回16为crc校验结果(To achieve modbus crc check function, through the look-up table method, return 16 for the crc check results)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:唐春林
« 1 23 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com