代码搜索:Allocation

找到约 5,034 项符合「Allocation」的源代码

代码结果 5,034
www.eeworm.com/read/310920/13640692

cpp 银行家算法.cpp

#include "string.h" #include "iostream.h" #define M 5 //总进程数 #define N 3 //总资源数 #define FALSE 0 #define TRUE 1 int MAX[M][N]={{7,5,3},{3,2,2},{9,0,2},{2,2,2},{4,3,3}}; i
www.eeworm.com/read/310520/13649809

c dynamic.c

# include # include # define NUM 10 int main() { char *str[NUM]; /* 定义一个字符性的指针数组 */ int t; /* 为数组中的每个指针分配内存 */ for(t=0; t
www.eeworm.com/read/309846/13663736

c banker.c

#include #include #include int Available[50],Allocation[100][100],Max[100][100];//已有资源量 int Need[100][100],Request[40],Work[50],Finish[100],p[100];//需求 int i,j,n
www.eeworm.com/read/309611/13667773

h bignum.h

/** * \file bignum.h */ #ifndef XYSSL_BIGNUM_H #define XYSSL_BIGNUM_H #include #define XYSSL_ERR_MPI_FILE_IO_ERROR -0x0002 #define XYSSL_ERR_MPI_BAD_INPUT_DATA
www.eeworm.com/read/309608/13667845

h bignum.h

/** * \file bignum.h */ #ifndef XYSSL_BIGNUM_H #define XYSSL_BIGNUM_H #include #define XYSSL_ERR_MPI_FILE_IO_ERROR -0x0002 #define XYSSL_ERR_MPI_BAD_INPUT_DATA
www.eeworm.com/read/309094/13682516

txt 4.txt

#include #include #define M 5 //定义进程数 #define N 3 //定义资源数 #define False 0 #define True 1 char saf='t'; int Max[][3]={{7,5,3},{3,2,2},{9,0,2},{2,2,2},{4,3,3
www.eeworm.com/read/309094/13682519

txt 3.txt

#include #include using namespace std; int Allocation[5][3]; int Need[5][3]; int Max[5][3]; int Available[3]; bool Finish[5]={false,false,false,false,false}; int Work[3]; i
www.eeworm.com/read/309094/13682520

txt 333.txt

#include #define N 4 //定义进程数 #define M 3 //定义资源数 #define False 0 #define True 1 //———————————— 初始化资源分配表 —————————————— int Max[N][M]={{3,2,2},{6,1
www.eeworm.com/read/306277/13747988

usr cnc.usr

PCB N.C.DRILL Definition File # EXCELLON FORMAT FORMAT 4 MACHINE EXCELLON TYPE NCDRILL CODE ASCII UNITS IMPERIAL FILEUNITS IMPERIAL C
www.eeworm.com/read/305190/13777290

m krons.m

function Y = krons(U,i,m) %KRONS Assembles U++ for use in the Bilinear Identification Toolbox. % % KRONS(U,i,m) returns U^{++}_{i-1|0}. U should be a block Hankel matrix, % i>0 an integer and m