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

搜索资源列表

  1. tcp-ipayixidailv

    0下载:
  2. 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:5096
    • 提供者:顾谦
  1. TCP Web Server

    1下载:
  2. 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:8444
    • 提供者:木头
  1. TCP

    0下载:
  2. 初学VC,这是一个简单的TCP连接例子.分为Server和Client两个程序。-novice VC, This is a simple example of the TCP connection. Server and Client divided into two procedures.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:51471
    • 提供者:leencadrew
  1. Socket

    0下载:
  2. the program is socket program of TCP client/Server structure.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:18580
    • 提供者:keith
  1. TCP-Chat

    0下载:
  2. C#TCP聊天室,包括完整的服务器端和客户端-C# TCP chat rooms, including a complete server and client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:122540
    • 提供者:潘德锋
  1. MFC-TCP

    1下载:
  2. 基于MFC的窗口化的服务器和客户端之间的通信 采用TCP编程。对于新手来说还不错,包含多线程以及消息的传递机制-MFC-based window of the server and client using TCP communication between the programming. For starters, pretty good, including multi-threading and message passing mechanism
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-11
    • 文件大小:18959043
    • 提供者:王林峰
  1. TCP-server-program

    0下载:
  2. TCP通信服务器程序,有界面,用流式套接字sockets实现通信。相对应客户端稍后奉上 -TCP communication server program interface communication stream socket sockets. Corresponds to the client to follow
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3702352
    • 提供者:david zhung
  1. 基于TCP-IP协议的网络编程练习

    1下载:
  2. 基于TCP-IP的网络编程,里面有客户端和服务器端的程序,客户端发送请求,服务器端应答,并发回应答消息-based on TCP-IP network programming, which has client and server-side procedures, a client sends the request, the server-side response, with response to the news FOR
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-09-26
    • 文件大小:59325
    • 提供者:huleimin
  1. TCP

    1下载:
  2. TCP客户端和服务器的简单实现,使用visualC++编写。-TCP client and server to achieve the simple, the use of visualC++ Prepared.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-10
    • 文件大小:16222
    • 提供者:杨方宇
  1. Client-server_socket

    0下载:
  2. this is file for Client server socket TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:2952
    • 提供者:fairnando87
  1. tcp

    0下载:
  2. 简单的实现局域网用户编程,包括TCP Client和TCP server,适合入门者-LAN users a simple programming, including TCP Client and TCP server, suitable for beginners
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:7497
    • 提供者:xuzhisheng
  1. TCP

    0下载:
  2. 运用TCP protocol实现两人对话和多人对话-TCP client/server application TCP conference chat with multiple clients
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:12158
    • 提供者:霞露
  1. TCPCLientServer

    0下载:
  2. this is a client Server UI TCP Protocol using Csharp
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-25
    • 文件大小:93238
    • 提供者:Enigma
  1. TCP-client-and-server

    0下载:
  2. tcp客户端和服务端聊天程序,支持多人在线-tcp client and server chat program, support for multiplayer online
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:33137
    • 提供者:潘德锋
  1. eth tcp client server dhcp 5.2

    1下载:
  2. 和不错的小型tcp/ip协议,能够在8,16,32为的单片机上都能运行-The tuxgraphics stack is the smallest and fastest TCP/IP stack. It runs on microcontrollers as small as atmega88. It was designed with web server functionality in mind and it has proven itself over many years.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2013-09-14
    • 文件大小:229662
    • 提供者:李兰
  1. CLIENT

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

    • 发布日期:2017-12-08
    • 文件大小:4299
    • 提供者:meizu
  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-30
    • 文件大小:13004158
    • 提供者:黄攀
  1. tcpclient-server

    0下载:
  2. Tcp client server communication using Java The client–server model is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.[1]
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-12
    • 文件大小:516
    • 提供者:Anu joy
  1. client&server

    0下载:
  2. 服务器端和客户端,基于tcp的传输协议,使用openssl库进行开发,其中已经生成了证书和密钥文件(下载openssl库可生成)(The server and client, transmission protocol based on TCP, using the OpenSSL library, which have generated the certificate and key file (download OpenSSL can be generated))
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-18
    • 文件大小:63160320
    • 提供者:蹦蹦慧
  1. tcp server-client

    0下载:
  2. 实现tcp的客户端和服务器通信,客户端和客户端的单对单对话及公共消息发布(Implement TCP client and server communication, client and client lists for single and public messages)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-06
    • 文件大小:16384
    • 提供者:lsnlsn_abc
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com