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

搜索资源列表

  1. socket

    0下载:
  2. 利用tcp网络协议编写远程网络服务终端,主要要完成进程间的通信必须有一个服务端和一个客户端,利用tcp网络协议规则编写服务端和客户端,完成的是数据传输,必须有一个跟踪调试函数 和一个日志管理文件及文档编写-Prepared using tcp network protocol end remote network services, primarily to complete the inter-process communication must have a server and a cli
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:10730
    • 提供者:刘志宇
  1. chat

    0下载:
  2. 基于TCP的socket的聊天程序,服务器端和客户端实现连续通信!-TCP-socket based chat program, the server and client to achieve continuous communication!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2328781
    • 提供者:张玉
  1. chat_example.tar

    0下载:
  2. Linux下使用C + socket TCP实现的一个简单的聊天服务器和客户端程序。使用gcc编译时,需要增加-lpthread选项-using C+ socket TCP in Linux implementation of a simple chat server and client. Using the gcc compiler, the need to increase the-lpthread option
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:3324
    • 提供者:冀涛
  1. ChatHall

    0下载:
  2. client/server tcp通信 通过socket实现 可视化源码 迷你聊天室-client/server tcp communication via socket realize MFC source file mini chat hall
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-24
    • 文件大小:7716432
    • 提供者:夏之花
  1. tcpfile

    0下载:
  2. C语言实现了TCP传输,运用socket,服务器程序开启后等待客户端连接,客户端连接后服务器可向其传输指定文件-C language implementation of the TCP transmission, the use of socket, the server program waits for the client connection is opened, the client is connected to its transmission can be specified f
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:2763
    • 提供者:沈文斌
  1. lab102

    0下载:
  2. C/C++ TCP/UDP simple Client/Server combo ... great beginner example (actually used for networking college project). Shows how to use the C/C++ Networking API to bind on a socket and send/receive data across it from both the client and the server side
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:13591
    • 提供者:Trey
  1. TCPServer

    0下载:
  2. TCP服务器端程序实例,用于监听客户端连接的socket通讯的事件等-TCP server instances for monitoring the client connection socket communication events
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:50447
    • 提供者:shechaoyu
  1. DemoTCP

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

    • 发布日期:2017-04-01
    • 文件大小:19427
    • 提供者:bob
  1. data

    0下载:
  2. 在Windows环境下socket编程实现TCP服务器发送消息,客户端接收消息-In Windows environment socket programming,realizing the server sends TCP messages, client receive messages
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-19
    • 文件大小:5182374
    • 提供者:刘莉
  1. TCP_socket

    0下载:
  2. 一个用socket实现的tcp通信例程。分为客户端和服务器两部分。可以简单通信,类似于echo。是socket初学者很好的例子。-Implementation of a tcp socket communication with routines. Divided into two parts, client and server. Simply communication, similar to the echo. Is a good example for beginners socket.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:12806
    • 提供者:liuli
  1. TCP

    0下载:
  2. linux下socket网络编程(服务器端和客户端)-socket network programming under linux (server and client)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:10713
    • 提供者:老男孩
  1. chat

    0下载:
  2. 基于socket套接字的TCP局域网聊天功能的实现,有server端和client端-LAN based on TCP socket socket implementation of chat, a server-side and client-side
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:11500
    • 提供者:张文舟
  1. lab4

    0下载:
  2. The subject of this programming assignment is writing a simple client-server application that uses (network) sockets.-The subject of this programming assignment is writing a simple client-server application that uses (network) sockets. The client-s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:5279
    • 提供者:ChuChu
  1. chat2

    0下载:
  2. 本次局域网即时聊天程序设计主要用了Visual C++编程环境,设计里还涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。-The LAN Instant Messenger program design is mainly used by Visual C++ programming environment, designed in the network com
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-11
    • 文件大小:3019155
    • 提供者:chenkan
  1. chat

    0下载:
  2. 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:123007
    • 提供者:ludwig
  1. jiyuARM9detongyongkongzhiqisheji--

    0下载:
  2. 采用基于面向连接的TCP socket方式,实现连接建立、数据传输和结束传输三个通信流程,从而实现客户端与服务器之间的通信功能-Mainly based on the TCP socket connection-oriented manner, to achieve a connection between the client and server establish, data transmission and communication end of the transmission pr
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:559740
    • 提供者:枫林海
  1. Draw1234567

    0下载:
  2. 局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,务器端程序。建立连接,向客户端发送数据。用vc编写。-socket, server-side procedures. To connect to the client to send data. Vc with the preparation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:402997
    • 提供者:fg
  1. Socket_me

    0下载:
  2. 异步TCP、Socket通讯实现,客户端与服务端源码实现。-Asynchronous TCP, Socket Communications to achieve the client and server source code implementation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:68678
    • 提供者:胡松
  1. TCP-Encryption-and-decryption

    0下载:
  2. “中兴捧月”活动中“密码传情”写了几种加密算法与解密算法,并通过socket客户端与服务器通信。实现信息的加密传输-vc socket network communication environment, and provides several encryption and decryption algorithms, the contents will be sent encrypted. Provide client and server side, the two communicate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-28
    • 文件大小:11353436
    • 提供者:stuy_1001191
  1. tcpclient1

    1下载:
  2. socket程序tcp客户端,可以和服务器端通信-tcp client socket program, and the server can communicate
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:2908
    • 提供者:zxj
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 25 »
搜珍网 www.dssz.com