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

搜索资源列表

  1. 111

    0下载:
  2. C__Socket异步通信 包含异步监听 异步写入-C__Socket asynchronous communication asynchronous writes that contains asynchronous monitoring
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2976
    • 提供者:288abcd
  1. comAPI

    0下载:
  2. 使用API异步串口通信-文件改进,自己的学习心得-Asynchronous serial communication using the API- File improve their own learning experiences
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:3319950
    • 提供者:刘丙才
  1. ChatWinsock

    0下载:
  2. 在visual C++下 ,使用winsocket的简单的聊天工具,主要是实现异步通信-simple chat equitment
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:400782
    • 提供者:lishizhao
  1. uart_16550

    0下载:
  2. UART是一种通用串行数据总线,用于异步通信。该总线双向通信,可以实现全双工传输和接收。在嵌入式设计中,UART用来与PC进行通信,包括与监控调试器和其它器件,如EEPROM通信。-A UART that is compatible with the industry standard 16550D includes wrappers for the Wishbone and AMBA APB busses
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:245074
    • 提供者:zhaohaiting
  1. c123

    0下载:
  2. 进程间的异步通信,通过异步线程调用,推荐下载-Asynchronous communication between processes through asynchronous thread calls
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:236126
    • 提供者:陈鹏煊
  1. likeQQ

    0下载:
  2. 仿QQ,提供登陆,注册,添加好友,聊天等功能。服务器端使用异步通信,客户端使用同步通信-Fake QQ, to provide land, registration, add friends, chat and other functions. Server using asynchronous communication, the client uses synchronous communication
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-18
    • 文件大小:4774016
    • 提供者:yinhuanfeng
  1. PIC_USART

    0下载:
  2. 该程序实现单片机双机异步通信功能,该程序是发送部分-The program MCU Dual asynchronous communication features, the program is to send part of the
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:169272
    • 提供者:kkjut
  1. tognxun

    0下载:
  2. 详细介绍了异步通信软件模拟,使你一目了然。-Details of the software simulation asynchronous communication, so that you clear.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:12980
    • 提供者:闫伟
  1. TCPMultlink

    0下载:
  2. TCP通讯客户端和服务器端的异步通信架构-TCP messaging client and server-side asynchronous communication architecture
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:14490
    • 提供者:张玮霁
  1. vcyb

    0下载:
  2. 一个探究VC++ 异步通信原理与实例的代码,程序同样是基于C/S结构的,分服务端与客户端。 -A VC++ asynchronous communication to explore principles and examples of code, the program also is based on the C/S structure, the sub-server and client.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:43623
    • 提供者:
  1. cweb

    0下载:
  2. 该文介绍了sockets通信原理,从程序员角度着重讨论了windows sockets为支持异步通信对sockets的功能扩充,并给出了应用windows sockets实现网络实时通信的一个程序实例-This paper introduces the principle of sockets communication from the programmer point of view focused on the windows sockets to support asynchronous
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:13313
    • 提供者:笨笨乐
  1. socket

    0下载:
  2. 本程序利用socket实现了异步通信功能-Asynchronous communication using socket
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:118394
    • 提供者:zhj
  1. Uart

    0下载:
  2. 基于s3c2440 串口异步通信,可以实现与pc机通信,在终端可以使用printf 输出格式,开发环境为ADS1.2-S3c2440 based serial asynchronous communication, can be achieved with pc computer communication, the terminal can use the printf output format, the development environment for ADS1.2
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:120928
    • 提供者:时刻拥友
  1. 123

    0下载:
  2. 分析了串行异步通信协议中涉及的传输模式、流量控制、传输透明性、数据校验、加密方式等问题,提出了开发一个高效的串行异步通信协议的方法, 并以实例进行了具体描述。 -Analysis of serial asynchronous communication protocol involved in the transmission mode, flow control, transmission transparency, data validation, encryption and othe
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:48522
    • 提供者:蔡丽
  1. signal

    0下载:
  2. 信号是在软件层次上对中断机制的一种模拟,是进程间通信机制中唯一的异步通信机制。 示例中给出了信号的使用方法-Signal in linux looks like software interrupt mechanism and it is the only asynchronous communication mechanism in inter-process communication. Example codes shows us how to use the signal.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:5165
    • 提供者:y
  1. C语言串口程序

    0下载:
  2. C语言串口程序,通过编程实现串口的异步通信-C-serial process, through the asynchronous serial communication programming
  3. 所属分类:串口编程

    • 发布日期:2017-03-27
    • 文件大小:6127
    • 提供者:liuyang
  1. CSharpSocket

    0下载:
  2. C# Socket 同步通信与异步通信 示例源码,清晰介绍CSharp中利用Socket实现网络通信。-C# Socket example of synchronous communication and asynchronous communication source, the use of a clear descr iption CSharp Socket network communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:97046
    • 提供者:zsg
  1. Socket-System

    0下载:
  2. Socket异步框架,C#写的异步通信框架,很完整。-Socket asynchronous framework, C# to write asynchronous communication framework, it is complete.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:129794
    • 提供者:jacrobo
  1. chat

    0下载:
  2. 在先前已上传的那个版本上做了一点改进: 1.将服务器与客户端之间的通讯命令做了处理,这次采用特殊编码格式的命令控制方式,摒弃了先前版本中采用的通过解码成字符串的命令格式,避免了解码过程中会出现的bug(特殊情况下此bug才会出现,表现为将内部命令作为消息正文打印出来。。。让我很受伤。。) 2.增加了闪屏振动功能(一看就知道模仿MSN的。。没创意。。。),可以群振,也可以点对点振,反正振你没商量! 3.修正了其他的一些小bug。 程序截图还是先前版本的
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-09
    • 文件大小:1492287
    • 提供者:lzg8688
  1. SCI_INT_C

    0下载:
  2. (1) LF2407A 应用开发板SCI接口测试程序 (2) 该程序实现DSP/DSP、DSP/PC之间的简单异步通信 (3) 使用中断方式实现数据发送和接收-failed to translate
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:44976
    • 提供者:王虎
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 36 »
搜珍网 www.dssz.com