登录
首页 » Windows Socket编程 » this article for the BCB after the developers, not only to FlashGet software dev...

this article for the BCB after the developers, not only to FlashGet software dev...

于 2022-03-24 发布 文件大小:91.43 kB
0 205
下载积分: 2 下载次数: 1

代码说明:

这篇文章后对于BCB开发人员来说,不仅可以对 FlashGet 等软件的开发原理有一定的了解,特别是在开发组件方面也有很大的指导作用,请耐心的将它看完。很简单-this article for the BCB after the developers, not only to FlashGet software development tenets of a certain understanding, especially in the development of components are also great role in guiding, patient reading it. Very simple! !

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

发表评论

0 个回复

  • 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
  • 两台网络中的主机建立通信连接
    两台网络中的主机建立通信连接-two network hosts on the establishment of communication links
    2023-08-03 20:40:02下载
    积分:1
  • Microsoft Start kit thebeerhouse Website source
    Microsoft Start kit thebeerhouse Website source
    2023-07-22 07:00:07下载
    积分:1
  • 用低层音频函数实现局域网音频实时传送的小序 C
    用低层音频函数实现局域网音频实时传送的小程序 C-audio function with the lower LAN audio real-time transmission of small programs in C
    2022-03-05 16:51:24下载
    积分:1
  • unsustainable under the agreement, users send frames, will first interception Ch...
    非持续CSMA 该协议下,用户在发送帧之前,会先侦听信道的状况,如果没有其他站点发送,它就发送。若信道忙,它就等待一个随机的时间后重复以上动作。 对于某一帧而言,信道是否忙,即是看其绝对时间(FRAMETIME*i+dt)的前一帧时内(FRAMETIME*(i-1)+dt ~ FRAMETIME*i+dt)是否存在发送帧。若无则发送,有则等待一随机时间。 -unsustainable under the agreement, users send frames, will first interception Channel situation, if no other site sent, it sent. If Channel busy, it would wait for a random time to repeat the action. For a frame, whether the busy channel, that is, look at his absolute time (FRAMETIME* i dt) of a time (FRAMETIME* (i-1) dt ~ FRAMETIME dt* i) the existence of this frame. If not then this, then wait for a random time.
    2022-03-16 02:26:57下载
    积分:1
  • SIP(Session Initiation Protocol)的一个开放源码的实现,版本0.60
    SIP(Session Initiation Protocol)的一个开放源码的实现,版本0.60-inplement to open code about SIP(Session Initiation Protocol) edit 0.6.
    2023-08-17 08:20:04下载
    积分:1
  • pb 做的一个小序,可以用于对人员的内部管理用。
    pb 做的一个小程序,可以用于对人员的内部管理用。-pb do a small program that can be used to the internal management use.
    2022-02-28 12:07:49下载
    积分:1
  • Midas的远登陆窗口太简单了,不能让用户选择要连接的服务器的地址 不过好在 通过以下的方法你可以修改这个登陆窗口为你自己非常喜欢 的风格,当然也因此可以记录...
    Midas的远程登陆窗口太简单了,不能让用户选择要连接的服务器的地址 不过好在 通过以下的方法你可以修改这个登陆窗口为你自己非常喜欢 的风格,当然也因此可以记录下别人的登陆密码哦 unit utLogIn interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,-Midas remote login window too simple and not to let the users choose to connect to the server addresses However Fortunately, the adoption of the following ways you can change the landing window for your very own favorite style, of course, it can also record other people"s passwords landing Oh unit utLogIn interface uses Windows Messages , SysUtils, Variants, Classes, Graphics, Controls, Forms,
    2022-12-17 09:40:03下载
    积分:1
  • Display network traffic, monitor network traffic to the c
    显示网络流量,进行网络流量监控的c源码!显示图形介面直观易懂。编译完全通过。-Display network traffic, monitor network traffic to the c-source! Showed an intuitive graphical user interface easy to understand. Entirely by the compiler.
    2022-11-18 21:50:04下载
    积分:1
  • 网络视频,包括网络通讯,视频传送等内容。适合毕业设计
    网络视频,包括网络通讯,视频传送等内容。适合毕业设计-net
    2023-02-05 04:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载