登录
首页 » Windows Socket编程 » 用UDP技术实现的多播,可以实现一对多的通讯!!可以聊天哟!...

用UDP技术实现的多播,可以实现一对多的通讯!!可以聊天哟!...

于 2022-01-26 发布 文件大小:524.52 kB
0 140
下载积分: 2 下载次数: 1

代码说明:

用UDP技术实现的多播,可以实现一对多的通讯!!可以聊天哟!-technology used UDP Multicast can achieve one-to-many communications! ! Chat can yo!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vnc最新版代码改进,相当有学习价值
    vnc最新版代码改进,相当有学习价值-vnc the latest version of the code improvements, the value of a considerable learning. . . . . .
    2022-01-25 20:52:34下载
    积分:1
  • 球型球在球上的运动模型
    小球模型 小球的从上之下的绕环运动模型-Model ball from the ball on the circle under the sports model
    2022-07-27 05:03:41下载
    积分:1
  • 串口调试工具,应用Visual Basic的小示例
    串口调试工具,应用Visual Basic编程的小示例
    2023-06-02 02:50:04下载
    积分:1
  • RAS高级是一个RAS拨号序高级开发,通过该序不经能够实现电话拨号功能,还能实现如adsl、网通等拨号功能,还能够监控modem或者网卡的网络流量,绝对
    RAS高级编程是一个RAS拨号程序高级开发,通过该程序不经能够实现电话拨号功能,还能实现如adsl、网通等拨号功能,还能够监控modem或者网卡的网络流量,绝对是一个值得读者学习的程序。-RAS high-level programming is a RAS digit dialing procedure high-level development, after cannot realize the telephone digit dialing function through this procedure, but also can realize like adsl, the net passes and so on the digit dialing function, but also can monitor modem or the net card network current capacity, absolutely is the procedure which is worth the reader studying.
    2022-05-09 02:15:59下载
    积分:1
  •  各个线任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线一开始的任务是从文件的0位置开始下载一直到72908位置处。线1每次下载...
     各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而复始直到各个线程都完成任务。不过这里有一点需要注意:为了避免重复下载部分数据,在调整任务的时候,起始的文件便移量必须加上接受缓冲器的字节数,因为如前面所举的列子来看。线程1和线程3在平衡负载的时候,线程正在下载数据,如果所剩的数据比接受缓冲器的大小还小,线程1和线程3的部分下载数据将会重复。   在调整任务和分析任务的时候,会发现一个问题。就是读取文件数据太过频繁。于是我用了一个数据结构。在下载文件的过程中始终打开配置文件,这样速度提高了很多。在文件下载完毕后关闭文件。-various threads assignment is achieved. At the beginning of the download, the paper divided into a number of pieces of the download. As a thread of a task is to start from the position paper of 0 to start the download has 72,908 locations Department. Thread a download each one will have to adjust the data tasks, such as the first downloaded 20,800 gigabytes of data, then threaded a task will be re :20800- 72908. This situation continues until the mandate of 72908-72908 said threaded a completion of the cu
    2022-03-20 03:50:55下载
    积分:1
  • 网上天气预报。通过提取天气预报网站的网页代码,来获取数据,实现对全国各个省会城市的天气预报。...
    网上天气预报。通过提取天气预报网站的网页代码,来获取数据,实现对全国各个省会城市的天气预报。-Online weather forecasts. By extracting the weather forecast site code, to obtain data, to achieve the various capital cities of the country
    2023-08-08 00:55:03下载
    积分:1
  • 一个自己写的HTML代码下载工具,支持代理,主要是演示SOCKET通信。...
    一个自己写的HTML代码下载工具,支持代理,主要是演示SOCKET通信。-A HTML code downloader, support proxy. It s a demo to winsock.
    2022-06-14 14:26:44下载
    积分:1
  • PING network procedure, but also, and everyone can look at, huh, huh!
    PING 网络的程序,还可以的,大家可以看一下,呵呵!-PING network procedure, but also, and everyone can look at, huh, huh!
    2022-03-11 15:48:46下载
    积分:1
  • 局域网可以发送组播视频流的MPG文件在当前目录…
    可在局域网中组播方式发送视频流,将A.MPG文件放在当前目录即可发出,(所有的网卡接收灯都在闪烁)此程序是开发视频直播系统所用的测试程序,为感激站长先生而公开。罗远工作室-LAN can send multicast video streaming, A. MPG document on the current directory will be issued, (NIC receive all the lights are flashing), this procedure is to develop video broadcast system used in the testing procedures grateful for the head of Mr. and open. Luo Yuan studio
    2022-11-16 08:00:03下载
    积分:1
  • 用java实现的Tftp(Sftp)客户端与服务器序。在这个序中用到了一个“状态”的机制:客户端与服务器端在开始运行时有相同的状态,通过用户的输入或序内部...
    用java实现的Tftp(Sftp)客户端与服务器程序。在这个程序中用到了一个“状态”的机制:客户端与服务器端在开始运行时有相同的状态,通过用户的输入或程序内部运行的机制,程序可以转到不同的状态,在不同的状态下程序实现了不同的功能 -Using java realized Tftp (Sftp) client and server program. In this procedure used a state of the mechanism: client and server-side run-time in the beginning has the same state, through user input or program running internal mechanisms, procedures can be transferred to a different state, in a different state under the procedures realize the different functions
    2022-05-31 20:30:52下载
    积分:1
  • 696532资源总数
  • 103679会员总数
  • 92今日下载