搜索结果

找到约 38 项符合 allocation 的查询结果

matlab例程 matlab code for mimo system optimal power allocation algorithm

matlab code for mimo system optimal power allocation algorithm
https://www.eeworm.com/dl/665/494453.html
下载: 154
查看: 1117

通信网络 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 ...
https://www.eeworm.com/dl/564/33849.html
下载: 96
查看: 1078

其他 .数据结构 假设有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 ...
https://www.eeworm.com/dl/534/146226.html
下载: 189
查看: 1040

其他 数据结构 假设有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 ...
https://www.eeworm.com/dl/534/146227.html
下载: 177
查看: 1045

软件设计/软件工程 英文论文78页

英文论文78页,Dynamic Storage Allocation -A Survey and Critical Review by PaulR.Wilson at CS Dept.德州奥斯丁 讲动态存储分配,个人感觉不错
https://www.eeworm.com/dl/684/219942.html
下载: 139
查看: 1029

数据结构 /* * 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 ...
https://www.eeworm.com/dl/654/287755.html
下载: 99
查看: 1032

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 ( ...
https://www.eeworm.com/dl/665/290909.html
下载: 190
查看: 1088

操作系统开发 银行家算法可以避免死锁。算法结构 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):进程申请资源矩阵 ...
https://www.eeworm.com/dl/531/391600.html
下载: 30
查看: 1063

行业发展研究 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....
https://www.eeworm.com/dl/692/443271.html
下载: 168
查看: 1038

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 ...
https://www.eeworm.com/dl/619/451815.html
下载: 76
查看: 1028