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

搜索资源列表

  1. CB6_socket

    0下载:
  2. 基于CB6实现socket的网络编程,实现数据收发。-Based on the CB6 socket network programming, send and receive data.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:361033
    • 提供者:liu
  1. TestClient

    0下载:
  2. socket通讯的客户端,可以简单的接收发送消息-Communication client, can simply receive send a message
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:94490
    • 提供者:涛涛
  1. zubojieshou

    0下载:
  2. windows socket 使用UDP组播接收消息,一个简单的UDP组播程序-Windows socket use the UDP multicast receive messages, a simple UDP multicast program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3301475
    • 提供者:牟维明
  1. AsyncSocket

    0下载:
  2. 非同步Socket程式,提供send與receive有timeout的機制。-Asynchronous Socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:1043
    • 提供者:張文信
  1. Transform-station

    0下载:
  2. linux下UDP串口通信程序,串口接收下位机传的数据,然后通过UDP转发给服务器。-UDP and serial port programs with linux,receive the data from serial port and transmit it to server by UDP socket
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:29756
    • 提供者:
  1. cs_indy

    0下载:
  2. 开发一个远程的数据采集/监控软件时包装的一对socket类,以及客户端和服务器端的调试程序示例,里面根据当时软件的控制命令协议包装成一些发送/接受函数。用的时候可以去掉这些,直接用发送接收相应的字符串数据即可,代码的注释很完全。-The development of a remote data acquisition/monitoring software packaging a pair of socket classes, as well as client and server-side
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:589732
    • 提供者:秦炜
  1. SocketClass

    1下载:
  2. CSocket封装类,实现SOCKET通讯,收发消息结构体文件等都可以~-CSocket class of package, SOCKET communication, send and receive messages structure files can all be ~~
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-04-12
    • 文件大小:2048
    • 提供者:FAN
  1. recvData_UDP

    0下载:
  2. socket recvUDP通信,用于接收从其他机子发送的数据-receive data by UDPsocket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-02
    • 文件大小:14747721
    • 提供者:石心愿
  1. UDPSERVER.RAR

    0下载:
  2. 这个小工具包含服务器端和客户端,基于MFC类库中的SOCKET。用来接收udp数据包(服务器端)和向指定地址发送udp数据包(客户端)。-This gadget contains the server and client SOCKET based on the MFC class library. Used to receive udp packets (server side) to the designated address to send udp data package (clien
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:270747
    • 提供者:宋恩博
  1. udp2

    0下载:
  2. udp广播(linux) socket既能接受广播的数据又能接受单播的数据。同时在接受广播数据时只接受一次。-udp broadcast (linux) socket can receive broadcast data and can accept the unicast data. Broadcast data only once.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:2186
    • 提供者:朱嘉兴
  1. winsock-server6-8

    0下载:
  2. WINSOCK服务器端示例程序说明 该程序是基于对话框编程的,是采用一对多的方式进行连接的。 整个程序主要由CServerDlg,CServerApp,CListenSocket,CClientSocket构成的。 (所有关于类的说明在代码中有) 下面简单介绍一下程序流程: 主程序调用CListenSocket类的对象来进行对Socket的监听,当收到请求时调用主程序的函数来处理相应的连接,把Socket放进队列中。 对于Socket的接收数据和断开
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3593921
    • 提供者:爱上对方
  1. SocketUDP

    0下载:
  2. UDP消息和文件传输程序基于MFC、socket、UDP,实现了文本消息的收发和文件传输的功能。-MFC, socket, UDP, text messages to send and receive and file transfer capabilities.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-11
    • 文件大小:17937591
    • 提供者:Guy
  1. ace_socket

    0下载:
  2. 使用ACE完成socket通信,服务器从客户端收到消息后并返回给客户端。-The use of ACE to complete the socket communication, the server receive a message from the client and returned to the client.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:1951
    • 提供者:heyi
  1. server

    0下载:
  2. 基于SOCKET的windows下服务器端程序,使用基于TCP/IP的C/S通信机制,涉及到服务器监听模式、接收客户端发送的connect请求等,可模拟小型聊天软件的功能-SOCKET the windows server side program, using the TCP/IP-based C/S communication mechanism, related to the server listening mode to receive the client sends the con
  3. 所属分类:WinSock-NDIS

  1. TCP_server

    0下载:
  2. 建立基于TCP套接字的服务器与客户端的连接,客户端向服务器发送字符串,服务器将接受到的字符串打印出来-Establish a connection based on the TCP socket server and client, the client sends the server a string, the server will receive the string print out
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:2422
    • 提供者:夏秋末
  1. fq

    0下载:
  2. 本软件应用在局域网中,是局域网中节点间信息及文件传输的平台。在局域网中能实现不同节点间的信息传输,相互间聊天,传输文件,接受文件等简单功能。软件使用技术有MFC编程技术,SOCKET编程技术等技术,使用面向对象技术设计并构建软件,软件的操作简单,界面一目了然,使用人员能快速上手,并且软件的实际占用空间较小,有利于用户计算机的空间合理利用。-Software applications in the LAN is a platform of information and file transfer
  3. 所属分类:GPS develop

    • 发布日期:2017-05-15
    • 文件大小:3816567
    • 提供者:刘娇
  1. QTWindMessage

    0下载:
  2. 利用QT,开发一款仿真手机短信收发的应用程序,利用socket编程模拟通信网络,实现简单电话簿功能,可向指定号码发送短信,可编辑自身的号码和资料。-The use of QT, the development of a simulation application for send and receive SMS and analog communication network using socket programming, achieve a simple phone book funct
  3. 所属分类:Linux Network

    • 发布日期:2017-12-06
    • 文件大小:1272991
    • 提供者:孔祥龙
  1. GPRS

    0下载:
  2. gprs类库 socket类实现通讯 收发文件收发数据-send and receive data gprs class library socket class that implements the communication send and receive files
  3. 所属分类:CSharp

  1. AttendServ

    0下载:
  2. 简单的WINDOWS socket通信服务器,可以实现接收客户端发送的字符串并在控制台显示出来。-a simple windows socket communication server which can receive words from a client and print them on your screen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-21
    • 文件大小:3845014
    • 提供者:舒马赫
  1. LANServerClient

    0下载:
  2. 套接字编程,使用CAsyncSocket 类,实现了两个简单的服务器和客户端之间的连接功能,能够发送和接受消息-Socket programming, using CAsyncSocket class implements two simple server and client connectivity, the ability to send and receive messages
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:41422
    • 提供者:丑力
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com