1、 毕业论文(毕业论文(毕业设计毕业设计) 题目题目:android 即时通讯即时通讯软件软件 系系 院:院: XXXXX 学生姓名:学生姓名:XX 学学 号:号: XXX 专专 业:业:计算机科学与技术计算机科学与技术 年年 级:级: 计本计本 0902 班班 完成日期:完成日期: XXX 指导教师:指导教师:XXXXX - 1 - 摘摘 要要 在网络越来越发达的今天, 人们对网络的依赖越来越多, 越来越离不开网络, 由此而产生的聊天工具越来越多, 例如, 国外的 ICQ、 国内腾讯公司开发的 OICQ。 基于 Java 网络编程的强大功能,本次毕业设计使用 Java 编写一个运行在 andr
2、oid2.2 版本以上的即时通讯软件。 一般来说, 聊天工具大多数由客户端程序和服务器程序外加服务器端用于存 放客户数据的数据库组成, 本系统采用客户端/服务器架构模式通过 Java 提供的 Socket 类来连接客户机和服务器并使客户端和服务器之间相互通信,由于聊天 是多点对多点的,Java 提供的多线程功能用多线程可完成多点对多点的聊天, 数据库管理系统用 MYSQL 完成并通过 ADO.Net 访问数据库。 本系统建立在 JAVA 平台上,系统的设计使用了面向对象技术和面向对象的 设计原则。系统采用 C/S 结构,客户端与客户端以及客户端与服务器端之间通过 Socket 传送消息。使用
3、JAVA 语言编写,开发工具采用 Eclipse。服务器端设计 与实现过程中,采用了多线程技术,可以在单个程序当中同时运行多个不同的线 程,执行不同的任务。大大增强了程序对服务器资源的利用。 即时通讯系统完成后将可进行多人对多人的聊天,对好友进行查找和添加, 对新用户的注册,发送消息、接受消息等等功能。 关键字:多线程 ;客户机/服务器 ;JAVA ; Socket ; Eclipse ; TCP/IP - 2 - Abstract as the network become more and more developed, people become more and more lean t
4、o the network, and can not leave with out it. This caused the chat materials become more numerous, as the overseas ICQ system, the OICQ system that invented by Tencent Co., and so on. So we create a network chat medium just like the QQ. Java network programming based on the power, the use of Java designed to prepare graduates a chat system. In general, the majority of the chat tool for client and server program in addition to server-side storage of customer data for the database, the syst