-
CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实...
CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实际处理UDP 数据报的功能紧耦合,这需要通过继承实现,同时设置workmode 为auto_receive(参见SetWorkdMode),另外一种是直接作为单独对象出现,此时用户需要使用Recv成员函数自己处理数据的接收。-CUdpSocket is to simplify this, the analytical data reported by the UDP with a base class. This type of packaging based SOCK_DGRAM the most basic operation. This provides two types of work, is a practical and UDP data processing function of tight coupling, it needs to achieve through inheritance, as set workmode auto_receive (see SetWorkdMode), the other is directly emerging as a separate object, users need to use this member function since Recv others receiving data processing.
- 2023-07-22 21:35:02下载
- 积分:1
-
produced using MFC access network information of the source.
用MFC制作的获得网络信息的源程序。-produced using MFC access network information of the source.
- 2022-03-20 16:05:29下载
- 积分:1
-
Java common methodology include input and output streams, java basic knowledge o...
Java的常用方法说明 包括 输入输出流,java网络的基本知识,Java与图像,Java数据库连接(JDBC) ,Java与多媒体 ,Java Swing基础-Java common methodology include input and output streams, java basic knowledge of networks, Java and image, Java Database Connectivity (JDBC), Java and multimedia, based on the Java Swing
- 2022-01-25 19:39:29下载
- 积分:1
-
It is the fastest in the renovating speed, and owns
the most number of softwar...
It is the fastest in the renovating speed, and owns
the most number of softwares, also the newest sharing, downloading
and publishing center for free software editions.
- 2022-05-22 16:53:48下载
- 积分:1
-
一款局域网通信工具,适用于DELPHI5,安装后能访问局域网的资源,并进行通信。...
一款局域网通信工具,适用于DELPHI5,安装后能访问局域网的资源,并进行通信。-one LAN communications tools, applicable to Delphi 5, would be able to visit after the installation of LAN resources, and communications.
- 2022-03-25 00:16:44下载
- 积分: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
-
创建与Borland Delphi电子邮件客户端
Creating an Email Client with Borland Delphi-Creating an Email Client with Borland Delphi
- 2022-02-21 15:32:25下载
- 积分:1
-
The Simple Times is an openly
The Simple Times is an openly-available publication
devoted to the promotion of the Simple Network Management
Protocol. In each issue, The Simple Times
presents technical articles and featured columns, along
with a standards summary and a list of Internet resources.
In addition, some issues contain summaries of
recent publications and upcoming events.
- 2022-02-25 15:27:52下载
- 积分:1
-
This is the procedure RequestCounterServlet.java
这是java程序的RequestCounterServlet.java-This is the procedure RequestCounterServlet.java
- 2023-03-24 17:50:03下载
- 积分:1
-
简单的FTP服务器,只支持匿名访问,
直接装文件夹拖到该文件上即可打开以此文件夹为根目录的FTP服务...
简单的FTP服务器,只支持匿名访问,
直接装文件夹拖到该文件上即可打开以此文件夹为根目录的FTP服务-Simple FTP server, only support anonymous. drag a directory onto it will open an FTP server root at that directory
- 2022-12-27 08:15:03下载
- 积分:1