-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1
-
得到当前IE窗口中的源码
得到当前IE窗口中的源码-current IE window to be the source
- 2022-05-16 19:13:42下载
- 积分:1
-
描述了一些语音情感识别的方法和实验
描述了一些语音情感识别的方法和实验-Describe a number of voice emotion recognition method and experimental
- 2022-04-10 17:31:02下载
- 积分:1
-
windows in the game bring their own de
windows中自带的游戏扫雷代码,包括界面,功能都相同,游戏可以设置初级,中级,高级,可改变界面颜色,设置声音,初级,中级,和高级保存一个最好记录。-windows in the game bring their own de-mining code, including interface, features are the same, the game can set the primary, intermediate and advanced, can change the interface colors, sound settings, primary, intermediate, and advanced to preserve the best record.
- 2022-02-14 19:34:59下载
- 积分:1
-
锁定鼠标,按ALT + F4 可以退出
锁定鼠标,按ALT + F4 可以退出-lock mouse, according ALT F4 can be withdrawn
- 2022-05-27 05:33:52下载
- 积分:1
-
this a test because i have nothing to upload. hope u understand.
this a test because i have nothing to upload. hope u understand.-this is a test because i have nothing to upload. hope u understand.
- 2023-02-23 06:35:03下载
- 积分:1
-
B2D角色扮演游戏
B2D角色扮演游戏 很好很强大的 一个小人可以东来东去-B2D role play game
- 2022-02-06 04:16:44下载
- 积分:1
-
Tag Database Tool for iRiver iHP
Tag Database Tool for iRiver iHP-1xx/H1xx Music Players source code
- 2022-06-15 15:04:21下载
- 积分:1
-
视觉基本写事件
visual basic写的基于事件驱动的串口通讯控件,大家可以使用-visual basic to write event-driven based on the serial communication control, we can use
- 2022-02-26 08:29:54下载
- 积分:1
-
一个无论鼠标点击还是放到按钮上还是释放,都可以播放音效的实例...
一个无论鼠标点击还是放到按钮上还是释放,都可以播放音效的实例-Whether or put a button on a mouse click or release, can play sound examples! !
- 2022-07-14 04:35:33下载
- 积分:1