-
win8平板调用摄像头工具
win8平板很牛叉的调用摄像头的库,通过.net调用COM库实现的,之前通过avicap.dll库,SendMessage方式都行不通的方式用这种方式能成功。
namespace AForge.Controls
{
using AForge.Video;
using System;
using System.ComponentModel;
using System.Drawing;
using System.Runtime.CompilerServices;
using System.Windows.Forms;
public class VideoSourcePlayer : Control
{
private bool autosize;
private Color borderColor = Color.Black;
private IContainer components;
private Bitmap currentFrame;
private bool firstFrameNotProcessed = true;
- 2022-04-23 12:39:10下载
- 积分:1
-
用vc6.0写的win32控制台子窗口程序
用vc6.0写的win32控制台子窗口程序-Vc6.0 written using win32 console sub-window procedure
- 2022-01-24 14:23:17下载
- 积分:1
-
This document describes the C# file processing knowledge, with some reference va...
本文件介绍C#文件处理的相关知识,具有一定的参考价值-This document describes the C# file processing knowledge, with some reference value
- 2022-03-25 19:12:35下载
- 积分:1
-
a program of warehouse management system.very useful to beginners
一个关于仓库管理系统,觉得不错,跟大家共享,对初学者来说非常有用-a program of warehouse management system.very useful to beginners
- 2022-04-11 08:08:36下载
- 积分:1
-
经典的模式识别算法,感知算法,所用模型…
模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写。-the classic pattern recognition algorithm, perception algorithm, the model used for classification, prepared using Matlab.
- 2023-04-17 07:50:03下载
- 积分:1
-
To achieve a natural Lantern series, odd
实现彩灯的自然数列、奇数列、偶数列、音乐数列的循环显示-To achieve a natural Lantern series, odd-numbered columns, even column, music, series, shows the cycle of
- 2022-01-26 06:51:36下载
- 积分:1
-
One of the classic book, this book c++ Stl conducted a comprehensive and in
经典书之一,本书对c++stl进行了全面深入的阐述。使用之可极大的提高编程效率-One of the classic book, this book c++ Stl conducted a comprehensive and in-depth exposition. Use can greatly improve the programming efficiency
- 2022-02-12 13:47:19下载
- 积分:1
-
Winamp LCD Display plug
Winamp LCD Display plug-in
- 2023-06-06 22:50:02下载
- 积分:1
-
This the VB6 code for Car Message Display.
This the VB6 code for Car Message Display.-This is the VB6 code for Car Message Display.
- 2022-01-27 15:06:43下载
- 积分:1
-
浮动点 multipliacation,ieee754 vhdl 语言和语言执行
这里又是的步骤:
第一,将转换为科学记数法的两种表示形式。因此,我们明确表示隐藏的 1。
在这种情况下,X is 1.01 X 22 and Y is 1.11 X 20.
Let x
- 2022-03-21 23:08:28下载
- 积分:1