登录
首页 » Windows Socket编程 » 简单模拟路由器转发的源代码,其中采用了WFQ算法及令牌桶机制!...

简单模拟路由器转发的源代码,其中采用了WFQ算法及令牌桶机制!...

于 2023-04-07 发布 文件大小:18.55 kB
0 143
下载积分: 2 下载次数: 1

代码说明:

简单模拟路由器转发的源代码,其中采用了WFQ算法及令牌桶机制!-Simple simulation of a router forwarding source code, which uses WFQ algorithm and the token bucket mechanism!

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

发表评论

0 个回复

  • An early end packaging and testing services, the source code, all you can compil...
    很早的网络游戏封测服务端源代码,全部可以通过编译,需要自行附加MYSQL头文件以及链接库。-An early end packaging and testing services, the source code, all you can compile it necessary to attach MYSQL header files, and link libraries.
    2023-06-23 08:45:04下载
    积分:1
  • 网络相关(局域网内的所有机器都应该能够收到广播语音)
    网络相关(局域网内的所有机器都应该能够收到广播语音)-networking (LAN of all machines should be able to broadcast voice)
    2022-04-06 21:52:01下载
    积分:1
  • 一个使用window sdk写的抓包的小
    一个使用window sdk写的抓包的小程序-A use of the capture window sdk to write a small program
    2022-05-13 04:40:22下载
    积分:1
  • 这是完整的一个C/S的客户服务端序!但是我希望加点功能!请大家帮帮忙,“我要做的是客户端和服务器正常运行的情况下,如果网络断了,(比如说我把网络弄掉了,然后再...
    这是完整的一个C/S的客户服务端程序!但是我希望加点功能!请大家帮帮忙,“我要做的是客户端和服务器正常运行的情况下,如果网络断了,(比如说我把网络弄掉了,然后再接好)过了一会网络恢复正常,客户端能自动连接到服务器端,不能人工干涉! 我查了一些资料,在VC里有一个函数OnTimer(nIDEvent)可以定时产生事件!可以实现这个功能,但是我用了,还是连不上,请大家帮帮忙吧!做好后给我发到我的邮箱里!谢谢!-This is a complete C/S programe,but I hope put more function into it.Please help me.Fllowing is I ll want to do.When client is communicating with server normally,the network link is down. After while the link recovery(ie,I take the cable out from the computer then plug it in.)The Client can reconnect the server automatically not redo by human.I study some reference information to do it.There is a function OnTimer(nIDEvent) in VC can send event message periodically.But I still can t reconnect.Please help me to do it and then mail to me. Thanks.
    2022-03-31 05:36:33下载
    积分:1
  • IFO is an acronym for First In, First Out, an abstraction in ways of organizing...
    IFO is an acronym for First In, First Out, an abstraction in ways of organizing and manipulation of data relative to time and prioritization. This expression describes the principle of a queue processing technique or servicing conflicting demands by ordering process by first-come, first-served (FCFS) behaviour: what comes in first is handled first, what comes in next waits until the first is finished, etc.
    2022-01-24 18:39:18下载
    积分:1
  • dsdfsdf alsdfj asdfj asdfj L;askdjfasdf
    Afasdfasdfasdfasdfasdfasdkl;fjasl;fjal;sdj fkl;asdjfl;as fl;kasjd fl;Afasdfasdfasdfasdfasdfasdkl;fjasl;fjal;sdj fkl;asdjfl;as fl;kasjd fl;Afasdfasdfasdfasdfasdkl asdkl;fjal;sdj fkl;asdjfl;as fl;kasjd fl;sdj fkl;asdjfl;asdjfl;as fl;kasjd fl;Afasdfasdfasdfasdkl asdkl asdkl;fjasl;fjal;fjal;sdj fkl;asdjfl;as fl;kasjd fl;afasdfasdfasdfasdfasdfasdfasdkl;fjasl;fjal;sdj fkl;asdjfl;as fl;kasjd fl;afasdfasdfasdfasdfasdfasdkl asdkl;fjasl;fjal;fjall;as fl;kasjd fl;afasdfasdfasdfasdfasdfasmdasdkl asdkl asdkl;fjall;asjfl;asdfasdfasdfasdfasdkl asdkl;fjasl;sdj fkl;asdjfl;as fl;kasjd fl;asjd fl;afasdfasdfasdfasdfasdkl asdkl asdkl;fjasl;fjal;sdj fkl;asdjfl;as fl;kasjd fl;Afasdfasdfasdfasdfasdfasdkl;fjasl;fjal;sdj fkl;asdjfl;as fl;kasjd fl;Afasdfasdfasdfasdfasdkl;fjal;Sdjfl;asdjfl;as fl;kasjd fl;Afasdfasdfasdfasdfasdfasdkl asdkl;fjal;fjasl;fjal;fjal;Sdjfl;as fl;kasjd fl;Afasdfasdfasdfasdfasdfasdkl asdkl;fjasl;fjal;sdj fkl;
    2022-04-24 19:58:15下载
    积分:1
  • IOCP模型
    IOCP的网络模型,C++写的,需要的同学拿去吧。
    2022-01-25 15:59:34下载
    积分:1
  • 采用完成端口进行sockets操作。 由浅入深的解释、详细的分析、以及码步骤,另外附上带有详细注释的源码(为了照顾大多数朋友,我提供的都是MFC的源码)。...
    采用完成端口进行sockets操作。 由浅入深的解释、详细的分析、以及编码步骤,另外附上带有详细注释的源码(为了照顾大多数朋友,我提供的都是MFC的源码)。-completed using sockets for port operations. Elementary explanation, detailed analysis, and coding steps, the other with detailed explanatory note attached to the source code (in order to take care of most friends, and I are all for the MFC source).
    2022-02-14 10:13:18下载
    积分:1
  • 客户端定时向服务器发送数据,用VC写,XP下执行,虽然没什么价值,但是是我的心血...
    客户端定时向服务器发送数据,用VC编写,XP下执行,虽然没什么价值,但是是我的心血-client regularly send data to the server, with VC preparation, the implementation of XP, although no value, but my efforts
    2022-02-01 06:17:55下载
    积分:1
  • 通过Socks5代理连接FTP服务器,可以给出FTP服务器的欢迎信息。通过这个可以学习 SOCKS5...
    通过Socks5代理连接FTP服务器,可以给出FTP服务器的欢迎信息。通过这个可以学习 SOCKS5编程-Socks5 proxy to connect through the FTP server, FTP server can be given the welcome message. Through this programming can learn SOCKS5
    2022-03-12 05:31:37下载
    积分:1
  • 696518资源总数
  • 105958会员总数
  • 18今日下载