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

搜索资源列表

  1. client

    0下载:
  2. The example how to connect to TCP Server and send/receave data.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:30648
    • 提供者:Irakli
  1. client

    0下载:
  2. TCP/IP客户端发送程序,服务器IP和端口的发送-TCP/IP client sends program Server IP and port send
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:76360
    • 提供者:dd110119
  1. TCP-Chat

    0下载:
  2. C#下shocket编程,该程序主要实现客户端和服务端之间通信。-C# under shocket programming, the main achievement of the program of communication between client and server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:146328
    • 提供者:多多
  1. TCP-CHATROOM

    0下载:
  2. TCP网络聊天室,可以显示在线人数,分为客户端与服务器端两个部分,公共聊天功能-TCP network chat rooms, you can display the line number, divided into client and server-side two parts, the public chat feature
  3. 所属分类:P2P

    • 发布日期:2017-05-24
    • 文件大小:7960173
    • 提供者:王文
  1. TCPserver_client

    0下载:
  2. TCP写的聊天程序 内有client server,初学者可以借鉴学习-TCP chat program written by the client the server, beginners can learn from
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:399328
    • 提供者:刘希
  1. tcp

    0下载:
  2. Tcp通讯,客户端监听,server发消息client接收消息-Tcp communication, the client monitored, hair news server client receive news
  3. 所属分类:Button control

    • 发布日期:2017-04-04
    • 文件大小:232304
    • 提供者:贾立国
  1. TCPScoket

    0下载:
  2. 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端-This source USES asynchronous Socket way realization TCP network communication, can, through their own correspondin
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:178774
    • 提供者:sarawudan
  1. TCP

    0下载:
  2. 是一个服务器客户端和服务端的小程序 是基于TCP完成的-Is a server-client and service side of the applet is done based on the TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:180168
    • 提供者:开市
  1. TCP

    0下载:
  2. 基于QT以及Qsocekt的网络对话框例子,源码中有部分注释,其中客户端和服务器用了一个属性表单区分开-Network dialog box based on QT and Qsocekt, the examples, some notes, the source client and server with an attribute form separate
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:697933
    • 提供者:彭博
  1. server-client

    0下载:
  2. 基于TCP/IP协议的客户端与服务器程序实现网络通信,可接收字符串,分离字符串-Network communication, TCP/IP protocol-based client and server program can receive a string, separated string
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:908710
    • 提供者:张明
  1. TCP

    0下载:
  2. 需要两台计算机的客户端用键盘输入的方式分别向对方的服务器发送信息,对方的服务器负责接收并且显示信息,两台计算机的通讯。-Requires two client computer with keyboard input to the other server to send information to the other side of the server responsible for receiving and display the communication of informatio
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:60701
    • 提供者:徐露洁
  1. marcelog-Ding-1.6.1

    0下载:
  2. marcelog Ding是一个PHP框架,实现了依赖注入、AOP面向方面编程、轻量级、简单和快速的MVC模式,syslog、TCP客户端和服务器端非阻塞的套接字、定时器、自定义错误、信号以及异常处理、PAGI 集成、PAMI集成等等,类似Java的Spring框架。 Ding Framewrok 1.6.1,它的释放移动信号定义容器的构造,以避免Web服务器模块的SAPI(pcntl根据Web服务器的模块禁用)下运行时的有关未定义的常量的通知。-marcelog Ding is a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:456882
    • 提供者:robine
  1. TCP

    0下载:
  2. 实现在TCP方式下客户端和服务器端的数据传输过程-To achieve the data transfer process in the client and server side TCP mode
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:194364
    • 提供者:侯殿卿
  1. TCP-socket

    0下载:
  2. 局域网聊天工具,本软件使用VC++和MFC工具实现的,有客户端和服务端,初学者可以用来学习-LAN chat tool, this software using VC++ and the MFC tools, client and server, beginners can use to learn
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3896570
    • 提供者:陈七
  1. TCP-Server

    0下载:
  2. 关于使用socket做的tcp的服务器的一个小代码,大家可以拿来作参考,学习一下-On the client use tcp socket to do a little code can be used as a reference to learn about
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:1228
    • 提供者:何云龙
  1. pb_tcpcomm.ZIP

    0下载:
  2. PowerBasic TCP client and server
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:76603
    • 提供者:ron mclaine
  1. client-and-server

    0下载:
  2. 了解Webserver在目标平台的移植 了解TCP/IP协议格式 掌握网络通信的编程方法 掌握Qt编程方法及技巧 -Understanding of the Webserver in the transplantation of the target platform to understand the TCP/IP protocol format to master Qt programming methods and techniques to master the prog
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-27
    • 文件大小:271522
    • 提供者:Qking
  1. Socket-TCP-Echo

    0下载:
  2. TCP 协议基础教学代码,一个server 一个 client,client从txt文件里面摘取名人名言语句发给server-Basic teaching code of the TCP protocol, a server an the client, the client from the txt file to the removal of celebrities famous statement distributed server
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:16220
    • 提供者:李鹏飞
  1. W7100_Keil

    0下载:
  2. W7100_Keil工程文件.rar W7100网络处理器源码,包括TCP server、TCP client、UDP的实现代码!-W7100_Keil project files rar W7100 network processor source, including the TCP server, TCP client, UDP code!
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:349061
    • 提供者:zq
  1. Lab1

    0下载:
  2. 基于TCP协议的服务器与客户端连接的小程序-Applet based on the TCP protocol server and client connections
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:1113
    • 提供者:Cici
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com