搜索资源列表
zy1
- 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
process
- #include <string.h> #include <fstream.h> #include <stdio.h> #include <stdlib.h> #define FINISH 0 //完成状态 #define RUNNING 1 //运行状态 #define READY 2 //就绪状态 #define WAITIO 3 //io等待状态 #define WAITREAD 4//读写等待状态
安全稳定的实现进线程监控
- 用PsSetCreateProcessNotifyRoutine,PsSetCreateThreadNotifyRoutine来进行进程线程监控我想大家已经都非常熟练了.sinister在<>一文中已经实现得很好了.前一段时间看到网上有人在研究监视远线程的文章,比较有意思.就写代码玩一玩.这之中就出现了一些问题.比方说直接用sinister的代码的话,是不能动态卸载的,因为他在安装了进线程监视函数后没有进行清除动作,造成在动态卸载时蓝屏,BUGCHECK为0x000000ce,错误码
cxtq
- 程序提权,全都封好了,直接调用AquirePrivileges()即可。 如果非mfc去掉#include <stdafx.h>即可。-here is the app
chapter6.tar
- < 多核程序设计>>第6章源代码。主要为多线程编程。-<Multi-core programming>> Chapter 6 of the source code. Mainly for multi-threaded programming.
threadfunctions
- visual c++ 线程函数实例; <unistd.h>头文件相关函数功能说明。-visual c++ thread example of a function <unistd.h> Function Descr iption header file related functions.
memory_perf
- 这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此并行示例程序演示了一个单应用程序被并行执行此程序演示了不同的内存分配内存控制器和缓存的命中率。它还衡量了各种不同类型的存储器在很多情况下的性能。 -This program demonstrates the allocation of memory with different memory controller and cache homing properties. It also
MultiThreadWorker
- Class MultiThreadWorkers<T> is generic class that used to queue works in definable thread counts. T is type of data and its event based
threads
- 《操作系统概念》(第七版)第四单元实验利用多线程实现矩阵乘法源码。-<<Operation System Concepts>>(Seventh Edition) chapter 4 Project:Matrix Multiplication
366548
- http浏览器,要在你的VC++中按如下设置以下: Add the path to <Oledb32(HTTP browser, want to be in your vc + + according to the following Settings in the following: Add the path to & lt;)
klash-container
- Thisdemoisfrom<<MFCanwserbook>>,Demoshowt()
cwdgmeqtexecute
- Thisdemoisfrom<<MFCanwswerbook>>,Thisis()