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

搜索资源列表

  1. socket

    0下载:
  2. socket编程,客户端和服务器端程序,TCP连接方式,服务器端用select机制实现的!-socket programming, client-side and server-side programs, TCP connection, server-side select the mechanism used to achieve!
  3. 所属分类:Linux Network

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

    0下载:
  2. C++编写的套接口聊天程序源代码,程序所在文件夹名,聊天服务器端,聊天客户端.-Socket written in C++ source code for chat program, the program where the folder name, TCP chat server, TCP chat client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:244984
    • 提供者:alain
  1. @TcpIp

    0下载:
  2. TCP IP Server Client Socket Program
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:19367
    • 提供者:clance
  1. tcp.tar

    0下载:
  2. linux下的socket编程(服务端、客户端)-socket programming under linux (server, client)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:11576
    • 提供者:xiaojin
  1. TCP

    0下载:
  2. 开发TCP套接字应用程序,由客户端和服务器组成,实现功能是客户端向服务器发送字符串,调用Windows Sockets API-Development TCP socket applications, by the client and server, achieving function is to send a string to the client to the server, call the Windows Sockets API
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:6238
    • 提供者:rae
  1. socket

    0下载:
  2. 模拟服务器端和客户端,模拟TCP/IP协议和服务器浏览器工作流程。-Simulation server-side and client-side, analog TCP/IP protocol and the server browser workflow.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:12099
    • 提供者:wangfei
  1. qddown_java8543535625

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:903317
    • 提供者:yessky
  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. chat_example.tar

    0下载:
  2. Linux下使用C + socket TCP实现的一个简单的聊天服务器和客户端程序。使用gcc编译时,需要增加-lpthread选项-using C+ socket TCP in Linux implementation of a simple chat server and client. Using the gcc compiler, the need to increase the-lpthread option
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:3324
    • 提供者:冀涛
  1. TCPServer

    0下载:
  2. TCP服务器端程序实例,用于监听客户端连接的socket通讯的事件等-TCP server instances for monitoring the client connection socket communication events
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:50447
    • 提供者:shechaoyu
  1. Client_Server

    1下载:
  2. tcp/ip协议,vc,在局域网或广域网可实现客户端/服务器端远程控制.-tcp/ip protocol, vc, in the local area network or wide area network can be realized client/server-side remote control.
  3. 所属分类:Remote Control

    • 发布日期:2016-09-25
    • 文件大小:315392
    • 提供者:云木
  1. socket-programming

    0下载:
  2. this file contains socket programming codes using Tcp(transmission control protocol). this file contains a simple Tcp server and Tcp client code, Tcp server handling Tcp client by creating child process using fork(), and Tcp server handling multipl
  3. 所属分类:TCP/IP Stack

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

    0下载:
  2. 做为测试所用的tcp服务端及客户端源码,其中的SOCKET类是对基础API的封闭,源码是对SOCKET类的运用。-As the test used by the TCP server and client source code, which is based on SOCKET class API closed, source code is on the SOCKET application.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:105413
    • 提供者:gjb
  1. client-server-socket

    0下载:
  2. Server 端向Client 端提供两种服务:数学计算服务和时间查询服务.-client-server,TCP server socket and UDP server socket .
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:31242
    • 提供者:小猫
  1. TCP

    0下载:
  2. c#下利用socket的tcp客户端向服务器一对一通信-The use of socket tcp client in c# to the server, one-on-one communication
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:69811
    • 提供者:简帆
  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. 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. client

    0下载:
  2. 基于SOCKET的windows下客户端程序,是基于TCP/IP的客户机/服务器通信机制,涉及到客户端的连接请求,数据传输等,可与之前上传的server程序共同构成小型聊天软件-Based on the windows under SOCKET client program is based on the TCP/IP client/server communication mechanism, involving the client' s connection request, the
  3. 所属分类:WinSock-NDIS

  1. windows-socket

    0下载:
  2. 使用windows socket编写的TCP/IP客户端和服务器端程序,用vs2008测试正确-Windows socket write the TCP/IP client and server side programs, use vs2008 test correctly
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-22
    • 文件大小:6700419
    • 提供者:titan
  1. tcp-serveraclient

    0下载:
  2. 网络通信的Windows socket的编程,基于tcp和客户端和服务器的程序,能自己设置端口号-Network traffic Windows socket programming, tcp and client and server-based program, set up their own port number
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1927728
    • 提供者:cat
« 1 2 3 45 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com