搜索资源列表
利用Socket进行Java网络编程
- 利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI
Socket编写的点对点聊天软件
- 自己用builder编写的点对点聊天软件,以后再也不用担心服务器忙咯,-use c++ builder,conect point to point.can chat in any time,should not care about the block server.
Socket实现SMTP,POP邮件服务器
- 基于Socket类实现SMTP,POP邮件服务器的源代码-based on Socket class achieve SMTP and POP mail server source code
TCPServerfdfda3
- Socket 服务器端程序,VC写的,很适合学习,类似QQ界面-Socket server software, written in Visual C + + is well-suited to learning, similar QQ interface
srverandclinet
- C/S,一个使用Socket的Server,Client通信程序. -C / S, to use a Socket Server and Client Communication Program.
Program_for_socket
- 一个简单的Socket服务器程序 这个服务器程序只是简单的接受客户方传送的字符串,然后显示它们。 从一个简单的Socket客户机发送消息:-a simple socket server this procedure is a simple server client side of the transmission string and then display them. From a simple Socket client send messages :
socket(chlientandserver)
- 一个用JAVA实现的socket通信,包含服务器端和客户端。-JAVA with a socket communications, including server and the client.
异步套接字服务器
- 异步套接字服务器-asynchronous socket server
同步套接字服务器
- 同步套接字服务器-synchronization socket server
accept_send
- 一个比较全面socket服务端加客户端。能实现多项更能,原码没有找到,发一个编译好了的。-a more comprehensive socket server plus client. Better able to realize many of the original code is not found, made a good translation of it.
winsock server
- WINSOCK服务器端示例程序说明 该程序是基于对话框编程的,是采用一对多的方式进行连接的。 整个程序主要由CServerDlg,CServerApp,CListenSocket,CClientSocket构成的。 (所有关于类的说明在代码中有) 下面简单介绍一下程序流程: 主程序调用CListenSocket类的对象来进行对Socket的监听,当收到请求时调用主程序的函数来处理相应的连接,把Socket放进队列中。 对于Socket的接收数据和断开连接是由消息来触发的,是通过调用基类CSo
提高Server
- SocketAPI的程序-Socket API procedures
server-nonblockingsocket
- UDP收包程序例子,基于非阻塞模式socket,并利用select()实现接收超时。
server
- 采用c编写的socket套接字的服务器端程序。接收从客户端发送的信息,并向客户端发送信息。
SyncSocket_src
- Multithreaded Non-blocking Socket Server and Client, Based on Synchronized Socket
WindowsC+++MFC+Socket+(Server)
- WindowsC+++MFC+Socket+源码示例(服务器篇);内附说明文档。
A Simple socket example
- It is a socket server. It accepts a connection from client and prints on the console a message that client writes
flex socket server
- flex socket server air 的例子。
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息,Multi-threaded socket file transfer/support HTTP/send and receive information/point-to-multipoint mode of using blocking socket, the use o
VC Socket Server
- VC Socket Server 服务端例子