-
VC6中的一些常用方法,掌握了会在程序开发中起到事半功倍的作用
VC6中的一些常用方法,掌握了会在程序开发中起到事半功倍的作用-VC6 some of the commonly used method, is in control of development in the effort to play the role of
- 2022-02-19 22:39:55下载
- 积分:1
-
_CPU_ based on the precision timer, the clock frequency is higher
基于_CPU_的精确计时器,时钟频率越高-_CPU_ based on the precision timer, the clock frequency is higher
- 2022-04-18 19:48:21下载
- 积分:1
-
小广告程序请使用
小广告程序请使用-small advertising programs use
- 2023-08-21 10:25:04下载
- 积分:1
-
我们自己的网页创作
这是通过 HTML、 CSS 和 Javascript 创建网页。它是我们在我们的主要主题 (它 145) 的要求之一期间我第三年学院里的 BS 信息技术课程。它包含我的个人简介、 图片等......
- 2022-03-14 07:27:26下载
- 积分:1
-
25 闪烁的标题栏
25 闪烁的标题栏-25 flashing title bar
- 2022-02-01 15:36:53下载
- 积分:1
-
用vc++mfc做的时钟
#include "stdafx.h"#include"windows.h"#include "clock.h"#include "clockDlg.h"#include"math.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog used for App Aboutclass CAboutDlg : public CDialog{public: CAboutDlg();// Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP()
- 2022-08-21 22:08:38下载
- 积分:1
-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1
-
简单的赌场游戏
Simple Casino Game
I tried to drow the animated Hannoi algorithm.
I hope that it can help your study..
If you need more comment, please send me e-mail
- 2023-08-27 07:05:04下载
- 积分:1
-
Is a financial management system, the program can run, please rest assured that...
是一个财务管理系统,程序可以运行,请放心使用-Is a financial management system, the program can run, please rest assured that the use of
- 2022-03-22 03:06:24下载
- 积分:1
-
Imlementation of Functors for C
Imlementation of Functors for C-Imlementation of Functors for C++
- 2022-03-14 20:03:48下载
- 积分:1