-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1
-
自己初学VB时编写的一个计算器的例子,欢迎初学者下载
自己初学VB时编写的一个计算器的例子,欢迎初学者下载-VB beginner to prepare themselves when a calculator example, beginners welcome to download
- 2022-06-13 13:44:01下载
- 积分:1
-
该程序模拟了一个简单的神经元,神经networkreporting在稳定状态…
The program Neuron.c simulates a SIMPLE stable state neural networkreporting on both input and output states and energy levels after eachiteration (namely set up for 8, though usually the network stabilizes afterabout 4). The program demonstrates a very straight-forward method ofprogramming a content-addressable memory and receiving output from that memory.
- 2022-02-01 07:17:54下载
- 积分:1
-
DOS based menu system
DOS based menu system
- 2022-07-21 07:16:28下载
- 积分:1
-
微软的vb.net101示例
微软的vb.net101示例-Microsoft vb.net101 Example
- 2022-10-26 18:50:04下载
- 积分:1
-
aam模型,又称主动表现模型,即active appearence model。是研究人脸识别,表情识别,3D人脸建模等不可多得的好材料。...
aam模型,又称主动表现模型,即active appearence model。是研究人脸识别,表情识别,3D人脸建模等不可多得的好材料。-aam model, also known as the active performance of models, namely, active appearence model. Is to study the face recognition, face recognition, 3D face modeling and other rare good material.
- 2023-02-07 08:45:04下载
- 积分:1
-
一个很有取的拼图游戏
一个很有取的拼图游戏-a very Formal pieces of the jigsaw
- 2022-02-24 20:27:05下载
- 积分:1
-
Blood donation
本项目主要涉及献血管理系统
- 2023-03-30 18:30:03下载
- 积分:1
-
自动升级程序的精简版(支持断点下载…
自动升级程序精简版 (支持断点下载)-automatic escalation procedures streamlined version (support breakpoints download)
- 2022-08-09 07:03:32下载
- 积分:1
-
some digital watermarking MATLAB source code
部分数字水印MATLAB源代码-some digital watermarking MATLAB source code
- 2022-04-12 15:21:17下载
- 积分:1