-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1
-
XCharMap_demo(字体字符映射源码,查看字体文件字符映射编码)
XCharMap_demo(字体字符映射源码,查看字体文件字符映射编码)-XCharMap_demo (Font Character Map source, view font file encoding Character Map)
- 2022-03-15 12:49:30下载
- 积分:1
-
Circle formed by the intersection of two objects by the process of the formation...
两个圆环相交而形成的物体,并由形成圆环的过程-Circle formed by the intersection of two objects by the process of the formation of ring
- 2022-06-01 08:40:31下载
- 积分:1
-
测试鼠标键盘的软件,有需要可以直接下载,或者联系本作者...
测试鼠标键盘的软件,有需要可以直接下载,或者联系本作者-test mouse and keyboard software, the need to be downloaded directly, or contact the author
- 2023-04-11 03:40:04下载
- 积分:1
-
matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式...
matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式-matlab6.5 vc with the mixed mode, including dll example, the engine, com, as well as vc Simulink model called Operation Mode
- 2022-04-18 16:38:13下载
- 积分:1
-
这是一个简单的停车场管理程序,实现了车辆入库、出库、登记、计费等功能。用C编写的...
这是一个简单的停车场管理程序,实现了车辆入库、出库、登记、计费等功能。用C编写的-This is a simple car park management procedures, to achieve a vehicle storage, a library, registration, billing and other functions. Prepared with C
- 2023-08-21 08:35:03下载
- 积分:1
-
实现钟表的源代码
实现钟表的源代码-achieve watches source code
- 2022-01-28 10:45:29下载
- 积分:1
-
是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写Ge...
是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写GetPrivateProfileString和 WritePrivateProfileString函数。于是我开始在网上搜寻可以轻松读写ini文件的方法。最后找到了一个人写好的,可以实现类似 GetPrivateProfileString功能的函数。-EVC is a customizable alarm clock, developed under the program. One difficulty is how to create, write, read a ini file. Because it is under the EVC, many API functions are not supported for example on. Ini file to read and write GetPrivateProfileString and WritePrivateProfileString function. So I started searching online can be easy to read and write ini documents. Finally found a person to write, and can achieve similar functionality GetPrivateProfileString function.
- 2022-02-02 11:15:48下载
- 积分:1
-
远景与系统设计杂志六月2009
Vision and system design magazine 2009 June-Vision and system design magazine 2009 June
- 2022-01-22 13:31:30下载
- 积分:1
-
对输入的10个数据点进行直线拟合
对输入的10个数据点进行直线拟合-the importation of 10 data points for linear fitting
- 2022-08-04 11:55:34下载
- 积分:1