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

搜索资源列表

  1. socket_client_server

    0下载:
  2. vs2005下的客户端和服务器端程序,成功实现,可用-socket client server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-14
    • 文件大小:22450229
    • 提供者:boif
  1. Linux-Socket

    0下载:
  2. linux下运行SOCKET的客户端和服务器端程序,操作步骤写在readme.txt中-SOCKET client and server-side program running under linux, the steps in the readme.txt
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:4666
    • 提供者:shindow
  1. socket

    0下载:
  2. 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Win
  3. 所属分类:P2P

    • 发布日期:2017-11-08
    • 文件大小:42308
    • 提供者:chenrui
  1. socket

    0下载:
  2. socket编程,实现服务器和客户端,建立服务器等待客户连接,客户连接建立连接-socket programming, server and client, to establish the server waits for a client connection, the client connection to establish a connection
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:2236
    • 提供者:张孝达
  1. socket

    0下载:
  2. socket网络编程,实现流式套接字的客户端服务器程序,适合新手学习使用。-client server program socket network programming stream socket, suitable for novice to learn to use.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-10
    • 文件大小:3676
    • 提供者:张东升
  1. socket-serveraclient

    0下载:
  2. 多线程socket通信,服务器和客户端,可以说实现服务器和客户端同时互相发送消息-Multi-threaded socket communication, the server and client, server and client at the same time send a message to each other can be said
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:3098846
    • 提供者:张三
  1. socket

    0下载:
  2. 基于客户端服务端的网络通信,本软件包括客服端与服务端的开发-Client server-based network communication,The software includes client and server development
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-06
    • 文件大小:4059527
    • 提供者:三元
  1. Socket

    0下载:
  2. SOCKET TCP 文件传输 客户端 服务器端 client svever 实现简易文件传输功能-SOCKET TCP file transfer client server end client svever of simple file transfer function
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-11
    • 文件大小:41359
    • 提供者:ljm
  1. socket

    0下载:
  2. java socket 实现 源码包括server和client 动态调用server执行方法,获取json格式结果-java socket implementation source code, including server and client server perform dynamic invocation method to obtain the results of json format
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-22
    • 文件大小:50938
    • 提供者:icerex
  1. src

    0下载:
  2. Socket Client / Server By Java Programming
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-16
    • 文件大小:2246
    • 提供者:Saleh
  1. Client.c

    0下载:
  2. simple socket client to send message to socket server using tcp
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-15
    • 文件大小:752
    • 提供者:Jeff
  1. CLIENT

    0下载:
  2. 网络编程socket tcp客户端 服务端源码-Network programming socket tcp client server source code
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-12-08
    • 文件大小:4299
    • 提供者:meizu
  1. socket

    0下载:
  2. 通信网络综合实验,《socket编程实验》,简单的客户机/服务器程序的实现 (1)使用套接字接口在TCP连接上发送消息 (2)还用到了其他的UNIX网络功能 (3)该应用允许用户在一端的机器上输入并把文本发送给另一端机器的用户 (4)它是UNIX中talk的一个简化版本,类似于WEB 聊天室的核心程序。 -The communication network experiment, socket programming experiment, a simple client/s
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:464221
    • 提供者:史倩
  1. Client-to-Server(socket)

    0下载:
  2. 使用MFC 的界面效果,利用socket套接口技术实现的多客户端client,通过服务器server互联的聊天的程序-Using MFC interface effects, the use of socket socket technology to achieve a multi-client client, server interconnected through the server chat program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-11
    • 文件大小:597817
    • 提供者:王振峰
  1. tcp-socket

    0下载:
  2. a client server TCP protocol creates a socket a 2 way communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-16
    • 文件大小:2062
    • 提供者:adelina
  1. Socket

    0下载:
  2. Linux下实现客户端、服务器端连接,并且可以互传文件,这里是指定文件的,不是随时任意文件传送,但是可以指定文件名传送任意文件。-Under Linux client, server-side connections and can transfer files, here is the specified file is not sending any file at any time, but you can specify a file name transfer any files.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:3560520
    • 提供者:tangtang
  1. socket

    0下载:
  2. Linux下socket客户端和服务端的通信,实现TCP/IP协议下的命令传输和执行命令后的结果返回-Under Linux socket client and server communications, TCP/IP protocol under the command transfer and return the results after executing the command
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:29274
    • 提供者:kang
  1. winsocket-winc

    0下载:
  2. C++ socket客户端服务器端源码-C++ socket client server-side source C++ socket client server source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2170589
    • 提供者:冯准
  1. Socket-CS

    0下载:
  2. SOCKET 客服端/服务器模式学习源码,利用select实现非阻塞模式-SOCKET service client/server model to study the source code, using the select a nonblocking mode
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:4227
    • 提供者:杨广
  1. SampleSocket_TCPPUDP_Client-Server

    0下载:
  2. A good Java Socket TCP+UDP Client+Server.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:104412
    • 提供者:Gabriel
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com