代码搜索结果
找到约 9,168 项符合
PCB 的代码
pcb.cpp
#include "PCB.h"
#include
#include
#include
/*attern:this algorithm only has effets while the pcbList with an empty head*/
void sortPCB(PCBList inPCBList)
{
pcb.h
#ifndef PCB_H
#define PCB_H
#define STA_READY 0
#define STA_RUN 1
#define STA_END 2
struct PCBNode
{
char processName[20];
int processID;
int remainSecs;
int p
pcb.java
import java.awt.Color;
import java.awt.Graphics;
public class PCB {
//PCB管理类;
private String name;
private int time;
private int priority;
private String state;
private int size;
pri
pcb.java
import java.awt.Color;
import java.awt.Graphics;
public class PCB {
//PCB管理类;
private String name;
private int time;
private int priority;
private String state;
private int size;
pri
pcb.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
namespace 操作系统
{
class PCB
{
public int PID; //进程序号
public int