资源列表
优先级调度算法
- 设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,了解处理机调度的过程。-design is a complicated process N-running process scheduler, process scheduling algorithm : the highest priority to a few priority scheduling algorithm. The experimental simu
另一个读者写者问题
- 创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题。-the process of creating a console, this process contain n threads. Use of these n threads to express n readers who write. Each thread according to the corresponding t
另一个优先级调度算法
- 设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,帮助了解处理机调度的过程。-design is a complicated process N-running process scheduler, process scheduling algorithm : the highest priority to a few priority scheduling algorithm. The experimental si
remote_thread
- Remote Run Library是一个为部分代码提供完整的远程(这里的远程指不同于本进程的其他进程空间)运行环境(包括在代码中使用隐式API调用、字符串常量、全局/静态变量、异常保护)的工具。它允许你在任意进程(只要你有足够的权限)运行一段代码甚至一个exe,从而可以让两个或多个可执行文件在同一个进程空间运行。-Remote Run Library is a part of the code provides a complete remote (remote here refers to
processes_viewer
- “任务管理器”中的进程查看只能显示进程的名称,而这个程序可以显示进程的全路径,帮助我们找到可疑程序的启动路径,程序具有“结束进程“的功能-"task manager" in the process View only shows the names of the process, and this process will show the entire process trails, help us find suspicious path to the commencem
标准打印杨辉三角
- 一般的都是打印直角三角形式的杨辉三角,本人作了点修改,输出等边三角(非直角)形式的杨辉三角, -general are right triangle-print Pascal's Triangle, I made a point changes, the output equilateral triangle (non-Cartesian) form of Pascal's Triangle.
用成员变量进行线程通信
- 线程怎么通信,这里有解释.线程就是操作系统分配给处理器的基本单元.系统为没一个线程分配一个堆栈-threads how communications, explained here. The operating system is threaded processors allocated to the basic unit. No one system to allocate a thread stack
RWCriticalSection_src
- 一种可以利用它来实现线程安全读写控制的模型,可以在vc下编译运行。-one can use it for reading and writing threaded control of the security model, the compiler running under vc.
ThreadPool_src
- 当前比较流行的线程POOL的类,利用它就可以实现服务器的实时处理模型,代码为vc7下-current more popular threads POOL class, it can be used to achieve real-time processing server model, under the code-vc7
producerConsumerModel_src
- 当前比较流行的线程生产者和消费者模型,主要采用了信号灯机制。在vc6编译-current more popular threads model of producers and consumers, mainly in the signal mechanism. The compiler vc6
操作系统实验论文
- 我们的操作系统实验的论文,内容好多,可以看看,-papar of os experiment,just try it
反馈
- 用c语言模拟的多极反馈队列算法,-simulated multi-polar feedback queue algorithm ,----------------------------------------