搜索资源列表
zy1
- 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
duoxianchengchenxushejicd
- 多线程程序设计的配书光盘,用C++描述的-multithreaded programming distribution on CD-ROM, with the C Descr iption
tenor_cycle
- 用于存储器分配的最佳适应算法的模拟 要求:利用Windows API中内存分配和释放的函数调用模拟用于动态分区分配的最佳适应算法的实现过程。-memory allocation for the best adaptation algorithm simulation requirements : Using Windows API memory allocation and the release of the function call for dynamic simulation of
ThreadManagement
- 实现一个多线程管理类,能够设定线程个数,自动分配任务,判定进程是否结束-The realization of a multi-threaded management can set the number of threads, automatic distribution of tasks, to determine whether or not the end of the process
caozuoxitongyouxiantiaodusuanfa
- 根据单cpu系统任何一个时刻最多只能有一个进程处于cpu中处于执行状态,在进行进程调度时应按一定的原则实现进程的调度。 cpu优先调度是根据系统事先分配好的各优先级及编程者自己规定的进程优先级实现进程调度。优先级高的进程可以中断优先级低的进程而进入运行状态-Single-cpu system according to any one moment only to have a process in the implementation in a cpu in the state, when
bank
- 通过实现银行家算法代码 来检测进程分配是否安全-Banker' s algorithm through the process of distribution of code to detect if it is safe
PRocess
- 一款演示进程调度的软件. 具有完整的调度演示功能.可以实现文件,随机,手动分配等.-A demonstration of the process of scheduling software. With a complete presentation of the scheduling function. Can be documents, random, manual distribution.
Process_show
- 操作系统作业 模拟进程分配调度 进程管理主要包括进程控制、进程调度、进程的同步与互斥的模拟实现。-Simulation of the process of distribution of the operating system scheduling
905186
- 操作系统课程设计\存储管理---动态分区分配算法的模拟-Operating systems curriculum design \ storage management--- the distribution of dynamic partitioning of the simulation algorithm
200710405115-3
- 操作系统的课程报告,关于内存的分区,分配,回收,以及分页置换功能!-The operating system programs report on the memory partition, distribution, recycling, and the replacement paging features!
zuixianshipei
- 最先适配算合法、操作系统、实现空间的分配与回收-distribution and recovery
ThreadPool
- api线程池代码 materials provided with the distribution.- materials provided with the distribution.
FtlThreadPoolDemo
- 一个功能强大的线程池实现,可以管理线程池中的每一个线程,包括启动、停止、挂起,分配,回收等-A powerful thread pool to achieve, you can manage each thread in the thread pool, including start, stop, suspend, distribution, recycling and other
use-hkthogo
- 基于netlogo仿真平台的,运用java编写的模拟社会财富分布情况的程序-Based on netlogo simulation platform, the use of written in Java simulation of the social wealth distribution program
PI
- 编写程序计算 PI 值 要求: ① 采用至少两种 线程分配方法; ② 使用时间函数统计每个线程的计算时间,对比分析哪种分配方法更优; ③ 程序调试及运行,输出运行结果。(Write programs to calculate PI values Requirements: 1.Use at least two kinds of thread allocation methods; 2.Use time function to calculate the computation ti