资源列表
[进程与线程] 另一个优先级调度算法
说明:设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,帮助了解处理机调度的过程。-design is a complicated process N-running process scheduler, process scheduling algorithm : the highest priority to a few priority scheduling<程倩> 在 2008-10-13 上传 | 大小:2.83kb | 下载:0
[进程与线程] remote_thread
说明:Remote Run Library是一个为部分代码提供完整的远程(这里的远程指不同于本进程的其他进程空间)运行环境(包括在代码中使用隐式API调用、字符串常量、全局/静态变量、异常保护)的工具。它允许你在任意进程(只要你有足够的权限)运行一段代码甚至一个exe,从而可以让两个或多个可执行文件在同一个进程空间运行。-Remote Run Library is a part of the code provides a complete<syf> 在 2008-10-13 上传 | 大小:54.58kb | 下载:0
[进程与线程] 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 su<syf> 在 2008-10-13 上传 | 大小:40.71kb | 下载:0
[进程与线程] 用成员变量进行线程通信
说明:线程怎么通信,这里有解释.线程就是操作系统分配给处理器的基本单元.系统为没一个线程分配一个堆栈-threads how communications, explained here. The operating system is threaded processors allocated to the basic unit. No one system to allocate a thread stack<郑强> 在 2008-10-13 上传 | 大小:43.66kb | 下载:0
[进程与线程] RWCriticalSection_src
说明:一种可以利用它来实现线程安全读写控制的模型,可以在vc下编译运行。-one can use it for reading and writing threaded control of the security model, the compiler running under vc.<dd> 在 2008-10-13 上传 | 大小:1.9kb | 下载:0
[进程与线程] 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<dd> 在 2008-10-13 上传 | 大小:8.98kb | 下载:0
[进程与线程] producerConsumerModel_src
说明:当前比较流行的线程生产者和消费者模型,主要采用了信号灯机制。在vc6编译-current more popular threads model of producers and consumers, mainly in the signal mechanism. The compiler vc6<dd> 在 2008-10-13 上传 | 大小:19.77kb | 下载:0