资源列表
[C#编程] _vc3484645.txt
说明:银行家算法 系统提供进程数目5个 资源3种输入并计算是否安全-bankers algorithm system process number five three kinds of resources and in terms of the importation of safety<忘了> 在 2008-10-13 上传 | 大小:1.89kb | 下载:0
[C#编程] 顺序表的就地逆置
说明:试写一算法,实现顺序表的就地逆置,即利用原表的存储空间将线性表(a1,a2,...,an)逆置为(an,an-1,...,a1).-try to write an algorithm to achieve the order form in situ reverse home, namely the use of the original table of linear storage space (a1, a2 ,..., an) inverse home (an, an-1 ,..., a1<与非门> 在 2008-10-13 上传 | 大小:1.49kb | 下载:0
[C#编程] exp15612
说明:从线性表中删除所有其值重复的元素,使得所有元素的值都不相同。如对于线性表,执行此算法后变为,要求线性表可由用户动态创建并且程序可执行演示。-table from linear to delete all of its elements repeat value, making the value of all the elements not the same. As for the linear scale implementation of this algorithm into after<李白白> 在 2008-10-13 上传 | 大小:3.11kb | 下载:0
[C#编程] OS课题设计
说明:任务 设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 (1)先进先出的算法(FIFO) (2)最近最少使用算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (5)最近最不经常使用算法(NUR) 命中率=(1 – 页面失效次数)/页地址流长度-mission design a virtual memory storage area and the work area and to use the following algorithm to visit<东方少秋> 在 2008-10-13 上传 | 大小:2.58kb | 下载:0