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

搜索资源列表

  1. IOCP优化过的基于UDP的P2P网络传输控件

    6下载:
  2. 一个经过IOCP优化过的基于UDP的P2P网络传输控件,只要加入对方IP和Port可自动打洞,实现P2P。可发现文字、内存流、文件。具有事件回调功能(包括发送成功,发送丢失、发送无回应(失败)、发送有应答)。-an optimization based on UDP over the P2P network transmission controls, By other IP and Port automatically burrows, and achieve P2P. Text can be
  3. 所属分类:P2P编程

    • 发布日期:2011-06-23
    • 文件大小:1952771
    • 提供者:dssz.net
  1. PCCOM-SRC

    0下载:
  2. 用C++写的RS232串口异步通讯功能模块,支持16550 UART芯片,中断收发数据,波特率最大115200bps,自定义收发数据缓冲大小,支持软硬件流控。-C wrote asynchronous RS232 serial communication module, 16550 UART chip, Transceivers interruption data, 115,200 bps maximum baud rate, since the definition of sending an
  3. 所属分类:串口编程

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

    0下载:
  2. RTP视频测试,主要测试rtp 的流控原理和分析rtp 协议。-RTP Video test, the test rtp flow control theory and analysis rtp agreement.
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:728852
    • 提供者:zhanka
  1. Serial

    0下载:
  2. 基于WinCE 5.0 下的MIPS 32 内核的Au1200(AMD)的UART驱动,支持数据流控,经车载平台测试性能稳定,传输数据率高
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:19229
    • 提供者:唐峰
  1. javaWorkFlow

    1下载:
  2. JGraph扩展应用。自定义Renderer,自定义视图View实现自定义工作流控件
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3417237
    • 提供者:小邝
  1. SimRTP

    0下载:
  2. RTP视频测试,主要测试rtp 的流控原理和分析rtp 协议
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:728852
    • 提供者:dp
  1. PortExpert10_SRC

    0下载:
  2. 端口专家是一个优秀的端口(串口、并口)监视、调试程序,有以下基本功能: 1.能动态设置各种通讯速率、奇偶校验、数据位、停止位和流控; 2.可以16进制形式自动显示接收到的数据,并能同时发送ASCII码(包括中文)和16进制字符串,可以任意设定自动发送周期,定时发送数据; 3.能将接收数据保存成文本文件,便于比较观察;并能发送任意大小的数据文件(以二进制形式发送); 4.能自动保存设置参数,无需每次重新设置。-port experts is a good ports (serial, parall
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:263552
    • 提供者:柳如飞
  1. CommTest.rar

    2下载:
  2. 基于CSerialPort的串口多线程通信。首先设置好串口参数,然后开启串口监测工作线程,它监测到串口接收到的数据、流控制事件或其他串口时间后,就以消息方式通知主线程,激发消息处理函数来进行数据处理。而发送数据可以直接向串口发送。,CSerialPort based on multi-threaded serial communication. First of all, set up serial port parameters, and then open the serial port m
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:1246706
    • 提供者:海涛
  1. jm15.1.rar

    0下载:
  2. H264最新编解码程序源码,包含多种运动估计算法,流控算法等。,H264 encoding and decoding procedures for the latest source code that contains a variety of motion estimation algorithms, flow control algorithm.
  3. 所属分类:Multimedia program

    • 发布日期:2017-06-14
    • 文件大小:22132962
    • 提供者:tianzhen
  1. sctp

    0下载:
  2. 在linux环境下的流控制传输协议(sctp)的源代码 -Linux environment in the Stream Control Transmission Protocol (sctp) source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:237078
    • 提供者:周亿
  1. COMbook

    0下载:
  2. 1. RS-232-C详解 2. 串口通信基本接线方法 3. 串口通讯的概念及接口电路 4. 有关RS232和RS485接口的问答 5. 同步通信方式 6. 通信协 7. 实战串行通 8. 全双工和半双工方式 9. 浅析PC机串口通讯流控制 10. 奇偶校验 -1. RS-232-C Detailed 2. Serial Communication basic wiring methods 3. The concept of serial
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:907306
    • 提供者:自治州
  1. SerialFlowControlSettings

    0下载:
  2. 很多串口调试助手中串口流控的设置都不起作用,该文章讲述了流控的具体设置方法-Assistant in a lot of serial debugging serial flow control settings are not working, the article describes a specific set of flow control methods
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:38007
    • 提供者:保密
  1. Example3

    0下载:
  2. 基于CSerialPort的串口多线程通信框架,设置串口参数,开启串口监测工作线程,串口监测工作线程监测到串口接收的数据、流控制时间或其他事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理。-CSerialPort-based multi-threaded serial communication framework, set serial port parameters, open the serial port monitoring thread, serial port mon
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:89248
    • 提供者:许书博
  1. DataTransfer

    0下载:
  2. 串口通信工具含字符、文件发送和接收,流控功能-Serial communication tools with characters, to send and receive documents, flow control function
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:293068
    • 提供者:为了
  1. Embedded_C_programming_language_specification_of_a

    0下载:
  2. 嵌入式C语言编程规范之准确的程序流控制讲解文档-Embedded C programming language specification of accurate flow control procedures
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:333203
    • 提供者:kavi huang
  1. SC28L198

    0下载:
  2. SC28L198是一个带有8个全双工异步通道UART的芯片,每个UART通道的接收器和发送器都拥有16字节深度的FIFO。芯片的每个UART通道除了基本的异步通信功能外,还可实现软件流控制(in-band flow control)、硬件流控制(out-of-band flow control)、以及多点模式(唤醒模式或RS-485模式)等,同时每个UART都有4个外扩的I/O引脚,每个外扩I/O引脚都为功能复用。 本资料包含完整测试程序,应用文档,电路原理图及PPT演示文档等。-SC28L
  3. 所属分类:uCOS

    • 发布日期:2017-05-23
    • 文件大小:7588387
    • 提供者:祝剑波
  1. uarttool

    0下载:
  2. 串口调试代码,实现硬件或者软件流控,通信很安全-jjgfsdpotky twerpybui
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3648
    • 提供者:agei
  1. 20050209006

    0下载:
  2. 该程序是模拟tcp六控制中滑动窗口的,tcp流控制机制就是由滑动窗口实现的。-The program is six control simulation tcp sliding window, tcp flow control mechanism is achieved by the sliding window.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-08
    • 文件大小:1923603
    • 提供者:无名
  1. darwin_tcp_learn

    0下载:
  2. 自己写的darwin流媒体服务器关于使用TCP协议进行流控的部分,可能会有不准确的地方-Write a darwin streaming server using the TCP protocol on the part of the flow control, there may be inaccuracies
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-29
    • 文件大小:21967
    • 提供者:darwin.yhc
  1. 一方通行

    0下载:
  2. 基于stm32平台编写测试电子纸微流控的液滴驱动过程,实现了多像素点的驱动。(EWOD EFD e-paper drop drive)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2917376
    • 提供者:晨天有你
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com