代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/314660/3630465
so malloc.so
m4_comment([$Id: malloc.so,v 10.20 2001/04/03 16:27:58 bostic Exp $])
m4_ref_title(Access Methods,
Non-local memory allocation,, am_conf/dup, am_conf/bt_compare)
m4_p([dnl
m4_db allocates memory
www.eeworm.com/read/427042/1980002
pod asn1_string_new.pod
=pod
=head1 NAME
ASN1_STRING_new, ASN1_STRING_type_new, ASN1_STRING_free -
ASN1_STRING allocation functions
=head1 SYNOPSIS
ASN1_STRING * ASN1_STRING_new(void);
ASN1_STRING * ASN1_STRING_type_ne
www.eeworm.com/read/422785/2032473
pod asn1_string_new.pod
=pod
=head1 NAME
ASN1_STRING_new, ASN1_STRING_type_new, ASN1_STRING_free -
ASN1_STRING allocation functions
=head1 SYNOPSIS
ASN1_STRING * ASN1_STRING_new(void);
ASN1_STRING * ASN1_STRING_type_ne
www.eeworm.com/read/358714/2984074
pod asn1_string_new.pod
=pod
=head1 NAME
ASN1_STRING_new, ASN1_STRING_type_new, ASN1_STRING_free -
ASN1_STRING allocation functions
=head1 SYNOPSIS
ASN1_STRING * ASN1_STRING_new(void);
ASN1_STRING * ASN1_STRING_type_ne
www.eeworm.com/read/355697/3049675
pod asn1_string_new.pod
=pod
=head1 NAME
ASN1_STRING_new, ASN1_STRING_type_new, ASN1_STRING_free -
ASN1_STRING allocation functions
=head1 SYNOPSIS
ASN1_STRING * ASN1_STRING_new(void);
ASN1_STRING * ASN1_STRING_type_ne
www.eeworm.com/read/309094/13682518
c 222.c
#include
using namespace std;
#define False 0
#define True 1
int Allocation[5][3]={{0,1,0},{2,0,0},{3,0,2},{2,1,1},{0,0,2}};
int Max[5][3]={{7,5,3},{3,2,2},{9,0,2},{2
www.eeworm.com/read/302627/13830680
cpp xx.cpp
#include
using namespace std;
int available[3]={3,3,2};
int max[5][3]={7,5,3,3,2,2,9,0,2,2,2,2,4,3,3};
int allocation[5][3]={0,1,0,2,0,0,3,0,2,2,1,1,0,0,2};
int need[5][3];
int reques
www.eeworm.com/read/100800/15864235
map gen.map
Stack Allocation = 3200 bytes
Start Stop Length Name Class
00000H 0E785H 0E786H GEN_TEXT CODE
0E786H 1A6B5H 0BF30H GEN1_TEXT CODE
1A6B6H 209A9
www.eeworm.com/read/100800/15864251
map main.map
Stack Allocation = 3900 bytes
Start Stop Length Name Class
00000H 0A37AH 0A37BH MAIN_TEXT CODE
0A37CH 0D1C5H 02E4AH MAIN1_TEXT CODE
0D1C6H 1CAE0
www.eeworm.com/read/463559/7178371
txt yinhanjia.txt
一.算法介绍:
**数据结构:
1.可利用资源向量Available
2.最大需求矩阵Max
3.分配矩阵Allocation
4.需求矩阵Need
**功能介绍:
模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成:
第一部分:银行家算法(扫描)
1.如果Request