熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> 操作系統 >> 正文

十大題型算法全實現——(五)磁盤存儲空間的管理[7]

2022-06-13   來源: 操作系統 

  }

  }

  total+=p>quantity;

  q>next=p>next;

  delete p;

  }

  }

  //顯示版權信息函數

  void version()

  {

  cout<

  cout<<" ┏━━━━━━━━━━━━━━━━━━━━━━━┓"<

  cout<<" ┃     模擬UNIX的成組鏈接法        ┃"<

  cout<<" ┠───────────────────────┨"<

  cout<<" ┃   (c)All Right Reserved Neo       ┃"<

  cout<<" ┃      sony006@163.com          ┃"<

  cout<<" ┃     version 2004 build 1122      ┃"<

  cout<<" ┗━━━━━━━━━━━━━━━━━━━━━━━┛"<

  cout<

  }

  void main()

  {

  int f=1;

  int chioce;

  version();

  head=initial();

  total=0;

  jhead=initial_job();

  readData();

[1]  [2]  [3]  [4]  [5]  [6]  [7]  [8]  


From:http://tw.wingwit.com/Article/program/czxt/201311/11254.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.