-
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
-
这个程序能生成3D圆锥并用鼠标控制图形运动。
这个程序能生成3D圆锥并用鼠标控制图形运动。-This process can generate 3D cone and graphics with the mouse to control movement.
- 2023-06-16 21:30:02下载
- 积分:1
-
通过增强的元文件(Meta File)拷贝绘图数据
通过增强的元文件(Meta File)拷贝绘图数据-through the Enhanced Metafile (Meta File) copy mapping data
- 2023-01-26 21:15:04下载
- 积分:1
-
学习美国的basiv
利用cc++初步学习wrl,适用于初学者,源代码比较简单-to learn the basiv of wrl
- 2022-01-30 18:09:28下载
- 积分:1
-
将剪贴板文字转为txt文本
这是一个C++程序,具体是一个剪贴板操作的例子。通过该例子可以很好的学习如何操作windows的剪贴板,读写的API函数。代码比较少,可以很好的学习理解
- 2023-05-11 23:10:03下载
- 积分:1
-
MFC对菜单及工具框的自绘,收藏的好代码和大家分享。
MFC对菜单及工具框的自绘,收藏的好代码和大家分享。-MFC on the menu and tool box of self-painting, collecting a good code and shared.
- 2022-05-13 00:24:40下载
- 积分:1
-
图形学程序,用z缓冲算法来实现画立体图,按x和y可以实现移动。...
图形学程序,用z缓冲算法来实现画立体图,按x和y可以实现移动。
- 2022-01-22 10:47:13下载
- 积分:1
-
pmacct是一个用于搜集IP流量信息(源地址,字节计数,和包数量)的工具。数据保存在一个内存中的表内,客户端程序可以通过一个本地面向流的连接访问其内容。搜集离...
pmacct是一个用于搜集IP流量信息(源地址,字节计数,和包数量)的工具。数据保存在一个内存中的表内,客户端程序可以通过一个本地面向流的连接访问其内容。搜集离线包通过使用pcap库和混合模式下的一个或多个网卡实现。-pmacct is a collection for IP traffic information (source address, byte count, and the number of packets) tool. Data stored in a memory table, the client program through a local flow-oriented to access its contents. To collect offline pcap packet through the use of tanks and mixed mode of one or more card to achieve.
- 2022-03-06 12:01:07下载
- 积分:1
-
自己做的一个可以总在最上方显示的记事本程序,仅仅是在对照扫描的文本输入时用得着。...
自己做的一个可以总在最上方显示的记事本程序,仅仅是在对照扫描的文本输入时用得着。-Their own can make a total shown in the top of the Notepad program, just scan the text in the control input useful.
- 2022-05-27 10:24:16下载
- 积分:1
-
keil HDI 客户端
此应用程序不仅演示使用 Microsoft 基础类的基本知识外,也是编写 USB HID 应用程序的起始点。
- 2022-11-17 22:00:03下载
- 积分:1