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

搜索资源列表

  1. clientvsserver

    0下载:
  2. 在windows操作系统下,基于TCP套接字Winsock编程实现,对计算机局域网远端用户进行监控,进行限制其操作时间等在一定权限下的操作。 -In the windows operating system, based on TCP Winsock socket programming, remote users on the computer monitor local area network, to limit the operation time of the operation un
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:308073
    • 提供者:dudu
  1. VCTCP

    1下载:
  2. VC++ 6.0 TCP/IP编程实现网络通信,包括客户端和服务器。-VC++ 6.0 TCP/IP network communications programming, including client and server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:706945
    • 提供者:zhangkai
  1. tcp

    0下载:
  2. linux下面实现的socket网络编程。采用的是tcp协议。。。可以实现多客户端联机server的功能-The following implementation linux network programming socket. Using the tcp protocol. . . Enables multi-client server functionality Online
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:1265
    • 提供者:龙虾
  1. ezTCP_EZL70

    0下载:
  2. Socket programming sample for EZL-70 TCP module
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:126953
    • 提供者:timothy lee
  1. SocketTest_Chat

    0下载:
  2. 用c#编写的聊天例程,可以用来学习c#平台下的socket以及tcp-ip编程。-C#_based chat platform,good example for c# socket programming.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:88383
    • 提供者:Zhao Jian
  1. TCP_Server_V1

    0下载:
  2. A TCP Server. Accepts Connection from TCP Client. Can be used in Embedded Application for internal socket programming testing.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:114275
    • 提供者:Kiran P
  1. socketprogramming

    0下载:
  2. A great guide in Unix socket programming.Both TCP and UDP included. If you are interested in socket programming, you will love it.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:548015
    • 提供者:yf
  1. TCP

    0下载:
  2. java中重要的TCP通信,是用socket(管道)编程,实现文本文件传输。可广泛用于QQ类软件。-java important TCP traffic, is to use socket (pipe) programming, text file transfer. QQ type of software can be widely used.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:2684
    • 提供者:lifuron
  1. TCPserver

    0下载:
  2. Visual C++ 6.0编译通过, win socket TCP 最简单服务器程序 , 学习网络编程的最好示例, 注释详尽!-Visual C++ 6.0 compiler, win socket TCP server program simple to learn the best example of network programming, detailed notes!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:8549
    • 提供者:欣华
  1. AdvancedProgrammingNetwork

    0下载:
  2. 高级网络编程这本书中的内容包括TCP/IP协议、FTP协议、socket编程、多线程等等。-Advanced network programming in this book covers the TCP/IP protocol, FTP protocol, socket programming, multi-threaded and so on.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-12
    • 文件大小:19472034
    • 提供者:林宝源
  1. tcpclient

    0下载:
  2. 一个socket编程,tcp server 的源代码-A socket programming, tcp server source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2069
    • 提供者:yuyang
  1. TCPIPProgram

    0下载:
  2. TCP/IP编程.pdf 很好的TCP/IP网络编程的书,详尽的socket讲解-TCP/IP programming. Pdf good TCP/IP network programming book, a detailed explanation socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-22
    • 文件大小:6736289
    • 提供者:Tsing
  1. Programming-TCP-Sockets

    0下载:
  2. this package includes the programming method for TCP/IP communication, socket and other mechnism of internet communication. also it has some documents.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:6437
    • 提供者:sjeongoo
  1. data

    0下载:
  2. 在Windows环境下socket编程实现TCP服务器发送消息,客户端接收消息-In Windows environment socket programming,realizing the server sends TCP messages, client receive messages
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-19
    • 文件大小:5182374
    • 提供者:刘莉
  1. small_download_get

    0下载:
  2. dos环境下的一个基于tcp协议的一个下载工具,就是用vc发送GET请求,直接基于底层的socket stream 套接字的编程。因为是DOS环境所以便于学习整个HTTP请求的整个过程。-a dos environment tcp protocol based on a download tool to send a GET request is to use vc, directly based on the underlying socket stream socket programmin
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1946962
    • 提供者:
  1. VC_SocketTcp

    0下载:
  2. VC++编写的 socket 编程 基于TCP的通信模式 -Written in VC++ TCP-based socket programming
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:6364
    • 提供者:贺长富
  1. Server

    0下载:
  2. 网络编程里,实现socket的tcp通讯的服务器端的程序实现。-Network programming, the implementation of the tcp socket server communication program implementation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:38266
    • 提供者:zhanghengyuan
  1. TCP

    0下载:
  2. linux下socket网络编程(服务器端和客户端)-socket network programming under linux (server and client)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:10713
    • 提供者:老男孩
  1. lab4

    0下载:
  2. The subject of this programming assignment is writing a simple client-server application that uses (network) sockets.-The subject of this programming assignment is writing a simple client-server application that uses (network) sockets. The client-s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:5279
    • 提供者:ChuChu
  1. TimeTCP

    0下载:
  2. 基于TCP协议编程的小例子,可以帮助理解TCP协议,以及socket编程的基本方法。-TCP protocol based on a small example program that can help understand the TCP protocol, as well as the basic method of socket programming.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:8618
    • 提供者:YUANZX
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 25 »
搜珍网 www.dssz.com