代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/309649/13667058
h snparray.h
/* +++Date last modified: 05-Jul-1997 */
/*
** Header file for SNIPPETS array allocation functions
*/
#ifndef SNPARRAY__H
#define SNPARRAY__H
/*
** AMALLOC.C
*/
void *amalloc( int e
www.eeworm.com/read/309649/13667396
c strat.c
/* +++Date last modified: 05-Jul-1997 */
/*
** strat.c 10-5-91 Robert Mashlan, public domain
**
** Interface functions to DOS 3.0+ set allocation strategy
** and get allocation strategy
www.eeworm.com/read/302734/13828142
cpp banker.cpp
#include
#include
#include
#define MAXPROC 5
#define MAXRES 3
int Allocation[MAXPROC][MAXRES];
int Max[MAXPROC][MAXRES]={{7,5,3},{3,2,2},{9,0,2},{2,2,2},{4,3,3
www.eeworm.com/read/302449/13834817
txt rfc2471.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:安智平(fivestar anzp@xanet.edu.cn)
译文发布时间:2001-4-13
版权:本中文翻
www.eeworm.com/read/301999/13844896
h alloc.h
/*
* alloc.h -- memory allocation defines for cluster
*
* $Header: /usr/src/local/conn/cluster/RCS/alloc.h,v 1.8 1993/01/20 19:00:40 stolcke Exp $
* $Log: alloc.h,v $
* Revision 1.8 1993/01/20
www.eeworm.com/read/301222/13863276
cpp nrutils.cpp
/*
** File: nrutil.c
*/
#include
#include
#include "nrutils.h"
static char rcsid[] = "Hidden Markov Model";
void nrerror(char *text)
//char *text;
{
//void
www.eeworm.com/read/152200/5675277
c globalvars.c
/************************************************************************************
* This module implements the memory allocation, list, and message modules. The memory
* allocation is build aro
www.eeworm.com/read/152200/5675328
c globalvars.c
/************************************************************************************
* This module implements the memory allocation, list, and message modules. The memory
* allocation is build aro
www.eeworm.com/read/144212/5752777
s x386-alloca.s
;; alloca386.s 1.2
;; GNU-compatible stack allocation function for Xenix/386.
;; Written by Chip Salzenberg at ComDev.
;; Last modified 90/01/11
;;> Is your alloca clearly better than the one in i386-
www.eeworm.com/read/139571/5798180
java layeridecoder.java
/*
* 11/19/04 1.0 moved to LGPL.
*
* 12/12/99 Initial version. Adapted from javalayer.java
* and Subband*.java. mdm@techie.com
*
* 02/28/99 Initial version : javalayer.java by E.B
*-----