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

搜索资源列表

  1. libtermui-1.0.0.tar

    0下载:
  2. Libtermui is a terminal driver library. It is fully standalone and lightweight. It can drive terminals on a TTY or through a telnet connection directly on a TCP socket. It is fully re-entrant, and can be used to drive multiple terminals from differen
  3. 所属分类:Telnet Server

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

    0下载:
  2. 在windows下用c语言实现Socket的基本通信-In windows using c language Socket basic communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:5054775
    • 提供者:xieyuanzuo
  1. Socket

    0下载:
  2. socket通讯,包括有链接的tcp和无连接的udp,代码包括客户端和服务器-socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:18617
    • 提供者:刘建芳
  1. TCP_IP_Socket_In_CSharp_Practical_Guide_For_Progr

    0下载:
  2. TCP/IP socket in C# practical guide.
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1604496
    • 提供者:Ricky
  1. 6353527451tcp

    0下载:
  2. 用简短的代码演示了socket底层编码基本原理 明了,清晰,充分-present the bottom process of socket with few codes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:16589
    • 提供者:刘钦
  1. tp-client-final

    0下载:
  2. 使用TCP Socket并发传输大、多文件,支持同时传输12路,此文件时client,下载者需要更改在自己盘创建带传输的文件,参加Client的Child源代码-The use of large transfer TCP Socket complicated, multi-file, the file client, need to download the disk to create change in their transmission of the document, the Chil
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3804015
    • 提供者:xuzhisheng
  1. IPCSocket

    0下载:
  2. Windows IPC socket program (tcp/udp) (server/client)
  3. 所属分类:Communication

    • 发布日期:2017-05-29
    • 文件大小:11968867
    • 提供者:dany k jeon
  1. NDK_demo

    0下载:
  2. 网络开发工具包,TCP/IP协议通讯。包含自定义协议,自定义消息封装和解析等。-Network Development Kit, TCP/IP protocol communication. Agreement contains a custom, customized news and analysis, such as packaging.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:102425
    • 提供者:warfee
  1. Linux_TCP_IP

    0下载:
  2. 本程序使用TCP套接字开发一个基于Client/Server模型的网络程序,模拟多用户远程登陆服务器的过程,一共四个文件,并有使用说明文档-This procedure used to develop a TCP socket-based Client/Server model of network program to simulate landing long-range multi-user server process, a total of four documents, as wel
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:4426
    • 提供者:zw
  1. EasyChat

    1下载:
  2. 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TC
  3. 所属分类:C#编程

    • 发布日期:2013-12-06
    • 文件大小:831375
    • 提供者:sunrong
  1. mp

    0下载:
  2. 基于SOCK_STREAM Socket TCp流式扫描器,程序采用多线程编写,是学习多线程Socket网络编程的好例子!-SOCK_STREAM Socket TCp-based streaming scanners, procedures used to prepare multi-threaded, multi-threaded Socket to learn a good example of network programming!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2479854
    • 提供者:紫霞
  1. SocketTool

    0下载:
  2. TCP UDP 服务器和客户端软件,轻松测试Socket编程,让你对TCP/IP有新的认识-TCP UDP server and client software, Socket programming easy test, so that your TCP/IP have a new understanding of
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:417127
    • 提供者:杨权新
  1. tcpbuf

    0下载:
  2. 接收tcp消息的类。tcp是一个流的概念,你可能一次read调用读到两条半消息,再接着一次read调用读到半条消息。这个tcpbuf的类就是用来帮助处理这种情况。它会分3次返回3条消息。很实用的类。Windows/Linux都能用。-class tcpbuf is to help receiving tcp message from a socket. It will return exactly ONE message from the tcp buffer. Support windows/
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7410
    • 提供者:ttww2000
  1. tcphust

    0下载:
  2. linux下socket/tcp/ip简单实现-simple implementantion of socket/tcp/ip on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:26588
    • 提供者:w
  1. linux_tcp

    4下载:
  2. Linux环境下Socket编程: 1.网络时间服务器timeserver,为网络上的用户提供时间服务,即为网络用户返回服务器的当前时间;记录发出请求的网络用户的IP地址(保存到文件中),格式如下: IP地址 请求时间 时间服务客户端timeclient,该客户端能够向服务器发送时间服务请求,并把获得的时间返回给用户。 采用TCP协议编写一个远程数据备份服务器,运行客户端将本地文件备份到远程的服务器中。 -Socket Programming Linux environm
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:4870
    • 提供者:艾萌
  1. 983390090land

    0下载:
  2. C++ Builder 6.0 Socket控件TCP通信,服务器和客服端都有-C++ Builder 6.0 Socket Controls TCP communications, servers and customer service side has a
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2528446
    • 提供者:濮存兵
  1. TCPClient

    0下载:
  2. tcp socket for communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:565
    • 提供者:sumeet
  1. AsyncChatInCSharp

    0下载:
  2. 自己为了学习C#的异步socket编程制作的一个小demo,采用的是TCP的连接方式。-When learning C# asynchronous socket programming, I made this small demo, which uses a TCP-connection.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:82118
    • 提供者:张华
  1. netstream

    0下载:
  2. netstream:简单易用的socket封装,同时支持client和server。-a tcp socket wrapper class for used on both client and server side.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:8465
    • 提供者:ajie0112
  1. myqq

    0下载:
  2. 使用的是TCP/IP,socket编程。可以公聊、私聊。-You can talk with all people or an selected people.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-02
    • 文件大小:47434
    • 提供者:shifengxuan
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com