搜索资源列表
zy1
- 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
xgVar
- 多线程安全的变量模板,可以派生各种多线程安全的变量,方便地实现线程同步安全.-multithreading security template variables can be derived various multithreading safety variables, a convenient way to achieve security thread synchronization.
servlet.jar
- 这不文档介绍了 多线程的安全 和单线程的不安全问题 大家多-This does not document describes the safety and single-threaded multi-threading problem we see more of insecurity
CriticalSectionDemo05
- 适用临界区线程同步技术,对线程安全性问题作处理,也是最简单的一种同步技术-Critical section for thread synchronization, thread-safety issues of handling, is the simplest kind of synchronization
operation-system-study
- 操作系统的进程、线程的打开与关闭,进程的安全,多线程的实现的文档和源码-Operating system process, thread open and close, process safety, multi-threaded implementation documentation and source code
mybank.c
- 纯c实现的银行家算法,采用pthread多线程编程,模拟资源的安全有效分配-the banker‘s algorithm based on pthread and safety algorithm
