搜索资源列表
-
0下载:
基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face
between the connection user and the server
-
-
0下载:
TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
-
-
0下载:
Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-Winsocket DLL package, such communication is SOCKET integrated model, such c
-
-
1下载:
基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本文在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。-TCP / IP-based network communications technology to achieve a connection-oriented users and server asynchronous point-to-point communications, in th
-
-
0下载:
基于UDP-面向无连接的应用程序
网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据;
服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。
-UDP-based-no connection-oriented applications network communications applications : client data requests issued an order under its orders servers provide d
-
-
0下载:
关键代码:完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理
SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠
操作。
-key code : complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function
-
-
0下载:
利用套接字连接实现异步网络通信 先启动服务器 然后客户端-socket connections using Asynchronous communications network server then activated first client
-
-
0下载:
一个聊天室程序,可以多客户连接和聊天.一个客户发送的消息会在服务器上和各个客户机上显示出来,异步的通信.利用序列化做的-a chat room procedures, more customers can connect and chat. a customer will be sent information on the server and all clients show up, Asynchronous communications. using the sequence of the
-
-
0下载:
本程序是一个多线呈的TCP通讯 服务器程序
本程序的特点在于 很灵活的运用的select函数进行异步非阻塞套节字
程序是通过此套节子发送文件,文件类型也很新颖,是编码过后的264文件,鉴于上传文件的大小,我没有附加264文件,可以相应的考如些264文件,并在fopen改文件名-this program is a multi-line communications was the TCP server this program features is the flexible use of
-
-
1下载:
这个是我做的一个异步的Socket类库,分TCP客户端和TCP服务器端,经测试,可以稳定的运行,可以放心的应用在你的项目里,有问题请于zhouyabo@gmail.com连接,或在我的Blog上留言:http://zhouyabo.cnblogs.com/-this is what I do an asynchronous socket library, - TCP client and server-side TCP, tested, the stable operation The appl
-
-
0下载:
异步套接字服务器-asynchronous socket server
-
-
0下载:
winsock异步选择模型的服务器端程序,最多可以接受64个客户端连接-asynchronous protocols of choice model of server-side procedures, can accept up to 64 client
-
-
0下载:
网络编程,用于学习入门的网络编程,其中有一个是服务器和客户端选择,有一个异步通讯类,展示了编写windows通讯的方法-network programming, learning portal for the network programming, which is a server and client choice, have an asynchronous communications, display windows for the preparation of communicati
-
-
0下载:
取得HTTP服务器上的文件,使用了事件对象以及WSASelectEvent来处理异步通知.zip-made HTTP server document, Use of the incident and target WSASelectEvent to handle asynchronous notification. zip
-
-
0下载:
该代码展示了如何利用完成端口配合异步I/O开发可扩展服务端。-The code demonstrates how to complete port with the use of asynchronous I / O can be expanded development of the server.
-
-
0下载:
本代码通过异步套接字实现点对点通信,基本想法是用于多个客户端直接相互通信而不经过服务器。-This article presents a peer-to-peer application sample with asynchronous sockets. This project was born from the desire to have some way that would allow for multiple client applications to communicate be
-
-
0下载:
易语言同步异步套接字模块源码例程程序调用API函数实现套接字应用。
点评:易语言同步异步套接字模块源码需要注意的地方是:
异步客户端,主动断开的时候,不会触发断开连接事件;
异步服务端,主动断开客户的时候,也不会触发客户离开事件;
同步服务端和客户端中,是会触发的;
服务端关闭的时候,不会断开已连接的客户。-Easy language source modules synchronous asynchronous socket routine calls API fu
-
-
0下载:
socket通信服务器端代码。支持异步通信。-socket communication server-side code. It supports asynchronous communication.
-
-
0下载:
这是一个高效的异步服务器和客户端的实现,用线程池的使用保证了稳定运行,拿来即可用,(This is an efficient asynchronous server and client implementation, with the use of thread pool to ensure a stable operation, easy to use)
-
-
0下载:
OPC DA Server 2.0的实现,实现了异步及订阅的方式(The implementation of OPC DA Server 2 implements asynchronous and subscr iption methods)
-