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

搜索资源列表

  1. CRC冗余度算法

    0下载:
  2. CRC冗余度的算法,该算法一般能计算任何CRC冗余度,效率很高,非常好用-CRC algorithm, the algorithm generally CRC calculation of any redundant, highly efficient and very handy
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44.89kb
    • 提供者:黎明
  1. crc校验详解

    0下载:
  2. CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:19.58kb
    • 提供者:小康
  1. CRC-calculation

    0下载:
  2. 用JAVA编写的CRC公式计算器,希望对大家有帮助-prepared using JAVA CRC formula calculator, we hope to help
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7.82kb
    • 提供者:nachlace
  1. countCrc

    1下载:
  2. 计算CRC校验和,可以计算modbus规约/CDT规约/DISA规约/DF1规约/DNP规约/1801等规约的校验和.-and CRC calculation, modbus connection can be calculated Statute / CDT Statute / DISA Statute / DF1 Statute / DNP Statute / 18 01 of the Statute, such as checksum.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.88kb
    • 提供者:张张里
  1. CRC8_16

    1下载:
  2. 循环冗余码CRC检验技术广泛应用于测控及通信领域。CRC计算可以靠专用的硬件来实现,但是对于低成本的微控制器系统,在没有硬件支持下实现CRC检验,关键的问题就是如何通过软件来完成CRC计算,也就是CRC算法的问题。 -CRC cyclic redundancy code inspection techniques widely used in the field of control and communication. CRC calculation can rely on proprie
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.53kb
    • 提供者:*h
  1. CRC32_src

    0下载:
  2. 计算字符串的CRC验证码的示例程序,大家可以参考参考。-CRC calculation string Verification Code sample procedure, we can refer to the reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:22.67kb
    • 提供者:zhaoliping
  1. crc

    1下载:
  2. 计算达拉斯8位校验码的工具软件,内部使用死循环,要退出时按Ctrl+C,过程中要归零可输入与上次结果相同的数,DOS窗口,输入的数为单字节的十六进制数即00-FF。-Dallas 8 Checksum calculation tool code software, the internal use of the death cycle, and when to withdraw from the Ctrl+ C, the process to zero can be input with the
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:6.11kb
    • 提供者:侯文波
  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
    • 文件大小:90.09kb
    • 提供者:洪武
  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
    • 文件大小:155.86kb
    • 提供者:jj
  1. crc32

    1下载:
  2. CRC32计算的高效算法,利用查表法,可以直接使用。- CRC32 calculation efficient algorithm, using look-up table method can be used directly.
  3. 所属分类:Other windows programs

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

    0下载:
  2. 串口通讯中的CRC校验,包括计算方法和CRC余式表-Serial Communication in the CRC checksum, including the calculation methods and CRC Remainder Table
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:1.2kb
    • 提供者:simonXu
  1. VB

    3下载:
  2. 1、掌握循环冗余校验码的生成原理; 2、了解CRC校验程序有两种办法:一种为计算法,一种为查表法; 3、进一步掌握VB编程CRC校验程序; 4、用查表法计算CRC码的VB程序设计,生成多项式为CRC- CCITT; -A master cyclic redundancy check code generation principle 2, understand the CRC checking of program in two ways: one for the calcul
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:4.04kb
    • 提供者:任务
  1. fileCRC32

    0下载:
  2. 32位CRC文件计算程序,VC++源代码-32-bit CRC calculation program files, VC++ source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:13.71kb
    • 提供者:gawker
  1. CRC_Calc_v0.1

    0下载:
  2. CRC校验计算工具软件,支持对计算参数的灵活配置-CRC checksum calculation tools to support flexible configuration of the calculated parameters
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:552.07kb
    • 提供者:ma
  1. crc

    0下载:
  2. 计算大多数CRC,但对于少数CRC计算结果却有点问题,可能与某些公司自己的特殊规定有关-Calculate the most the CRC, but for a small number of CRC calculation results have a problem, may be related to some of the company' s own special provisions
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:14.23kb
    • 提供者:xu
  1. CRC

    0下载:
  2. C#编写程序,功能实现CRC计算,采用程序循环方式,节约程序,程序效率没有查表快。-C# programming functions for CRC calculation program loop, saving the program, program efficiency is not fast look-up table.
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:54.95kb
    • 提供者:yaoqiang
  1. CRC

    0下载:
  2. 计算CRC仿真程序,计算结果快捷,正确。从而,方便了CRC计算的过程-Calculating CRC simulation program, fast and correct calculation results
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:1020byte
    • 提供者:周勇
  1. CRC-Calculation

    0下载:
  2. 用C语言实现CRC校验计算, 十分實用, 可實行串口通信-CRC checksum calculation using the C language, the practical implementation of serial communication
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:6.08kb
    • 提供者:LEE
  1. CRC.rar

    1下载:
  2. VC++下计算和校验CRC16(请留意相关注释),计算CRC7(for SD card),Calculation and check VC++ under CRC16 (Please note the related notes), to calculate CRC7 (for SD card)
  3. 所属分类:其他小程序

    • 发布日期:2014-03-01
    • 文件大小:1.66kb
    • 提供者:陈中军
  1. CRC

    0下载:
  2. 原创的C++ Builder计算CRC校验的小程序源码。-Original C++ Builder CRC calculation applet source code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:525.16kb
    • 提供者:adee
« 12 3 »
搜珍网 www.dssz.com