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

搜索资源列表

  1. CSharp-TCP

    0下载:
  2. 试验名称:TCP通讯 目的:理解TCP通讯的基本机制。 试验要求: 1.按照书上示例建立一个TCP服务端的控制台应用程序。 2.给出一个TCP客户端的WinForm应用程序示例。 3.理解TCP通讯过程。-Test Name: TCP communication Objective: to understand the basic mechanisms TCP communication. Test requirements: 1 a
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:157772
    • 提供者:李振宇
  1. tcp_client

    0下载:
  2. VS2008写的一个TCP/IP 客户端测试程式-VS2008 to write a TCP/IP client test program
  3. 所属分类:.net

    • 发布日期:2017-05-29
    • 文件大小:11908534
    • 提供者:jxy
  1. TCP

    0下载:
  2. 主要利用tcp网络协议进行 通信,分为客户端和服务端-The main use of tcp for communication network protocols, and services into the client-side! ! ! !
  3. 所属分类:.net

    • 发布日期:2017-04-11
    • 文件大小:1088
    • 提供者:
  1. PdaTcp

    0下载:
  2. 这是一个PDA上用的TCPIP客户端程序,用于测试PDA客户端-This is a PDA used in the TCP/IP client program used to test the PDA client
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:342369
    • 提供者:刘少鹏
  1. Dns_Client

    0下载:
  2. this program is a dns protocol client, sends the query to certain server and analysis the answer to display it, it works using both udp and tcp protocols
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:86885
    • 提供者:espil
  1. TcpClientServerDemo

    0下载:
  2. 这是一个基于TCP/IP协议的客户服务器通信演示程序-This is a TCP/IP-protocol client-server communication demo
  3. 所属分类:.net

    • 发布日期:2017-03-27
    • 文件大小:12544
    • 提供者:甄春杰
  1. simple-tcp-client-server

    0下载:
  2. Simple TCP client server.
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:23102
    • 提供者:gamchan
  1. TcpListener

    0下载:
  2. TCP Listener Private server As TcpListener Private maxConnections As Integer = 10 Private clients(maxConnections) As TcpClient Private streams(maxConnections) As NetworkStream Private status(maxConnections) As Boolean Private clie
  3. 所属分类:.net

    • 发布日期:2017-11-09
    • 文件大小:1149
    • 提供者:OneTXxL
  1. GASHI_SHPRESIM_P1

    0下载:
  2. TCP UDP server and client
  3. 所属分类:.net

    • 发布日期:2017-11-27
    • 文件大小:571672
    • 提供者:Tim
  1. TCP-Chat

    0下载:
  2. TCP Chat client and Server source code
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:143578
    • 提供者:Tran
  1. SICKET

    0下载:
  2. TCP SEVER CLIENT SOCKET实现客户端与服务器通讯-TCP SEVER CLIENT SOCKET
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:311760
    • 提供者:xiaochen
  1. VBdotNetIPServer

    0下载:
  2. vs2008编写TCP、IP协议类,包含使方法。该类包含sever和client,client可自动添加到server服务器-vs2008 to write TCP, IP protocol type, comprising contacting methods. This class contains sever and client, client server can be automatically added to the server
  3. 所属分类:.net

    • 发布日期:2017-04-23
    • 文件大小:167143
    • 提供者:钟一
  1. New-folder

    0下载:
  2. client code to connect to server tcp/ip
  3. 所属分类:.net

    • 发布日期:2017-04-14
    • 文件大小:5020
    • 提供者:gholam
  1. NetworkChatClient

    0下载:
  2. 网络聊天客户端软件源码,C#语言,基于Sockets,初学者和练习用-C# Source code,network chat client,Network based Tcp/Ip,
  3. 所属分类:.net

    • 发布日期:2017-04-27
    • 文件大小:54196
    • 提供者:xx_lzj
  1. TCPIP

    0下载:
  2. tcp ip的简单实现,包括一个服务器和一个客户端的例程-realize the basic tcp ip,including a client and a sever demo
  3. 所属分类:.net

    • 发布日期:2017-04-28
    • 文件大小:125937
    • 提供者:xiaolong
  1. AsteriskManagerInterfaceTest

    0下载:
  2. The Asterisk Manager Interface (AMI) allows a client program to connect to an Asterisk instance and issue commands or read events over a TCP/IP stream. Integrators will find this particularly useful when trying to track the state of a telephony clien
  3. 所属分类:.net

    • 发布日期:2017-04-28
    • 文件大小:115242
    • 提供者:Periyasamy N
  1. Asterisk.NET_AMI_Test

    0下载:
  2. The manager is a client/server model over TCP. With the manager interface, you ll be able to control the PBX, originate calls, check mailbox status, monitor channels and queues as well as Asterisk commands. AMI is the standard management interface
  3. 所属分类:.net

    • 发布日期:2017-05-12
    • 文件大小:2993365
    • 提供者:Periyasamy N
  1. MultipleTCPIP-CLIENT

    3下载:
  2. VB.NET写的TCP/IP多线程多客户端程序-multiple thread and multiple tcp/ip client program by VB.NET
  3. 所属分类:.net

    • 发布日期:2017-04-28
    • 文件大小:87856
    • 提供者:金晓星
  1. TCP-Test

    0下载:
  2. TCP协议的发送与接收 附带服务器与客户端程序示例-TCP protocol to send and receive with the server and the client program sample
  3. 所属分类:.net

    • 发布日期:2017-05-04
    • 文件大小:102317
    • 提供者:豆明杰
  1. ChatTCP-IP

    0下载:
  2. Simple Chat TCP Server & Client
  3. 所属分类:.net编程

    • 发布日期:2017-12-29
    • 文件大小:528384
    • 提供者:pavedaf
搜珍网 www.dssz.com