-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1
-
在C++中的一个小的基本解释器!
A tiny BASIC interpreter in c !
- 2022-02-05 05:39:06下载
- 积分:1
-
一个学习标准模版的好例子!大学时候老师给的!供大家参考!...
一个学习标准模版的好例子!大学时候老师给的!供大家参考!-a study standard template good example! University teachers to time! For your reference!
- 2022-11-09 00:40:04下载
- 积分:1
-
三层结构开发图书系统.适合初学者学习参考.
三层结构开发图书系统.适合初学者学习参考.-Development of circulation systems the three-tier structure. Reference for beginners to learn.
- 2022-07-13 21:22:34下载
- 积分:1
-
c#图书管理系统源代码
包含SQL数据库
仅供参考
c#图书管理系统源代码
包含SQL数据库
仅供参考-c#bookfsfdsgafsgdfgdsfgdfgdsgdsfg
- 2023-01-06 06:55:03下载
- 积分:1
-
贪食蛇在TURBORC上运行的小游戏
我已经在自己的机器上运行过
能够很好的运行
希望站长采纳...
贪食蛇在TURBORC上运行的小游戏
我已经在自己的机器上运行过
能够很好的运行
希望站长采纳-TURBORC pivotal in the running of small game I have in their machines running off to a very good Operation head of the adoption hope
- 2022-02-25 17:18:19下载
- 积分:1
-
Rutas desde ASP.net con visual basic .net
Rutas desde ASP.net con visual basic .net
- 2022-01-21 05:25:08下载
- 积分:1
-
Program receives the user types a line character (the number of no more than 80...
程序接收用户键入的一行字符(字符个数不超过80个,该字符串用回车符结束),并按字母、数字及其他字符分类计数,然后将结果存入以letter、digit和other为名的存储单元中。-Program receives the user types a line character (the number of no more than 80 characters, the string end with a carriage return), according to letters, numbers and other characters were counted, and the results stored in order to letter, digit and the other in the name of the storage unit.
- 2023-05-14 03:05:03下载
- 积分:1
-
该小程序用于对程序的使用设置使用限制,方便用户的使用
该小程序用于对程序的使用设置使用限制,方便用户的使用-The small program used to set up procedures for the use of restriction on the use and user-friendly use of
- 2022-03-21 19:19:34下载
- 积分:1
-
大量的DELPHI习题 初学者的宝典 总共17个章节
大量的DELPHI习题 初学者的宝典 总共17个章节-lot of the Delphi Exercise beginners book a total of 17 chapters
- 2023-05-12 22:25:04下载
- 积分:1