搜索资源列表
修改版的java聊天器
- 在原来的基础上进行修改 1.就是把接受线程放在了chat.java中了.这样在此jcreate3.x版本中就可以用了. 我是这样理解的.如果接受线程放在chatFrame中的话,在程序运行实例chatFrame对象后,得到的只是一个没接收数据前的List,所以不管发多少数据都不会显示的窗体上.不知是不是? 2.用Calendar对象返回时间,虽是做出来了但Calendar对象的getTime()方法返回的时间toString().getBytes()后,时间保存在数组的位置10上,应
Jeff-NetChatter
- Java写的小聊天程序,C/S结构,复习Java编程4天的产物,基于socks/多线程/对象序列化。现在功能只支持交谈/注册/用户列表/消息广播,如果愿意,可以自行扩充功能,只是,如果方便请通知我你的修改结果:-)-Java to write a small chat program, the C / S structure, review of the Java programming four days of the product, Based on socks / multithread
A_simple_chat_tool
- 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerLi
CMULChat
- 采用互斥对象来实现多线程的同步应用多线程编写的网络聊天室程序-use mutex object to the multi-threaded multi-thread synchronization application prepared by the network chat room procedures
基于JAVA的ICQ系统的设计于实现
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
ajax_im_3[1].41_yui
- Ajax IM php版本 ajax im ("asynchronous javascr ipt and xml instant messenger") is a browser-based instant messaging client. It uses the XMLHTTPRequest object in Javascr ipt to send and receive commands to and from the server. No refreshing of the pag
WebabcLive
- 该系统是在网博视频直播系统基础之上,加入文字语音聊天的功能。 该系统采用: Flash作为客服端,可嵌套进网页,访问者不用安装任何插件。 只要有客户访问某网页,系统会自动监控到有用户上线,系统自动语音提示客服人员对其跟踪客服。 -The system is in the network of Hakata based video broadcast systems, adding voice chat function of the text. The system uses: Fl
Java-project-design
- 这是一个典型的网络聊天系统的设计和开发案例,完整地体现了一个网络应用系统的对象定义、对象建模和模型转换为编码的基本开发流程。-This is a typical online chat system design and development case, a complete embodiment of a network application system for object definition, object modeling and model transformation for
chatcc_ObjectClass_simplified
- 基于HLA的仿真软件pRTI自带的聊天室程序chatcc的另一版本,去除了交互类,只用对象类实现基本功能。-PRTI HLA-based simulation software program chatcc chat room that comes with another version, in addition to the interactive class, only the object class for basic functions.
QQ-with-UDP
- 本设计开发的是一个局域网QQ聊天软件,运用软件工程的设计流程,使用现在比较普遍和流行的C#语言,采用面向对象的方法,综合运用数据库编程技术、多线程开发技术、网络通讯技术,以Microsoft Visual Studio 2005作为系统前台应用程序开发工具,Microsoft SQL Server 2000作为后台数据库管理系统,在Windows XP平台下进行开发。-The topic of this paper is going to talk about that to develop t
Chat
- CSocket继承于CAsyncSocket。是Windows Socket API的高层抽象。它通常要和CSocketFile及CArchive这两个类混合使用。后者两个类主要负责的是数据的发送和接收。Csocket提供了阻塞方式的访问方式,阻塞方式的意思就是在发送出去消息后要等到对方返回信息后才发送下一个数据包的通信信息。要使用CSocket对象首先要调用构造函数,然后调用Create函数创建一个Socket句柄。Create函数缺省创建一个流Socket,如果你没有在使用Carchive类
huihuatongxin
- 用C++编写的面向对象的通信程序,用于向服务器发送连接请求-Object-oriented communication program written in C++ for connection requests sent to the server
multithreading-chat-room-
- 多线程程序的编写,多线程应用中容易出现的问题。采用互斥对象来实现多线程的同步。利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Written in multithreaded programs, prone to the problem of multi-threaded applications. Mutex object to realize multi-thread synchronization. The use of named mutex object
