代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/338523/12302335
m falloc1.m
function PI=falloc1(x)
% Allocation process and fitness evaluation
global MIN_offset MUL_factor MTX MAX MAXV OFFSET
% Get the numbers of items
x=10.^x;
x=fix(x);
I=find(x0);
if ~i
www.eeworm.com/read/128493/14293482
c fsckmsgdef.c
#include "fsck_message.h"
struct fsck_message msg_defs[fsck_highest_msgid_defined+1] = {
/* 0 */ { fsck_MSGOK, "Operation was successful.", fsck_debug},
/* 1 */ { fsck_ALLFXD, "All observed i
www.eeworm.com/read/127742/14338412
h lh7a404_dmac.h
/***********************************************************************
* $Workfile: lh7a404_dmac.h $
* $Revision: 1.2 $
* $Author: WellsK $
* $Date: Dec 04 2003 17:37:18 $
*
www.eeworm.com/read/227427/14425753
h chunk_loc.h
/*
* Local defines for the low level memory routines
*
* Copyright 2000 by Gray Watson
*
* This file is part of the dmalloc package.
*
* Permission to use, copy, modify, and distribute this sof
www.eeworm.com/read/123719/14615416
h lh7a404_dmac.h
/***********************************************************************
* $Workfile: lh7a404_dmac.h $
* $Revision: 1.2 $
* $Author: WellsK $
* $Date: Dec 04 2003 17:37:18 $
*
www.eeworm.com/read/119727/14823763
makefile
#
# This is a modified version of zlib, which does all memory
# allocation ahead of time.
#
# This is only the decompression, see zlib_deflate for the
# the compression
#
# Decompression needs to be s
www.eeworm.com/read/208427/15247157
h vram.h
#ifndef common_vram_h
#define common_vram_h
#ifdef __cplusplus
extern "C" {
#endif
/*
The following are a few helperfunctions to help manage vram in gu-examples.
Do not use for your own code, it's