代码搜索:Allocation

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

代码结果 5,034
www.eeworm.com/read/258013/11895247

txt 银行家算法.txt

C语言实现银行家算法(附代码) 这是刚刚写的银行家算法。 C语言写的,源程序过一段时间再发上去。 //银行家算法 /** * 作者:老谢 * 最后修改日期:2006,4,21 * Email:do_while@sohu.com * 功能:银行家算法实现 **/ #include #include #include
www.eeworm.com/read/154897/11920068

c dw_widget.c

/* * File: dw_widget.c * * Copyright (C) 2001-2003 Sebastian Geerken * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU
www.eeworm.com/read/154877/11921339

cpp main.cpp

#include "MemoryMgr.h" #include "HeapFactory.h" #include "GameEntity.h" #include "PhysicsInfo.h" int main() { int bookmark = HeapFactory::GetMemoryBookmark (); // This is just a
www.eeworm.com/read/257465/11925518

h datastructure.h

//#include"iostream.h" #define M 5 typedef struct{ int n_a; int n_b; int n_c; int n_d; }Need; typedef struct{ int l_a; int l_b; int l_c; int l_d; }Allocation; typedef struc
www.eeworm.com/read/154628/11941958

cpp 14_1.cpp

//14_1 #include class Samp{ public: void Setij(int a, int b){i=a,j=b;} ~Samp(){ cout
www.eeworm.com/read/343458/11947477

c gstsbcenc.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2007 Marcel Holtmann * * * This library is free software; you can redistribute it and/or * m
www.eeworm.com/read/256505/11995618

txt rfc2471.txt

组织:中国互动出版网(http://www.china-pub.com/) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者:安智平(fivestar anzp@xanet.edu.cn) 译文发布时间:2001-4-13 版权:本中文翻
www.eeworm.com/read/153606/12021995

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/342343/12027078

cmd dsp_xu.cmd

MEMORY { DARAM : origin = 000100h, length = 00FEFFh SARAM : origin = 010100h, length = 017EFFh VEC : origin = 010000h, length = 000100h } /* SPECIFY THE SECTIONS ALLOCA
www.eeworm.com/read/256054/12031948

cpp proj14_01.cpp

#include class Samp{ public: void Setij(int a, int b){i=a,j=b;} ~Samp(){ cout