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

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

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

  else{

  cout<<==================================================<

  cout<<"讀入的初始空閒塊號:";

  while(!feof(fp)){

  fscanf(fp,"%d ",&temp);

  if(head->quantity

  head->cell[head->quantity]=temp;

  head->quantity++;

  }

  else{

  p=initial();

  p->next=head;

  head=p;

  p->cell[p->quantity]=temp;

  p->quantity++;

  }

  total++;

  //輸出初始數據

  cout<

  }

  }

  //查看專用塊函數

  void view()

  {

  int i;

  cout<

  cout<<"-------------------------------"<

  cout<<"所存儲的空閒塊號:";

  for(i=0;iquantity;i++){

  cout<cell[i]<<" ";

  }

  cout<quantity;

  cout<

  }

  //新申請函數

  void bid()

  {

  char jobname[20];

  int number;

  int i;

  job *p;

  cout<<"----------------------------------"<

  cout<<"請輸入新專業名:";

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


From:http://tw.wingwit.com/Article/program/czxt/201311/11251.html
  • 上一篇文章: 没有了

  • 下一篇文章:
  • 推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.