-
点对点服务端源码,希望能对大家通讯编程有一定的帮助
点对点服务端源码,希望能对大家通讯编程有一定的帮助-failed to translate
- 2023-07-16 10:35:03下载
- 积分:1
-
用java写的一个端口扫描器源码
使用了swing和thread
学习网络安全的人值得一读...
用java写的一个端口扫描器源码
使用了swing和thread
学习网络安全的人值得一读-Using java to write a port scanner source thread using the swing and learning network security worth reading
- 2023-06-02 16:35:03下载
- 积分:1
-
Delphi實現局域網遠端開機
遠端喚醒(Wake On Lan,WOL)是許多網管人員喜歡使用的功能之一。有了遠端喚醒,對於不需要
- 2022-02-25 04:06:10下载
- 积分:1
-
用socket 实现通讯的客户,服务程序
用socket 实现通讯的客户,服务程序-socket achieve communication with the customers, service procedures
- 2022-08-04 10:55:22下载
- 积分:1
-
根据新修订的NDIS驱动win2003ddk
在win2003ddk基础上修改的ndis驱动-win2003ddk based on the revised ndis Drivers
- 2022-07-14 03:06:27下载
- 积分:1
-
动态访问网络服务器的电影分类和索引数据这一部分…
动态获取网站服务器的影片分类与索引数据本程序对此部分以测试数据代替)。将影片分类与索引数据以与文件系统类似的方式展示给用户。与操作系统集成,简单、易用。为方便用户使用,需集成到IE浏览栏及工具栏中。-dynamic access to the Web server film classification and indexing data this part of the process to replace the test data). Film Classification and will be indexed data file system with a similar manner to display to users. Integration with the operating system, a simple and easy to use. For the convenience of users, the need to integrate Internet Explorer toolbar and column.
- 2023-08-26 01:50:04下载
- 积分:1
-
邮件发送模块,使用之前需要安装Jmail组件,然后在代码中设置SMTP服务器等信息。...
邮件发送模块,使用之前需要安装Jmail组件,然后在代码中设置SMTP服务器等信息。-E-mail module, prior to use Jmail need to install components, and then in the code set up SMTP server information.
- 2022-04-27 01:00:34下载
- 积分:1
-
IM即时会议聊天
IM即时会议聊天
可以在线IM交流、建立会议室(可以设置密码)
会员(密码、头像等信息)和部门实现在线管理
Server/Client分别为服务端和客户端,设置服务端可以实现在线管理,默认端口号10000
数据库采用的是Access
- 2023-08-05 14:10:04下载
- 积分:1
-
在对话框内显示html的程序
在对话框内显示html的程序- Demonstrates html in the dialog box the procedure
- 2022-03-20 14:10:50下载
- 积分:1
-
1-持续CSMA协议下,当一个用户要发送数据时,它首先侦听信道,看是否有其他站点在传送。如果信道忙,就持续等待直到信道空闲时,便将数据送出。若发生冲突,就等待一个随机长的时间,然后重新侦听。
对于这种协议,先考虑当前帧i时的前一帧时i-1,得到前一帧时的最后一帧frame0(相对时间最大的帧)的相对时间dt0,然后再在当前帧时查看有哪些帧的相对时间会小于dt0,这些帧若是发送就会与frame0发生冲突,所以这些帧就进入持续等待状态,这些帧并没有发送。再考虑当前帧余下的帧(dt > dt0),它们中的第一帧侦听到信道处于空闲状态,所以就发送,而其他的帧由于第一帧的发送又处于等待状态。若有大于或等于2个帧的相对时间相等,且它们又同时侦听到信道空闲时,就会同时发送而导致冲突,冲突发生后的处理方法同上两个协议的一样。
-1- CSMA continued under the agreement, when a user to send data, it first interception Channel to see if there are other sites in transmission. If Channel busy, continuing to wait until the idle channel, and put more information out. If there is conflict, it is a long wait for a random time, then re-interception. Such agreements, to consider the current frame i am one of the former when i-1, be a time before the final one frame0 (relative to the time frame) the relative dt0 time, and then when the current frame to detect what the relative time frame will be less than dt0, these frames will be sent if and frame0 conflict, th
- 2022-03-03 08:55:18下载
- 积分:1