-
一个信使服务程序。虽然网上有很多这方面的资料,但大多数都是调用net send程序。本程序是通过调用API函数实现。为了能够互相学习。本程序可任意修改。(开发环...
一个信使服务程序。虽然网上有很多这方面的资料,但大多数都是调用net send程序。本程序是通过调用API函数实现。为了能够互相学习。本程序可任意修改。(开发环境C++Builder windows 2000)-a courier service procedures. Although many Internet information in this regard, but the majority are called net send procedures. This program is by calling API functions. In order to learn from each other. This procedure can be arbitrarily changed. (Development Environment C++ Builder windows 2000)
- 2022-03-22 16:07:07下载
- 积分: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
-
一个基于TCP/IP的网络聊天室,支持群聊和私聊.用了winsock
一个基于TCP/IP的网络聊天室,支持群聊和私聊.用了winsock-One based on TCP/IP-network chat rooms, support group chat and private chat. Used winsock
- 2022-08-11 05:29:37下载
- 积分:1
-
银行系统与其它系统的交易程序,只需编写一个客户端程序即可。...
银行系统与其它系统的交易程序,只需编写一个客户端程序即可。-banking system and other systems of procedures and the preparation of only one client procedures.
- 2022-09-15 21:50:03下载
- 积分:1
-
TNT2简单留言本 v1.2 功能: 1.动态留言回复系统 2.删除、编辑、回复管理方便,并可查看留言者IP 3.后台可自由设置系统名称及页面meta标签...
TNT2简单留言本 v1.2 功能: 1.动态留言回复系统 2.删除、编辑、回复管理方便,并可查看留言者IP 3.后台可自由设置系统名称及页面meta标签-TNT2 simple message of the v1.2 features : 1. Dynamic voice response system 2. To delete, edit, reply to facilitate the management, who can view messages IP 3. Background system will be free to name and page meta tag
- 2022-02-22 05:56:23下载
- 积分:1
-
该程序包含一个Socket派生类和一个演示广播…
该程序包含一个用于广播的Socket派生类和一个演示实例!-The program contains a broadcasting for the Socket derived class and a demonstration examples!
- 2022-03-14 16:30:57下载
- 积分:1
-
该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP
和LeapFTP...
该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP
和LeapFTP-example through the WinInet Programming Interface a complete FTP client, its user interface is similar to CuteFTP and LeapFTP
- 2022-07-26 23:57:56下载
- 积分: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
-
terminal software, very populer
terminal software, very populer
- 2022-03-28 19:26:05下载
- 积分:1
-
The use of WinPcap to capture IP traffic within a local area network and conduct...
利用 WinPcap 捕获局域网 内的 IP 流量并进行简单分析 本程序是基于 MFC 结构的对话框应用程序,直接双击可执行文件(IPCapture.exe)即
可运行。-The use of WinPcap to capture IP traffic within a local area network and conduct a simple analysis of the structure of this program is based on MFC dialog box application, directly to double-click the executable file (IPCapture.exe) to run.
- 2022-03-03 10:26:50下载
- 积分:1