Welcome![Sign In][Sign Up]
Location:
Search - socket server c

Search list

[CommunicationSOCKET服务器(队列算法)

Description:

SOCKET服务器,支持多客户端,含协议判断处理.

每个客户端有独立的数据队列做BUFFER,

采用异步SOCKET方式接收数据.

传上来换点分!对初学都应该还算是比较全面的.含全部源代码.


Platform: | Size: 144753 | Author: elong2004 | Hits:

[Internet-Networksocket

Description: socket, server.c and client.c
Platform: | Size: 10703 | Author: 运飞扬 | Hits:

[SourceCodesocket c/s架构代码

Description: 使用VC编写的socket server和client简单程序
Platform: | Size: 1190976 | Author: traderchina2009@yahoo.com | Hits:

[Internet-Networkcs通信

Description: linux下学习socket的编程,使用tcp协议,用c语言编写的,一个server.c 另一个为client.c 经过调试。-learning socket programming, using tcp agreement with the c language, a server.c client.c after another for debugging.
Platform: | Size: 2048 | Author: 宏伟 | Hits:

[CommunicationSocket文件传输

Description: 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -receive a document server, a client sends documents. Socket two each while only link to a document transmission. 3 can also send news network
Platform: | Size: 1170432 | Author: 冰火 | Hits:

[Otherwssf

Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client/server (C/S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Platform: | Size: 54272 | Author: 乔峰 | Hits:

[Bookssocket

Description: 一个聊天服务器与客户端程序,用c#编写,特别适合初学者。-A chat server and client program, with c# Prepared, especially for beginners.
Platform: | Size: 257024 | Author: gj5683 | Hits:

[Internet-Networkserver

Description: 采用c编写的socket套接字的服务器端程序。接收从客户端发送的信息,并向客户端发送信息。-The preparation of the socket using c socket server-side program. From the client to receive messages sent to the client send a message.
Platform: | Size: 1024 | Author: smartliu | Hits:

[Program docSocket

Description: C# socket 通信实例 客户端服务器socket通信信息代码-C# Socket client-server communication instance information socket communication code
Platform: | Size: 23552 | Author: zhang zenghui | Hits:

[Internet-Networklinux-socket

Description: 本Linux网络应用程序采用客户-服务器模型,并发型交互。在OSI参考模型的传输层,通过调用TCP套接字(Socket)的各种函数,使服务器和各个客户端之间建立快速可靠的连接,处理客户机发送的数据,实现流量检测与控制。-The Linux web applications in client- server model, and cross-hair. OSI reference model in the transport layer, by calling the TCP socket (Socket) of a variety of functions, so that the server and the client between the fast and reliable connections to deal with the client to send data, the achievement of traffic detection and control.
Platform: | Size: 37888 | Author: ll | Hits:

[Linux-Unixsocket

Description: Linux平台怎么建立socket服务器端和client客户端-Linux platform for how to build server-side socket and the client client
Platform: | Size: 58368 | Author: steven | Hits:

[Internet-Networksocket

Description: socket, server.c and client.c
Platform: | Size: 10240 | Author: 运飞扬 | Hits:

[Linux-Unixsocket

Description: 提供了非阻塞的客户端和服务器端通信的实例程序。用linux下的C语言实现。-Provides a non-blocking client and server-side examples of communication procedures. Under linux using C language.
Platform: | Size: 10240 | Author: jidong | Hits:

[Internet-NetworkWindowsC+++MFC+Socket+(Server)

Description: WindowsC+++MFC+Socket+源码示例(服务器篇);内附说明文档。-WindowsC+++ MFC+ Socket+ 脭
Platform: | Size: 169984 | Author: fcube | Hits:

[TCP/IP stackSOCKET

Description: TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)-TCP/IP programming basis- socket including C/JAVA TCP/UDP server and client six sets of code for the new study, elderly test joint call to support win32 Linux (JAVA version of the need to add JDK)
Platform: | Size: 9216 | Author: 冯进荣 | Hits:

[Internet-Networksocket

Description: C语言编写的socket服务端测试程序,其中TestRecv_UDP为UDP服务端程序,TestRecv_TCP为TCP服务端程序,供初学者参考-C language socket server test procedure, which TestRecv_UDP for the UDP server program, TestRecv_TCP for the TCP server program for beginners reference
Platform: | Size: 1024 | Author: nin | Hits:

[Linux-Unixsocket

Description: client.c server.c talker.c listener.c 已经编译通过的完整打包文件,在linux环境下测试通过-client.c server.c talker.c listener.c has compiled a complete package through the documents in linux environment test
Platform: | Size: 50176 | Author: weijingkai | Hits:

[Internet-Networkserver

Description: 基于linux平台,用C++ 编写的QT程序,基于socket的服务器端-Linux-based platform, using C++ Prepared QT procedures, based on socket server-side
Platform: | Size: 209920 | Author: 张珍珍 | Hits:

[Internet-Networksocket

Description: windows下的socket实现的聊天室程序,可实现多人连接服务器。用的是c下面的编程。-windows under the socket to achieve the chat room procedures, can be realized more than connect to a server. C using the following programming.
Platform: | Size: 2379776 | Author: 孙帮山 | Hits:

[CommunicationBCB socket

Description: 此程式為BCB6.0 socket Server及Client通訊測試程式(This program is a BCB6.0 socket Server and Client communication test program)
Platform: | Size: 1326080 | Author: kevin.chen660701 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 38 »

CodeBus www.codebus.net