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

Search list

[WinSock-NDIS简易网络聊天器(C++)

Description:

个人写的一个简易网络聊天工具的编写 socket套接字的编写 多线程实现和采用select()函数实现多人在线聊天

同时,附有试验报告。


Platform: | Size: 141002 | Author: zenglibig | Hits:

[CommunicationSOCKET服务器(队列算法)

Description:

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

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

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

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


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

[Internet-NetworkSocket编程示例代码

Description:

Socket编程示例代码


Platform: | Size: 202426 | Author: windeer | Hits:

[CSharpc# socket

Description:

C# Socket 简单介绍


Platform: | Size: 10236 | Author: net_flysky | Hits:

[SymbianSymbian Sockets Demo

Description:

使用Symbian C++ 3rd 编写的Socket Demo 源码,对于初学者来说是一个难得的练手机会


Platform: | Size: 20381 | Author: wsjql2009 | Hits:

[Windows Develop基于ssl的socket

Description:

安全的通过socket通信


Platform: | Size: 11484 | Author: owlynx | Hits:

[Windows DevelopfndSck327

Description: Comprehensive collection of Delphi code units. Includes libraries for Socket components .
Platform: | Size: 474112 | Author: 程序员 | Hits:

[Communication-Mobile复件 服务器端

Description: 利用SPCOMM和Socket写的高速短信串口服务器-a high speed short massage COM server using SPCOM and Socket
Platform: | Size: 282624 | Author: 摄氏37度 | Hits:

[Windows Developsf_200562516252

Description: 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connection session,such as find a unique id. SetIoCompletionPort(socket, s) // make connection socket associate with a custom structure } void myIocp::OnRead(void* p, char* buf, int len) { TSession*s = (TSession*)p send(s->socket, buf, len, 0) // return received message to client void myIocp::OnClose(void* p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) //start listenning net port,wait for client connect.
Platform: | Size: 2048 | Author: boxu | Hits:

[Internet-Networkjavaicp22

Description: 用java socket包编的最简单的聊天室,-socket packets with the most simple part of the chat rooms,
Platform: | Size: 570368 | Author: haixiuqi | Hits:

[VC/MFCWINDOWS__socket1

Description: 本书第一部分讲述的是传统的网络接口N e t B I O S、重定向器以及通过重定向器进行的各类 网络通信。尽管本书大部分内容均围绕Wi n s o c k编程这一主题展开,但是, A P I比起Wi n s o c k 来,仍然具有某些独到之处-book on the first part of the traditional network interface N e t B I O S, Redirector and through Redirector for the various network communication. Although most of the contents of the book revolves around Wi n s o c k program this topic, but A P than I Wi n o c k's, still has some special gifts
Platform: | Size: 1167360 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket3

Description: 提供了一种简单的单向“进程间通信”(interprocess communication, I P C)机制。这个机制的名字非常古怪,叫作“邮槽”(M a i l s l o t)。用最简单的话来说,通过 邮槽,客户机进程可将消息传送或广播给一个或多个服务器进程。-provides a simple one-way "communication process" (interprocess commun ication, I P C) mechanisms. The name of this mechanism is very strange, called "Post Groove" (M.'s a i l l o t). With the most simple words, by mail chutes, and the client process can be transmitted or broadcast news to one or more server processes.
Platform: | Size: 386048 | Author: 楼洛阳 | Hits:

[VC/MFCWINDOWS__socket4

Description: “命名管道”或“命名管线”(Named Pipes )是一种简单的进程间通信( I P C)机制, Microsoft Windows NT,Windows 2000、Windows 95以及Windows 98均提供了对它的支持 (但不包括Windows CE)。命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的 不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。-"named pipe" or "named pipe" (Named Pipes) is a simple process communication (I P C) mechanism for Microsoft Windows NT, Windows 2000, Windows 95 and Windows 98 are provided with the support it (but excluding Window 's CE). Named pipes in the same computer different processes, or across a network of different computers of different processes to support reliable, one-way or two-way data communications.
Platform: | Size: 761856 | Author: 楼洛阳 | Hits:

[Program docjava23socket

Description: 23篇socket网络编程资料,pdf格式 包括基于局域网的Java即时信息传送软件的设计与实现.pdf 基于Java的网络即时通讯系统设计分析.pdf等-23 socket network programming, pdf format, including LAN-based Java instant messaging software design and implementation. pdf-based Jav a network of instant communications system design and analysis. pdf, etc.
Platform: | Size: 4745216 | Author: 刘辉 | Hits:

[CommunicationSocket

Description: 精通MFC程序设计附源代码 Socket编程-Proficient in MFC programming source code attached to Socket Programming
Platform: | Size: 233472 | Author: czq | Hits:

[Internet-NetworkPHPQQClient

Description: php编写的QQ软件,不错哦。学习php socket编程的不错资源-php prepared QQ software, oh well. Php socket programming to learn a good resource
Platform: | Size: 159744 | Author: 韩老四 | Hits:

[Internet-NetworkPPC_Create_GPRS_to_Socket

Description: PPC 中建立GPRS连接进行Socket通信,PP C 中建立GPRS连接进行Socket通信-PPC to establish GPRS connection Socket Communications, PP C to create a GPRS connection Socket Communications
Platform: | Size: 45056 | Author: wsh | Hits:

[Windows DevelopSocket

Description: 孙鑫的套接字编程,很实用的,大家可以看看 -SUN Xin socket programming, it is practical, we will look at
Platform: | Size: 13312 | Author: hello | Hits:

[Linux-UnixQue-Linux-Socket-Programming.pdf

Description: 一本描述tcp/ip编程的详细教程,包含各种方法的使用-a book describe tcp/ip program,include many kinds of methods
Platform: | Size: 3259392 | Author: libai | Hits:

[Internet-Networksocket

Description: 用socket写的服务器端客户端程序,服务器端多线程,可以并发处理客户端的请求-Used to write server-side socket client program, server-side multi-threaded and can handle concurrent client requests
Platform: | Size: 1517568 | Author: 郑俊飞 | Hits:
« 12 3 4 »

CodeBus www.codebus.net