搜索资源列表
-
0下载:
PeerYou远程控制软件源代码
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。
代码中的SOCKET重叠I/O的实现也很值得参考.-PeerYou remote control software source code for the full realization of the registry, document proce
-
-
0下载:
ajax使用它可以构建更为动态和响应更灵敏的Web应用程序。该方法的关键在于对浏览器端的Javascr ipt、DHTML和与服务器异步通信的组合。-building can use it more dynamic and more sensitive response of Web applications. The method is the key to the browser Javascr ipt, DHTML and asynchronous communication server
-
-
0下载:
ajax异步访问服务器,实现bs的桌面程序2-asynchronous server, desktop procedures bs 2
-
-
0下载:
ajax异步访问服务器,实现bs的桌面程序3-asynchronous server, desktop procedures bs 3
-
-
0下载:
c客户端与互联网服务器通讯类文件,支持多文件上载,提交form等等,同时提供异步方式.-c client server and Internet communications papers to support more file uploading, etc. to form, It also provides asynchronous mode.
-
-
0下载:
该代码讲述了异步Socket的工作机制,包括服务器和客户端代码-the code on the Asynchronous Socket working mechanisms, including the server and client code
-
-
0下载:
简单的聊天程序,有服务器端和客户端,用异步SOCKET实现-simple chat program, a server and client, using asynchronous achieve SOCKET
-
-
0下载:
Works a client and a server using UDP in asynchronous operation mode to implement the simple daytime protocol, as described in RFC 867
-
-
0下载:
一个服务器的程序,用来接收客户端的数据,采用了异步的socket编程-a server process to receive the client data, the use of asynchronous socket programming
-
-
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下载:
基于服务器客户端模式的开发,可以用于测试客户端与服务器的同步操作和异步操作,基于TCP、IP协议。已经在symbian os的手机上通过测试。-Client server-based model of development, can be used to test client and server synchronization and asynchronous operation, based on the TCP, IP protocol. Already in symbian os m
-
-
0下载:
用VC实现客户机服务机器模式的聊天程序:
在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点:
1、非对等作用;
2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
-
-
0下载:
网络版游戏框架:1.服务器端,网络IO模型使用完成端口,具体实现是使用自行封装的CIOCP类,此类对完成端口的线程和对各种网络事件的处理进行了封装。封包的封装使用CPacket对封包进行打包和解包。2.客户端,使用异步选择事件模型,Socket使用自己封装的CMySocket进行方便的异步绑定。-Online Game Framework: 1. Server-side, the network model for the use of IO completion ports, concrete
-
-
0下载:
Apache Mina Server 是一个网络通信应用框架,也就是说,它主要是对基于TCP/IP、UDP/IP
协议栈的通信框架(当然,也可以提供JAVA 对象的序列化服务、虚拟机管道通信服务等),
Mina 可以帮助我们快速开发高性能、高扩展性的网络通信应用,Mina 提供了事件驱动、异
步(Mina 的异步IO 默认使用的是JAVA NIO 作为底层支持)操作的编程模型。-Apache Mina Server is a network communication applica
-
-
0下载:
远程服务做内网文件异步并发,百兆文件仅需4S 这是是服务端-Documents within the network to do remote service asynchronous and concurrent, Fast file only is the service side 4S
-
-
0下载:
Client端的功能是可以群发和私聊(用过QQ都应该知道什么是群发和私聊吧),但都必须经过Server端中转,也就是实现了类似通讯中间件的功能。-Client-side functionality is mass and whisper (used QQ should know what is mass, and whisper it), but will be subject to Server-side transfer, and communication middleware is to
-
-
0下载:
以C#实现TCP异步服务器的接收和发送,处理客服端发送过来的不同的消息格式-To C# to achieve asynchronous server TCP send and receive, handle customer service sends a different message formats over
-
-
0下载:
优化的C# socket异步服务器端和客户端,能连接SQL,支持连续发送、多客户端-Optimized C# socket asynchronous server-side and client can connect to SQL, support continuous transmission, multi-client
-
-
0下载:
C# 异步socket服务端调用IOCP 同步socket客户端通信的实现代码
书上的都是给的同步通信,或是异步通信,我在下面给下异步服务器的和同步客户机的通信代码-C# asynchronous socket server calls the IOCP sync socket are on the realization of client communications code book to synchronous communication, asynchronous comm
-
-
0下载:
异步的服务器,基于boost:asio.增加了详细的中文注释,可以异步处理客户端连接,返回当前时间给客户端(boost::asio asynchronous server A detailed Chinese annotation is added, which can handle the client connection asynchronously and return the current time to the client)
-