CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - TCP SERVER Client端

搜索资源列表

  1. ce-tcp

    0下载:
  2. wince下socket编程的例子,包括server端和client端-wince under socket programming examples, including server and client-side
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:59053
    • 提供者:pknife
  1. H263wangluo

    0下载:
  2. 这个程序有PC的服务端和Pocket PC上的客户端两个部分。服务端运行时,按下开始就可以从PC机的摄像头捕获视频,并且使用H.263编码进行压缩。这时服务端将在TCP的8765端口进行监听;这时运行客户端,输入服务器IP地址并点击“连接”,在网络正常的情况下,将实时显示服务端摄像头捕捉到的画面,画面的实时性取决于网络的带宽。 -this procedure is the server PC and Pocket PC client of two parts. The server is r
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:1947632
    • 提供者:fangzongdi
  1. E_TCP_Server TCP连接服务器,客户端演示

    0下载:
  2. 易语言编写,TCP连接服务器,客户端演示,支持发送信息等-TCP connection to the server, client presentations, send information to support
  3. 所属分类:通讯/手机编程

    • 发布日期:2017-03-22
    • 文件大小:17020
    • 提供者:小马
  1. tcp

    0下载:
  2. 初学者使用。J2ME的TCP连接应用,由六个Client和六个Server对应,逐步建立连接。开启一个服务器,同时开启多个客户端,通过服务器,多个客户端之间可以实现聊天-Beginners. J2ME application TCP connections, and six of six Client Server corresponding to gradually establish a connection. On a server, and open multiple clients t
  3. 所属分类:J2ME

    • 发布日期:2017-04-05
    • 文件大小:9187
    • 提供者:Micheal
  1. socket

    0下载:
  2. Android编写的聊天软件,用于简单的用户之间的交流。有客户端和服务端组成。-Android chat software written for the simple communication between users. A client and server components.
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:23928
    • 提供者:suntao
  1. TCP_server_client

    2下载:
  2. MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
  3. 所属分类:J2ME

    • 发布日期:2012-11-24
    • 文件大小:115190
    • 提供者:申文霞
  1. TCPIPsockets

    1下载:
  2. VC++ 开发的Symbian客户端开发,TCP/IP 协议,Socket 应用,与电脑端的服务器连接接收发数据。-VC++ Developed Symbian client development, TCP/IP protocol, Socket applications, and computer server-side data connections to receive fat.
  3. 所属分类:Symbian

    • 发布日期:2017-03-27
    • 文件大小:23127
    • 提供者:爱逍遥
  1. TCP_server

    0下载:
  2. TCP SERVER端得示例代码,是学习TCP编程的不错例子-TCP SERVER client a sample code, is to learn from good examples of programming TCP
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-28
    • 文件大小:6679
    • 提供者:redegao
  1. symbian_tcp

    0下载:
  2. symbian s60操作系统下的tcp-ip编程源码 客户端+服务器-symbian s60 operating system source code of the tcp-ip client-side+ server program
  3. 所属分类:Symbian

    • 发布日期:2017-04-02
    • 文件大小:14047
    • 提供者:Judy Q
  1. TCPtoCom

    0下载:
  2. 这是个TCP与串口互转工具,可以将TCP数据转成串口数据,通过串口发送下来,也可以将串口数据转成TCP数据,发送上去.此工具支持的TCP协议有:TCP服务器与TCP客户端.-This is a TCP and serial referrals and tools can be TCP data into serial data through the serial port to send down the serial data can also be transferred into TCP
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:983390
    • 提供者:付其业
  1. cPP-socket(tcp)

    0下载:
  2. TCPIP通讯,含有一个客户端和服务器端,C++,以通过VC6.0编译-TCPIP communications, containing a client and server side, C++, VC6.0 compiler through
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:5574
    • 提供者:裘君燕
  1. TCP

    0下载:
  2. 在java上的TCP服务端,可用来发数(如20151213141516),在android上的客户端,用来接收并转化为2015years,December 13rd,13:15:16,并用英文朗读出来-TCP server in java, can be used to send number (eg 20151213141516), the android client for receiving and converted to 2015years, December 13rd, 13: 1
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1746221
    • 提供者:王雪微
  1. TCP

    0下载:
  2. 利用Visual C++实现TCP聊天,包括TCP通讯客户端和服务端-Use Visual C++ achieve TCP chat, including TCP client and server communications
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-12-13
    • 文件大小:48759
    • 提供者:陈晓菲
  1. socket_tcpip

    0下载:
  2. 通过VB.NET编程语言,利用TCP\IP建立服务器及客户端。(Using the VB.NET programming language, the server and client are set up using TCP/IP)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-22
    • 文件大小:114688
    • 提供者:Andy_Coco
  1. socket_communication

    0下载:
  2. 基于(java)的matlab实现tcpip服务端和客户端例子,代码可实现。(Based on (Java) matlab implementation of the TCPIP server and client examples, code can be achieved.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:厉害狐狸
  1. TCP聊天程序

    1下载:
  2. 可以实现客户端与服务器端的通信,也可以实现多人同时通信(It can realize the communication between client and server, and also can communicate with many people at the same time)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-28
    • 文件大小:89916416
    • 提供者:@@强
  1. TCP_Test

    0下载:
  2. 一个C#使用tcpip的教学,分为Server端和Client端,实现互相发消息通讯,和断线重连。(A C# using the teaching of TCPIP, divided into the Server end and the Client end, to achieve mutual message communication, and connection with the broken line.)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-06
    • 文件大小:157696
    • 提供者:11熊
  1. Modbus上位机

    2下载:
  2. 上位机客户端与服务器通过Modbus TCP IP协议进行数据交换。(The client and server of the upper computer exchange data through the Modbus TCP IP protocol.)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-19
    • 文件大小:9216
    • 提供者:sievens
  1. tcp

    0下载:
  2. TCP基本应用,拥有客户端,服务器端,可以进行网络连接(TCP basic applications, with client, server side, can connect to the network)
  3. 所属分类:串口编程

    • 发布日期:2018-05-06
    • 文件大小:1136640
    • 提供者:发梢友
  1. TCP(QT5.5)

    1下载:
  2. 在QT5.5环境下,实现TCP通讯。包括服务端和客户端程序,并且带有简单的交互界面。(In the QT environment, realize TCP communication.Including server and client programs, and with a simple interactive interface.)
  3. 所属分类:通讯编程

    • 发布日期:2019-03-08
    • 文件大小:16384
    • 提供者:水岸码头
« 12 »
搜珍网 www.dssz.com