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

搜索资源列表

  1. Desktop

    0下载:
  2. 实现16位CRC校验,在窗体程序中调用console控制台程序运行并将结果返回到窗体程序中-Achieve 16-bit CRC checksum, called console in console form the program running and returns the results to form the program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:76384
    • 提供者:刘明阳
  1. FrameParser

    0下载:
  2. 本程序使用VC6.0开发的WINDOWS界面程序,主要功能是模拟以太网帧的解析过程,帧封装后生成数据帧文件,无法用一般的程序打开,本程序可以打开帧文件并提取出各个字段信息,并提示CRC校验是否出错。-This procedure uses the WINDOWS interface VC6.0 development program, the main function is to simulate the Ethernet frame resolution process, generate
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1925243
    • 提供者:于洋
  1. tcpip

    0下载:
  2. Microsoft Visual Studio 2010编的tcpip程序.发送结构体,带CRC校验-tcpip programming,sending struct with CRC check
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-18
    • 文件大小:50761924
    • 提供者:杨赞
  1. array-code-crc

    0下载:
  2. crc数组编码程序,好用,循环冗余校验好程序,经过调试-crc array cade program,it can be used,is a good program for Cyclic redundancy check and it has debugged
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1455
    • 提供者:qin
  1. xmodemCRC16.c

    0下载:
  2. 本人根据XMODEM协议的16位CRC校验方式CRC--CCITT(X^16 + X^12 + X^5 + 1),根据其理论思路一步一步编写的源代码,按照程序思路,会比较容易理解CRC16较验方式的来龙去脉。 -I according to the XMODEM protocol 16 of the CRC method CRC- CCITT (X ^ 16+ X ^ 12+ X ^ 5+ 1), according to their theoretical ideas step by st
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:702
    • 提供者:海天
  1. CCRCR

    0下载:
  2. CRC校验码的计算程序!本人原创。C语言实现,在在CFREE中通过。 , -Calculation of the CRC program! I original. C language, in the passed in CFREE. ,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:819
    • 提供者:feiyunliu
  1. VVVB--CRCB

    0下载:
  2. 使用VB程序编写的一个简单实用的CRC校验器,绝对好用,,使用Modbus通信协议的可以下载, -VB program written in a simple and practical CRC checksum, absolutely easy to use, can be downloaded using the Modbus communication protocol,
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:6137
    • 提供者:压榨
  1. Ethernet

    0下载:
  2. Ethernet帧解析程序,包含CRC校验算法。计算机网络编码实验,很好的资源。-Ethernet frame analysis program contains a CRC checksum algorithm. Computer network coding experiments good resource.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-29
    • 文件大小:95470
    • 提供者:LD
  1. CRC

    0下载:
  2. 校验码计算大全,该程序是本人工作期间搜集了多种通讯校验码方式,为了测试方便集成为一个小测试工具,其中校验码计算部分可以直接复制出来用于你自己的程序。-The checksum calculation Guinness, I collected during a variety of communication checksum, in order to the test convenient integration into a small test tools, including the c
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-08
    • 文件大小:4141899
    • 提供者:冰山
  1. CRC

    0下载:
  2. 循环冗余校验(CRC)模块设计,包括CRC工作原理、设计原理、程序设计及分析以及仿真分析-Cyclic Redundancy Check (CRC) module design, including CRC works, design principles, program design and analysis, and simulation analysis
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-06
    • 文件大小:156266
    • 提供者:Weimiao Cai
  1. crc16-

    0下载:
  2. 本文档描述了一种CRC校验的方法,开发语言为verilog。程序自己写的,包括测试代码。欢迎参考-This document describes a CRC checksum method development language verilog. Write their own procedures, including test code. Welcome reference
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-25
    • 文件大小:995
    • 提供者:秦艳召
  1. CRC16-1

    0下载:
  2. 改程序实现16位的CRC校验 单片机程序-CRC check
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-10
    • 文件大小:1132
    • 提供者:吕洋
  1. fcs

    0下载:
  2. 本程序基于vc6.0,用MFC编写,用于产生CRC校验后缀码!-The program is based on vc6.0, using MFC, suffix code used to generate the CRC check!
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:4553932
    • 提供者:邹存
  1. FrameParse

    1下载:
  2. 解析已封装好的Ethernet V2.0的帧封装文件(二进制文件,见作业附件),判断共有多少个帧,每个帧的各字段内容,检测CRC校验字段是否正确。具体要求如下: (1)程序为命令行程序,可执行文件名为FrameParse.exe,命令行格式为:FrameParse input.-Resolution has encapsulated the Ethernet V2.0 frame encapsulation files (binaries, see working attachment),
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:1508871
    • 提供者:高德政
  1. Lab1-Windows1

    0下载:
  2. 利用所学数据链路层原理,自己设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps全双工卫星信道,信道传播时延270毫秒,信道误码率为10-5,信道提供字节流传输服务,网络层分组长度固定为256字节。 通过该实验,进一步巩固和深刻理解数据链路层误码检测的CRC校验技术,以及滑动窗口的工作机理。滑动窗口机制的两个主要目标:(1) 实现有噪音信道环境下的无差错传输 (2)充分利用传输信道的带宽。在程序能够稳定运行并成功实现第一个目标之后,运
  3. 所属分类:Other windows programs

    • 发布日期:2015-05-11
    • 文件大小:640000
    • 提供者:蜗牛
  1. crc

    0下载:
  2. DS18B12温度检测加CRC冗余校验c程序-The DS18B12 temperature detection plus CRC redundancy check c program
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:1929
    • 提供者:
  1. HShieldCRC

    0下载:
  2. 程序过HShield游戏保护的CRC校验源代码-The CRC checksum over HShield protected source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-06
    • 文件大小:51037
    • 提供者:任晓枫
  1. The-Mitsubishi-PLC-checksum-program

    0下载:
  2. 三菱PLC校验程序 异或效验 LRC效验 CRC效验 ASCII 求和效验-The Mitsubishi PLC the calibration procedure XOR efficiency experience LRC validation the CRC adjustment ASCII summation efficacy
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-21
    • 文件大小:42052
    • 提供者:张忠
  1. 16CRC

    0下载:
  2. crc校验的程序,modbus实现中的CRC-16程序-crc check procedures, modbus implementation of CRC-16 program
  3. 所属分类:LabView

    • 发布日期:2017-11-23
    • 文件大小:9595
    • 提供者:shiming
  1. CRC16

    0下载:
  2. 16位CRC校验查找表法,网上比较普遍的是8位表,该程序中有罕见的4位表,亲,千万不要错过哦,赶快下载吧!-16-bit CRC lookup table method, the Internet more generally eight tables, this program has the rare four tables, pro, do not miss it, download it!
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:1456
    • 提供者:谭平
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 »
搜珍网 www.dssz.com