搜索资源列表
TcpSocket.rar
- 基本的TCP应用源代码,包括设置非阻塞、设置超时、设置Socket Buffer等。,The TCP application of the basic source code, include the provision of non-blocking, set up overtime, set up, such as Socket Buffer.
netkitrelease
- 1)支持TCP、UPD协议以及混合模式; 2)封装线程池管理模型,支持多连接的并发服务器; 3)同时支持多服务器和多客户端的混合模式,特别适合于P2P系统开发; 4)线程异常退出保护机制; 5)简便的编程接口; 6)易扩展的数据封包方式; 7)低层采用Select非阻塞模型,并对Windows API进行封装,容易实现跨平台移植。 8)适用于中小型windows网络平台应用系统项目的开发。 -1) support for TCP, UPD, as well as
TCP_Socket_1.5
- A Universal TCP Socket Class for Non-blocking Server/Clients - codeproject.com by ElmuSoft company
tcp_select
- 用select实现的tcp异步通讯的动态库例子, 采用非阻塞的方式,用select实现的UDP异步通讯的动态库例子.-Tcp implemented by asynchronous communication select the dynamic library example, using non-blocking way, use select UDP to achieve a dynamic library examples of asynchronous communication.
WinSock
- WinSock是Windows提供的包含了一系列网络编程接口的套接字程序库,介绍如何把它的非阻塞模式引入到应用程序中。所讨论的通信均为面向连接的通信(TCP)-WinSock contains a series of network programming interface provided by Windows Sockets library, and describes how its non-blocking mode is introduced into the application
MFC_TCP_Client
- VC6.0,用MFC编写的TCP Client,用于搜索局域网内的摄像头.用异步非阻塞模式.-VC6.0, the written in TCP Cliet with MFC for search LAN camera with asynchronous non-blocking mode.
TcpSocket
- 基本的TCP应用源代码,包括设置非阻塞、设置超时、设置Socket Buffer等。-The TCP application of the basic source code, include the provision of non-blocking, set up overtime, set up, such as Socket Buffer.
ChatTCP
- Chat_套接字_基于消息异步_非阻塞 网络通讯TCP例子-Chat_ socket _ _ non-blocking asynchronous message-based communication TCP network examples
TCPServer2
- TCP通信的非阻塞模式的服务器端,可以接受多个客服端的连接!-TCP communications non-blocking mode of the server side, can accept multiple clients to connect!
socket
- 在网上找了很久Android上wifi的TCP通信,很多例子方法都不对,容易死,后来找到一篇非阻塞式的,然后将之做成了个Demo,大家要做这一块的请参考本例子,真正实用。-Wifi Internet looking for a long time on the Android TCP communication, many examples of methods are not right, easy to die, then find an non-blocking, and then it
Chat
- 非阻塞tcp聊天程序,适合初学者参考,很好的源码-Non-blocking tcp chat program for beginners reference
TCPChatRoom
- 基于VS2012一个简单的小测试程序,支持服务器对某客户端,服务器对所有客户端,客户端之间的通信。TCP Socket基于CAsyncSocket的非阻塞异步通信。效果图详见:http://blog.chinaunix.net/uid-28394603-id-5163195.html-Based on VS2012 a simple and simple small test procedures, support for a server to a client, the server for
Ding-1.6.3
- Ding Framework是一个PHP框架,实现了依赖注入、AOP面向方面编程、轻量级、简单和快速的MVC模式,syslog、TCP客户端和服务器端非阻塞的套接字、定时器、自定义错误、信号以及异常处理、PAGI 集成、PAMI集成等等,类似Java的Spring框架。-Ding Framework is a PHP framework to achieve a dependency injection, AOP aspect-oriented programming, lightweight,
client-server
- 多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进
TCP_Socket_1.6
- 这个程序是一个非常干净的代码,由有经验的程序员编写,使用C ++类cSocket,在C ++平台上编写,并且附带一个MFC演示应用程序。 cSocket类很容易使用,即使是初学者也没有问题。(Event driven (non blocking, asynchronous) Winsock programming is a very complex topic. It is definitely NOT for beginners! I needed such code and searched