CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - CheckSum

搜索资源列表

  1. ihex.zip

    0下载:
  2. This program will dump a block of program code to the 8051 serial port in Intel HEX format. It was a quick and nasty hack to fulfill a need, however it includes a good checksum calculation routine, which is nice. For simplicity, this program dumps I
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-11-04
    • 文件大小:2.66kb
    • 提供者:
  1. CRC1632

    1下载:
  2. 本代码为查表法CRC16和CRC32校验的表生成和校验程序。使用此代码可以任意多项式生成CRC16和CRC32的程序。另有文件实现CRC16和CRC32的校验。 使用生成的表格,即可以在嵌入式中实现RAM和ROM区的校验。源程序在MSP430上实现,现整理成通用C版本。-the code look-up table method CYXLIC REDUNDANCY CRC checksum and the table generation and checking procedures. U
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:8.66kb
    • 提供者:王平
  1. CRC_asm

    0下载:
  2. 计算校验码,格式为:G(X)=X8+X2+X+1,陪集码为FFH,-calculated checksum code format : G (X) = X 1 X8 X2, coset code of FFH,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:alex
  1. mcutongxin

    0下载:
  2. 单片机用485协议进行远程通信的主机程序和从机程序。在差错方面用了“校验和”的办法排除通信干扰,实践证明效果非常。方便大家参考。-SCM agreements with 485 long-distance communications from the host machine procedures and procedures. Error in connection with the "checksum" exclude communications interferen
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2.31kb
    • 提供者:马亮
  1. CheckSum

    0下载:
  2. ModbusRTU协议采用的CRC校验生成及校验验证函数C语言实现,是嵌入式应用通讯开发必备的代码
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:kk
  1. software_hardware_checksum_fpga

    0下载:
  2. nois中基于c的ddr等存储器的checksum的实现.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:6.54kb
    • 提供者:qiuxin_88
  1. crcm

    0下载:
  2. crc 校验,vhdl源码,经仿真能正常运行,供大家参考-CRC checksum, vhdl source, the simulation can be normal operation, for your reference
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1023byte
    • 提供者:fangliang
  1. checksum

    0下载:
  2. The program computes the checksum and displays the result in an output port. The program is written for Microchip PIC16F877A target device
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:794byte
    • 提供者:ramani
  1. crc_8

    0下载:
  2. 用vhdl编写的CRC校验代码,仿真以及下载在板上测试通过-Prepared by the CRC checksum vhdl code, simulation, and download the on-board test
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:1.68kb
    • 提供者:siubr
  1. ATMEGA48_Wait

    0下载:
  2. atmega48做的排队机,使用315M无线发射模块发送(PT2262),采用mega48接收解码,有校验和冗余算法。使用GCC编译,测试距离可到达200m(空旷地带)。-Queue atmega48 do, use the 315M wireless transmission module to send (PT2262), used to receive mega48 decoding, there is redundancy checksum algorithm. GCC compiler
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:633.28kb
    • 提供者:刘常银
  1. GET_CRC

    0下载:
  2. Keil C51 计算循环冗余校验码(CRC)源程序-Keil C51 calculation of cyclical redundancy checksum (CRC) source code
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:946byte
    • 提供者:cyinfo
  1. 2

    0下载:
  2. 本文包括了Modbus两种协议的校验编程,包括LRC校验和CRC校验。 LRC校验是使用在ASCII协议中的,CRC校验是使用在RTU协议中的-This article includes two kinds of protocols Modbus validation program, including the LRC checksum CRC checksum. LRC check is to use the ASCII agreements, CRC checksum is us
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:74.06kb
    • 提供者:hong
  1. checksum

    1下载:
  2. 用来计算51单片机rom内程序的checksum值,C51 keil编译-SCM calculation rom checksum value within the program, C51 keil compiler
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:10.98kb
    • 提供者:Tony
  1. AVRmicro-controlerSPIcommunication

    0下载:
  2. 可实现ATMEG16主从式双向通讯,CRC校验,参考MODBUS数据协议开发,可自由扩展-Can be realized ATMEG16 master-slave two-way communication, CRC checksum, the data reference MODBUS protocol development, are free to expand
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:15.24kb
    • 提供者:蒋立飞
  1. Checksum

    0下载:
  2. C source code to generate checksums and place them at the beginning or end of an address range, using IAR Systems Embedded Workbench. Consists of source code and all project files.
  3. 所属分类:Other Embeded program

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

    0下载:
  2. CRC循环校验码的生成。文件里是(40,32)的校验码生成电路,采用串行输入、串行输出的方式。-CRC checksum generation cycle. File is (40,32) of the check code generation circuit, the use of serial input, serial output mode.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:139.58kb
    • 提供者:李雪茹
  1. checksum

    0下载:
  2. The program computes the checksum and displays the result in an output port. The program is written for Microchip PIC16F877A target device
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:886byte
    • 提供者:Egypti
  1. checksum

    0下载:
  2. 基于OK210的开发板上,可以用来修改WINCE生成的bootimage.nb0文件的checksum头信息,以致于在硬件上不会发成错误。-OK210-based development board can be used to modify header information WINCE checksum generated bootimage.nb0 file, so that the error does not occur to the hardware
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:司令
  1. Checksum-Example-Program

    0下载:
  2. Checksum Example Program
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-30
    • 文件大小:12.5kb
    • 提供者:yun
  1. Checksum

    0下载:
  2. HCS08 Checksum 计算工具,带宏,VB语言-HCS08 Checksum calculation tool with macros, VB language
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:638.27kb
    • 提供者:黄富军
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com