代码搜索:Allocation

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

代码结果 5,034
www.eeworm.com/read/380204/9157734

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/379499/9194820

cmd test1.cmd

test.obj -o test.out MEMORY { PAGE 0: PROG: origin =6000h, length = 2000h /* Internal Program DRAM */ PAGE 1: DATA: origin = 300h, length = 1000h /* Internal Data DRAM */ }
www.eeworm.com/read/379499/9194825

cmd fsk1.cmd

fsk1.obj -o fsk1.out MEMORY { PAGE 0: PROG: origin =6000h, length = 2000h /* Internal Program DRAM */ PAGE 1: DATA: origin = 300h, length = 1000h /* Internal Data DRAM */ }
www.eeworm.com/read/182197/9212118

h header.h

#include #include #include #include #include #define STRBUF 256 /* Default string buffer size */ #define SEPARATOR(a)
www.eeworm.com/read/378183/9245042

dat funtc292b.dat

#include #include int main(void) { printf("Changing allocation with sbrk() "); printf("Before sbrk() call: %lu bytes free ",(unsigned long) coreleft()); sbrk(1000
www.eeworm.com/read/378183/9245707

dat funtc96b.dat

#include #include int main(void) { char *ptr; printf("Changing allocation with brk() "); ptr = malloc(1); printf("Before brk() call: %lu bytes free ", corele
www.eeworm.com/read/377407/9277800

c mmu.c

/* memory management * * * $Id: mmu.c 729 2005-05-14 19:41:43 +0200 (Sat, 14 May 2005) mhe $ */ #include #include #include "lstm.h" #include "mmu.h" /* allocates a
www.eeworm.com/read/373718/9441837

cpp nrutils.cpp

/* ** File: nrutil.c */ #include #include #include "nrutils.h" static char rcsid[] = "Hidden Markov Model"; void nrerror(char *text) //char *text; { //void
www.eeworm.com/read/373676/9443781

txt 死锁检测.txt

实验四、 死锁检测算法的实现 实验目的:掌握银行家算法 实验目录: /home/b32/b32019/huangdongkai/experiment4 实验内容:假定某系统有10类资源,编程实现死锁的检测算法。 1) 分别读入5个进程的资源总需求,以及各个进程现占有的资源情况; 2) 生成系统可用资源向量; 3) 判断此状况下系统是否安全,如安全打印出安全序列。 ...
www.eeworm.com/read/176783/9484274

java layeridecoder.java

/* * 12/12/99 Initial version. Adapted from javalayer.java * and Subband*.java. mdm@techie.com /*----------------------------------------------------------------------- * This program is f