搜索资源列表

  1. zuijiasuanfa

    0下载:
  2. #include #include #define M 20 #define N 3 int mm[M]={0,0,0,2,3,1,0,4,2,3,2,1,0,3,2,2,1,3,0,1}; int nn[N]; int number; void Xunhuan(void); void FIFO(void); void Best(void); void LRU(void); int main() { char ss[1]; int i,
  3. 所属分类:源码下载

    • 发布日期:2011-03-29
    • 文件大小:2853
    • 提供者:lipman1987
  1. The-LRU-K-page-algorithm

    0下载:
  2. LRU-k是一个在LRU基础上进行提升的算法,在处理数据队列时,使用了更有效的优先级计算方法-LRU-K is a advanced algorithm based on LRU. It computes the priorities of the data items more accurately and avoid some occasional cases.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:1187840
    • 提供者:David Ho

源码中国 www.ymcn.org