驱动调度 模拟电梯调度算法C++语言源码下载

weixin_39821746 2020-06-02 12:30:30
#include<iostream>
#include<cstring>
using namespace std;
class PCB
{
friend class Myqueue;
public:
char *name;
PCB* next;
int times;
int nums;
char status;
PCB(char *Name,PCB*Next,int Times,int Nums,char Status)
{
name=Name;
next=Next;
times=Times;
nums=Nums;
相关下载链接://download.csdn.net/download/pl1010/818020?utm_source=bbsseo
...全文
84 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

13,103

社区成员

发帖
与我相关
我的任务
社区描述
CSDN 下载资源悬赏专区
其他 技术论坛(原bbs)
社区管理员
  • 下载资源悬赏专区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧