搜索资源列表
NET5
- 1、写一个程序来模拟网桥功能。 2、编写一个计算机程序用来计算一个文件的16位效验和。最快速的方法是用一个32位的整数来存放这个和。记住要处理进位(例如,超过16位的那些位),把它们加到效验和中。-1, write a program to simulate the bridge function. 2, the preparation of a computer program used to calculate a 16-bit
Bridge
- 模拟实现网桥的转发功能,以从文件中读取帧模拟网桥从网络中收到一帧,即从两个文件中读入一系列帧,从第一个文件中读入一帧然后从第二个文件中再读入一帧,如此下去。对每一帧,显示网桥是否会转发。(The simulation realizes the forwarding function of the bridge. It reads the fr a me analog bridge from the file, receives a fr