搜索资源列表
caoqing
- 最近学习了非阻塞IO(NIO),因为厌烦了在开发并行处理时候,阻塞IO所导致的肥服务端,因为对于每个客户连接都要产生一个线程对此进行处理,当然你可以不这样实现,但我的前提是开发并行处理,下面是我的源码,因为是在dos命令行测试的,所以要是编写为GUI的时候,还要很多要改的东西,这也是我下个征服的对象,当然我已经迫不及待了,下面是我花了三个晚上学习并编写的非阻塞聊天室:(供交流学习用) -recent study nonobstructive IO (NIO), as tired in the d
wangluoyouxikaifa
- 《网络游戏开发》内容简介: 网络游戏开发 WinSock2 游戏编程 网络游戏开发 101 异步 Sockets 编程指南 多用户的服务器/客户模式聊天工具的开发 TCP/IP 协议介绍摘要 如何设计一个多人游戏 多人游戏的本质 制作一套网络消息引擎 使用统计学来预测网络上游戏者的动作 如何排除网络延迟 -"network game development" bri
chat_file-transmition
- 利用Visual C++的Windows SOCKET网络编程实现局域网内正在使用本程序的所有主机的群聊、两主机之间的点对点聊天和文件传送功能,且具有以下特点:通信完全是异步的;各用户是对等的,不区分客户机和服务器,任何用户启动或关闭程序都不会影响其他用户的正常使用;使用多线程传输文件。 -using Visual C Windows Socket Programming Network is bringing LAN use this procedure in the mainframe
rdsakfjdas
- 一个基于网络的QQ聊天工具服务器,是使用VC++做的,如有不足之处,请大定指正-a web-based tool QQ Chat server is the use of VC do, if inadequate, please correct me Dading
ChatTools
- VS2008 ,MFC下基于socket的聊天系统,包括客户端和服务器,能够实现文件和文字的传输-VS2008, MFC the socket chat system, including client and server-based file and text transmission
MFCliaotianshi
- 基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序分为服务器端和用户端两部分 本实验是本人做的计算机网络课程设计,有mfc的CSocket编的..给大家分享下 支持多人聊天,可以用,先运行服务器端,点击监听,然后运行客户端点击连接服务器即可-Based on TCP/IP communications are basically used for data communications SOCKET socket, the program is divided in
fangQQ
- 仿QQ聊天工具设计文档实现了1.登录功能 2.客户可以通过服务器转发,实现一对一和多对多聊天 实现呼叫功能 客户端程序应该可以实时显示目前其它用户应该具有易用、美观的图形界面 -QQ chat tools like design documents to achieve the 1. Login 2. Customers can forward through the server to achieve the realization of one-on-one and many
ChatServer
- 设计内容:设计B/S模式的网络聊天室,客户端使用浏览器和服务器端java应用程序进行通信。-Design elements: design of B/S mode network chat rooms, use the client browser and server-side java applications to communicate.
X-chat3
- 一套专门针对中小型网站开发的聊天系统,内核采用了比较先进的XMLHTTP技术+XML文档对象模式(DOM)来实现分布式的计算或存储,服务器端以较通用的ASP技术作基础-A website developed specifically for small and medium-sized chat systems, the kernel uses more advanced XMLHTTP technology+ XML document object model (DOM) to achieve
chat
- 用“WinSock”控件建立了一个“聊天”程序。该程序可以同在同一台计算机上运行,也可以在网络中的两台计算机上运行。整个程序分为两部分,一部分是客户端,另一部分是服务器端。两部分程序结合使用,即可实现计算机之间的通信,在网上“聊天”。 聊天程序的客户端部分,用于接收和发送从主机传递过来的信息,程序的操作在菜单中进行。程序运行起来后,可通过菜单建立与主机之间的连接。 聊天程序的服务器端部分,用于接收和处理从用户端传递过来的信息。程序运行起来后能够“监听”客户端口,满足用户端提出的连接请
ChatSrv
- 聊天室程序设计,里面包括客户端和服务器两类程序 其中分为FTP UDP-Chat program design, which includes client and server program which is divided into two types of FTP UDP
chatroom
- 由TCP/IP架構的聊天室:只要在Server端與Client端之間互傳資料-By the TCP/IP architecture of the chat room: as long as the Server side and Client-side information to each other between
QQtalk
- 一个类似QQ的网络聊天工具,采用Windows Socket编程,服务器与客户端采用了TCP/IP连接方式,在设计聊天方案时,实行将所有信息发往服务器端。-A similar network of QQ chat tool, using Windows Socket programming, server and client using TCP/IP connections, chat in the design of the program and implement all of the
71477185ltqkhfwq
- 一个简易的网上聊天工具,可以通过服务器进行聊天。-A simple online chat tool to chat through the server.
OnItFirewall
- 一份防火墙的源代码 包含所有开发过程 -liunux 环境下的-"padcreator.exe","A application commonly used to create PAD files used by shareware creators to distribute information about there applications to download sites","This application is safe to allow","Safe" "hmail
Building-a-Java-chat-server
- 构建Jave聊天服务器,来自IBM的资料。-Building a Java chat server
chat--ClientandServertrue-code-
- c#客户端与服务器之间的多人聊天代码是txt文档格式的,看有什么不对的多多关照。-chat-Client and server
The-server-and-client
- 简单的聊天软件,类似于腾讯QQ,聊天程序的简单版-Chat software
vcPP-CS-model-based-chat-room-design
- vc++基于CS模型聊天室设计,包括客户程序和服务器程序-vc++ CS model based chat room design, including client and server programs
Chat
- 实现简单网络聊天,服务器启动与客户端通信聊天,通俗易懂-Simple network chat client communicate with the server start chatting straightaway