代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/121621/6067843
map cfft_rad4_ps_nbrev.map
PROCESSOR PROJECT: D:\Blackfin\ADI code EX\Blackfin_FftDct\Blackfin_FftDct\Copy of CFFT_Rad4_PS_NBRev\Debug\CFFT_Rad4_PS_NBRev.dxe
LINK ERROR(S): The following memory allocation errors occurred
www.eeworm.com/read/100601/6268512
h nsprerrs.h
/* General NSPR 2.0 errors */
/* Caller must #include "prerror.h" */
ER2( PR_OUT_OF_MEMORY_ERROR, "Memory allocation attempt failed." )
ER2( PR_BAD_DESCRIPTOR_ERROR, "Invalid file descriptor." )
ER
www.eeworm.com/read/403671/11513111
c adc_isr.c
#include "DSP281x_Device.h"
/*** Global variables used by ADC_ISR() (Labs 6 and 7) ***/
#define AdcBuf_len 511 // ADC buffer length
Uint16 AdcBuf_A[AdcBuf_len]; // ADC buffer allocation
Uin
www.eeworm.com/read/401153/11563617
cpp linearlist2.cpp
#include
#include
#include
#include"linearlist2.h"
void InitList(LinearList& L,int ms)
{
L.list=new ElemType[ms];
if(!L.list){
cerr
www.eeworm.com/read/338523/12301287
m ga_alloc.m
% GA_alloc.m file
% Fin max profits of an allocation process
% PenChen Chou, 4-8-2002
clear all
ans=1;
who
fprintf('>>>Start this program [GA_alloc.m] now. Please wait!\n');
pause(1)
globa
www.eeworm.com/read/115687/15004712
cpp stack_mg.cpp
#include
#include
#include"Stack_Mg.h"
void stack::InitStack(Stack& S,int ms)
{
S.stack=new Mi_Gong [ms];
if(!S.stack)
{
cerr