-
实现对面的功能算法
实现对面的功能算法-achieve the opposite function algorithm
- 2022-05-29 02:47:57下载
- 积分:1
-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1
-
一个使用微软Web浏览器控件ActiveX控件的简单例子。
A Simple Example on using the ActiveX Control of Microsoft Web Browser Control.
- 2022-03-11 01:50:45下载
- 积分:1
-
本程序使用VC++编写的,用于实现运筹学中的线性规划的单纯形法,开始数据以在程序开始进行初始化,主要是用来检验算法,具体数值可根据需要进行初始化...
本程序使用VC++编写的,用于实现运筹学中的线性规划的单纯形法,开始数据以在程序开始进行初始化,主要是用来检验算法,具体数值可根据需要进行初始化-procedures for the use of the VC prepared for the realization of operational research, linear programming of the simplex method, the beginning of the data to begin initialization procedure is primarily used for testing algorithms, numerical, as required initialization
- 2022-08-14 00:50:27下载
- 积分:1
-
序列
The sequence-pair was proposed to represent a rectangle
packing and a placement, and is used to place modules automatically
in VLSI layout design. Several decoding methods
of sequence-pair were proposed. However, encoding methods
are not found except the original one called “gridding”.
- 2023-02-18 09:55:04下载
- 积分:1
-
梦幻西游八卦炼丹炉记录分析工具来了…
梦幻西游八卦炼丹炉记录分析工具
学习要点:图形按钮的应用,自定义鼠标指针,文件的读写操作-Fantasy Westward Journey records baguazhang Alchemy furnace analysis tools to learn the main points: the application of graphical buttons, custom mouse pointer, the read and write file operation
- 2023-04-23 03:35:04下载
- 积分:1
-
visual basic程序实现反平行四边形机构设计
visual basic程序实现反平行四边形机构设计-visual basic program to achieve the anti-parallelogram mechanism design
- 2022-10-04 15:55:04下载
- 积分:1
-
这是c++的经典例题,一共一百个,大家共同学习共同进步
这是c++的经典例题,一共一百个,大家共同学习共同进步-classical c++ programs
- 2022-01-21 04:21:59下载
- 积分:1
-
会员关系系统。用在ASP方面。需要着请下载!
会员关系系统。用在ASP方面。需要着请下载!-Member relations system. With regard to the ASP. The need to download!
- 2022-05-14 19:19:06下载
- 积分:1
-
读写SHP格式的源代码 很详细 下下来就能用
读写SHP格式的源代码 很详细 下下来就能用-SHP format to read and write in great detail the source code can be used down under
- 2022-12-18 04:20:03下载
- 积分:1