代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/398870/7913360
txt 银行家算法步骤.txt
算法:
n:系统中进程的总数
m:资源类总数
Available: ARRAY[1..m] of integer;
Max: ARRAY[1..n,1..m] of integer;
Allocation: ARRAY[1..n,1..m] of integer;
Need: ARRAY[1..n,1..m] of integer;
Request:
www.eeworm.com/read/298961/7919119
cpp strtype.cpp
// StrType.cpp: implementation of the StrType class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "StrType.h"
#include
#i
www.eeworm.com/read/298907/7924334
c nrutil.c
/*
** File: nrutil.c
** Purpose: Memory allocation routines borrowed from the
** book "Numerical Recipes" by Press, Flannery, Teukolsky,
** and Vetterling.
** state sequenc
www.eeworm.com/read/197643/7983651
c mcmlnr.c
/***********************************************************
* Copyright Univ. of Texas M.D. Anderson Cancer Center
* 1992.
*
* Some routines modified from Numerical Recipes in C,
* includ
www.eeworm.com/read/197033/8034609
java layeridecoder.java
/*
* 12/12/99 Initial version. Adapted from javalayer.java
* and Subband*.java. mdm@techie.com
/*-----------------------------------------------------------------------
* This program is f
www.eeworm.com/read/396459/8107001
cpp fdtd_3d.cpp
#include "FDTD_3D.h"
#include "run_enviroment.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////
www.eeworm.com/read/296223/8116770
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/296107/8121526
lst chap17.lst
listing 1
#include
#include
float *get_mem(void)
{
float *p;
p = calloc(100, sizeof(float));
if(!p) {
printf("Allocation Error\n");
exit(1);
}
ret
www.eeworm.com/read/146114/12670450
changelog
v0.1.2 - 22/12/1999
- Fixed a string allocation bug in the config file parser.
- Serproxy now displays which ports sockets are bound to
when it's compiled with debugging enabled.
V0.1.1 - 14/12/19
www.eeworm.com/read/145878/12697404
cmd test1.cmd
test.obj
-o test.out
MEMORY
{
PAGE 0: PROG: origin =6000h, length = 2000h /* Internal Program DRAM */
PAGE 1: DATA: origin = 300h, length = 1000h /* Internal Data DRAM */
}