搜索资源列表
刚做的一个学生成绩系统
- 今天课程设计刚刚做出来的,, 有很多不完善的地方 希望各位大虾给点意见-today curriculum design has done, and there are many inadequacies in the hope prawns to the point. .
VC做的聊天室
- 一个vc做的聊天室,速度比较快,有设计文档,已经更新了几个版本,值得一看-vc do a chat room, faster speed, design documents, has updated several versions, an eye-catcher
ChatFinal
- 上学期网络编程课程设计 我做的的一个聊天室,支持悄悄话、广播,数据库管理等。用Java实现的。-last semester curriculum design network programming I do in a chat room and whispered support, broadcasting and database management. Using Java to achieve.
ChatSystemNew
- 一个聊天程序,是我大三时课程设计时写的,分客户端和服务端,支持多个客户端登陆并能传输大型文件-a chat program, the church is when I am writing curriculum design, and client-server, support multiple clients can access and transfer large files
qqgogo
- 这是一个本人设计可完全在不知情的情况下聊天。-This is a design I can completely unaware of the circumstances Chat.
ASPliaotianshi
- 这是一个基于asp的聊天室的设计方案,个人感觉还不错!-This is based on an asp chat room design, personal feeling quite well!
JChat_loyo
- 使用java语言开发,使用eclipse开发环境开发的一个多人聊天程序,由客户端和服务器端组成,文件包里有详细设计使用说明书。-use java language development, use eclipse development environment developed over a chat program, from the client and server-side components, the paper bag detailed design specification.
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
324488335
- 在VC下开发的局域网聊天工具 实现了文件传输和文字聊天功能.. 开发工具...收机的开放原代码,本人在nokia...·用vc++语言设计有个网络浏览器的源代码.. 开发工具... -developed in VC LAN chatting tools of file transfer and text chat .. development tools .. . admission for the open-source, nokia ... I used vc language net
LGtalk
- 设计的简单的可以和gtalk等支持XMPP协议的客户端进行通讯的IM客户端。详细请见解压后的help.html文档。-design can be simple and bold and other support XMPP client communication IM client End. See details of help.html unpacked files.
AnyQserver
- 本系统由 windtear 于 2004-04-07 公开发布 1.0.0 版本 是 *.ipchina.org 动态域名系统的大致代码 该系统 2002-12-14 正式运行 该系统 php 部分采用了 中国BBS转信系统 <http://cn-bbs.org> 的代码框架 去除转信相关代码 并重新设计数据库 将用户 域名分离 给出了基于 perl/bash 的更新脚本 -the system by windtear in 2004-04-07 pub
Internet-chat-rooms
- 网络聊天室,实现聊天室程序,好用,可以做课程设计等-Internet chat rooms
chattingroom
- VC++编的,聊天室,很好,很实用的,作为课程设计非常好,想要的就下吧-VC++ Series, chat rooms, very good, very practical, as a very good curriculum design, want it on the next
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.
MFCchat.RAR
- MFC编写的网络聊天室代码 我的课程设计 界面简洁明了-MFC code written in Internet chat rooms
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
jishiliaotianxitong
- 基于JSP即时聊天系统的设计与实现,软件工程课程设计能用到。-JSP-based instant messaging system design and implementation, software engineering course design can be used to.
C++网络聊天室设计报告及源程序
- 服务器端功能: 1、 初始化socket, 创建服务器端。 2、 维护一个链表,保存所有用户的IP地址、端口信息。 3、 接受用户传送来的聊天信息,然后向链表中的所用用户转发。 4、 接受用户传送来的连接判断命令,并向用户发出响应命令。 客户端功能: 客户端界面上的两个文本框,一个用于显示接受的聊天信息,一个用来接受用户输入的聊天信息。当按下“发送”按钮时将信息发送给服务器。 通过本课题的毕业设计,可以比较深入的了解和掌握WINSOCK控件基本属性、方法和事件,理解网络聊天