代码搜索:Allocation

找到约 5,034 项符合「Allocation」的源代码

代码结果 5,034
www.eeworm.com/read/456497/7347890

cpp strtype.cpp

// StrType.cpp: implementation of the StrType class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "StrType.h" #include #i
www.eeworm.com/read/451354/7466832

m machallocphase.m

%(c) by Jing Feng Deng (jiing) at 2002 function ExjobStageProcTime =machAllocPhase() global jobStageProcTime jobStageProcTime=[ 6 3 1 3 5 3 2 1 3 2 4 5 6 3
www.eeworm.com/read/448647/7528782

c util.c

/* * FAAC - Freeware Advanced Audio Coder * Copyright (C) 2001 Menno Bakker * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/447954/7543093

c nrutil.c

/* ** File: nrutil.c ** Purpose: Memory allocation routines borrowed from the ** book "Numerical Recipes" by Press, Flannery, Teukolsky, ** and Vetterling. ** state sequenc
www.eeworm.com/read/443081/7638313

map lcd.map

RAM Allocation Variable Address Size -------------------------------------------------------------------------------- time
www.eeworm.com/read/439055/7717425

cmd copycmd.cmd

MEMORY { PAGE 0: PRAM: origin = 3000h, length = 0500h VECS: origin = 0080h, length = 0080h /* Internal Program RAM */ PAGE 1:
www.eeworm.com/read/438346/7732567

c dmapool.c

/* * DMA Pool allocator * * Copyright 2001 David Brownell * Copyright 2007 Intel Corporation * Author: Matthew Wilcox * * This software may be redistributed and/or mod
www.eeworm.com/read/437993/7737924

c banker.c

#include /*调用头文件*/ #include #define PRINT "%-s%6d%3d%3d%6d%3d%3d%6d%3d%3d\n\n",P[i].Name,P[i].Max.A,P[i].Max.B,P[i].Max.C,P[i].Allocation.A,P[i].Allocation.B,P[i].Allocation.C,P[i
www.eeworm.com/read/436812/7762288

cpp util.cpp

/*************************************************************************** util.cpp - description ------------------- begin
www.eeworm.com/read/199740/7825814

cpp 14_1.cpp

//14_1 #include class Samp{ public: void Setij(int a, int b){i=a,j=b;} ~Samp(){ cout