搜索结果
找到约 38 项符合
allocation 的查询结果
按分类筛选
matlab例程 matlab code for mimo system optimal power allocation algorithm
matlab code for mimo system optimal power allocation algorithm
通信网络 EDGE信道分配原则
Contents
1 Introduction 1
2 Glosary 1
2.1 Concepts 1
2.2 Abbreviations and acronyms 4
3 Capabilities 6
4 Technical Description 6
4.1 General 6
4.2 Service oriented Allocation of Resources on the Abis
interface (SARA) 8
4.3 Configuration of dedicated PDCHs ...
其他 .数据结构 假设有M个进程N类资源
.数据结构
假设有M个进程N类资源,则有如下数据结构:
MAX[M*N] M个进程对N类资源的最大需求量
AVAILABLE[N] 系统可用资源数
ALLOCATION[M*N] M个进程已经得到N类资源的资源量
NEED[M*N] M个进程还需要N类资源的资源量
2.银行家算法
设进程I提出请求Request[N],则银行家算法按如下规则进行判断。
(1)如果Request ...
其他 数据结构 假设有M个进程N类资源
数据结构
假设有M个进程N类资源,则有如下数据结构:
MAX[M*N] M个进程对N类资源的最大需求量
AVAILABLE[N] 系统可用资源数
ALLOCATION[M*N] M个进程已经得到N类资源的资源量
NEED[M*N] M个进程还需要N类资源的资源量
2.银行家算法
设进程I提出请求Request[N],则银行家算法按如下规则进行判断。
(1)如果Request[N ...
软件设计/软件工程 英文论文78页
英文论文78页,Dynamic Storage Allocation -A Survey and Critical Review by PaulR.Wilson at CS Dept.德州奥斯丁 讲动态存储分配,个人感觉不错
数据结构 /* * The internal form of a hash table. * * The table is an array indexed by the hash of the k
/*
* The internal form of a hash table.
*
* The table is an array indexed by the hash of the key collisions
* are resolved by hanging a linked list of hash entries off each
* element of the array. Although this is a really simple design it
* isn t too bad given that pools have a low allocation ...
matlab例程 EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, suc
EKF-SLAM Simulator
This version of the simulator uses global variables for
all large objects, such as the state covariance matrix.
While bad programming practice, it is a necessary evil
for MatLab efficiency, as MatLab has no facility to avoid
gratuitous memory allocation and copying when passing
( ...
操作系统开发 银行家算法可以避免死锁。算法结构 n : 系统中进程个数 m :系统中的资源类数 1)available(m):现有资源向量 2) max(n,m):资源最大申请量 3)allocat
银行家算法可以避免死锁。算法结构
n : 系统中进程个数
m :系统中的资源类数
1)available(m):现有资源向量
2) max(n,m):资源最大申请量
3)allocation(n,m):资源分配矩阵
4)need(n,m):进程以后还需要的资源矩阵
5)request(n,m):进程申请资源矩阵 ...
行业发展研究 MIMO-OFDM 国外博士论文 1.Transmitter strategies for closed-loop MIMO-OFDM,2.Spatial processing, power cont
MIMO-OFDM 国外博士论文 1.Transmitter strategies for closed-loop MIMO-OFDM,2.Spatial processing, power control, and channel allocation for OFDM wireless communications....
Linux/Unix编程 width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) cu
width = gdk_pixbuf_animation_get_width(ani)
height = gdk_pixbuf_animation_get_height(ani)
current_frame_list = gdk_pixbuf_animation_get_frames(ani)
pixmap = gdk_pixmap_new(w->window, width, height, -1)
clean_pixmap = gdk_pixmap_new(w->window, width, height, -1)
if (w->style->bg_pixmap ...