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

搜索资源列表

  1. Cmux_Fcs

    0下载:
  2. 串口通信时会用到一个比较有用的协议-串口复用协议,利用该工具可以很快计算出校验域的值。方便调试及验证协议数据帧是否正确。-Serial communication is used when a more useful protocol- serial multiplexing protocol, the use of the tool can quickly calculate the checksum field value. Facilitate debugging and verifica
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:316083
    • 提供者:Hetsee
  1. PPP_Fcs

    0下载:
  2. 该工具可以很快计算出PPP协议校验域的值,方便调试及判断协议数据帧是否正确。-The tool can quickly calculate the checksum field value PPP protocol to facilitate debugging and judgments protocol data frame is correct.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:318369
    • 提供者:Hetsee
  1. dkb

    0下载:
  2. 以太网数据帧的监听与分析r抓取数据包的源程序-Ethernet data monitoring and analysis of frame r crawling the source packet
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:6444
    • 提供者:gedpe
  1. FrameParser

    0下载:
  2. 数据帧的解析-Analysis of the data frame. . . . . . . . . . . . . . . . .
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:33729
    • 提供者:zhang
  1. send-packet

    0下载:
  2. 通过驱动网卡,封装以太网协议,通过PC端发送数据帧到FPGA-By driving card, Ethernet encapsulation protocols, data frames sent by the PC to FPGA
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-06
    • 文件大小:1223959
    • 提供者:zengguang
  1. ALOHA-protocol-simulation

    0下载:
  2. ALOHA协议的思想很简单,只要用户有数据要发送,就尽管让他们发送。当然,这样会产生冲突从而造成帧的破坏。但是,由于广播信道具有反馈性,因此发送方可以在发送数据的过程中进行冲突检测,将接收到的数据与缓冲区的数据进行比较,就可以知道数据帧是否遭到破坏。-ALOHA protocol s thought is very simple, as long as the user data to be sent, although let they send. There are, of course,
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2125
    • 提供者:熊晓玲
  1. SEED602_motiotest

    0下载:
  2. 视频显示任务接收到视频数据帧后,将YUV4:2:0格式的图像重采样为YUV4:2:2格式的图像,-Video display task receives the video data frames, after will YUV4:2-0 format of image resampling to YUV4:2-2 format images
  3. 所属分类:DSP program

    • 发布日期:2017-05-08
    • 文件大小:2025252
    • 提供者:liu zihao
  1. CRC-code-realization

    0下载:
  2. 该代码主要用来实现通信中的数据帧里CRC校验功能-The code is used to realize the function of CRC check in telecommunication
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:569
    • 提供者:徐以为
  1. ic-ppm

    0下载:
  2. PPM数据编码,设计,包含数据帧头和帧尾,输出数据以波形形式输出.-PPM data encoding, an output waveform generator design, including the header and trailer data, output data in wave form
  3. 所属分类:Other systems

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:袁苗
  1. PC

    0下载:
  2. 采用异步方式传送数据,偶校验,一位结束位,传输的数据传输速率为9600bit/s。每个数据帧包含10Byte信息,1Byte作为帧起始标志,8Byte数据,1Byte的校验和。-----------------------函数声明,变量定义--Using asynchronous transmission of data, even parity, one end, and transmission of the data transfer rate for 9600bit/s. Each da
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:5117
    • 提供者:rinMa
  1. HDLC

    0下载:
  2. 1) 实现比特填充技术和循环冗余校验算法; 2) 实现HDLC的组帧(Flag、A段、C段、D段、FCS、Flag、包括扩展模式); 3) 实现滑动窗口、差错控制机制; 4) 模拟无噪声链路的数据传输,发送端随机发送数据帧(能够模拟帧丢失、帧失序、帧重复); 5) 模拟有噪声链路的数据传输,发送端发送模拟单比特错误(有能力的同学可以考虑加入多比特错误),要求错误出现在HDLC帧的不同字段,并能够模拟差错控制方法(帧损伤); 6) 给定HDLC的比特流,分别用Mancheste
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:46940
    • 提供者:詹春艳
  1. HDLC-signal-model

    0下载:
  2. 1) 实现比特填充技术和循环冗余校验算法; 2) 实现HDLC的组帧(Flag、A段、C段、D段、FCS、Flag、包括扩展模式); 3) 实现滑动窗口、差错控制机制; 4) 模拟无噪声链路的数据传输,发送端随机发送数据帧(能够模拟帧丢失、帧失序、帧重复); 5) 模拟有噪声链路的数据传输,发送端发送模拟单比特错误(有能力的同学可以考虑加入多比特错误),要求错误出现在HDLC帧的不同字段,并能够模拟差错控制方法(帧损伤); 6) 给定HDLC的比特流,分别用Mancheste
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:47200
    • 提供者:詹春艳
  1. uart_fifo

    0下载:
  2. 51单片机串口fifo收发程序,可以用于接收自定义数据帧处理-51 microcontroller serial fifo transceiver procedures, can be used to receive custom data frame processing
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2566
    • 提供者:李正东
  1. FIND-HEADER

    0下载:
  2. 简易的帧头查找程序,将数据帧头提取,并显示数据-Easy Finder header, the header data to extract and display data
  3. 所属分类:LabView

    • 发布日期:2017-04-15
    • 文件大小:6570
    • 提供者:evan
  1. RawSocket

    0下载:
  2. 原始套接字的简单实例。 raw socket,即原始套接字,可以接收本机网卡上的数据帧或者数据包,对与监听网络的流量和分析是很有作用的-Simple examples of the original socket. raw socket, that is, the original socket, you can receive the card on the machine frame data or data packets to and monitor network tra
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:918
    • 提供者:johnxi
  1. enet-1.3.12.tar

    0下载:
  2. 实现可靠UDP传输 采用滑动窗口协议, 限制已发送出去但未被确认的数据帧的数目。 循环重复使用已收到的那些数 据帧的序号。具体实现是在发送端和接收端分别设定发送窗口和接收窗口 -reliable udp
  3. 所属分类:Linux Network

    • 发布日期:2017-05-03
    • 文件大小:550604
    • 提供者:ken
  1. stepmoter

    1下载:
  2. 三轴步进电机控制器,上位机通过串口向下位机发送一个数据帧, 数据帧中包含命码,从机地址等字节,所有从机收到数据帧后再分析做出相应动作,本程序类似modebus总线通讯-stepmoter fram
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:84514
    • 提供者:刘晓
  1. TEA

    0下载:
  2. 实现TEA算法VC源码,可进行数据帧加密和解密-TEA
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:209699
    • 提供者:popo zhang
  1. 1401966027-38840

    0下载:
  2. 如果有数据帧收到,则SMPL_Receive函数读取接收到的数据帧-8_t msg[MAX_APP_PAYLOAD], len, i for (i=0 i<sNumCurrentPeers ++i) {
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-27
    • 文件大小:33613
    • 提供者:sheye
  1. AIVDM_Message1_Encode

    1下载:
  2. 该MFC工具基于Visual Studio 2008开发,使用C/C++语言,功能是完成AIS协议的VDM消息1压包,根据消息ID、转发指示符、用户ID、导航状态等输入参数生成数据帧 !AIVDM,1,1,,A,177?s>000099k=P@11T000120D0T,0*54 ,消息1的详细说明参考文档《ITU-R M.1371-3建议书》中97页表45。-The MFC tool based on the development of Visual Studio 2008, the u
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-17
    • 文件大小:26509372
    • 提供者:Robbie
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 41 »
搜珍网 www.dssz.com