-
这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。...
这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to test the local loop.
- 2022-01-26 02:22:56下载
- 积分:1
-
一个获取多个IP地址的源程序,对你可能很实用的。
一个获取多个IP地址的源程序,对你可能很实用的。-Access to more than one source IP address, you may be very useful.
- 2022-12-12 12:20:03下载
- 积分:1
-
用java编写的在客户端输入两个数据,在服务器端进行加减乘除运算,并将运算结果返回到客户端...
用java编写的在客户端输入两个数据,在服务器端进行加减乘除运算,并将运算结果返回到客户端-used in the preparation of the two client input data on the server side for the arithmetic calculation, and calculation results back to the client
- 2022-11-14 21:25: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
-
C#得到本机物理地址
C#得到本机物理地址-C# to be physical address of the machine
- 2022-02-09 20:14:39下载
- 积分:1
-
利用VB.net编写的发送电子邮件代码
利用VB.net编写的发送电子邮件代码-use VB.net prepared by the e-mail code
- 2022-09-15 22:15:03下载
- 积分:1
-
使用Windows Socket API编写的通用函数,包含异步socket的使用
使用Windows Socket API编写的通用函数,包含异步socket的使用-General function writed by Windows Socket API, containing the use of non-synchronized socket
- 2022-08-21 08:54:25下载
- 积分:1
-
顾名思义一个可视电话的程序,不过没有条件做实验。
顾名思义一个可视电话的程序,不过没有条件做实验。-As the name suggests a visual telephone procedures, but I did not do the experiment conditions.
- 2022-03-25 07:03:52下载
- 积分:1
-
网络电视(附源码),下下来自己看看啊
网络电视(附源码),下下来自己看看啊-network television (FOSS), to see for yourself down under ah!
- 2022-03-10 14:26:03下载
- 积分:1
-
multithreading SPIDER : examples of the use of the multithreading technology to...
多线程SPIDER:本实例使用多线程技术实现了网络蜘蛛应用程序,可以自动搜索HTML页面并下载指定文件。-multithreading SPIDER : examples of the use of the multithreading technology to achieve a spider network applications, it will automatically search HTML pages and download a specific file.
- 2022-04-02 12:15:40下载
- 积分:1