-
用vc 开发屏幕抓取程序,包括光标在内的一些屏幕图象信息
用vc 开发屏幕抓取程序,包括光标在内的一些屏幕图象信息-Vc-screen crawl with the development of procedures, including the cursor, including some of the screen image information
- 2022-01-26 05:05:57下载
- 积分:1
-
使用c语言写的时钟小程序,可以显示年月日
供初学者学习c语言及windows编程使用...
使用c语言写的时钟小程序,可以显示年月日
供初学者学习c语言及windows编程使用-C language using the clock applet to show the date for beginners to learn c programming language and the use of windows
- 2022-07-26 20:31:28下载
- 积分:1
-
- 2022-06-27 05:20:28下载
- 积分:1
-
understand the principle mechanism news!
了解WINDOWS的消息原理机制!-understand the principle mechanism news!
- 2023-03-14 13:50:03下载
- 积分:1
-
一个使用线型扩散插值法的小程序源码
实现了MFC和OpenGL应用的结合
插值结果可以以图像灰度的形式显示...
一个使用线型扩散插值法的小程序源码
实现了MFC和OpenGL应用的结合
插值结果可以以图像灰度的形式显示-A proliferation of the use of linear interpolation of the applet source code of MFC and OpenGL applications to achieve the combination of interpolation results can be displayed in the form to the image grayscale
- 2023-04-05 10:35:03下载
- 积分:1
-
通过对一系列的 api 及 shell32.dll 的调用来实现 windows 各种标准浏览选择对话框。此源代码为 vb4 设计。对后来版本同样适用(8KB)...
通过对一系列的 api 及 shell32.dll 的调用来实现 windows 各种标准浏览选择对话框。此源代码为 vb4 设计。对后来版本同样适用(8KB)-through the series of api and the motto call to achieve the standard browser windows various options dialog. This source code for vb4 design. Later versions of the same application (8KB)
- 2022-02-09 14:42:33下载
- 积分:1
-
该程序描述的是一个螺旋队列的小程序,是在程序员笔试及面试时经常会遇到的一个小程序,有兴趣的朋友可以下载看看!...
该程序描述的是一个螺旋队列的小程序,是在程序员笔试及面试时经常会遇到的一个小程序,有兴趣的朋友可以下载看看!-The procedure described is a small spiral queue process is a written examination and interview in the programmers often encounter a small program, interested friends can download to see!
- 2022-02-12 19:45:30下载
- 积分:1
-
A C source file printer with multiple options
A C source file printer with multiple options
- 2022-02-07 11:53:52下载
- 积分:1
-
一种具有接种免疫力的传染病模型,对传染病的发生周期及高潮也做出预测,对传染病的预防具有指导意义...
一种具有接种免疫力的传染病模型,对传染病的发生周期及高潮也做出预测,对传染病的预防具有指导意义-A kind of immunity against infectious disease model, the occurrence of infectious diseases cycle and also made the climax prediction, prevention of infectious diseases of guiding significance for
- 2022-03-10 11:44:14下载
- 积分:1
-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1