-
VC++实现的摄像头点亮,拍照功能
本文主要实现点亮摄像头,实现视频的捕获和拍照功能,已经在笔记本电脑上测试通过。希望对需要的人有帮助。主要功能实现的函数:virtual BOOL OnInitDialog(); afx_msg void OnButtonCatup(); afx_msg void OnButtonStop(); afx_msg void OnSave()。
- 2022-03-23 16:51:01下载
- 积分:1
-
delphi中一个设置系统热键的演示
delphi中一个设置系统热键的演示-set up a demonstration system hotkey EXPLOSIVE
- 2022-01-26 04:15:54下载
- 积分:1
-
一个可以运行DOS程序(正确的说法应该是Windows下的控制台程序)并且捕捉程序输出的源程序...
一个可以运行DOS程序(正确的说法应该是Windows下的控制台程序)并且捕捉程序输出的源程序-one can run DOS (The correct statement should be Windows console procedures) and procedures for capturing output of the source
- 2022-06-28 01:21:41下载
- 积分:1
-
此算法包含了快速排序、堆排序、希尔排序等内容
此算法包含了快速排序、堆排序、希尔排序等内容-Algorithm contains quicksort heap sort, Shell sort etc.
- 2022-12-13 14:50:03下载
- 积分:1
-
程序的开发环境:本程序采用Microsoft Visual Studio 2005集成环境开发即 asp.net 2.0+access 数据库开发...
程序的开发环境:本程序采用Microsoft Visual Studio 2005集成环境开发即 asp.net 2.0+access 数据库开发-Program development environment: This procedure using Microsoft Visual Studio 2005 integrated development environment that is, asp.net 2.0+ Access database development
- 2022-12-13 05:00:03下载
- 积分:1
-
Source Code for Visual Basic
Source Code for Visual Basic
- 2022-02-03 09:19:47下载
- 积分: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
-
编译原理 语法分析器,能够对语句进行语法的分析和判断
编译原理 语法分析器,能够对语句进行语法的分析和判断-it is a good thing ,can indentify vocabililies.
- 2022-06-15 05:08:00下载
- 积分:1
-
使用量子编程方法写的一个计算器程序
c++源码
使用量子编程方法写的一个计算器程序
c++源码-Quantum programming method used to write a calculator program c++ Source
- 2022-02-26 08:49:24下载
- 积分:1
-
C programming language brilliant 100 cases
C语言精彩编程百例-C programming language brilliant 100 cases
- 2022-04-24 00:33:14下载
- 积分:1