代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/443092/7638199
map adc.map
RAM Allocation
Variable Address Size
--------------------------------------------------------------------------------
LedNum
www.eeworm.com/read/443076/7638418
map ledshow.map
RAM Allocation
Variable Address Size
--------------------------------------------------------------------------------
LedNum
www.eeworm.com/read/438437/7731296
c gta.c
/*
MPICH-V2
Copyright (C) 2002, 2003 Groupe Cluster et Grid, LRI, Universite de Paris Sud
This file is part of MPICH-V2.
MPICH-V2 is free software; you can redistribute it and/or modify
i
www.eeworm.com/read/199560/7845318
c layer12.c
/*
* libmad - MPEG audio decoder library
*/
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
# include "global.h"
# ifdef HAVE_LIMITS_H
# include
# else
# define CH
www.eeworm.com/read/198849/7907065
c gd_security.c
/*
* gd_security.c
*
* Implements buffer overflow check routines.
*
* Written 2004, Phil Knirsch.
* Based on netpbm fixes by Alan Cox.
*
*/
#ifdef HAVE_CONFIG_H
#include "config
www.eeworm.com/read/198623/7920657
s f21.s
/
/
/ f21 -- storage allocation
/
.globl pass2
.globl signon
.globl signoff
.globl calloc
.globl salloc
.globl equiv
.globl entry
pass2:
jsr r5,signon; 2
mov $errb,errp
jsr r5,calloc
jsr r5,eq
www.eeworm.com/read/144969/12758275
h alloca_.h
/* Memory allocation on the stack.
Copyright (C) 1995, 1999, 2001, 2002, 2003, 2004 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
www.eeworm.com/read/245716/12783840
cpp banker.cpp
#include "stdafx.h"
#define RE_ACC 5 //资源数
#define PROC_ACC 5 //进程数
int available[RE_ACC]; //资源可用向量
int claim[PROC_ACC][RE_ACC]; //最大需求矩阵
int allocation[PROC_ACC][RE_ACC]; //已分配资源矩阵
class
www.eeworm.com/read/332010/12785367
html sec-creatingawidgetfromscratch.html
Creating a widget from scratch