-
利用Indy组件可以更方便地开发出网络通信软件,Indy开放源代码的形式使用户能有效地实现多线程通信。...
利用Indy组件可以更方便地开发出网络通信软件,Indy开放源代码的形式使用户能有效地实现多线程通信。-using Indy components can be more easily develop a network communications software, Indy open-source form so that users can effectively achieve multithreaded communications.
- 2022-11-30 07:55:03下载
- 积分:1
-
这是我自己做的局域网内进行多播 通信的代码,打开时请先打开服务器段 才可正常运行。...
这是我自己做的局域网内进行多播 通信的代码,打开时请先打开服务器段 才可正常运行。-This my own LAN within multicast communication code, opened post of the open server can run normally.
- 2022-01-25 23:38:20下载
- 积分:1
-
Gateway procedures! Relatively simple! C BUILDER development (CMPP2.0 agreement)
网关程序!比较简单!C++BUILDER开发(CMPP2.0协议)-Gateway procedures! Relatively simple! C BUILDER development (CMPP2.0 agreement)
- 2022-11-21 17:10:03下载
- 积分:1
-
full name in English : Vitci Eshop, the Chinese name : Victoria C Mall, which is...
* VITCIE 的英文全称为:Vitci Eshop,中文名称为:维C商城,是一款基于php+Mysql的网络商城. * * VITCIE 具有以下特点: * * 1. 基于Php+Mysql+FreeBSD系统构建,稳定/强大/低廉; * * 2. 采用流行的模版编译系统,轻松拥有美观实用的用户界面; * * 3. 内建语言包替换模块,轻松实现多语言版本; * * 4. 拥有强大的数据备份功能; * * 5. 独创的商品参数模版系统,不同类别商品具体参数的维护将变得极之容易。-full name in English : Vitci Eshop, the Chinese name : Victoria C Mall, which is a php Mysql online marketplace.** VITCIE have the following characteristics :** 1. Php Mysql based on FreeBSD system builders, stability/powerful/low;** 2. to use the popular templates Compiler easily have aesthetic and practical user interface;** 3. Built-language pack replacement modules, easier and more language versions;** 4. powerful data backup function;** 5. original merchandise parameters template system, different categories of products to safeguard the specific parameters will become very easy.
- 2022-10-04 01:00:03下载
- 积分:1
-
a multithreaded LAN file transfer program that will prepare socket
一个多线程的局域网文件传送程序,用socket编写-a multithreaded LAN file transfer program that will prepare socket
- 2022-02-25 18:02:17下载
- 积分:1
-
CPop3Connection是利用WinSocket来接收POP邮件的,这是它的实现代码。VC++版,希望对你有帮助。...
CPop3Connection是利用WinSocket来接收POP邮件的,这是它的实现代码。VC++版,希望对你有帮助。-CPop3Connection is the use of WinSocket to receive POP e-mail, which is code for its implementation. VC++ version, want to help you.
- 2023-07-16 00:30:03下载
- 积分:1
-
Port mapping software. Rar appropriate to study the learning
端口映射软件.rar
适合研究学习
-Port mapping software. Rar appropriate to study the learning
- 2022-02-12 13:48:11下载
- 积分:1
-
qt 编写的bt torrent下载工具,运行于qt4的环境,跨平台
qt 编写的bt torrent下载工具,运行于qt4的环境,跨平台-qt prepared bt torrent download tools, running on QT4 environment, cross-platform
- 2023-01-23 03:35:04下载
- 积分:1
-
an all static pages generated content, the freedom to customize the extension, t...
1、全静态生成的内容页,扩展名自由定制,自由选择! 2、后台无限管理等级,自由定制,权限自由分配,让你体验真正的多用户管理! 3、无限分类! 4、超自由的的模版设计,内置标签库,让你完全自由的设计网站页面。 5、优秀的网站上传附件管理模块,可以让你的网站最大程度的减少垃圾文件。 6、自带可视化 HTML 编辑器,就像在Word里编辑文章一样。 7、索引页自动分页,成静态文件保存。 8、静态页面多种生成方式,可最大程度的减少页面生成的耗用时间。 9、首页自动生成,自由修改。 10、共享模块采用JS调用,一次编辑,处处使用,同步更新。(可选) access数据库全面优化,修复v1.0 bug N个-an all static pages generated content, the freedom to customize the extension, the freedom of choice! 2, background unlimited management hierarchy, free customization, free distribution of authority and let you experience a true multi-user management! 3, unlimited classification! 4, the ultra-free design templates, built-in labels, so as you complete freedom of design website pages. 5, excellent website upload Annex management module, allows you to the website of the largest reductions in the garbage documents. 6, onboard visual HTML editor, as in Word edit the same article. 7, index page automatic paging, static documents into preservation. 8, static pages generated a variety of ways, the
- 2022-08-16 02:17:26下载
- 积分: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