搜索资源列表
Socket-IO模型全接触
- 一套基于Delphi6的、使用Socket进行Email邮件编程的源码。-set on Delphi6, use e-mail Email Socket Programming for the source.
OverlappedServer
- window socket网络编程的重叠IO模型的例子
IOCPDemo
- windows socket网络编程之io完成端口模型的例子
variousSockIOMmodels
- Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using
networkjet
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。
zby4
- 套接字io的封装类-socket io packaging category
netjet
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model
COMSocketServerDLL
- Although socket based TCP/IP servers using IO Completion Ports are often written in C++ it s sometimes useful to write such a server in Visual Basic.
Socket模块
- 一个利用重叠io 写的通讯模块,已经请过测试,已经经过测试-a communication module implemented with duplicate io, which has passed the testing
CMatrix
- IOCP SOCKET 主要用于对完全端口SOCKET的使用.支持多线程.-IOCP SOCKET mainly used to completely port the use of SOCKET. Support multi-threading.
AnsyncTest
- 分别实现了socket编程的五种异步模式,包括完成端口、重叠IO-Realized for five asynchronous socket programming model, including the completion of the port, overlapping IO
mproxysvr3
- 一个多线程的代理程序,程序运行后以服务的形式运行,程序以应用windows socket IO完成端口模型提供代理服务的原型设计-A multithreaded agent, the program running as a service to run the program to apply the windows socket IO completion port model provides a prototype design agent services
IOTest
- socket数据传输,可以直接在工程中使用,也可以作为单独的IO检测工具,检测网络是否连通。-socket data transmission, can be used directly in the project can also be used as a separate IO detection tool that detects whether the network connectivity.
TcpNavyClient
- 利用Socket Tcp-Ip事先的对战游戏-A client-server application with sockets and IO to play the Navy Battle game.
tz
- php探针1 1、服务器环境探测:CPU、在线时间、内存使用状况、系统平均负载探测(支持LINUX、FreeBSD系统,需系统支持),操作系统、服务器域名、IP地址、解释引擎等 2、PHP基本特征探测:版本、运行方式、安全模式及常规参数 3、PHP组件支持探测:MYSQL、GD、XML、SESSION、SOCKET等组件支持情况 4、服务器性能检测:整数运算能力、浮点数运算能力、数据IO能力 5、自定义探测:MYSQL连接测试、MAIL发信测试、函数支持情况及PHP配置参数 PHP探针干
tz2
- php探针2 1、服务器环境探测:CPU、在线时间、内存使用状况、系统平均负载探测(支持LINUX、FreeBSD系统,需系统支持),操作系统、服务器域名、IP地址、解释引擎等 2、PHP基本特征探测:版本、运行方式、安全模式及常规参数 3、PHP组件支持探测:MYSQL、GD、XML、SESSION、SOCKET等组件支持情况 4、服务器性能检测:整数运算能力、浮点数运算能力、数据IO能力 5、自定义探测:MYSQL连接测试、MAIL发信测试、函数支持情况及PHP配置参数 PHP探针干
WebChat
- 基于web html 5 socket.io 和 node.js 开发的语音聊天室。支持 谷歌浏览器和火狐 。-Voice web HTML 5 socket.io and node.js development of the chat room based on. Support Google explorer and firefox.
chat
- Node.js基于Express和Socket.io实现的简单聊天程序,可实现即时聊天功能-Node.js based on Express and Socket.io to achieve a simple chat program, can achieve instant chat
Node.jsPSocket.IOchat-master
- Node.js+Socket.IO实现的WebSocket群聊天室源码nodejs-socketio-chat-master-Node.js+ Socket.IO achieve WebSocket group chat room source nodejs-socketio-chat-master
linux_qq
- 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
