代码搜索:allocation
找到约 5,034 项符合「allocation」的源代码
代码结果 5,034
www.eeworm.com/read/160611/5569208
c pa_allocation.c
/*
* $Id: pa_allocation.c,v 1.2 2004/04/22 04:19:50 mbrubeck Exp $
* Portable Audio I/O Library allocation group implementation
* memory allocation group for tracking allocation groups
*
* Based
www.eeworm.com/read/160611/5569212
h pa_allocation.h
#ifndef PA_ALLOCATION_H
#define PA_ALLOCATION_H
/*
* $Id: pa_allocation.h,v 1.2 2004/04/22 04:19:50 mbrubeck Exp $
* Portable Audio I/O Library allocation context header
* memory allocation context
www.eeworm.com/read/475048/6800944
m subcarrier_allocation.m
clc
clear
radium=600; %小区半径
fc=5e9; %中心载波频率
n1=2; %衰落系数(LOS)
n2=4;
www.eeworm.com/read/453568/7416941
c frequency_allocation.ex.c
/*
** Frequency_Allocation.ex.c :
**
** Bluetooth model in Opnet
** National Institute of Standards and Technology
**
** This model was developed at the National Institute of Standards
** and T
www.eeworm.com/read/101039/6260398
sql c_allocation_reverse.sql
CREATE OR REPLACE PROCEDURE C_Allocation_Reverse
(
p_PInstance_ID IN NUMBER
)
/*************************************************************************
* The contents of this file are sub
www.eeworm.com/read/101039/6260476
sql c_allocation_trg.sql
CREATE OR REPLACE TRIGGER C_Allocation_Trg
AFTER INSERT OR UPDATE
ON C_Allocation
FOR EACH ROW
DECLARE
/*************************************************************************
* The content
www.eeworm.com/read/486331/6539339