搜索资源列表
-
0下载:
1.1 设计的目的
加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。
1.2 设计的要求
用VC编程实现一个资源管理系统,该系统必须包括资源的添加、删除和修改等功能,并且允许其它进程来申请这里的资源,任何一个进程来申请资源时,必须先登记该进程对资源的申请要求,然后由系统检查当前资源的状况,并用银行家算法和安全性算法来检查是否允许分配资源给进程。
每个进程申请资源的情况必须进行记录,并作为课程设计报告的一部分数据。-1.1 is des
-
-
0下载:
AN INFORMATION-BASED APPROACH TO
SENSOR RESOURCE ALLOCATION
-
-
0下载:
Heirarchial resource allocation and frequency reuse schemes
-
-
0下载:
进程(Process)是计算机中的程序关于某数据集合上的一次运行活动,是系统进行资源分配和调度的基本单位,是操作系统结构的基础。在早期面向进程设计的计算机结构中,进程是程序的基本执行实体;在当代面向线程设计的计算机结构中,进程是线程的容器。程序是指令、数据及其组织形式的描述,进程是程序的实体-Process is a computer program on a data set on the first run activities, it is the basic unit for resou
-
-
0下载:
在matlab环境中自动识别连通区域的大小,各种资源分配算法实现,可以提取一幅图中想要的目标。- Automatic identification in the matlab environment the size of the connected area, Various resource allocation algorithm, Target can be extracted in a picture you want.
-
-
0下载:
各种资源分配算法实现,算法优化非常好,几乎没有循环,实现了对10个数字音的识别程。- Various resource allocation algorithm, Algorithm optimization is very good, almost no circulation, Realization of 10 digital audio recognition progra.
-
-
0下载:
包含位置式PID算法、积分分离式PID,D-S证据理论数据融合,各种资源分配算法实现。- It contains positional PID algorithm, integral separate PID, D-S evidence theory data fusion, Various resource allocation algorithm.
-
-
0下载:
各种资源分配算法实现,含噪脉冲信号进行相关检测,独立成分分析算法降低原始数据噪声。- Various resource allocation algorithm, Noisy pulse correlation detection signal, Independent component analysis algorithm reduces the raw data noise.
-
-
0下载:
包括最小二乘法、SVM、神经网络、1_k近邻法,用于时频分析算法,各种资源分配算法实现。- Including the least squares method, the SVM, neural networks, 1 _k neighbor method, For time-frequency analysis algorithm, Various resource allocation algorithm.
-
-
0下载:
利用matlab GUI实现的串口编程例子,各种资源分配算法实现,用于信号特征提取、信号消噪。- Use serial programming examples matlab GUI implementation, Various resource allocation algorithm, For feature extraction, signal de-noising.
-
-
0下载:
包括最后计算压缩图像的峰值信噪比和压缩效果的源码,各种资源分配算法实现,做视觉测量的上位机代码。- Including the final calculation of the compressed image peak signal to noise ratio and compression of the source, Various resource allocation algorithm, Do Vision Measurement PC code.
-
-
0下载:
基于小波变换的数字水印算法matlab代码,关于非线性离散系统辨识,各种资源分配算法实现。- Based on wavelet transform digital watermarking algorithm matlab code, Nonlinear discrete system identification, Various resource allocation algorithm.
-
-
0下载:
AHP层次分析法计算判断矩阵的最大特征值,一些自适应信号处理的算法,各种资源分配算法实现。- Calculate the maximum eigenvalue judgment matrix of AHP, Some adaptive signal processing algorithms, Various resource allocation algorithm.
-
-
0下载:
进行逐步线性回归,插值与拟合,解方程,数据分析,各种资源分配算法实现。- Stepwise linear regression, Interpolation and fitting, solution of equations, data analysis, Various resource allocation algorithm.
-
-
0下载:
线性调频脉冲压缩的Matlab程序,加入重复控制,各种资源分配算法实现。- LFM pulse compression of the Matlab program, Join repetitive control, Various resource allocation algorithm.
-
-
0下载:
ML法能够很好的估计信号的信噪比,各种资源分配算法实现,MIT人工智能实验室的目标识别的源码。- ML estimation method can be a good signal to noise ratio, Various resource allocation algorithm, MIT Artificial Intelligence Laboratory identification of the target source.
-
-
0下载:
各种资源分配算法实现,关于非线性离散系统辨识,完整的图像处理课设,包含所有源代码,汽车图像。- Various resource allocation algorithm, Nonlinear discrete system identification, Complete class-based image processing, contains all of the source code, auto image.
-
-
0下载:
Resource Allocation for D2D Communications
Underlaying a NOMA-Based Cellular Network
-
-
0下载:
Multi-channel Resource Allocation towards Ergodic
Rate Maximization for Underlay Device-to-Device
Communications
-
-
2下载:
有两条道路双向两个车道,即每条路每个方向只有一个车道,两条道路十字交叉。假设车辆只能向前直行,而不允许转弯和后退。如果有4辆车几乎同时到达这个十字路口,如图(a)所示;相互交叉地停下来,如图(b),此时4辆车都将不能继续向前,这是一个典型的死锁问题。从操作系统原理的资源分配观点,如果4辆车都想驶过十字路口,那么对资源的要求如下:
向北行驶的车1需要象限a和b;
向西行驶的车2需要象限b和c;
向南行驶的车3需要象限c和d;
向东行驶的车4需要象限d和a。
clipboa
-