代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/349627/10812485
c guialloc.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/327775/13062217
m test.m
%这是我自己验证算法性能时的参数赋值,并有图形,可做参考
clc
clear
aa=linspace(0.1,10,20);
qq=linspace(0.1,10,20);
%aa=10*rand(1,20)
%qq=10*rand(1,40)
K=20;
pp=optimal_pow_alloc(aa,K);
p=suboptimal_alloc(qq,K);
sum(p);
www.eeworm.com/read/327775/13062259
m test.m
%这是我自己验证算法性能时的参数赋值,并有图形,可做参考
clc
clear
aa=linspace(0.1,10,20);
qq=linspace(0.1,10,20);
%aa=10*rand(1,20)
%qq=10*rand(1,40)
K=20;
pp=optimal_pow_alloc(aa,K);
p=suboptimal_alloc(qq,K);
sum(p);
www.eeworm.com/read/327775/13062300
m test.m
%这是我自己验证算法性能时的参数赋值,并有图形,可做参考
clc
clear
aa=linspace(0.1,10,20);
qq=linspace(0.1,10,20);
%aa=10*rand(1,20)
%qq=10*rand(1,40)
K=20;
pp=optimal_pow_alloc(aa,K);
p=suboptimal_alloc(qq,K);
sum(p);
www.eeworm.com/read/327775/13062331
m test.m
%这是我自己验证算法性能时的参数赋值,并有图形,可做参考
clc
clear
aa=linspace(0.1,10,20);
qq=linspace(0.1,10,20);
%aa=10*rand(1,20)
%qq=10*rand(1,40)
K=20;
pp=optimal_pow_alloc(aa,K);
p=suboptimal_alloc(qq,K);
sum(p);
www.eeworm.com/read/147331/5731185
c dl-minimal.c
/* Minimal replacements for basic facilities used in the dynamic linker.
Copyright (C) 1995,96,97,98,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU
www.eeworm.com/read/141300/5771120
h cmath.h
#ifndef _CMATH_H
#define _CMATH_H
#define alloc_c(len) ((complex *) tmalloc((len) * sizeof (complex)))
#define alloc_d(len) ((double *) tmalloc((len) * sizeof (double)))
#endif
www.eeworm.com/read/258382/11866992
c unload.c
#include "Driver.h"
#ifdef ALLOC_PRAGMA
#pragma alloc_text (PAGE, Unload)
#endif
/*************************************************************************************************/
VOID U
www.eeworm.com/read/129999/14212818
h ppp_mod.h
/*
* Miscellaneous definitions for PPP STREAMS modules.
*/
/*
* Macros for allocating and freeing kernel memory.
*/
#ifdef SVR4 /* SVR4, including Solaris 2 */
#include
#define ALL
www.eeworm.com/read/129999/14212849
h ppp_mod.h
/*
* Miscellaneous definitions for PPP STREAMS modules.
*/
/*
* Macros for allocating and freeing kernel memory.
*/
#ifdef SVR4 /* SVR4, including Solaris 2 */
#include
#define ALL