代码搜索结果

找到约 9,168 项符合 PCB 的代码

007.htm

coolbor工作室——PCB设计(经验文章)——PCB业余制作基本方法和工艺流程

008.htm

coolbor工作室——PCB设计(经验文章)——集成系统PCB板设计的新技术

zhucunchuqi.cpp

#define LEN sizeof(struct PCB) #define LEN1 sizeof(struct partition) #include"stdio.h" #include"stdlib.h" struct PCB { char PID[5]; /*进程名*/ int needtime; /*要求运行的时间*/ int cputime;

cpurun.java

class CpuRun extends Thread { private int rtime; private int htime; private int value1,value2; private int sup; private boolean bl; Tu t; Pcb p; public CpuRun(Tu t, Pcb p) { thi

jin.c

#include "stdio.h" #include #include #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB */ char name[10]; //进程名

os.cpp

#include #include #include #define N 20 static char R='r',C='c'; typedef struct pcb { char pname[N]; int runtime; int arrivetime; char state; struct pcb *

007.htm

coolbor工作室——PCB设计(经验文章)——PCB业余制作基本方法和工艺流程

008.htm

coolbor工作室——PCB设计(经验文章)——集成系统PCB板设计的新技术

关于进程调度算法.txt

#include "stdio.h" #include #include #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB */ char name[10]; char s

jinchengdiaodu.c

#include #include #include #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB */ char name[10]; char state; in