代码搜索:Allocation

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

代码结果 5,034
www.eeworm.com/read/103451/6215532

cpp memory.cpp

//------------------------------------------------------------------- // Author........: Aleksander 豩rn // Date..........: // Description...: Global memory allocation/deallocation operators. // Re
www.eeworm.com/read/101082/6241008

s alloca.s

/* alloca.s 4.1 83/06/27 */ /* like alloc, but automatic automatic free in return */ #include "DEFS.h" ENTRY(alloca) subl2 4(ap),sp /* crude allocation */ movl 16(fp),r1 /* pc */ movq 8(fp),ap /*
www.eeworm.com/read/185005/6314227

cpp matrix.cpp

/******************************************************************* * matrix.cpp - Implementation of handling matrix operation * * Copyright by Xiangyu Dong
www.eeworm.com/read/487835/6356821

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/479345/6691864

lst chap17.lst

listing 1 #include #include float *get_mem(void) { float *p; p = calloc(100, sizeof(float)); if(!p) { printf("Allocation Error\n"); exit(1); } ret
www.eeworm.com/read/408388/11390519

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/262651/11396628

cmd sin.cmd

MEMORY { PAGE 0: PROG: origin =0E000h, length = 1000h /* Internal Program DRAM */ VECS: origin =0F000h, length =0080h PAGE 1: DATA: origin = 300h, length = 4000
www.eeworm.com/read/407177/11426473

txt 上传.txt

1.(若知道进程号,那么可以通过HASH 表很快地找到该进程)查找函数 static inline struct task_struct *find_task_by_pid(int pid) struct task_struct*p,**htable=&[pid_hashfn(pid)];for(p=*htable;p&&p->pid!=;p=p->pidhash_next);return
www.eeworm.com/read/406910/11432766

m radchanalloc.m

function [k, obkn] = radchanalloc(b, obk, bdes) % DESCRIPTION [k ,obkn] = radchanalloc(b, obk, bdes) % Radio Channel Allocation. % INPUT % b -- Bases where channels are requested. % obk --
www.eeworm.com/read/406747/11436826

rb scope.rb

#!/usr/bin/env ruby require 'gtk2' # require 'serialport' doesn't work, so use Kernel::require Kernel::require 'serialport' class SingleStripChart < Gtk::DrawingArea def initialize(w, h, tv, bv, sh