-
Several network programming procedures, can produce very good results, I hope th...
几个网络编程的程序,可以制作出很不错的效果,希望大家可以很好的利用和指导-Several network programming procedures, can produce very good results, I hope that we can make use of good and guidance
- 2023-07-21 11:20:03下载
- 积分:1
-
This source is getip an example of network programming under vc, vc to want to l...
此源码是getip的一个vc下网络编程实例,对于想学习vc下网络编程的新手是一个比较好的参考资料-This source is getip an example of network programming under vc, vc to want to learn network programming under the novice is a good reference
- 2022-01-28 22:54:30下载
- 积分:1
-
pmwiki的中文汉化补丁,pmwiki是一种非常小的wiki,部署简单,可靠,高效等...
pmwiki的中文汉化补丁,pmwiki是一种非常小的wiki,部署简单,可靠,高效等
- 2022-03-05 06:39:22下载
- 积分:1
-
可以过滤浏览网页时广告的小程序,由VC利用MFC编写。
可以过滤浏览网页时广告的小程序,由VC利用MFC编写。-filter can visit the website at a small advertising procedures used by the VC MFC prepared.
- 2022-07-22 21:28:12下载
- 积分:1
-
自带的DLL 实现在IE中的传输 过防火 360 等
自带的DLL 实现在IE中的传输 过防火 360 等
- 2022-03-07 01:37:42下载
- 积分:1
-
主要变化有以下几个方面:一、编制背景、SY的增加…
主要修改了以下地方: 1、整理了后台,增加了系统设置功能,现在不用改网站页面就可以使用了此程序了 2、友情链接后台管理功能。考虑到大家很懒,就加上后台管理链接功能 3、对相册上传安全增加了点安全措施,只允许上传jpg,gif文件 4、修改了大量原1.0程序中的错误,现在没有内容时也不会出现错误 5、修改了金钱交易地方的漏洞-main changes the following places : one, compiled background, the increase in system setup functions now without changes to pages on the site can use this procedure the two, Links background management functions. Taking into consideration your pretty lazy, with background on the management functions of the three links, upload photos to a point increase security measures, allowing only upload jpg, gif four documents, a large number of amendments to the original 1.0 procedural errors were made, there is no content there will be no mistakes 5, revised the payment money transactions where the loopholes
- 2022-02-04 03:20:17下载
- 积分:1
-
对WINSOCKET的完成端口模型进行封装的类,Delphi写的,效率不错!
对WINSOCKET的完成端口模型进行封装的类,Delphi写的,效率不错!
-WinSocket the completion of the port model of the type of package, Delphi written good efficiency!
- 2022-07-08 20:51:55下载
- 积分:1
-
通过arp协议来发现局域网内的所有的当前活动的主机,编译本程序需要安装winpcap驱动以及其开发包,release之后仅仅需要安装winpcap的驱动就可以了...
通过arp协议来发现局域网内的所有的当前活动的主机,编译本程序需要安装winpcap驱动以及其开发包,release之后仅仅需要安装winpcap的驱动就可以了-Arp agreement through the LAN to discover all the current activities of the host, the compiler of this procedure will need to install WinPcap driver as well as its development kit, release after only need to install the WinPcap driver can be a
- 2022-01-21 22:24:37下载
- 积分:1
-
Bit网上下载流行软件,如果你也想编写,请好好研究这个程序代码!...
Bit网上下载流行软件,如果你也想编写,请好好研究这个程序代码!-Bit torrent sofeware source code
- 2022-12-01 04:50:03下载
- 积分:1
-
纯ALOHA协议
在该协议下,用户只要有帧产生,就会传送出去,发生冲突时,就等待一个随机时间后再重发。
所以对当前帧时,只有两种情况下可以发送成功:...
纯ALOHA协议
在该协议下,用户只要有帧产生,就会传送出去,发生冲突时,就等待一个随机时间后再重发。
所以对当前帧时,只有两种情况下可以发送成功:
1)当前帧时只有一帧要发送,且当前帧时的前一帧时无帧发送;
2)当前帧时只有一帧要发送(发送时刻为t),且前一帧时的最后一帧的发送时间不在(t- FRAMETIME)~ t这段时间内。
其他情况下都会产生冲突。
发生冲突时,错误帧继续传送,用户重新发送帧,设定一个随机数Rt,将该帧添加到第Rt/ FRAMETIME帧时上去,并设该帧的相对时间为Rt% FRAMETIME。这样即相当于用户等待一随机时间后重发。
对每一帧时进行上述控制,最终可得到成功发送的次数Suc,将其除以Suc = Suc /ARRAYLENGTH即得平均每帧时发送成功的帧数。
对于不同G,得到不同FrameArray,所得的Suc也不同,用一个数组来保存G与Suc的对应关系,再将其画出来。
-pure ALOHA agreement under the agreement, as long as users have a frame, it will transmit out, conflict, will wait for a random period of time before re-issued. Therefore, the current frame, there are only two circumstances can this success : 1) the current frame only one to send, and the current frame before one-time frame sent; 2) the current frame only to send a (t this moment), but before a final of a transmission time not (t-FRAMETIME) ~ t this time. Other cases will have conflict. Conflict, to continue to disseminate the wrong frame, users re-sending fram
- 2022-01-21 18:08:46下载
- 积分:1