搜索资源列表
CRC.rar
- 实验:标准CRC算法实验报告,用C++实现的TCP的CRC检验。这是别人写的CRC检验。,Experiment: Experimental Report standard CRC algorithm using C++ realization of the CRC test TCP. This is written by someone else CRC test.
Etherner
- 本课程设计的目的是模拟Ethernet帧的发送过程,使读者熟悉Ethernet帧的数据发送流程,即CSMA/CD32运作流程: 1)、用两个线程a和b来模拟Ethernet上的两台主机。 2)、用一个双字类型变量Bus来模拟总线(将其初始化为” \0”,并且总线等于”\0”时 表示总线空闲)。 3)、两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线 程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。 4)、
zuidaliuliang
- 最大流量算法 带注释 带实验报告和源程序 用vc++编写-Maximum flow algorithm is annotated with a test report and the source code to use vc++ to prepare
Ethernet
- 模拟Ethernet帧的发送过程 编写程序模拟Ethernet结点的数据发送流程。 1) 用两个线程a和b来模拟Ethernet上的两台主机。 2) 用一个双字类型变量Bus来模拟总线(将其初始化为“\0”,并且总线等于“\0”时表示总线空闲)。 3) 两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。 4) 每台主机须向总线上成功发送10次数据,如果其中某次数据发送失败
ex1LinuxVersion
- linux下的加密会话; RSA、des、sha算法; 包括RSA密钥分发,des密钥在非对称密钥下的交换。 有TicServer用于分发RSa、密钥 Server是提供服务的。详细见实验报告-encrypted session under linux RSA, des, sha algorithm RSA key distribution des key in the non-symmetric key exchange. TicServer used to distrib
aes
- 加密解密算法 C代码实现 及实验报告-Encryption and decryption algorithm C code implementation and experimental reports