代码搜索:Job
找到约 6,978 项符合「Job」的源代码
代码结果 6,978
www.eeworm.com/read/166481/10018791
h job.h
#ifndef _H_H_JOB
#define _H_H_JOB
#include
#include
using namespace std;
typedef int PID;
int randInt(int low,int high,int base=1);//产生low-high范围内是base整数倍的整数
struct BlockItem
www.eeworm.com/read/166481/10018795
cpp job.cpp
#include"job.h"
#include
#include
#include
using namespace std;
PID Job::pidIndex=PID();
BlockTable btable;//已分配表
FreeTable ftable; //空闲分区表
int JobSize=3000;
int
www.eeworm.com/read/165402/10064558