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

搜索资源列表

  1. Chap51TcpSyncChat

    0下载:
  2. 实现TCP客户端与服务器的通讯,测试无BUG-Implement TCP client and server communications, test no BUG
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-29
    • 文件大小:126060
    • 提供者:林卓帆
  1. Socket-programming-(TCP)

    0下载:
  2. Socket基础编程,实现客户端与服务器之间的TCP连接。-The basic programming of Socket programming. Using TCP connection between client and server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:6990290
    • 提供者:沧洛
  1. Lab1

    0下载:
  2. spaghetti relay tcp ip connect networking project chat server connect socket lab repository uncomplete incomplete client server behavior c++ basic winsock api
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-28
    • 文件大小:10930935
    • 提供者:
  1. Winsock_src

    0下载:
  2. winsock src solution tcp ip stack client server connect socket api sockaddr functions basic network networking close programming communication ports protocol internet transfer control
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-29
    • 文件大小:83183
    • 提供者:
  1. tcp

    0下载:
  2. tcp通信,分为客户端和服务端,多个客户端对一个服务端,实现了1对多模式-tcp communication, is divided into client and server, multiple clients to a server, provides one of the multi-mode
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:5868
    • 提供者:周大海
  1. udp

    0下载:
  2. 基于linux的tcp套接字网络编程,实现了tcp客服端和服务器端,实现客服端和服务器端的相互通信-TCP socket network programming based on Linux, to achieve the TCP client and server side, the client and server to achieve mutual communication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1788
    • 提供者:htx
  1. labview-tcp

    0下载:
  2. LABVIEW实现客户端和服务器之间的TCP通信-LABVIEW achieve TCP communication between the client and the server
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:23760
    • 提供者:王水兰
  1. -server-and-client-tcp(1)

    0下载:
  2. TCP协议实现服务器和客户端的数据的交互-the data interactive between server and client through TCP protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-11
    • 文件大小:18291662
    • 提供者:王水兰
  1. TCP

    1下载:
  2. TCP服务器和客户端代码,用python编写(其实很简单 不用下,为了蹭个下载机会哎)-TCP server and client code, using python (in fact, it is very simple, in order to rub a download opportunity hey)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-12
    • 文件大小:1425
    • 提供者:aw32
  1. Simple-TCP---Server

    0下载:
  2. 演示使用TCP函数在服务器VI和客户端VI之间通过TCP设置数据传输。-Demonstrates the use of TCP functions in the server VI and client VI through the TCP set data transfer.
  3. 所属分类:LabView

    • 发布日期:2017-05-01
    • 文件大小:16577
    • 提供者:飞瑶
  1. TCP-Multiple-Connections---Client-1

    0下载:
  2. 演示将多个TCP客户端与单个服务器VI建立连接的方法。服务器VI跟踪现有活动的客户端连接数量,并向每个客户端VI发送随机数据。 -Method for establishing a connection between a plurality of TCP clients and a single server VI. The server VI tracks the number of clients that are active, and sends random data to ea
  3. 所属分类:LabView

    • 发布日期:2017-05-01
    • 文件大小:15331
    • 提供者:飞瑶
  1. TCP-Multiple-Connections---Client-2

    0下载:
  2. 演示将多个TCP客户端与单个服务器VI建立连接的方法。服务器VI跟踪现有活动的客户端连接数量,并向每个客户端VI发送随机数据。-Method for establishing a connection between a plurality of TCP clients and a single server VI. The server VI tracks the number of clients that are active, and sends random data to each
  3. 所属分类:LabView

    • 发布日期:2017-05-01
    • 文件大小:15336
    • 提供者:飞瑶
  1. TCP-Multiple-Connections---Server

    0下载:
  2. 演示将多个TCP客户端与单个服务器VI建立连接的方法。服务器VI跟踪现有活动的客户端连接数量,并向每个客户端VI发送随机数据。-Method for establishing a connection between a plurality of TCP clients and a single server VI. The server VI tracks the number of clients that are active, and sends random data to each
  3. 所属分类:LabView

    • 发布日期:2017-05-01
    • 文件大小:20723
    • 提供者:飞瑶
  1. chatroom

    0下载:
  2. 此项目采用客户端、服务器C/S架构,客户端开辟了两个线程, 一个负责往服务器发送信息,一个负责从服务器接收信息; 采用网络编程让客户端与服务器通信,复习了TCP、三次握手协议等相关知识,同时采用了sqlite3数据库存放账号等个人信息,用文件存放聊天记录,用curses库做界面,全面复习了所学的Liunxc相关API,锻炼了我的编程能力, 最终实现了注册、登陆、私聊、群聊、发文件、超级用户禁言踢人等功能。-This project uses the client, server, C/S s
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:88920
    • 提供者:高俊秋
  1. myTcpClient

    0下载:
  2. 实现TCP通信服务器端和客户端(支持多个客户端)精简版-Implementation of TCP communication server and client (support multiple clients) simplified version
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:8982
    • 提供者:王振东
  1. tcp-udp-p2p

    0下载:
  2. 可以TCP/UDP自主选择的P2P文件传输小程序,包括服务器和客户端-You can TCP/UDP independent choice of P2P file transfer small procedures, including server and client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4587502
    • 提供者:123123
  1. tcp_udp_demo

    0下载:
  2. 使用java编写的tcp,udp的客户端,服务端代码-java tcp udp client server demo
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:11766
    • 提供者:zocmiu
  1. TCPIP-ClientServer-

    0下载:
  2. 基于C/S架构的多客户端TCPIP通信示例和基于TCPIP的一对一通信,采用VS2010编写-Simple Multi-User TCPIP ClientServer Example and TCP IP Server Client Example
  3. 所属分类:Communication

    • 发布日期:2017-05-20
    • 文件大小:5402632
    • 提供者:CHEN
  1. Greenhouse

    0下载:
  2. Automated and Intelligent Greenhouse system used to monitor and control the greenhouse control system via serial port. The system also allow remote access via client/server mode through TCP/IP network socket connection.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1699458
    • 提供者:KK Kee
  1. test

    0下载:
  2. tcp client 与TCP server,测试TCP通讯-test tcp communicate
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4060083
    • 提供者:ddway
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com