CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - socket client server

搜索资源列表

  1. assignment3

    0下载:
  2. Java UDP Ping Client/Server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:9362
    • 提供者:rdt
  1. csharp_socket

    0下载:
  2. c# socket 实现客户端和服务器间简单通信功能。-c# socket client server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:28322
    • 提供者:cgl
  1. m_server

    0下载:
  2. socket通信server端,连接MYSQL,可以实现client端发包的接收,和数据库的查找,添加-communication server-side socket, the connection MYSQL, can achieve the receiving client-side bidding, and database search, add
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:968337
    • 提供者:tom
  1. socket

    0下载:
  2. 本文档是linux下的socket客户端和服务器程序源码,可以通过此代码了解linux下的网络编程-This document is under linux socket client and server source code, you can understand this code network programming under linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:2383
    • 提供者:海锐
  1. Socket

    0下载:
  2. 这个程序要完成一个聊天室的功能,它是用纯的winsock的去写,而不用任何CSocket的东西, 即可以用来做客户端又可以用来做服务器端,它要求是非阻塞方式的连接。-This program should complete a chat room feature, which is pure winsock' s to write, without any CSocket things that can be used to make the client can also be us
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-14
    • 文件大小:3111064
    • 提供者:王杰
  1. socket

    0下载:
  2. 使用unix_domain_socket编写的简单的客户端和服务器,domain_socket是目前最流行的IPC-Prepared using unix_domain_socket simple client and server, domain_socket is the most popular IPC
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:3405
    • 提供者:JoeWang
  1. socket

    0下载:
  2. win socket 编程 包括服务端和客户端,界面形势,窗体软件。-win socket programming, including server and client, interface the situation, the form software.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-22
    • 文件大小:7095386
    • 提供者:刘茂典
  1. ser-cli

    0下载:
  2. 对SOCKET编程的服务端、客户端通信为例,说明连接、发送、接收、断开的短连接过程。-socket client server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:112552
    • 提供者:梁晓锋
  1. socket

    0下载:
  2. Linux下使用C语言实现了客户端连接服务端-Linux using C language to the client server connection
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2637
    • 提供者:谭强
  1. Socket

    0下载:
  2. VC++ 线程非阻塞SOCKET通信 服务器与客户端发消息只建立一个套接字-SOCKET VC++ thread non-blocking message communications server and client to establish a socket only
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7337631
    • 提供者:cuihang
  1. server

    0下载:
  2. socket 编程server端 用于实现基本的简单的socket的程序,客户端输入信息,服务器端则显示输出该信息-socket server-side programming used to implement the basic simple socket program, client input, the output of the server information is displayed
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:871
    • 提供者:yang
  1. SOCKET

    0下载:
  2. Linux 下实现聊天室 客户端和服务器端-Linux chat room to achieve the client and server side
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:166912
    • 提供者:bwz
  1. WinSocketChat

    0下载:
  2. socket客户端、服务器端的网络传输,提供客户端与服务器端的数据发送-socket client server network transmission
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:46935
    • 提供者:闫锋
  1. Socket

    0下载:
  2. windows下的socket测试,IDE:VS2010,release目录下的exe可以直接执行,先开服务器,再开客户端,最大连接数为2个-windows socket test, IDE: VS2010, release directory exe can be executed directly, first open the server, and then open the client, the maximum number of connections is 2
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:733972
    • 提供者:hacson
  1. socket

    0下载:
  2. socket网路编程,服务器与客户端的主要功能,完成了所有的信息传输编码-socket network programming, server and the main function of the client to complete all of the information transmission encoding
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:11310
    • 提供者:
  1. client

    0下载:
  2. 在VC++环境下编写的基于MFC的socket编程源代码,包括client服务器端-VC++ environment in the preparation of MFC-based socket programming source code, including client server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:27494
    • 提供者:lihua
  1. design-of-instant-messaging-software

    0下载:
  2. 基于socket的即时通讯软件的设计,本设计通过研究讨论,设计基于socket编程的网络聊天系统,服务器端采用多线程并发服务方式,多客户端能同时连接服务器,并且客户端之间能进行通信。程序通过了验证与测试,证明了系统的可用性、易用性、完善性。-Socket-based design of instant messaging software,This design study and discuss the design of network-based chat system socket pr
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-26
    • 文件大小:157553
    • 提供者:张宁
  1. Socket

    0下载:
  2. socket编程实例windows环境下的客户端服务器端模式 -socket programming examples under windows client server mode
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:11781
    • 提供者:muchu
  1. VB-SOCKET

    0下载:
  2. 基于C/S体系,建立初步的本地通信,定义客户端和服务器端两个类以及登陆界面的类-Based on C/S system, the establishment of the initial local communications, the definition of client and server-side interface of the two classes and the class landing
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:199895
    • 提供者:wh
  1. socket

    1下载:
  2. Linux环境下c语言的socket编程。最基本的服务器客户端。功能较简单。服务器收包,客户端发包。收包的时候检验包头属于哪一种。有注释-C language under Linux socket programming. The most basic server client. Function is relatively simple. Server received packet, the client contract. When received packets belong to
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:2311
    • 提供者:yuan
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com