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

搜索资源列表

  1. serverAndClient

    0下载:
  2. 模拟最简易的聊天窗口界面,服务器和客户端程序,基于socket编程,窗口之间可相互通信-Analog most simple chat window interface, server and client program, based on socket programming to communicate with each other between the window
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:3605
    • 提供者:pujing
  1. socket

    0下载:
  2. linux环境下实现客户端与服务器端通信.-linux environment and achieve the client server-side communication.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1409
    • 提供者:张春晓
  1. socket

    0下载:
  2. 局域网即时通信,已实现客户端和服务器聊天基本功能!-LAN instant messaging has client and server implementation the basic functions of chatting!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:13874
    • 提供者:李建鹤
  1. client-server

    0下载:
  2. C-S通信的server端程序,linux环境gcc编译通过,实现了简单的文本传输,读懂即可了解整个socket通信的流程,绝对原创,希望大家能支持。-CS communications server-side procedures, linux environment through the gcc compiler, the realization of a simple transfer of text, read to understand the whole process socke
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1069
    • 提供者:黄珺
  1. socket

    0下载:
  2. 简单的socket编程,实现客户 与服务器文本的发送,客户端发送服务器接收-Simple socket programming, the realization of the client and the server send the text, the client sent the server to receive
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:75474
    • 提供者:donghuanhuan
  1. Socket_Programming

    0下载:
  2. socket programming program server client application on sockets
  3. 所属分类:Browser Client

    • 发布日期:2017-04-28
    • 文件大小:44121
    • 提供者:samar
  1. socket

    0下载:
  2. UNIX中实现基本远程socket通信的代码,主要是将客户端一个文件复制到服务器端-UNIX remote socket to achieve the basic communication code, the client is mainly a file copied to the server-side
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:4028
    • 提供者:林毅
  1. SocketCorba

    0下载:
  2. Code to transmit socket trought objects (client & server)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:44801
    • 提供者:Adan
  1. WSFileTransfer_src

    0下载:
  2. Socket 文件传输,实现了文件传输的基本类功能。-This is a program which has implemented Winsock 2.0- has a utility class WComm which has very simple methods to create client/server program as well as File Transfer Utility.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:18274
    • 提供者:王伟
  1. linux_socket

    0下载:
  2. linux socket客户端和服务器端程序,对初学socket编程的人很有帮助。-linux socket client and server-side procedures, the person learning socket programming helpful.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:1693
    • 提供者:杨彬
  1. Socket

    0下载:
  2. Socket通信,客户端和服务器之前的发送与接收!-Socket Communications, before the client and server send and receive!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:124405
    • 提供者:apple
  1. socket

    0下载:
  2. socket编程的两个小例子。包含服务端和客户端(TCPSocketClient,TCPSocketServer)。-socket programming examples of the two. Includes server and client.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3962215
    • 提供者:
  1. Socket

    1下载:
  2. 客户端与服务端通讯,其中涉及到多线程及对线程的处理、委托-Client and server communications, which involves multi-threaded and thread handling, commissioned
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-07-05
    • 文件大小:483126
    • 提供者:赵真
  1. socket

    0下载:
  2. linux 下的server/client socket 程式 -linux under the server/client socket program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2015
    • 提供者:王大元
  1. Socket

    3下载:
  2. ICP/IP、UDP阻塞模式编程演示,包中含tcp/IP、UDP服务端和客户端源码-ICP/IP, UDP blocking mode programming presentation package with tcp/IP, UDP server and client source code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2014-09-24
    • 文件大小:29924
    • 提供者:张凡
  1. c_socket_java

    0下载:
  2. linux环境下,java程序与C语言程序通过SOCKET进行通信 C语言端作为服务器,java端作为客户端-linux environment, java program with the C language program to communicate through the C language SOCKET as server-side, java client as a client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:106640
    • 提供者:code998
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. Socket

    0下载:
  2. 服务器与客户端 用c#编写的 新手可以-Server and the client-side
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:66970
    • 提供者:剧志超
  1. ftp

    0下载:
  2. socket programming for ftp server and client
  3. 所属分类:Ftp Server

    • 发布日期:2017-04-03
    • 文件大小:5211
    • 提供者:端八
  1. P2P

    0下载:
  2. C++实现了peer-to-peer,client-server socket传送数据-C++ implementation of the peer-to-peer, client-server socket to transmit data
  3. 所属分类:P2P

    • 发布日期:2017-04-01
    • 文件大小:289193
    • 提供者:tim
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com