代码搜索:时间片轮询模板
找到约 10,000 项符合「时间片轮询模板」的源代码
代码结果 10,000
www.eeworm.com/read/310755/13644552
cpp 时间片.cpp
// cpu_time.cpp : Defines the entry point for the console application.
//
//#include "stdafx.h"
/*按时间片轮转法进行CPU调度*/
/*源程序*/
/*—数据结构定义及符号说明*/
/**/
#define N 20
#include
#include
www.eeworm.com/read/252421/12283473
txt 时间片调度.txt
#include
#include
#define TRUE 1
#define FALSE 0
#define OK 1
#define ERROR 0
typedef struct
{
int pname; /*整型的进程名*/
int needtime;
int donetim
www.eeworm.com/read/207998/15255889
vsd 时间片轮转.vsd
www.eeworm.com/read/109501/15555860
c 时间片轮转.c
www.eeworm.com/read/383327/8954596
c 时间片轮转算法.c
#include
#include
#include
#include
typedef struct node /**/
{
char name[10]; /*进程标识符*/
int prio; /*进程优先数*/
int round;
www.eeworm.com/read/393242/8302810
exe fcfs(时间片更新).exe
www.eeworm.com/read/393242/8302812
cpp fcfs(时间片更新).cpp
#include
#include
#define getpch(type) (type *)malloc(sizeof(type))
#define NULL 0
using namespace std;
struct pcb{ //进程控制块
char name[10];
char state; //状态:就绪(
www.eeworm.com/read/704/2585
ctl 古典轮询.ctl
www.eeworm.com/read/258207/11876920
ncb 时间片轮转调度算法.ncb
www.eeworm.com/read/258207/11876927
dsp 时间片轮转调度算法.dsp
# Microsoft Developer Studio Project File - Name="时间片轮转调度算法" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)