CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - TCP SERVER Client端

搜索资源列表

  1. TCP_read_and_write

    1下载:
  2. 这是TCPIP协议的两个Labview编程,先运行服务器端的程序,再运行客户端的程序,注意客户端的端口和IP地址要和服务器端一致。-This is the TCPIP protocol two Labview programming, first run the server-side program, then run the client program, pay attention to the port and the client and server IP address to be
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:64.67kb
    • 提供者:方周
  1. TCP

    0下载:
  2. TCP协议同步通信和异步通信系统的实现 服务器和客户端-A synchronous communication and asynchronous communication system implementation of the TCP protocol server and the client
  3. 所属分类:Other systems

    • 发布日期:2016-01-23
    • 文件大小:211kb
    • 提供者:
  1. tcp_sixteen

    0下载:
  2. 简单的TCP服务器和客户端的例子。在同一段代码中建立服务器和客户端,实现简单通信的例子-Simple TCP server and client examples. Create server and client in the same piece of code, examples of simple communication
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:732byte
    • 提供者:rosey
  1. clientServer

    1下载:
  2. 在TCP/IP协议中。两个进程相互通信的主要模型是C/S模型。Server端完成面向连接和无连接的服务。Client端完成创建TCP\UDP的套接字-In the TCP/IP protocol. The main two processes communicate with each model is the C/S model. Server-side complete connection-oriented and connectionless services. Client-side
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1.07mb
    • 提供者:fengjin
  1. VERVER

    0下载:
  2. TCP聊天程序客户端程序,同TCP-SERVER程序配合使用-TCP chat client program, used together with TCP- SERVER program
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:20kb
    • 提供者:qibyl
  1. tcp tool

    0下载:
  2. tcp测试工具,udp测试,tcp服务端,tcp客户端,设置端口,测试。(TCP test tools, udp test, the TCP server, the TCP client, set port, test.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1.79mb
    • 提供者:ZYY1341341
  1. com.Tcp

    0下载:
  2. 利用socket接口,实现客户端服务端通信,包括一对一和一对多。(Client server communication.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:26kb
    • 提供者:叶花未眠
  1. 2.wifi_ov2640

    1下载:
  2. STM32_wifi_ov2640例程说明:本例程演示开发板采集摄像头数据并通过WiFi传输到电脑上位机网络连接模型如下: 电脑<--有线或无线-->路由<--无线-->开发板 实验中使用TCP协议传输数据,电脑作为TCP Client,开发板作为TCP Server。 该联接模式是不经过外网(互联网)的,我们通过电脑端的上位机输出接收到的视频数据。 说明:因为图片数据量巨大,目前尚未有免费的云端支持视频式的图片传输,且上传视频到云端对网络带宽
  3. 所属分类:其他

    • 发布日期:2017-11-25
    • 文件大小:11.22mb
    • 提供者:mengcius
  1. TCP server and client source

    0下载:
  2. TCP、UDP服务端和客户端的源程序,可以自己更改,定时发送报文等(TCP server and client source)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:5.6mb
    • 提供者:华华好好
  1. tcp套接字

    0下载:
  2. tcp套接字 node.js 源代码示例 通信端口 客户端与服务端,实例为客户端接收服务端大小写转换(tcp socket Node.js source code example For example the client receives the server case conversion)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1kb
    • 提供者:大威大
  1. linux_qq

    0下载:
  2. 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:41kb
    • 提供者:零下10度C
  1. TCp

    0下载:
  2. TcP/IP客户端服务端的相互通信java代码。(TcP/IP client server's mutual communication java code)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1kb
    • 提供者:miaoji
  1. TCP

    0下载:
  2. 简单的tcp协议 客户端与服务端之间的socket连接通信(The socket connection communication between the client and the server of a simple TCP protocol)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:107kb
    • 提供者:火焰令
  1. sokit

    0下载:
  2. tcp udp 端口测试工具 集成客户端和服务端(TCP UDP Port test tool Integrated client and server)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:3.08mb
    • 提供者:dntc008
  1. tcp 协议通信

    0下载:
  2. 利用TCP协议实现客户端和服务器之间的通信(Using TCP protocol to communicate the communication between the client and the server)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2kb
    • 提供者:year迟暮
  1. C#通过TCP传输文件

    0下载:
  2. C#通过TCP传输文件,包含服务端与客户端(C# transfers files through TCP, including the server side and the client)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:15kb
    • 提供者:另外系
  1. TCP

    0下载:
  2. 使用TCP函数初始化可向多个客户端VI发送数据的TCP服务器(Initialize the TCP server that sends data to multiple client VI using the TCP function)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:53kb
    • 提供者:tjwawa
  1. tcp

    0下载:
  2. QT tcp服务器,可实现服务器和客户端的数据j交互(QT TCP server, which implements data J interaction between server and client)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:10kb
    • 提供者:song_t
  1. MYTOOLS

    5下载:
  2. C#开发的工业自动化控制类,大部分已经写完且验证过: 一、EPSON Robot Remote TCP/IP Control: 用于对EPSON机械手进行远程以太网控制; 二、Motion Control(GoogolTech/LeadShine):对固高和雷赛运动控制卡的DLL文件中的函数进行第二次封装; 三、Advantech: PCI1752:研华数据采集卡PCI1752更新输出及输出状态回读; PCI1754:研华数据采集卡PCI1754更新输入信号;
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:6.31mb
    • 提供者:southeastofstar
  1. Tcp

    1下载:
  2. 通过TCP传输数据,实现模拟客户端与服务端的QT界面系统(Transmit data through TCP, realize QT interface system of simulation client and server)
  3. 所属分类:其他

    • 发布日期:2020-12-07
    • 文件大小:5kb
    • 提供者:啊公开
« 12 »
搜珍网 www.dssz.com