CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - socket服务器

搜索资源列表

  1. 05-09-14-Socket

    1下载:
  2. C#写的socket通讯服务器和客户端程序,学习有很好的借鉴-write the C# socket communications servers and clients, learning from the good
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:84.44kb
    • 提供者:ylzz
  1. socket

    0下载:
  2. 一个服务器和客户端软件程序软件,原程序已经调试通过
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:64.97kb
    • 提供者:马进鑫
  1. socket

    0下载:
  2. socket编程,实现客户机向服务器的字符传送
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:1.09kb
    • 提供者:王一博
  1. TCP Socket

    1下载:
  2. C++语言写的有客户端和服务器端的基于socket的程序
  3. 所属分类:TCP/IP协议栈

  1. UDP_Demo 基于UDP协议编写的socket网络编程程序

    0下载:
  2. 基于UDP协议编写的socket网络编程程序,包含客户端与服务器端程序,欢迎下载-Prepared based on UDP protocol socket network programming process, including client and server-side program, please download
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-03-22
    • 文件大小:251.05kb
    • 提供者:xiao ping
  1. ThreadPool_final.rar

    0下载:
  2. 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:4.34mb
    • 提供者:xuzhisheng
  1. socket

    0下载:
  2. 服务器验证,服务器端和客户端的基本代码。见笑-Server authentication, the server and client code base. Laughed
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-11
    • 文件大小:1kb
    • 提供者:周文福
  1. mhqq

    1下载:
  2. vfp梦幻QQ:服务器和客户端,tcp协议在vfp的应用-vfp QQ
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-08
    • 文件大小:1.47mb
    • 提供者:liu3zy
  1. socket

    0下载:
  2. TCP 客户端和服务器端,非常的简单,适合初学者搞清楚TCP的原理-TCP client and server-side, very easy for beginners to figure out the principles of TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:13kb
    • 提供者:lala
  1. src

    0下载:
  2. 基于TCP/IP.SOCKET的java聊天室客户端和服务器端-Based on TCP/IP.SOCKET the java chat room client and server-side
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:974byte
    • 提供者:曹卓然
  1. VC-HTTP-FILE-WEB

    0下载:
  2. 作用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-用VC通过HTTP把文件直接传到WEB服务器上,可以在开发*的朋友会用到。-VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:114.51kb
    • 提供者:阿荣
  1. SocketExample

    0下载:
  2. Socket Example,客户端与服务器的TCP/IP数据通信-Socket Example, client and server TCP/IP data communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:87.58kb
    • 提供者:李君
  1. Socket

    0下载:
  2. 用C#语言实现网络答题系统,服务器端出题,客户端答题,帮助理解tcp的传送过程,理解socket的使用方法-Using C# language questions network systems, servers bring out questions, answer the client to help understand the transmission process tcp, understanding the use of socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:54.71kb
    • 提供者:laga
  1. vmClientServerService

    0下载:
  2. socket服务器和客户端程序,具有很好的扩展性和灵活性 ,可以很方便地进行修改以适应你的程序。-It s about socket server and client .It s flexible and scalable and can be easily changed to adjust your application
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-11
    • 文件大小:17.72mb
    • 提供者:李云龙
  1. Socket

    0下载:
  2. 用SOCKET实现的通讯客户端和服务器端-use socket to implement net program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:28.95kb
    • 提供者:wang xue
  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
    • 文件大小:11.82kb
    • 提供者:wangfei
  1. Socket-net-program

    0下载:
  2. 介绍TCP/IP协议客户端和服务器端进程通信流程和具体实现的基础上,给出了开发通信应用程序的编程模型和实现要点,并以Delphi为编程语言说明了使用Socket进行网络编程的方法和特点-Socket net program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:280.69kb
    • 提供者:李荣晟
  1. CMultiSvr-(SOCKET-API-Multi-Thread)

    0下载:
  2. socket API 非阻塞消息方式下写的TCP客户端示例(一客户端连接多服务器)-socket API no blocking tcp client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3.49mb
    • 提供者:赵强
  1. SOCKET

    0下载:
  2. 基于C++的SOCKET服务器的源程序,可以下来看看。-SOCKET server C++ source code, can look down
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:3.12kb
    • 提供者:王效文
  1. Socket-Server

    0下载:
  2. CSocket实现的Socket服务器端,Tcp接收端。-CSocket realized Socket server, Tcp receiver.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-22
    • 文件大小:6.73mb
    • 提供者:Gina
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com