代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/209876/15212352
txt 操作系统实践试题 → 【操作系统】之银行家算法——易自考我的大学自学考试资料中心自考生的心灵家园.txt
操作系统实践试题 → 【操作系统】之银行家算法——易自考::我的大学::自学考试资料中心::自考生的心灵家园>>收藏本页 >>>快速收藏本页
【操作系统】之银行家算法
作者:陈征 发表时间:2003-8-21 20:08:00
www.eeworm.com/read/209876/15212360
cpp 单资源银行家.cpp
单资源家算法
#include "string.h"
#include "iostream.h"
#define M 5 //总进程数
//#define N 1 //总资源数
#define FALSE 0
#define TRUE 1
//M个进程对某类资源最大资源需求量
int MAX[M][1
www.eeworm.com/read/206867/15286704
cpp cus_newd.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)
www.eeworm.com/read/206867/15287416
cpp new_far.cpp
#include
void main(void)
{
char far *pointer;
do
{
pointer = new far char[10000];
if (pointer)
cout
www.eeworm.com/read/206867/15287462
cpp no_free.cpp
#include
void main(void)
{
char *pointer;
do
{
pointer = new char[10000];
if (pointer)
cout
www.eeworm.com/read/205672/15310137
cpp nrutil.cpp
//nrutil.cpp
#include "StdAfx.h"
#include
#include
#include
//报告错误
void nrerror(char *error_text)
{
printf("Numerical Recipes run-time error...\n");
printf
www.eeworm.com/read/205378/15317030
h ac3_equ.h
#define REVISION 8 /* bsid revision number */
#define AC3I_REV 0x0300 /* AC-3 info revision */
#define CRC_REV 0x0300 /* CRC calculator revision */
#define AC3D_REV 0x0309 /* AC-3 decoder revi
www.eeworm.com/read/205376/15317090
h ac3_equ.h
#define REVISION 8 /* bsid revision number */
#define AC3I_REV 0x0300 /* AC-3 info revision */
#define CRC_REV 0x0300 /* CRC calculator revision */
#define AC3D_REV 0x0309 /* AC-3 decoder revi
www.eeworm.com/read/163883/5506374
cpp memory.cpp
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...: Global memory allocation/deallocation operators.
// Re
www.eeworm.com/read/161513/5551587
c maprequest.c
/* **********************************************************************
*
*
*
* BBN Technologies, a Verizon Company
* 10 Moulton Street
* Cambridge, MA 02138
* (617) 873-800