-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1
-
用vc实现的操作EXCEL和符号分隔文本的类文件的小工具源代码
用vc实现的操作EXCEL和符号分隔文本的类文件的小工具源代码-Achieved with the vc operation EXCEL and symbols delimited text class files gadget source code
- 2022-07-26 23:32:20下载
- 积分:1
-
方便管理员工档案资料,以及自动计算工资,可以配合考勤机模块...
方便管理员工档案资料,以及自动计算工资,可以配合考勤机模块-Facilitate management of staff files, as well as automatic calculation of wages, be in line with the attendance machine module
- 2023-09-02 12:50:04下载
- 积分:1
-
java prepared a simple jigsaw puzzle, you can download to your phone to play
java编写的一款简单的拼图游戏,可以下载到手机上玩-java prepared a simple jigsaw puzzle, you can download to your phone to play
- 2022-03-20 20:56:09下载
- 积分:1
-
用API改变ListView外观
用API改变ListView外观-Using API to change the appearance of ListView
- 2022-08-16 12:34:23下载
- 积分:1
-
Mobile phones turned on and off ActiveSync synchronization source code, you can...
Mobile手机上开启和关闭ActiveSync同步的源代码,可以动态的查看同步状态,并开启和关闭它-Mobile phones turned on and off ActiveSync synchronization source code, you can view the dynamic synchronization status, and open and close it
- 2022-10-30 20:40:03下载
- 积分:1
-
函数表达式计算工具 可以计算各种不同的函数、以及四则运算,可以处理括号,还可以计算正余弦,是一款不可多得的表达式计算类和计算工具。...
函数表达式计算工具 可以计算各种不同的函数、以及四则运算,可以处理括号,还可以计算正余弦,是一款不可多得的表达式计算类和计算工具。-Function expression calculation tool can calculate a variety of functions, as well as four computing, you can deal with brackets, but also can calculate the cosine is, is a rare type of the expression of calculation and calculation tools.
- 2023-02-28 15:30:03下载
- 积分:1
-
这是一个万花筒程序,点击按钮,会变换不同的颜色和形状。...
这是一个万花筒程序,点击按钮,会变换不同的颜色和形状。-This is a kaleidoscope procedures, click a button, will transform the different colors and shapes.
- 2022-03-15 02:55:16下载
- 积分:1
-
java制作飞机大战
利用html5制作的飞机大战,充分利用java制作的,可以为学习java提供一定的帮助,开挂的飞机。
- 2022-02-06 00:28:33下载
- 积分:1
-
General Query, you can check the output results to Excel file, screen, file and...
通用查询,可将查询输出结果到Excel文件,屏幕,文件和打印机-General Query, you can check the output results to Excel file, screen, file and printer
- 2022-03-23 04:46:40下载
- 积分:1