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

搜索资源列表

  1. LANusersCom

    0下载:
  2. 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:253113
    • 提供者:唐富华
  1. 异步socket通信例程

    0下载:
  2. 利用winsock所编写的异步网络通信例程-prepared by the protocols of the use of asynchronous network communications routines
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:161447
    • 提供者:薛峰
  1. 运用异步输入输出流编写Socket进程通信

    0下载:
  2. 代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通信程序.-code, as "Merlin&quo
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4943
    • 提供者:陈浩
  1. Socket Model

    0下载:
  2. 基于SOCKET实现的,采用线程,利用队列,建立的通用的SOCKET异步通信模式-based on Socket achieved using threads, using cohort, the establishment of common asynchronous communication model SOCKET
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:253001
    • 提供者:ICE
  1. udp通信

    0下载:
  2. 这是一个利用UDP进行通信的小程序,用的是异步套接字模式,可以灵活的改变原IP和目的IP以及原端口和 目的端口 -This is a use of UDP communications for the small program using the asynchronous socket model, the flexibility to change the original purpose of IP and IP, and the original purpose of ports and
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:27892
    • 提供者:程拨
  1. 局域网多用户通信

    1下载:
  2. 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本文在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。-TCP / IP-based network communications technology to achieve a connection-oriented users and server asynchronous point-to-point communications, in th
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:848654
    • 提供者:苏正荣
  1. Socket异步通信,线程,双端队列

    0下载:
  2. Socket异步通信示程序代码:1.正确的开始和终止线程 2.可以局域网内多人聊天 3.双端队列的设计和应用 -Socket show asynchronous communication code : 1. Correct start and termination of two threads. People can chat LAN 3. Double-cohort design and application
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:122527
    • 提供者:胡瓜
  1. 异步通信控制器

    0下载:
  2. 用VHDL语言编写的异步通信控制器源代码程序-ASCC Communication Control System Compiled With VHDL
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:346658
    • 提供者:leaf
  1. tcpayncchat

    0下载:
  2. 采用C# TCP 异步通信开发的 聊天室系统 服务端和客户端都有
  3. 所属分类:C#编程

    • 发布日期:2012-03-14
    • 文件大小:183196
    • 提供者:joysuser168
  1. MySocket

    1下载:
  2. 用vb.net socket实现一个异步通信的服务器端源代码-vb.net socket
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:263691
    • 提供者:王栋
  1. RS232

    0下载:
  2. RS232串口通信,由89c52单片机控制。异步通信,内含两个程序。-RS232 serial communication, controlled by the 89c52 microcontroller. Asynchronous communication, contains two programs.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:7446
    • 提供者:李冰
  1. AsynchronousSocket

    0下载:
  2. C# TCP/IP 异步通信类 事件驱动-C# TCP/IP class of event-driven asynchronous communication
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:104887
    • 提供者:ly
  1. SocketTestkfdfwq

    0下载:
  2. socket异步通信,包含客户端和服务器-asynchronous socket communication, including client and server
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:91696
    • 提供者:xiaomiao
  1. RS232toEthernet

    0下载:
  2. 为调试设备编写的RS232转以太网通信软件。 均使用异步通信方式,RS232使用API编写,以太网使用Sockte类。程序中使用了两个独立线程,线程间以消息方式传递数据,本程序中包括:RS232异步通信、Sockte异步通信、用户界面线程、线程间通信。-Equipment prepared for debugging RS232 to Ethernet communications software. Only use asynchronous communication mode, RS2
  3. 所属分类:Communication

    • 发布日期:2017-06-14
    • 文件大小:21642604
    • 提供者:Huangxiangjun
  1. com_exe

    0下载:
  2. windows下异步使用串口的类。已经封装得非常好,线程安全。欢迎下载使用(windows serial port use.)
  3. 所属分类:Windows编程

  1. 149异步串行通信(点对点通信)

    0下载:
  2. msp430f149点对点异步串行串口通信(MSP430F149 point to point serial communication)
  3. 所属分类:其他

  1. C# UDP 异步通信

    0下载:
  2. 用VisualC#实现UDP协议,最为常用,也是最为关键的类就是UdpClient,UdpClient位于命名空间System.Net.Sockets中,VisualC#发送、接收UDP数据包都是通过UdpClient类的(The realization of UDP protocol with VisualC, the most commonly used, but also the key is UdpClient, UdpClient is located in the namespace
  3. 所属分类:进程与线程

    • 发布日期:2017-12-28
    • 文件大小:47104
    • 提供者:660jiu
  1. 串行通信

    0下载:
  2. 计算机与单片机之间实现串行通信,10位异步通信,波特率1200,采用定时器1产生,实现计算机串口调试助手与单片机之间的双向通信;(The serial communication between computer and MCU is achieved. Asynchronous communication with 10 bits and baud rate of 1200 are generated by timer 1, which realizes two-way communicati
  3. 所属分类:其他

  1. 基于FPGA的异步串行接口设计

    0下载:
  2. 一份异步串行通信实验的pdf,给有需要的人,各功能代码都有(Asynchronous serial communication experiment for people in need)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1902592
    • 提供者:shoodro
  1. 串口异步通信

    1下载:
  2. 串口的异步通信方式示例。常用于pc机和装置之间的串口通信。
  3. 所属分类:通讯编程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com