-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1
-
Windows NT 3.1引入了一种名为PE文件格式的新可执行文件格式。PE文件格式的规范包含在了MSDN的CD中(Specs and Strategy, S...
Windows NT 3.1引入了一种名为PE文件格式的新可执行文件格式。PE文件格式的规范包含在了MSDN的CD中(Specs and Strategy, Specifications, Windows NT File Format Specifications),但是它非常之晦涩。本程序实现了对PE文件的修改.-Windows NT 3.1 introduces a file format called PE a new executable file format. PE file format specification is included in the MSDN the CD in (Specs and Strategy, Specifications, Windows NT File Format Specifications), but it is very obscure. Realize this process of PE file changes.
- 2022-04-29 05:55:54下载
- 积分:1
-
This is a sample LonWorks plugin application written in Visual basic.
This a sample LonWorks plugin application written in Visual basic.-This is a sample LonWorks plugin application written in Visual basic.
- 2023-06-20 02:15:03下载
- 积分:1
-
Fitting surface
你好。
- 2023-08-04 16:50:03下载
- 积分:1
-
write C code conversion RISC_SPM into hex code, thus enabling RISC_SPM can use c...
C++写的 转换RISC_SPM 代码成hex code,从而使得RISC_SPM可以使用,代码及说明均在压缩包内-write C code conversion RISC_SPM into hex code, thus enabling RISC_SPM can use code and explanations were compressed within
- 2022-08-05 09:39:47下载
- 积分:1
-
可以SeDebugPrivilege用户权限用打开系统的进程
可以SeDebugPrivilege用户权限用打开系统的进程-SeDebugPrivilege user permissions can be used to open the process of system
- 2022-03-06 01:50:26下载
- 积分:1
-
windowsceprogramming上传代码的源代码的第一个版本,分解…
上传的代码是WindowsCEProgramming第一版的源代码,解压即可!-upload WindowsCEProgramming code is the first edition of the source code, Decompression can be!
- 2022-06-26 12:17:58下载
- 积分:1
-
打开网页文件并替换输入字符
打开网页文件并替换输入字符-open documents for the Web and replace imported characters
- 2022-05-27 21:12:20下载
- 积分:1
-
个人财务管理系统,适合个人日常财务管理使用,基本功能已经具备。...
个人财务管理系统,适合个人日常财务管理使用,基本功能已经具备。-Personal financial management system, suitable for day-to-day financial management of personal use, the basic functions available.
- 2022-08-23 07:28:23下载
- 积分:1
-
动态数组实现冒泡算法
主要学习两种C语言动态数组的创建方法。
- 2023-08-06 08:20:02下载
- 积分:1