代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/284911/8883709
h alloc.h
/* ---- memory allocation ---- */
#include
#include
int *alloc_1d_int(int n1);
void free_1d_int(int *i);
double *alloc_1d_double(int n1);
void free_1d_double(double *d);
int *
www.eeworm.com/read/186875/8898422
h svd.h
// SVD.h: SVD 僋儔僗偺僀儞僞乕僼僃僀僗
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SVD_H__D804F4AB_8C10_44B3_8C5B_19E0A44A0C8E__INCLUDED_)
#define AFX_SVD_H__D
www.eeworm.com/read/384084/8901557
cpp myclass.cpp
// MyClass.cpp: implementation of the MyClass class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyClass.h"
#include
#i
www.eeworm.com/read/383171/8965669
c make_room.c
/*===========================================================================*/
/* DMC interim out | make_room.c | Utility */
/*======================================
www.eeworm.com/read/283884/8982679
c swfdec_widget.c
/* Swfdec
* Copyright (C) 2006 Benjamin Otte
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Lice
www.eeworm.com/read/283587/9004098
h a52_internal.h
/*
* a52_internal.h
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 1999-2000 Aaron Holtzman
*
* This file is part of a52dec, a free ATSC
www.eeworm.com/read/380049/9167199
map compass.map
RAM Allocation
Variable Address Size
--------------------------------------------------------------------------------
BeEEPROM
www.eeworm.com/read/358450/10189015
h matrix.h
/* matrix.h -- define types for matrices using Iliffe vectors
*
*************************************************************
* HISTORY
*
* 02-Apr-95 Reg Willson (rgwillson@mmm.com) at 3M St. Pa
www.eeworm.com/read/357734/10202259
cpp myclass.cpp
// MyClass.cpp: implementation of the MyClass class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyClass.h"
#include
#i
www.eeworm.com/read/278949/10486348
cpp main.cpp
#include
#include
#define m 3
#define n 5
int MaxAvialable[m]={10,5,7};
int Available[m];
int MAX[n][m]={{7,5,3},{3,2,2},{9,0,2},{2,2,2},{4,3,3}};
int Allocation[n][m]={{0,