代码搜索:Allocation

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

代码结果 5,034
www.eeworm.com/read/146172/12666491

c pngerror.c

/* pngerror.c - stub functions for i/o and memory allocation * * libpng version 1.2.8 - December 3, 2004 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 19
www.eeworm.com/read/143516/12869080

c alloc.c

/* memory allocation routines * * Adapted from alloc routine in K&R; memory statistics and interrupt * protection added for use with net package. Must be used in place of * standard Turbo-C li
www.eeworm.com/read/242663/12994252

m modulation.m

function y = modulation(x,b,e) % x is input bits, in the form of row vector % y is modulated output, in the form of row vector % b is the subcarrier bit allocation, b(i) is the number of bits all
www.eeworm.com/read/139063/13190134

cpp vlong.cpp

class vlong_value; #include "VLong.h" class flex_unit // Provides storage allocation and index checking { unsigned * a; // array of units unsigned z; // units allocated public: unsigned n; //
www.eeworm.com/read/325540/13197522

h crsa.h

// very long integer - can be used like long class vlong_value; class flex_unit // Provides storage allocation and index checking { unsigned * a; // array of units unsigned z; // units alloca
www.eeworm.com/read/137022/13347635

c alloc.c

/* memory allocation routines * * Adapted from alloc routine in K&R; memory statistics and interrupt * protection added for use with net package. Must be used in place of * standard Turbo-C li
www.eeworm.com/read/136959/13351293

c getstrng.c

/* ** GETSTRNG.C -- Demonstration of dynamic memory allocation to ** receive string of unknown length. ** ** Ron Sires 1/31/89, released to the public domain. ** Bob Stout 2/18/93, modif
www.eeworm.com/read/319883/13440531

cpp prog7_09.cpp

// Program 7.9 Sorting strings using dynamic memory allocation #include #include using std::cout; using std::cin; using std::endl; using std::string; int main() { strin
www.eeworm.com/read/303258/13819604

h crsa.h

// very long integer - can be used like long class vlong_value; class flex_unit // Provides storage allocation and index checking { unsigned * a; // array of units unsigned z; // units alloca
www.eeworm.com/read/147766/5722461

c dvma.c

/* * Virtual DMA allocation * * (C) 1999 Thomas Bogendoerfer (tsbogend@alpha.franken.de) * * 11/26/2000 -- disabled the existing code because it didn't work for * me in 2.4. Replaced with a s