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

搜索资源列表

  1. client

    0下载:
  2. Socket programming in linux. Client.c describe how to client connect to server by TCP/IP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1579
    • 提供者:Mr. Lam
  1. server

    0下载:
  2. Socket programming in linux. server.c describe how to server listen to client by TCP/IP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1658
    • 提供者:Mr. Lam
  1. ChatSend

    0下载:
  2. 简单实现了 socket客户端和服务端的通信。VC6.0实现。-Simple implementation of the socket client and server communication. VC6.0 achieve.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-15
    • 文件大小:3810886
    • 提供者:张俊
  1. Greeting

    0下载:
  2. Simple Greeting Client/Server socket programming in java
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:1216
    • 提供者:Shohan
  1. tcp

    0下载:
  2. socket TCP服务端客户端实现 客户端发请求,服务端接受后返回大写-socket TCP server/client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:1381
    • 提供者:陈哲超
  1. Socket-Programming

    0下载:
  2. In this article w ill look at how to program using sockets by implementing an echo server along with a client that we will use to send and receive string messages. I will start off by giving a quick introduction to TCP/IP fundamentals and then ex
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:319057
    • 提供者:mohammed
  1. raw_socket

    0下载:
  2. 基于原始socket的客户端和服务器的编程,可以在系统给定的IP头后面自定义一个IP头 ,然后构建TCP/UDP头,并实现客户端和服务器之间的数据发送。-Based on the raw socket client and server programming, can be given in the system behind the IP header custom one IP header, and then build a TCP/UDP headers and data sent
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:4538033
    • 提供者:cekxidiancek
  1. tcpcs

    0下载:
  2. tcp 客户端 服务器 linux下 socket编程-tcp client server socket bind connect
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:2763
    • 提供者:微笑的鱼儿
  1. UDP

    0下载:
  2. 一个简单的UDP通信程序,实现linux环境下socket的应用。-udp ,client ,server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-17
    • 文件大小:1669
    • 提供者:ye
  1. ChatToServer

    0下载:
  2. TCP/IP Chatting System, client server socket, console based, exit chat when write exit.-TCP/IP Chatting System, client server socket, console based, exit chat when write exit.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-15
    • 文件大小:1076
    • 提供者:Mneerah
  1. TCP

    0下载:
  2. Java语言中采用的Socket通信是一种流式套接字通信,它采用TCP协议,通过提供面向连接的服务,实现客户/服务器之间双向、可靠的通信。-Socket communication using the Java language is a stream socket communication, which uses the TCP protocol, by providing a connection-oriented service, two-way, reliable communicat
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-10
    • 文件大小:6334
    • 提供者:袁琴
  1. Socket

    0下载:
  2. 客户端与服务端通过socket套字节连接的简单通信程序,里面有三个小的实例。-The client and server through socket sets bytes connected simple communication program, there are three small examples.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-10
    • 文件大小:4112
    • 提供者:alinder
  1. threaduri-model

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

    • 发布日期:2017-12-05
    • 文件大小:5503
    • 提供者:adelina
  1. socket

    0下载:
  2. Vb2010编写的客户端和服务器之间通信软件,可以作聊天软件,稍作修改后还可以扩展其他功能,已经通过验证的,Vb2008上面也可以编译通过-Vb2010 written communication between the client and server software, you can make chat software, with some slight modifications can also extend other functions, has been validated,
  3. 所属分类:TCP/IP Stack

    • 发布日期:
    • 文件大小:212028
    • 提供者:张本云
  1. TCP-vcPP

    0下载:
  2. 基于客户端服务器socket的tcp的程序,实现聊天,文件传输等基本功能。-Based on the TCP client server program, the realization of chat, the basic function such as file transfer.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-31
    • 文件大小:13004158
    • 提供者:黄攀
  1. windows-socket-program

    0下载:
  2. c语言实现socket单线程通信,程序分为客户端和服务端,实现通信需正确配置vc++6.0-c language to achieve single-threaded socket communication program is divided into client and server, the need to communicate properly configured vc++6.0
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:4163179
    • 提供者:jason
  1. TcpCommunication

    0下载:
  2. 使用C#语言Socket类TCP协议编写的Socket客户端和服务端通讯Demo,涉及到数据发送接收、多线程、监视器等操作。-Socket class using the C# language written protocol TCP Socket client and server communications Demo, involves sending and receiving data, multi-threaded, monitors and other operations.
  3. 所属分类:TCP/IP Stack

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

    0下载:
  2. 实现Socket客户端和服务端的交互,并且两边都能输入信息-Interact Socket client and server, and both sides can enter information
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:943
    • 提供者:黄培东
  1. FileTransfer2

    0下载:
  2. 基于Socket使用TCP进行文件传输程序设计,Client-Server分布式应用软件结构和工作原理-a programmer using TCP based on Socket to transfer files, of which structure and principle is Client-Server distributed application software.
  3. 所属分类:TCP/IP Stack

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

    0下载:
  2. 基于Socket通信的JAVA客户端和服务器端-JAVA-based client and server-side Socket Communications
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-12
    • 文件大小:931
    • 提供者:shechque
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com