-
稳定高效的IOCP控件
非常稳定的IOCP通讯程序,包含了IOCP组件,demo程序。
可以作为大型通讯服务程序的参考,甚至扫尾改一下就可以作为自己的程序
- 2022-08-11 03:15:30下载
- 积分:1
-
一个有关网络管理的DEMO源程序,可以实现简单的网络设备的管理,如果扩充功能可以实现整个网络系统管理功能.
一个有关网络管理的DEMO源程序,可以实现简单的网络设备的管理,如果扩充功能可以实现整个网络系统管理功能.-one of the network management DEMO source, can achieve a simple network management functions can be expanded if the entire network system management functions.
- 2023-08-13 14:30:05下载
- 积分:1
-
转换伪html,非常方便的使用,你是需要的东西!
转换伪html,非常方便的使用,你是需要的东西!-turn html turn html turn html turn html turn html
- 2022-03-17 22:53:35下载
- 积分:1
-
一个简单的网络聊天和传送文件源代码,用VC6.0编辑。封装了NETLIB,可供学习,也可以直接用来在其它应用程序中使用...
一个简单的网络聊天和传送文件源代码,用VC6.0编辑。封装了NETLIB,可供学习,也可以直接用来在其它应用程序中使用-a simple Web chat and document transmission source code editor with VC6.0. Packaging of NETLIB available for learning, and also can be directly used in other applications using
- 2022-03-21 07:36:43下载
- 积分:1
-
网址管理工具的源程序
网址管理工具的源程序
网址管理工具的源程序
网址管理工具的源程序
-Web site management tools, source code
- 2022-10-03 02:50:03下载
- 积分:1
-
一个UDP监听程序可以显示所有数据来自端口5260
一个监听udp的程序,可以把5260端口发过来的数据都显示出来-A udp listener program which can display all the data come from port 5260
- 2022-05-20 21:33:34下载
- 积分:1
-
完整的连接察看程序,可以察看有哪些程序打开了哪些端口,数据收发流量等等信息,推荐下载...
完整的连接察看程序,可以察看有哪些程序打开了哪些端口,数据收发流量等等信息,推荐下载-integrity of the link to see procedures, which can inspect the procedures which opened the port, data transceiver information flow, etc., to download
- 2022-02-11 22:52:09下载
- 积分:1
-
一个类似oicq的网络聊天即时通程序
一个类似oicq的网络聊天即时通程序-a similar network Live Chat instant messaging procedures
- 2022-03-14 08:35:49下载
- 积分:1
-
基于Socket封装的通用API
基于Socket封装的通用API,支持TCP客户端、TCP服务端、UDP客户端、UDP服务端。
应用程序开发需包含导出类的TSocket.h,同时引用TCPUDPAPI.lib,TCPUDPAPI.dll 放在应用程序运行目录下。
- 2022-02-01 06:52:45下载
- 积分:1
-
C2风格的局域网聊天程序,实现局域网中两个Client聊天。这个程序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是...
C2风格的局域网聊天程序,实现局域网中两个Client聊天。这个程序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是实现的Client与Client 聊天,Server 仅仅提供消息转发功能,因此执行程序时,首先必须有两台以上的电脑来执行,必须保证两个Client(Client程序是相同的,因此只要复制两个Client就行)在不同的局域网上的电脑,局域网中只要有一个Server就行,通过输入IP以及确认码(其实就是端口号,要保证两个Client的端口号相同,且两个Client的IP地址不同,即不在同一电脑上),就能实现一个Client和另一个Client聊天(当然Server必须运行,且必须按提示输入信息),本程序基于UDP协议,并且利用多线程编程实现了程序的背景音乐(系统的Beep声音必须打开才能听见)以及正常退出功能(点右上角的“差”是非正常退出!),当初设计的时候使得两个Client端口号必须相同,今后会设计出两个Client端口号不同,这样就能在一台机子上执行程序了。 -This program has the function that it can make two Clients communicate on the LAN.The program has Server and Client two parts.However,it is different from the popular CS chat program which has the function of communicating from Server and Client on the web.It makes two Clients chat.The server only be assigned to transmit messenger from one Client to another.So,you should have more than two Computer to run the program,and to ensure that two Clients on the different Computers which is on the same LAN.The LAN has one Server is OK
- 2022-12-17 06:10:05下载
- 积分:1