当前位置:
首页
资源下载

搜索资源 - asynchronous server
搜索资源列表
-
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下载:
ajax异步访问服务器,实现bs的桌面程序2-asynchronous server, desktop procedures bs 2
-
-
0下载:
ajax异步访问服务器,实现bs的桌面程序3-asynchronous server, desktop procedures bs 3
-
-
0下载:
SAJAX是一个AJAX的操作类,对XMLHttpRequest对象进行了封装,可以实现对服务器的异步请求,简化操作,配合DOM的操作可实现页面的动态更新
1.2增加了一个简单的说明和例子
-SAJAX AJAX is a type of operation, XMLHttpRequest object to the packaging can be realized by the asynchronous server requests, simplified operat
-
-
0下载:
简单的聊天程序,有服务器端和客户端,用异步SOCKET实现-simple chat program, a server and client, using asynchronous achieve SOCKET
-
-
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下载:
本代码通过异步套接字实现点对点通信,基本想法是用于多个客户端直接相互通信而不经过服务器。-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下载:
网络版游戏框架: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下载:
Strest-Server是一个高度可扩展的STREST和HTTP服务器。拥有飞快的速度。易于创建数据流。支持异步。控制器能够自动支持HTTP 和STREST。支持WebSockets。-Strest-Server is a highly scalable STREST HTTP server. Has a fast speed. Easy to create a data stream. Support asynchronous. Controller can automatically su
-
-
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下载:
系统运行ArcGIS Server9.3 ADF实现了位置的定位,在页面上实现异步刷新。-The system run ArcGIS Server9.3 ADF position positioning, to achieve asynchronous refresh the page.
-
-
0下载:
comted2.7架包,jetty,服务器异步推送-comted2.7 shelf package, jetty, asynchronous server push
-
-
0下载:
这是一个高效的异步服务器和客户端的实现,用线程池的使用保证了稳定运行,拿来即可用,(This is an efficient asynchronous server and client implementation, with the use of thread pool to ensure a stable operation, easy to use)
-
« 12
3
4
5
6
7
8
9
10
...
14
»