搜索资源列表
点对点通信
- 是一个本科生的毕业设计和论文,包含双机的通信,以及数据的传输。-is an undergraduate and graduate design papers, including a two-aircraft communications and data transmission.
tcp.rar
- 这是一个实现双机通信得一个开发包,是我师兄的毕业设计,本设计已经投入到使用中去了,it is a packet for communicating beteem two pc
Client
- 本人毕业设计,基于完成端口的通信程序开发,这个发送文件的客户端。-I graduated from design, the communications port on the completion of development, the client send a file.
linkSystem
- 自己做毕业设计时写的,是一个局域网通信工具可支持多媒体文本聊天,抖动窗口,截屏发送,多文件同时发送并显示进度。P2P传输,但有用数据库做用户资料存储,但注册端使用WEB。-When writing your final project, is a local area network communication tools to support multimedia text chat, jitter window, send screenshots, send and display mult
Transfer2.0.final
- Transfer是我的毕业设计,它可以实现AES+RSA组合加密,采用socket传输数据,是一个点对点客户端通信的软件-Transfer is my graduation project, it can be combined to achieve AES+ RSA encryption, data transfer using socket, is a peer client software to communicate
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 ... ...
QQ-achieve-LAN-communication
- 实现局域网内的QQ通信功能,是大学毕业生毕业设计很好的材料。-QQ achieve LAN communication, university graduates well-designed materials.
lan_chat
- vc6.0环境下的文字通信的毕业设计。 毕业设计的全部材料都在里面。-vc6.0 environment graduated from the design of the text communication. Graduated from the design all the materials are inside.
CANKAOWENXIAN
- 《Visual C++网络通信编程实现视频传输的论文源码,是学习和做毕业设计的的最好资料-Visual C++ network communication programming paper source of the video transmission, is to learn and to do graduate design the bestfrom the best
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.
C++网络聊天室设计报告及源程序
- 服务器端功能: 1、 初始化socket, 创建服务器端。 2、 维护一个链表,保存所有用户的IP地址、端口信息。 3、 接受用户传送来的聊天信息,然后向链表中的所用用户转发。 4、 接受用户传送来的连接判断命令,并向用户发出响应命令。 客户端功能: 客户端界面上的两个文本框,一个用于显示接受的聊天信息,一个用来接受用户输入的聊天信息。当按下“发送”按钮时将信息发送给服务器。 通过本课题的毕业设计,可以比较深入的了解和掌握WINSOCK控件基本属性、方法和事件,理解网络聊天