-
total是最后的版本。包括的全是最新的物理层和数据链路层。另外还有pro1和pro2的打包程序和调用它们形成的各自的界面程序,以及最后调用各个界面形成的总界面...
total是最后的版本。包括的全是最新的物理层和数据链路层。另外还有pro1和pro2的打包程序和调用它们形成的各自的界面程序,以及最后调用各个界面形成的总界面程序。由于时间匆忙,对数据链路层协议的界面化工作只做到了pro2,总界面上已经留了所有6个程序的地方。PhysicalLayer包中包含了所有的物理层的程序的版本,以及它们各自的演示程序(一般为Physical)及打包程序(一般为PhyLayer)。显示了整个物理层编写及修改演化的过程,仅供参考。Datalink Layer包中包含了数据链路层程序的各个版本。包含数据链路层基本操作模块(Datalink.java)及各个协议的版本(pro1-pro3)。以及它们各自的演示程序及打包程序。显示了整个物理层编写及修改演化的过程,仅供参考。运行方法:只需要Java的运行环境。先要预装java,这里使用的是java的j2sdk-1_4_2_01-windows-i586版本。最新的1.5.0应该也支持。采用的编译器是Jcreator,其他的编译器也应该是可以用的。-total is the final version. Included are all the latest physical layer and data link layer. Another pro2 PRO1 and the packing procedures and the use of their respective formation of the interface procedures, as well as various interface called the final form of the total interface procedures. Because of the time available, the data link layer protocol interface work is just a pro2 total interface has left all six local procedures. PhysicalLayer package contains all of the physical layer version of the procedure, as well as their r
- 2022-01-25 16:55:59下载
- 积分:1
-
Linux的伙伴算法把所有的空闲页面分为10个块组,每组中块的大小是2的幂次方个页面,例如,第0组中块的大小都为20 (1个页面),第1组中块的大小为都为21(...
Linux的伙伴算法把所有的空闲页面分为10个块组,每组中块的大小是2的幂次方个页面,例如,第0组中块的大小都为20 (1个页面),第1组中块的大小为都为21(2个页面),第9组中块的大小都为29(512个页面)。也就是说,每一组中块的大小是相同的,且这同样大小的块形成一个链表-Linux partners algorithm all the free page is divided into 10 blocks of groups, each group in the block size is two power-of-pages, for example, the first group in the 0 block size is 20 (one page), the first a block size of the group are 21 (2 pages), 9 blocks the size of the group are 29 (512 pages). In other words, each group in the block size is the same, and the same size to form a linked list of blocks
- 2023-08-09 05:20:03下载
- 积分:1
-
用于发送 指令到服务器,服务器将结果发送到客户端输出
用于发送 指令到服务器,服务器将结果发送到客户端输出-Used to send commands to send to the server, the server will send the results to the client output
- 2022-12-19 21:35:03下载
- 积分:1
-
模拟器有三个过程:主,M0、M1、所有的运行
The simulator has three processes: main, M0, and M1, all of which run
* independently. Set them all up first. Once set up, main maintains the
* clock (tick), and picks a process to run. Then it writes a 32-bit word
* to that process to tell it to run. The process sends back an answer
* when it is done. Main then picks another process, and the cycle repeats.
*/-The simulator has three processes: main, M0, and M1, all of which run
* independently. Set them all up first. Once set up, main maintains the
* clock (tick), and picks a process to run. Then it writes a 32-bit word
* to that process to tell it to run. The process sends back an answer
* when it is done. Main then picks another process, and the cycle repeats.
*/
- 2022-01-21 03:08:13下载
- 积分:1
-
linux unix thread semaphore
linux unix thread semaphore
- 2022-02-21 05:34:05下载
- 积分:1
-
linux 下CS8900驱动程序,适用于linux 2.4内核,移植时修改总线访问方式就可以了...
linux 下CS8900驱动程序,适用于linux 2.4内核,移植时修改总线访问方式就可以了-under linux CS8900 driver, applicable to the linux 2.4 kernel. Bus transplantation changes can visit on the way
- 2022-10-29 15:55:03下载
- 积分:1
-
linphone源
linphone源码-1.3.5.tar.gz所需要的库文件-linphone source-1.3.5.tar.gz needs of the library
- 2022-08-08 17:31:22下载
- 积分:1
-
linux下的网站,用了cgi,sqlite,实现了对数据库的基本操作。
linux下的网站,用了cgi,sqlite,实现了对数据库的基本操作。-Web site under linux with the cgi, sqlite, the realization of the basic operation of the database.
- 2022-01-25 14:02:16下载
- 积分:1
-
能够在linux系统上实现MP4的源代码,模拟MP4的播放功能
能够在linux系统上实现MP4的源代码,模拟MP4的播放功能-Linux system can realize the source code of MP4, MP4 player simulation function
- 2022-03-29 11:05:58下载
- 积分:1
-
libevent实现使用一个TCP服务器,客户端的配置文件,以及…
使用libevent实现的一个tcp服务器,客户端,配置文件,以及一些传输的数据使用libxml库-Libevent achieved using a tcp server, client, configuration files, as well as some of the data transmission libxml library
- 2022-07-17 09:35:23下载
- 积分:1