代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/202077/15390693
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/200060/15441464
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/113074/15470707
cpp list.cpp
#include "List.h"
#include
// Bartosz Milewski (c) 2000
List::Free List::Link::_freeList;
List::List ()
: _pHead (0)
{}
List::~List ()
{
while ( _pHead != 0 )
{
Link *
www.eeworm.com/read/112070/15494005
cpp strtype.cpp
// StrType.cpp: implementation of the StrType class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "StrType.h"
#include
#i
www.eeworm.com/read/109503/15555857
c deadblocked.c
/*引用头文件*/
# include
# include
/*全局变量声明*/
int NEED[5][3]={{3,1,4},{6,7,3},{7,5,5},{12,6,10},{10,5,12}}; /*进程还需要的资源数*/
int ALLOCATION[5][4]={0};
www.eeworm.com/read/108518/15584652
h ac3.h
/*
* Copyright (C) Aaron Holtzman - May 1999
*
* This file is part of ac3dec, a free Dolby AC-3 stream decoder.
*
* ac3dec is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/107492/15605818
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/104917/15681518
asm setenvp.asm
NAME SETENVP
PAGE 60,132
;[]------------------------------------------------------------[]
;| SETENVP.ASM -- Prepare Environment |
;| |
;| Turbo-C Run Time Library version 2.0 |
;|
www.eeworm.com/read/104653/15686053
c dw_image.c
/*
* File: dw_image.c
*
* Copyright (C) 2001 Sebastian Geerken ,
* Jorge Arellano Cid
*
* This program is free software; you can redist
www.eeworm.com/read/104653/15686070
c dw_widget.c
/*
* File: dw_widget.c
*
* Copyright (C) 2001 Sebastian Geerken
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener