代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/356536/10225093
cpp fdtd_3d_lorentz.cpp
#include "FDTD_3D_LORENTZ.h"
#include "run_enviroment.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////
www.eeworm.com/read/425797/10321873
asm setenvp.asm
NAME SETENVP
PAGE 60,132
;[]------------------------------------------------------------[]
;| SETENVP.ASM -- Prepare Environment |
;| |
;| Turbo-C Run Time Library version 2.0 |
;|
www.eeworm.com/read/162078/10337226
cpp cus_newd.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)
www.eeworm.com/read/162078/10340258
cpp new_far.cpp
#include
void main(void)
{
char far *pointer;
do
{
pointer = new far char[10000];
if (pointer)
cout
www.eeworm.com/read/162078/10340311
cpp no_free.cpp
#include
void main(void)
{
char *pointer;
do
{
pointer = new char[10000];
if (pointer)
cout
www.eeworm.com/read/162028/10344011
h alloc.h
/*
* alloc.h -- memory allocation defines for cluster
*
* $Header: /usr/src/local/conn/cluster/RCS/alloc.h,v 1.8 1993/01/20 19:00:40 stolcke Exp $
* $Log: alloc.h,v $
* Revision 1.8 1993/01/20
www.eeworm.com/read/425283/10365986
cpp yinhang.cpp
#include
#include
#include
#define M 5 /*进程数*/
#define N 3 /*资源数*/
/**
* TC中用到
#define true 1
#define false 0
typedef int bool
**/
//系统可用资源向量
int Ava
www.eeworm.com/read/161772/10376029
c calloc.c
/* Demonstrates calloc(). */
#include
#include
int main( void )
{
unsigned long num;
int *ptr;
printf("Enter the number of type int to allocate: ");
www.eeworm.com/read/353583/10438561
cpp nrutil.cpp
//nrutil.cpp
#include "StdAfx.h"
#include
#include
#include
//报告错误
void nrerror(char *error_text)
{
printf("Numerical Recipes run-time error...\n");
printf
www.eeworm.com/read/278321/10547446
c gpkplotting.c
/*
* GTK plotting routines source file
*
* Copyright (c) 1999 Mark Taylor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General