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

搜索资源列表

  1. vcIOCP-Socket-Server

    0下载:
  2. Kingso OPC Server服务器和驱动源代码~
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:122780
    • 提供者:sunny
  1. VC-SOCKET

    0下载:
  2. VC++套接字(服务器) socket 使用简单协议通讯学习的好例子,对初学者特别受用.-VC++ socket (server) socket using a good example of a simple communication protocol to learn for beginners especially useful.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:139090
    • 提供者:quxiansheng
  1. client-server-java

    0下载:
  2. In this first part of a multi-part post, we will learn how to create a very simple socket server and socket client pair in Java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-29
    • 文件大小:9894
    • 提供者:ryma
  1. Server

    0下载:
  2. socket server tcp 服务端。可以创建自己的监听端口和IP(ip要符合自身电脑).收到的记录文件保存在c:/1.txt -socket server tcp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7629352
    • 提供者:cb
  1. server

    0下载:
  2. socket编程的服务端 实现文件管理 远程执行等功能 Delhi7下调试可用-socket server
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-26
    • 文件大小:207717
    • 提供者:Name_Y
  1. socket-Server

    0下载:
  2. 网络服务端标准程序,使用socket select方式 且可判断是否断线等功能-Network server standard procedure
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-28
    • 文件大小:11162080
    • 提供者:andy
  1. MFC-Socket

    0下载:
  2. Windown下的一个基于VC++的socket服务端/客户端程序,功能全,代码结构清楚,十分容易理解,强烈推荐下载学习。-Under a windown on VC++ The socket server /client program, full-featured, code structure clear, very easy to understand and strongly recommend to download learning.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:146315
    • 提供者:liutianxin
  1. Server

    0下载:
  2. 有关于linux网络编程socket的服务器代码,是万级服务器,相对比较稳定。出错率低-About linux network programming socket server code, is ten thousand servers, relatively stable. Error rate is low
  3. 所属分类:Linux Network

    • 发布日期:2017-05-07
    • 文件大小:1408601
    • 提供者:张露
  1. java-Server

    0下载:
  2. Socket 服务器用于实现TCP/IP协议下的单线程服务器访问-Socket server Used to implement TCP/IP protocol under the single-threaded server access
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:1300
    • 提供者:qunye
  1. Simple-TCP---Server

    0下载:
  2. tcp socket server example
  3. 所属分类:LabView

    • 发布日期:2017-04-29
    • 文件大小:26533
    • 提供者:LEO
  1. LWIP_TCP--server

    0下载:
  2. stm32f107VCT 实现服务端socket 编程server端程序部分,网络调试助手可以进行数据检验。-stm32f107 socket server
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1116261
    • 提供者:vicent
  1. Server

    0下载:
  2. scoket套接字服务器 ->入门篇源码-scoket socket server Beginners Source
  3. 所属分类:Communication

    • 发布日期:2017-05-25
    • 文件大小:7889456
    • 提供者:肖江
  1. Socket-web

    0下载:
  2. 基于Cortex-A8,编写Socket服务器,实现客户端与服务端数据交互功能。-Based on the Cortex-A8, write Socket server, to achieve the client and server data exchange capabilities.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:8274
    • 提供者:江飞雪
  1. Server

    0下载:
  2. 一个简单的接受数据的socket服务器,与另一套安卓程序配套使用。-A simple socket server accepts the data, and another set of programs supporting the use of Android.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:955064
    • 提供者:lasnrhar
  1. Unix-Socket-Server-Examples

    0下载:
  2. socket unix /program language c
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:7007
    • 提供者:nada
  1. c# ChatLan with TCP/IP socket

    1下载:
  2. [CSharp] TCP/IP socket server
  3. 所属分类:C#编程

    • 发布日期:2016-02-25
    • 文件大小:78975
    • 提供者:c4r3m91
  1. client-server

    1下载:
  2. 多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-15
    • 文件大小:22675296
    • 提供者:大酱
  1. Server

    0下载:
  2. C++ Socket服务器 采用阻塞的方式监听客户端连接及阻塞接受数据-C++ Socket Server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-05
    • 文件大小:265371
    • 提供者:nick
  1. socket

    0下载:
  2. socket 通讯接收文件 server端口为8888 -socket SERVER
  3. 所属分类:Applet

    • 发布日期:2017-12-13
    • 文件大小:3255
    • 提供者:zj132136
  1. socket

    0下载:
  2. 使用套接字,实现服务端和客户端简单的通信,若服务端收到数据,用ack返回-The use of socket, server and client to achieve a simple communication, if the server receives the data, with the ACK return
  3. 所属分类:Proxy Server

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