代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/395034/8198980
cpp 14-1.cpp
#include
class Samp
{
public:
void Setij(int a,int b){i=a;j=b;}
~Samp(){cout
www.eeworm.com/read/394735/8210341
cpp yinhangjia.cpp
#include
using namespace std;
#define MAXPROCESS 50 /*最大进程数*/
#define MAXRESOURCE 100 /*最大资源数*/
int AVAILABLE[MAXRESOURCE]; /*可用资源数组*/
int MAX[MAXPROCESS][MAXRESOURCE]; /*最大需求矩阵*/
www.eeworm.com/read/394520/8220378
h bignum.h
/**
* \file bignum.h
*/
#ifndef XYSSL_BIGNUM_H
#define XYSSL_BIGNUM_H
#include
#define XYSSL_ERR_MPI_FILE_IO_ERROR -0x0002
#define XYSSL_ERR_MPI_BAD_INPUT_DATA
www.eeworm.com/read/193299/8240469
cpp hbj.cpp
// bank_al.cpp : Defines the entry point for the console application.
//利用银行家算法预防死锁
#include "stdafx.h"
#include"iostream.h"
#include"fstream.h"、
//类的定义
///////////////////////////////////
www.eeworm.com/read/392410/8344395
h bignum.h
/**
* \file bignum.h
*/
#ifndef XYSSL_BIGNUM_H
#define XYSSL_BIGNUM_H
#include
#define XYSSL_ERR_MPI_FILE_IO_ERROR -0x0002
#define XYSSL_ERR_MPI_BAD_INPUT_DATA
www.eeworm.com/read/173217/9666830
cpp 402.cpp
/*
402.cpp
Written By S.Y.Feng
demo using new and delete
*/
#include
class Point // define Point class
{
int x; // x and y are private by default
int y;
public:
P
www.eeworm.com/read/173137/9671444
tex refcard.tex
% mpatrol
% A library for controlling and tracing dynamic memory allocations.
% Copyright (C) 1997-2002 Graeme S. Roy
%
% This library is free software; you can redistribute it
www.eeworm.com/read/173137/9671610
gdbinit .gdbinit
# mpatrol
# A library for controlling and tracing dynamic memory allocations.
# Copyright (C) 1997-2002 Graeme S. Roy
#
# This library is free software; you can redistribute it and/
www.eeworm.com/read/172576/9701428
c omap1510-pci-pool.c
/******************************************************************************
linux/drivers/usb/omap1510-pci-pool.c
PCI Bus Emulation for USB HOST on OMAP1510/1610
Author: MontaVista Software,
www.eeworm.com/read/172364/9711504
lst chap15.lst
listing 2
#include
#include
#include
int main(void)
{
char *str;
if(!(str = (char *) alloca(80))) {
printf("Allocation error.");
exit