代码搜索:Allocation

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

代码结果 5,034
www.eeworm.com/read/164982/10079680

c qinling.c

#include "stdio.h" #include "conio.h" int request[3],work[3],need[5][3],workalloc[5][3]; int max[5][3]/*={{7,5,3},{3,2,2},{9,0,2},{2,2,2},{4,3,3}}*/; int allocation[5][3]/*={{0,1,0},{2,0,0},{
www.eeworm.com/read/360522/10089203

h ac3.h

/* * This source code is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either *
www.eeworm.com/read/163505/10156633

usr cnc.usr

PCB N.C.DRILL Definition File # EXCELLON FORMAT FORMAT 4 MACHINE EXCELLON TYPE NCDRILL CODE ASCII UNITS IMPERIAL FILEUNITS IMPERIAL C
www.eeworm.com/read/356295/10232261

c dynamic.c

# include # include # define NUM 10 int main() { char *str[NUM]; /* 定义一个字符性的指针数组 */ int t; /* 为数组中的每个指针分配内存 */ for(t=0; t
www.eeworm.com/read/425978/10298657

c mem5.c

/* ** 2007 October 14 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgivenes
www.eeworm.com/read/425978/10298810

c mem2.c

/* ** 2007 August 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness
www.eeworm.com/read/161772/10376050

c realloc.c

/* Using realloc() to change memory allocation. */ #include #include #include int main( void ) { char buf[80], *message; /* Input a string. */
www.eeworm.com/read/279727/10398143

pas demoform.pas

unit DemoForm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, FastMMDebugSupport, StdCtrls; type TForm1 = class(TForm) Button
www.eeworm.com/read/353980/10400704

hh allocator.hh

/*---------------------------------------------------------------------------*/ // Baseline Wavelet Transform Coder Construction Kit // // Geoff Davis // gdavis@cs.dartmouth.edu // http://www.cs.dartm