代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/121089/6070090
inc array.inc
;***
; array.inc - 12-Nov-86 - far memory and array descriptors
;***
.XLIST
;***
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; Contains the definition of the array and far heap
www.eeworm.com/read/120487/6073027
h palloc.h
/*-------------------------------------------------------------------------
*
* palloc.h
* POSTGRES memory allocator definitions.
*
* This file contains the basic memory allocation interface th
www.eeworm.com/read/107846/6188159
c dynamic.c
# include
# include
# define NUM 10
int main()
{
char *str[NUM]; /* 定义一个字符性的指针数组 */
int t;
/* 为数组中的每个指针分配内存 */
for(t=0; t
www.eeworm.com/read/100285/6271139
c aset.c
/*-------------------------------------------------------------------------
*
* aset.c
* Allocation set definitions.
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDE
www.eeworm.com/read/100285/6271560
h memutils.h
/*-------------------------------------------------------------------------
*
* memutils.h
* this file contains general memory alignment, allocation
* and manipulation stuff that used to be sp
www.eeworm.com/read/100046/6274764
h htmemory.h
/*
W3C Sample Code Library libwww Dynamic Memory Handlers
!
Dynamic Memory Handlers
!
*/
/*
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COP
www.eeworm.com/read/274660/6288481
c mem2.c
/*
** 2007 August 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness
www.eeworm.com/read/145285/6350499
c dynamic.c
# include
# include
# define NUM 10
int main()
{
char *str[NUM]; /* 定义一个字符性的指针数组 */
int t;
/* 为数组中的每个指针分配内存 */
for(t=0; t
www.eeworm.com/read/493763/6390041
c mybanker.c
#include
#include
//#define ResourceNum 4 // 磊盔 荐
//#define ProcessNum 5 // 橇肺技胶 荐
//Max : 橇肺技胶狼 弥措 夸备 摹
//Allocation : 泅犁 亲寸茄 磊盔
//Available : 荤侩啊瓷 磊盔
//Need : 阿
www.eeworm.com/read/489309/6478496
cpp 银行家.cpp
#include
#define W 10
#define R 20
int m,n; //m个进程,n个资源
int Available[R]; //系统可用资源数
int Max[W][R]; //M个进程对N类资源最大资源需求量
int Allocation[W][R]; //M个进程已经得到N类资源的资源量
int Need[W][R];