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

搜索资源列表

  1. SOCKET服务器(队列算法)

    2下载:
  2. SOCKET服务器,支持多客户端,含协议判断处理. 每个客户端有独立的数据队列做BUFFER, 采用异步SOCKET方式接收数据. 传上来换点分!对初学都应该还算是比较全面的.含全部源代码.
  3. 所属分类:通讯编程

    • 发布日期:2008-08-14
    • 文件大小:144753
    • 提供者:elong2004
  1. ClicetServer

    0下载:
  2. 用Socket实现客户和服务器交互的典型C/S结构的演示程序.欢迎使用.-Socket client and server interaction typical C / S structure of the demonstration program. Welcome.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2081
    • 提供者:lei
  1. EVC_socket

    0下载:
  2. 基于Embedded Visual C++的socket编程,包括TCP server和TCP client-based Embedded Visual C socket programming, including TCP server and TCP client
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:75035
    • 提供者:金雷
  1. WLServer

    0下载:
  2. c/s结构socket通讯(server程序)
  3. 所属分类:通讯编程

    • 发布日期:2014-01-18
    • 文件大小:8543885
    • 提供者:
  1. mhttpd-2.0.1.tar

    0下载:
  2. 一个非常example的minimal http服务器,用非常纯粹的c++完成,可以作为学习c++和socket编程的最佳例子!-example of a very minimal http server, with very pure c completed, could serve as learning c socket programming and the best example!
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:36515
    • 提供者:陶河
  1. Socket

    1下载:
  2. 控制台socket文件传输程序,使用C++编写. 打开server端后,只要在client端输入server端IP即可使用。 程序具有上传、下载、查看目录文件、更改目录等功能-Console socket file transfer program, using C++ prepared to open the server side, client side input server-side IP can be used. Program upload, download
  3. 所属分类:Communication

    • 发布日期:2015-03-04
    • 文件大小:277504
    • 提供者:cxt
  1. socket

    0下载:
  2. 应用visual c++开发环境,利用socket实现客户端与服务器之间的信息传输-The application visual c++ development environment, socket to achieve the transfer of information between the client and the server
  3. 所属分类:Communication

    • 发布日期:2017-11-21
    • 文件大小:2472856
    • 提供者:夏天
  1. socketudp

    0下载:
  2. c# 实现socket upd 通信 包括客户端 服务器端 程序-c# to achieve socket upd client communication, including server-side program
  3. 所属分类:Communication

    • 发布日期:2017-03-25
    • 文件大小:297759
    • 提供者:阿速度
  1. Csocket

    0下载:
  2. 主要是C语言编写的SOCKET程序,简单的客户端和服务器端调试程序。-C language socket programm,simple client and server.
  3. 所属分类:Communication

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

    0下载:
  2. 详细说明:采用Microsoft Visual C++编写。界面基于对话框方式。通过对socket类继承实现软件中的服务端类serversocket和客户端类clientsocket。由于将服务端类和客户端类的调用在一个工程中实现,所以一个程序既可以作为服务端也可以作为客户端。代码中加入了基本的错误处理功能。--using Microsoft Visual C preparation. Based on the way the dialog interface. Socket type of s
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:46241
    • 提供者:王朝霞
  1. Projects

    0下载:
  2. 用socket实现的server与client,使用c++builder 6.0编译成功。-use socket achieve server and client,used c++builder 6.0 compile successful.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:229763
    • 提供者:robert
  1. NTP

    0下载:
  2. 该代码是基于windows socket编写的C++代码。包括服务器和客户端两部分。-The windows socket code is written based on C++ code. Including server and client in two parts.
  3. 所属分类:Communication

    • 发布日期:2017-05-21
    • 文件大小:6652825
    • 提供者:王东
  1. GPSserver

    2下载:
  2. 用C#语言实现socket通信服务端,并将信息存储到mysql数据库-C# language with the server socket communication, and information stored in the mysql database
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:161130
    • 提供者:王洪涛
  1. Socket

    0下载:
  2. 关于Socket的一个简单实现,在C++中使用MFC的CSocket直接连接,在服务器端和客户端各添加了一个线程用于传输。实现比较简单,两个CSocket连接后就可以传文件,且传好的文件可以通过MD5的检查。-Socket A simple implementation in C++ using MFC CSocket direct connection, add a thread for the transmission of the server and client. Relatively
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:4015607
    • 提供者:andy
  1. Communication

    0下载:
  2. 1 C++ socket通讯DLL 2 客户端及服务器的多线程通信 -1 C++ socket communications multithreaded DLL client and server communication
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:13100
    • 提供者:yanglei
  1. ServerCandJava

    0下载:
  2. 实现C和JAVA的网络通信,采用socket网络编程,JAVA为服务端。-C and JAVA network communication using socket network programming, JAVA server.
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:6420
    • 提供者:sunshine
  1. Selectio

    0下载:
  2. 简单的select socket服务器,c语言实现-Simple the select socket server, c language
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:12094
    • 提供者:qc
  1. C-Socket

    0下载:
  2. 计算机通信网中的socket通信编程,包含客户端和服务器端,由c语言实现。-The socket communication programming in computer communication networks, including client and server-side by the C language.
  3. 所属分类:Communication

    • 发布日期:2017-11-12
    • 文件大小:6879
    • 提供者:Allan
  1. Thixi

    0下载:
  2. Light and Fast C# IOCP Socket Server
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:20151
    • 提供者:ThinkBE
  1. BCB socket

    1下载:
  2. 此程式為BCB6.0 socket Server及Client通訊測試程式(This program is a BCB6.0 socket Server and Client communication test program)
  3. 所属分类:通讯编程

« 12 »
搜珍网 www.dssz.com