搜索资源列表
socket开发聊天室手册
- socket开发的聊天室,可以实现基本的聊天功能,内容是英文的,需要仔细看才行-socket development of the chat room, can achieve a basic chat features, the content is in English and need to carefully read
带P2P文件传输 聊天功能客户服务端
- 一个C/S模式的带P2P的 聊天 文件传输 的软件,也获得优秀毕业论文。-a C / S mode chatting with P2P file transfer software, has been outstanding dissertation.
JAVA聊天室实现(多功能)
- 实现功能:· 用户上线·包括新用户上线和已使用过该系统的用户上线·每位在线的用户将会收到该用户上线的通知·该用户会收到所有已在线的用户的信息·朋友下线 ·服务器端删除该用户信息·每位在线的用户将会收到该用户下线的通知,同时删除改用户的信息·聊天终止,文件传输终止· 修改用户名字·用户可以在对应的文本框内直接修改名称·用户可以在保存的Myinfo.txt中直接修改名称· 聊天功能:·公聊:所有在线的用户都可以看到你的发言·私聊:能和所有以在线的用户进行私聊,其他用户看不到私聊对象之间的聊天 ·
QQ聊天功能
- 通过DirectShow技术模拟QQ实现了视频和音频的采集,传输,基本实现了QQ的视音频聊天的功能。-through QQ DirectShow technology to achieve a simulation of video and audio collection, transmission and the basic realization of the QQ as audio chat features.
局域网聊天11
- 局域网聊天功能的实现,有源码说明,适合初学JAVA的人-the realization of a source that for the beginner JAVA
简易聊天程序
- 实现基本的聊天功能,只需输入IP,即可与对方聊天,服务器端和客户端集成在同一个文件中,并且以多线程方式监听端口。-achieve basic chat function keys IP, can chat with each other. servers and clients with an integrated document and, in a multithreaded manner monitor ports.
聊天基本功能套接字实现
- “基本套接字实现基本聊天功能”,教学示例使用。-"basic socket basically chat," teaching practices in use.
小鬼的vb聊天程序
- 用vb编的聊天室(可以和其它电脑实现聊天功能,可以接收和发送信息)-with vb series of the chat room (which can be achieved and other computer chat feature, can send and receive information)
聊天室客户端程序和服务器程序
- 一个简单的,但是聊天功能也实现了的聊天室代码,请多多指教!^_^-a simple, but the chat has also realized a chat room code, a great weekend! ^ _ ^
网緜聊天媤服冡器
- 一个简易的网络在线聊天服务器,实现在线聊天功能-a simple online chat network server, online chat
P2P式多用户在线聊天Java程序
- 该资源给出了Eclipse下完整的Java源码工程包和详细开发说明文档。下载完导入Eclipse即可使用,无需调试,实用性极强!程序各模块接口清晰,可以修改扩展打造一个完全属于自己的聊天室! 功能描述:实现了一个多用户的在线聊天程序,C/S结构,客户端可发送消息,然后其他的用户接收到该消息并将其显示在界面中,服务器对信息进行有关处理并向适当的用户发送,同时在服务器端还将显示所有的在线用户,网络管理员即服务器端管理员可选中某用户并将其踢出该聊天室。 扩展功能:本程序
openchat聊天室java
- 用java做的网页即时聊天系统。可以用于学习网页即时聊天功能的开发-Java web page to do with real-time chat system. Pages can be used to study the development of real-time chat
C# 聊天室 模拟群聊和私聊 源码
- c#编写的聊天室程序,运用tcp协议,通过自己编写通信协议已达到各客户端的通信,并带有上下线提醒功能
C#socket编程实例
- 本程序是使用C#语言开发的一个简单的socket程序,该程序包括客户端和服务器端,可以实现简单的聊天功能。
聊天室
- c++基于socket的可用于传输文件和聊天功能的源程序
vc++下的局域网聊天程序
- 该程序是在vc++下实现了局域网聊天功能,包括设置字体颜色等等,程序已经通过了编译。
聊天室
- 用来室友同一网络下聊天。也可以端口映射开通外网来实现像QQ一样的聊天功能(Used to chat with roommates on the same network. You can also port mapping, open the extranet to achieve the same chat function as QQ)
vc 源码TCP聊天
- 这是一个简单的源码,通过TCP协议实现简单的文字聊天功能(This is a simple source code, through the TCP protocol to achieve simple text chat function)
聊天机器人完美版
- 用html实现一个简单的机器人聊天功能.主要是调用了图灵的api接口。做的一个小玩具,以后还会更新。(Using HTML to achieve a simple chat function of the robot, mainly calling the Turing API interface. Make a little toy, and it will be renewed later)
聊天室VC源码
- 1.采用了多线程技术,速度明显高于同类软件. 2.支持多文件同时传送. 3.支持段点继传,也就是说文件可分N次传送. 4.分服务端和客户端,服务器支持多客户. 5.在传送过程中可实实对话,有聊天功能. 6.为了提高效率,本软件做得短小精悍,两文件总共只有100K,直截运行,不用安装.(1. using multi thread technology, the speed is obviously higher than that of the same kind of software