代码搜索:SPOOLing

找到约 144 项符合「SPOOLing」的源代码

代码结果 144
www.eeworm.com/read/388964/8561311

txt spooling.txt

#include #define WELLSIZE 500 #define FALSE 0 #define TURE 1 struct { int id; char status; int bufflag; int filec; } pcb[4]; struct { int reqid; int size; int
www.eeworm.com/read/180883/9281780

cpp spooling.cpp

/****************************************/ //模拟Spooling技术输出文件 //davenathan bio.hit //2006-11-15 /****************************************/ #include #include #define N 100
www.eeworm.com/read/273971/10891886

txt spooling.txt

#include #include #include #include struct info_PCB { long ID;//进程标识 long status;//状态 long po;//输出指针 long head;//信息块首地址 long count;//输出长度 lo
www.eeworm.com/read/270901/11023398

cpp spooling.cpp

#include #include #include struct pcb{ //进程控制块 int status; //进程状态 int length; // }*PCB[3]; struct req{ //输出请求块 int
www.eeworm.com/read/242168/13091298

cpp spooling.cpp

#include #include #include #include struct pcb{ /*进程控制块PCB*/ int status; /*状态*/ int length; /*进程长度*/ }*PCB[3];
www.eeworm.com/read/327163/13096695

doc spooling.doc

www.eeworm.com/read/310755/13644555

c spooling.c

/*SPOOLING 模拟实验*/ #include #include #include struct pcb { int id;/*进程标识*/ int status; /*进程状态*/ int firstaddr; /*信息块首地址*/ int length; /*输出长度*/ int outbu
www.eeworm.com/read/265032/11285410

cpp spooling.cpp

#include #include #include #include struct pcb{ int status; int length; }*PCB[3]; struct req{ int reqname; int length; int addr; }reqblock[10]
www.eeworm.com/read/134139/14004628

txt spooling.txt

附录:程序代码 Dim I As Integer '定义输入的作业排序值 Dim J As Integer '定义输出的作业排序值 Dim InTime As Integer '定义输入作业进度显示时钟的进度值 Dim OutTime As Integer '定义输出作业进度显示时钟的进度值 Dim D
www.eeworm.com/read/113427/15456301

class spooling.class