CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - tcp ip server client 服务器 客户端

搜索资源列表

  1. winsocket-Internet-chat-rooms

    0下载:
  2. 网络聊天室CSocket,分为服务器,客户端, 传输协议TCP/IP-Internet chat rooms CSocket, divided into the server, the client, the transport protocol TCP/IP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-13
    • 文件大小:80391
    • 提供者:张祥
  1. success-5.28

    0下载:
  2. 本程序利用TCP/IP协议,能简单的实现服务器与客户端的通信,可直接运行-This procedure using TCP/IP protocol, the realization of the simple server and client communication, can be directly run
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-13
    • 文件大小:3997041
    • 提供者:刘星
  1. TCPIP_Code

    1下载:
  2. 在VS2010平台下使用MFC开发的TCP/IP通信应用,里面拥有详细的代码注释,并且支持16进制接受和发送,支持TCP/UCP通信,以及服务器server和客户端client模式选择-TCP/IP communication applications developed using MFC in VS2010 platform, which has a detailed code comments, and support for hexadecimal to receive and send
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-12-20
    • 文件大小:920576
    • 提供者:
  1. TcpUdp1

    0下载:
  2. 实现TCP流通信和UDP数据报通信服务端开启服务,根据IP地址和端口号获取网络端点,创建监听Scoket根据网络端点绑定服务器,保持监听状态,接受客户端的连接请求,为连接创建一个新的Scoket(clientScoket),服务端可以根据clientScoket获得该客户端发送的消息和发送消息给客户端。 2,客户端连接服务器,创建一个serverScoket根据客户端的网络端点与服务器建立连接,客户端可以获取服务端的消息也可以发送消息给服务端。 -The TCP stream co
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-11-16
    • 文件大小:120639
    • 提供者:郭术
  1. arm-labview

    1下载:
  2. 基于arm开发板和pc机的tcp/ip通讯,arm开发板作为服务器,pc机作为客户端连接arm板,arm板根据接收的命令开关led灯。其中pc机的客户端程序用labview编写。-Based on arm development board and pc tcp/ip communication, arm development board the connecting arm board as a client as a server, pc machine to arm the board
  3. 所属分类:LabView

    • 发布日期:2017-11-01
    • 文件大小:10060
    • 提供者:tq
  1. tcpClientSrv

    0下载:
  2. tcp/ip网络编程,提供了客户端和服务器程序,可多个客户端连接服务器并通讯!-tcp/ip network programming, client and server programs can be multiple clients connected to the server and communications!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-02
    • 文件大小:1981618
    • 提供者:
  1. fileserver

    0下载:
  2. linux下网络编程例程,分为客户端和服务器,对TCP/IP网络编程很有帮助,能够帮住学习网络编程的初学者-under linux network programming routines, and is divided into client and server, the TCP/IP network programming helpful, live learning network programming can help beginners
  3. 所属分类:Linux Network

    • 发布日期:2017-11-24
    • 文件大小:12591
    • 提供者:于慧斌
  1. TCPIP

    0下载:
  2. TCP/IP基于协议分析与应用编程 客户端和服务器端 的源代码。-TCP/IP-based protocol analysis and application programming client and server-side source code.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-20
    • 文件大小:1965
    • 提供者:liuguang
  1. ChatRoom

    0下载:
  2. 实现一个本地的服务器与客户端之间的通讯,用到TCP/IP协议,最终实现一个对话功能-Implement a local server and client communication between uses TCP/IP protocol, and ultimately achieve a dialogue function
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-17
    • 文件大小:7720026
    • 提供者:陈文艺
  1. Winsock

    0下载:
  2. 由于计算机网络通信技术的发展,网络的应用越来越广泛,编写网络通信软件的工具和方法有很多,而使用Winsock是其中一种简单有效的方法。基于WINSOCK的网络聊天室开发给出了一个在运行TCP/IP 协议服务器程序和客户程序(C/S),服务器端创建监听套接字,并为它关联一个本地地址(指定IP地址和端口号),然后进入监听状态准备接受客户的连接请求。-Because computer network communication technology, network applications more
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:2352946
    • 提供者:djm
  1. select-non-block

    0下载:
  2. 利用TCP/IP协议,使用socket编程模型和curses界面,实现基本聊天功能;分为服务器和客户端,服务器负责收发数据,以及对连接的客户端进行连接,客户端连接上服务器后就可以正常的通信。-Using TCP/IP protocol, the use of socket programming model and curses interface, to achieve the basic chat functions divided into server and client, serv
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2256
    • 提供者:德良
  1. socket_test

    0下载:
  2. 比较经典的TCP/ip源代码,包括服务器端和客户端。-More classic TCP/ip source code, including server and client.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2973
    • 提供者:thefou
  1. tcpcscacpp

    0下载:
  2. 详细描述了使用TCP/IP协议分别与服务器端和客户端建立连接的过程,-Detailed descr iption of the use of TCP/IP protocol with the server-side respectively, and the client connection process
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-24
    • 文件大小:1665
    • 提供者:Junema
  1. TCPIP_Communication

    0下载:
  2. 利用多线程机制实现TCP/IP的简单通信,支持客户端与服务器端的同步通信。-Mechanisms using multi-threaded TCP/IP for simple communication, to support the client and server-side synchronous communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2474
    • 提供者:saleinf
  1. 7llb

    0下载:
  2. 这个程序是我在大学开发的,是一个基于TCP/IP的聊天程序(服务器端和客户端),还带一个系统关机程序.-This procedure is developed at the university, is a TCP/IP based chat program (server and client), but also with a system shutdown.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:650487
    • 提供者:宋江
  1. ftp

    0下载:
  2. ftp下载工具,①了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ②主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端和服务器端)。 -ftp download tool, ① understand the FTP protocol works. (RFC765, RFC2228, RFC2640, RFC2773 ② is mainly b
  3. 所属分类:Windows Develop

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

    0下载:
  2. 模拟qq聊天室。 服务器端:使用TCP协议创建套接字拿到机器的IP地址,选择一个可用的端口号,绑定它们,然后侦听客户端等待套接字连接。在收到客户端的连接请求,创建一个线程来与客户端进行交互。 客户端:类似服务器端,创建一个socket,注意IP和端口号和服务器端的匹配。在发送连接请求,服务器端,输入您的用户名,然后连接服务器时,可以接收其他客户端发送的数据,但他们也可以将数据发送到服务器端,聊天室功能的实现。-Simulated qq chat rooms. server side:
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3265
    • 提供者:徐鹏
  1. QQ

    0下载:
  2. linux下的tcp/ip通信,包括服务器端和客户端-linux under tcp/ip communication, including server-side and client-linux下的tcp/ip udp/ip通信,包括服务器端和客户端-linux under tcp/ip communication, including server-side and client
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:16633
    • 提供者:chencheng
  1. tcpkecheng

    0下载:
  2. 包含Tcp/ip协议最简单的聊天通讯程序代码,包含客户端和服务器端两个部分,对初学者很有帮助。-Contains Tcp/ip protocol easiest chat communication program code, including client and server-side in two parts, useful for beginners.
  3. 所属分类:Communication

    • 发布日期:2017-05-16
    • 文件大小:3838425
    • 提供者:twh
  1. KECHENG

    0下载:
  2. 包含Tcp/ip协议最简单的聊天通讯程序代码,包含客户端和服务器端两个部分,对初学者很有帮助。-Contains Tcp/ip protocol easiest chat communication program code, including client and server-side in two parts, useful for beginners.
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3840097
    • 提供者:twh
« 1 2 ... 7 8 9 10 11 1213 14 »
搜珍网 www.dssz.com