-
基于QT的音乐播放器
这个代码是基于QT开发工具的音乐播放器,开发工具是QT,开发语言是c++,文章描述了音乐播放器的开发步骤,步骤很详细i,每一个步骤都有说明。
- 2022-06-30 07:04:48下载
- 积分:1
-
Abstraction:
This design require me use a most unusual swap algorithm. When swa...
本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction:
This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
- 2023-08-21 12:30:03下载
- 积分:1
-
的keytree公用事业是一个集图书馆routinesfor C程序员的创造…
The KeyTree Utilities is a set of library routinesfor C programmers for the creation,access and maintenance of indexed files of variable length records
- 2022-06-29 01:07:56下载
- 积分:1
-
testing window Simplicity of testing procedures FOSS
测试窗口朴拙的试验程序源码-testing window Simplicity of testing procedures FOSS
- 2022-11-27 17:40:03下载
- 积分:1
-
对数字词语最好地见到您的帐户
应用背景这个代码,给我们话语的文本,很容易使用。只是复制并粘贴此代码在你的画家。将数字转换为短语。它`很容易。关键技术应用PowerBuilder是一个工具,非常好用。我不知道该说什么关于这语言。
- 2023-09-05 15:50:03下载
- 积分:1
-
ThemeEngine5.05全部源代码
ThemeEngine5.05全部源代码
-complete code of ThemeEngine5.05.
- 2023-09-06 23:25:05下载
- 积分:1
-
Magic BoxHey look what I found, a box full of magic.神奇的魔法盒
Magic BoxHey look what I found, a box full of magic.神奇的魔法盒-Magic BoxHey look what I found, a box full of magic. Magic magic box
- 2022-03-23 08:43:52下载
- 积分:1
-
hi its useful for matlab developers
hi its useful for matlab developers
- 2022-01-25 23:30:51下载
- 积分:1
-
facedetector
人脸检测器 #include < iostream >
#include < cv.h >
#include < highgui.h >
int main(void)
{
int 键 = 0 ;
int i;
CvMemStorage * 存储 = cvCreateMemStorage (0) ;
CvCapture * 捕获 = cvCaptureFromCAM (0) ;
char * 文件名 ="haarcascade_frontalface_alt.xml";
CvHaarClassifierCascade * 梯级 = (CvHaarClassifierCascade *) cvLoad (文件名,
0,0,0) ;
虽然 (关键! = "q") {
IplImage * 帧 = cvQueryFrame (捕获) ;
如果 (! 帧) 断 ;
CvSeq * 脸 = cvHaarDetectObjects (
帧,
级联,
存储,
1.1、
3,
0 / * CV_HAAR_DO_CANNY_PRUNNING *,
cvSize (40,40)) ;
为 (我 = 0 ; 我 < (脸? 面孔-> 共: 0) ; i + +) {
CvRect * wajah = (CvRect *) cvGetSeqElem (的脸,我) ;
CvFont 字体 ;
cvInitFont (& 字体,CV_FONT_HERSHEY_SIMPLEX,1.0,1.0,1,5,CV_AA) ;
CvRect * r=(CvRect*) cvGetSeqElem(faces, i) ;
cvPutTex
- 2022-01-30 19:16:21下载
- 积分:1
-
SPCE061A单片机上的IO端口配置源程序,以及各个端口的使用案例。...
SPCE061A单片机上的IO端口配置源程序,以及各个端口的使用案例。-the driver source of the IO port of the SPCE061A
- 2022-02-26 05:08:35下载
- 积分:1