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

十大題型算法全實現——(八)作業調度[3]

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

  jobs[i]wait_time=;

  jobs[i]visited=;

  }

  }

  //讀入作業數據函數

  void readData()

  {

  FILE *fp;

  char fname[];

  int i;

  cout<<請輸入作業數據文件名:;

  strcpy(fnamejobtxt);

  cin>>fname;

  if((fp=fopen(fnamer))==NULL){

  cout<<錯誤文件打不開請檢查文件名:)<

  }

  else{

  while(!feof(fp)){

  fscanf(fp,"%d %d %d %d",&jobs[quantity].number,&jobs[quantity].reach_time,&jobs[quantity].need_time,&jo

  bs[quantity].privilege);

  jobs[quantity].reach_hour=jobs[quantity].reach_time/100;

  jobs[quantity].reach_minite=jobs[quantity].reach_time%100;

  quantity++;

  }

  //輸出初始作業數據

  cout<<"輸出初始作業數據"<

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

  cout.setf(2);

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


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