-
The program design is divided into a server application and the client part of t...
本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞-The program design is divided into a server application and the client part of the application, using Socket socket network programming library. (UDP) and the (TCP/IP) combination of connections, and solve the timeliness of data transmission but also ensures that the data will not be lost during transmission. Another program uses multiple threads to avoid blocking procedure
- 2022-03-06 09:35:13下载
- 积分:1
-
a UDP Multicast (multicast) example
一个UDP多播(组播)示例-a UDP Multicast (multicast) example
- 2023-04-23 07:25:03下载
- 积分:1
-
一个简单的套接字通信原理实现的聊天程序
一个简单的利用socket通讯原理实现的聊天程序-A simple principle of the use of socket communication realize the chat program
- 2022-04-23 13:17:05下载
- 积分:1
-
类似于联众世界中的四国军棋游戏,分为客户端和服务器端。
可用于局域网内2人或者4人对战,支持复盘功能。
首先要运行服务器端(Server.exe),...
类似于联众世界中的四国军棋游戏,分为客户端和服务器端。
可用于局域网内2人或者4人对战,支持复盘功能。
首先要运行服务器端(Server.exe),
然后启动大厅程序(Game.exe),
坐好位置后,就可以进行游戏了。-OurGame similar to the Game The Great Battle of Four Countries divided into client and server. 2 can be used for LAN or 4 people against people, in support of the right site functionality. First of all want to run server-side (Server.exe), then start the procedure room (Game.exe), good location to sit, you can play the.
- 2022-02-11 12:14:24下载
- 积分:1
-
该聊天程序包括服务器和客户端两部分,使用是MFC的CSOCKET类。
它可以使多个人聊天,其工作方式类似于网上聊天室,可以在同一台机器上启动
多个...
该聊天程序包括服务器和客户端两部分,使用是MFC的CSOCKET类。
它可以使多个人聊天,其工作方式类似于网上聊天室,可以在同一台机器上启动
多个客户端。
客户端可以选择谈话对象,有32种动作,可以设置字体颜色,也可以"悄悄"地对某人说,对信息进行过滤。
服务器端可以“踢“人,并可以防止用户名称的重复。
该聊天程序是我在两星期内仓促完成的,其只是大四学期的一个VC作业,里面有许多不完善和不如意的地方,
比如还可以添加类似于ICQ的图象列表,以及发送文件的功能等。
我认为理想的聊天程序应结合ICQ和网上聊天室的优点,如果是为网站开发,还应该接收和显示网站的信息。
如果你正在设计一聊天软件,希望该源程序对你有所帮助。如果你有什么好的建议或编程的心得,咱们不妨交流交流。
本人十二分地愿意与所有编程爱好者结为好友。
- 2022-04-20 02:25:11下载
- 积分:1
-
基于c#的对于SOAP消息的实现,是.net初学者非常好的材料!
基于c#的对于SOAP消息的实现,是.net初学者非常好的材料!
- 2023-07-04 16:50:02下载
- 积分:1
-
介绍了Winsock的工作原理及工作流程,结合有线电视网络运营公司的实际情况,设计了一种基于Winsoek的代收费业务网络系统,并给出了关键源代码及在某网络运营...
介绍了Winsock的工作原理及工作流程,结合有线电视网络运营公司的实际情况,设计了一种基于Winsoek的代收费业务网络系统,并给出了关键源代码及在某网络运营公司的实际运行情况.-Introduced the working principle of Winsock and workflow, combined with the cable television network operator the actual situation, design a Winsoek in lieu of charges based on the business network system, and gives a key source code and a network of operating companies in the actual running situation.
- 2022-01-24 12:25:52下载
- 积分:1
-
运用C#编写Pop3组件
运用C#编写Pop3组件-use C# disk components
- 2022-12-01 16:55:04下载
- 积分:1
-
一个vc下的通讯程序
一个vc下的通讯程序-a vc the communication process
- 2022-03-18 13:17:12下载
- 积分:1
-
messenger elf is a simple chat tools. A major demonstration is the main network...
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
- 2023-08-16 20:20:03下载
- 积分:1