-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1
-
这是ecf的原代码,是个plugin,可以实现即时通讯。
这是ecf的原代码,是个plugin,可以实现即时通讯。-ecf This is the original code, is a plugin can achieve instant messaging.
- 2022-04-11 08:27:22下载
- 积分:1
-
a powerful dictionary but easy to program. Welcome to download, and you must be...
一款不错的词霸,制作简单,但是功能强大!请大家下载,一定会很happy!-a powerful dictionary but easy to program. Welcome to download, and you must be happy to use it.
- 2023-05-11 10:30:03下载
- 积分:1
-
xvid的最新版本1.10beta2,用于视频编码,具体用法解压后,编译原码便可用...
xvid的最新版本1.10beta2,用于视频编码,具体用法解压后,编译原码便可用-use in video encoding,you should extract the file,and compile the source code.
- 2022-02-20 01:57:57下载
- 积分:1
-
MFC Windows程序设计(第2版)修订版源代码
MFC Windows程序设计(第2版)修订版源代码。附件中的是第十二章的源代码。
- 2022-03-13 03:11:40下载
- 积分:1
-
CVS IIS是有用的
cvs for iis it is useful
- 2022-02-03 15:34:51下载
- 积分:1
-
database management system
database management system
- 2022-01-25 15:28:10下载
- 积分:1
-
Fingerprint comparison system, by scanning the fingerprint of the two photos to...
指纹对比系统,通过将扫描的两副指纹照片进行比对,可以分析出其中的不同,主要是像素点的对比,结合了一些算法-Fingerprint comparison system, by scanning the fingerprint of the two photos to compare, you can analyze the different pixels are mainly contrast, combined with a number of algorithms
- 2022-11-15 23:55:03下载
- 积分:1
-
多线程服务器源代码,基于winsock2编写
多线程服务器源代码,基于winsock2编写-server_mutilthread.cpp,base on winsock2
- 2022-02-06 03:02:41下载
- 积分:1
-
用RSA加密IP,下载后拷下来运行后就能用,可以自己事实!
用RSA加密IP,下载后拷下来运行后就能用,可以自己事实!-use RSA to add password to IP,please download and copy and run it,you can try it!
- 2023-01-25 03:40:04下载
- 积分:1