搜索资源列表
-
0下载:
使用VB开发套接字编程,用 Winsock 实现聊天的程序。-use VB socket programming, chatting with Winsock procedures.
-
-
0下载:
windows socket 编程,控制台程序,可实现局域网内的简单聊天功能,工程实践的一个大作业.
-
-
0下载:
一个既可画图又可聊天的JAVA程序,用SOCKET编程实现-A progamm which could be used both in chating and drawing. It s implemented in sockets.
-
-
1下载:
本程序是使用C#语言开发的一个简单的socket程序,该程序包括客户端和服务器端,可以实现简单的聊天功能。
-
-
1下载:
windows下的socket实现的聊天室程序,可实现多人连接服务器。用的是c下面的编程。-windows under the socket to achieve the chat room procedures, can be realized more than connect to a server. C using the following programming.
-
-
0下载:
本资源是用C#编写的网络编程socket实验的聊天程序,功能强大,可以多人聊天(发送广播),也可以二人聊天等模式可以发送窗口抖动等功能。
并且本资源有非常详细的需求、设计、概要、实现、测试文档。可作为socket编程的重要参考资料-The resources are written with C# network programming socket experimental chat program, powerful, you can chat with people (to send
-
-
0下载:
本程序是用C# Socket编程实现的聊天程序,在功能上比较完善。-This procedure is used C# Socket Programming implementation of the chat program, at a relatively complete feature on.
-
-
0下载:
用VC实现客户机服务机器模式的聊天程序:
在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点:
1、非对等作用;
2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
-
-
0下载:
windows网络编程使用
这是我以前的一个试验,写了一下,
实现了一个简单的c/s 聊天程序
很简单!高手不要看!-winsock-chat
-
-
0下载:
本资源是用C#编写的网络编程socket实验的聊天程序,功能强大,可以多人聊天(发送广播),也可以二人聊天等模式可以发送窗口抖动等功能。
并且本资源有非常详细的需求、设计、概要、实现、测试文档。可作为socket编程的重要参考资。-The resources are written with C# network programming socket experimental chat program, powerful, you can chat with people (to send
-
-
0下载:
利用Socket编程实现了在局域网中即时聊天的基本功能,程序简单,结构清晰,是很好的学习Socket编程的材料,具体说明详见说明文档-Use Socket Programming in LAN the basic functions of real-time chat, procedures simple, clear structure, is a good material to learn Socket programming, specify the detailed documenta
-
-
0下载:
基于UDP协议的socket编程,实现聊天程序,可以私聊等-Based on UDP protocol socket programming, chat program, you can whisper, etc.
-
-
0下载:
使用vc++实现的socket编程的聊天程序。功能简单,只能实现服务器端和客户端的实时聊天。可作为socket编程初学者的参考资料。-Achieved using vc++ socket programming chat program. Function is simple, only the server and client to achieve real-time chat. Socket programming can be used as reference for beginner
-
-
0下载:
实例14-1:WinSock网络程序:聊天室。源代码在光盘中“\14\WinSocketChat”目录下。
socket编程实现聊天的功能。-Instance 14-1: WinSock network programming: chat rooms. Source code on CD-ROM \ 14 \ WinSocketChat directory. socket programming to achieve the chat function.
-
-
0下载:
简单socket网络编程,聊天程序,应用了多线程实现监听。-Simple socket network programming, chat program, the application of multi-threaded implementation listener.
-
-
0下载:
使用VB开发套接字编程,用 Winsock 实现聊天的程序。-use VB socket programming, chatting with Winsock procedures.
-
-
0下载:
使用Socket套接字编程,设计在Linux下的简单聊天程序。
程序分为客户端、服务器端程序,命令行方式使用,*面。已经实现了如下功能:
■ 新用户注册,若预注册用户已经存在同名用户,则不能再注册
■ 用户登录,可验证用户名、密码
■ 用户登出或注销账户
■ 在线用户查询,客户端可得到所有在线用户
■ 聊天服务,与任一在线用户聊天 (在同一段时间内可接收多人的消息,但只能给一个人发送消息)
■ 传输文件,对好友名进行验证,对输入的文件名是否合法进行验证
-
-
0下载:
1V1实现了,1V多也就容易了。不过相对于1V1的程序,我经过大改,采用链表来动态管理。这样效率真的提升不少,至少CPU使用率稳稳的在20以下,不会飙到100了。用C语言写这个还是挺费时间的,因为什么功能函数都要自己写,不像C++有STL库可以用,MFC写就更简单了,接下来我还会更新MFC版本的多人聊天程序。好了,废话少说,进入主题。
这个程序要解决的问题如下:
1.CPU使用率飙升问题 –>用链表动态管理
2.用户自定义聊天,就是想跟谁聊跟谁聊 –> _Client
-
-
0下载:
在qt中基于socket编程的聊天室程序,实现了点对点聊天,文件传输等功能(In the chat room program based on socket programming in QT, the functions of point to point chat, file transfer and so on are realized.)
-
-
0下载:
用java语言及网络通信socket编程编写的网络聊天室,能够实现多人在线聊天。(The network chat room which is written in the Java language can realize the multi - person online chat.)
-