搜索资源列表
zhanglei
- 采用J2SE编写的聊天室程序,可作为简单的毕业设计-J2SE used to prepare the chat room procedures, as a simple design graduates
hii
- 这个论坛还是不错的 一个JSP的BSS 里面有说明适合毕业设计人员-this forum is a good inside BSS JSP is described for graduate designers
WinSock_Test_Appv1.0
- winsock聊天程序,大学毕业设计 -winsock Chat Program, the University graduate design winsock Chat Program, the University Graduation
ChatRoomsound
- 一份优秀毕业设计,支持语音聊天和文字聊天的聊天程序,-an outstanding graduate design, support voice chat and text chat chat procedures,
chatroom
- 毕业设计的时候做的程序,感觉还不错。大家可以下来交流交流-When do graduate design program, feeling pretty good. We can down the exchange of communication ...
chat
- 为学生毕业设计做的聊天工具,分服务器和客户端,服务器带本地数据库,记录用户名和密码。支持同时与多人聊天。-Designed for students to do graduate chat tools, sub-server and the client, the server with local database, records the user name and password. Support while chatting with people.
ChatClient
- 很好的聊天程序,对初学者或者课程设计、毕业设计当选择-Very good chat program for beginners or curriculum design, graduate design when choosing
FICQ
- 模仿QQ的聊天软件哟,源代码编译可通过的,鄙人的毕业设计哟!-Yo imitation QQ chat software, source code can be compiled, and I graduate design yo!
LWS-QQ-biyesheji
- 我的毕业设计,模拟qq 可以即时通信,传输文件,其他简易的功能都有,哈 曾获得答辩老师的好评…… -I graduated from design, simulation can qq instant messaging, file transfer, and other simple functions are China, Kazakhstan has won the praise of the respondent teachers ... ...
jiamiliaotian
- 本次毕业设计基于Eclipse平台,用JAVA编程设计出一个基于信息内容加密的局域网聊天工具,实现了用户的注册、登录和聊天等功能,并且对用户信息和聊天内容进行加密处理,保证了信息的安全性。-The school design is based on Eclipse platform to design a program using JAVA-based content encryption LAN chat tools, implements the user registration, lo
QQ-achieve-LAN-communication
- 实现局域网内的QQ通信功能,是大学毕业生毕业设计很好的材料。-QQ achieve LAN communication, university graduates well-designed materials.
IPv6_Final
- 基于IPv6协议的研究与网络聊天软件的实现,这是毕业设计的一个源代码,可以运行!-Chat software based on the IPv6 protocol and network, which is a graduation project source code, you can run!
IM
- 我毕业设计用PHP与AJAX实现的网页即时通讯系统,有通信模块,好友管理模块,聊天记录模块,用MySQL储存数据。-I graduated from the design implemented with PHP and AJAX web instant messaging system, a communication module, Friends management module, chats module using MySQL to store data.
Javaliaotianshi
- 多用户的Java聊天室程序源码,是一个比较完整的毕业设计作品,实现了以下功能:用户注册、资料保存、多用户登录、多用户同聊、私聊、保存用户记录、用户离开记录自动清除、在线人数监视等多种功能-Java multi-user chat room program source code, is a more complete graduation design work to achieve the following functions: user registration, data retenti
C++网络聊天室设计报告及源程序
- 服务器端功能: 1、 初始化socket, 创建服务器端。 2、 维护一个链表,保存所有用户的IP地址、端口信息。 3、 接受用户传送来的聊天信息,然后向链表中的所用用户转发。 4、 接受用户传送来的连接判断命令,并向用户发出响应命令。 客户端功能: 客户端界面上的两个文本框,一个用于显示接受的聊天信息,一个用来接受用户输入的聊天信息。当按下“发送”按钮时将信息发送给服务器。 通过本课题的毕业设计,可以比较深入的了解和掌握WINSOCK控件基本属性、方法和事件,理解网络聊天