-
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
-
一个很好用的后方交会小程序,只要根据提示输入数数据,就会将你所要的结果输出。
一个很好用的后方交会小程序,只要根据提示输入数数据,就会将你所要的结果输出。-a good resection of small programs, as long as prompted several data input, you will have to be the result output.
- 2022-02-26 00:10:52下载
- 积分:1
-
各种排序实现及比较,对比各种排序方法的优劣。
各种排序实现及比较,对比各种排序方法的优劣。-various comparisons and comparisons of various methods of sorting merits.
- 2022-08-11 09:46:09下载
- 积分:1
-
使用ODBC 对ACCESS 数据库进行访问
使用ODBC 对ACCESS 数据库进行访问-ACCESS database using ODBC on a visit
- 2023-08-16 04:25:07下载
- 积分:1
-
C++经典算法,让你能更好的理解算法,以及编程的魅力。
C++经典算法,让你能更好的理解算法,以及编程的魅力。-C++ Classic algorithms, so you can better understand the algorithm, as well as the charm of programming.
- 2022-11-16 03:10:03下载
- 积分:1
-
文本编辑,实现了汉字英语的显示,以及字符的滚动与闪烁效果....
文本编辑,实现了汉字英语的显示,以及字符的滚动与闪烁效果.-Text editor, realize a display of Chinese characters in English, as well as the characters in the rolling and blinking effect.
- 2022-01-26 00:46:35下载
- 积分:1
-
用 VB 做的一个 232
用 VB 做的一个 232-485 抄表程式(上海04版),还有其它的(hz218@sina.com) -This program is used for 232-485 writting form(Shang Hai 04 version) and written by VB language, other version please contact my email address.(hz218@sina.com)
- 2022-01-26 07:43:25下载
- 积分:1
-
Bezier曲线绘制,可以实现多种调解需求,交互能力很强。
Bezier曲线绘制,可以实现多种调解需求,交互能力很强。-Bezier curve drawing, you can realize a variety of mediation demand, the capacity of a strong interaction.
- 2022-03-11 20:51:54下载
- 积分:1
-
这是windows 的不规则窗口编程,很有用,欢迎下载
这是windows 的不规则窗口编程,很有用,欢迎下载-this is unregular windows program.~~~
- 2022-03-05 20:12:05下载
- 积分:1
-
代码行数计算工具,
可以计算某个目录下面及其子
目录中指定类型[以后缀名]标识的
文件集合包含代码的总行数,大家可以
任意使用,任意修改源代码。...
代码行数计算工具,
可以计算某个目录下面及其子
目录中指定类型[以后缀名]标识的
文件集合包含代码的总行数,大家可以
任意使用,任意修改源代码。
空行不算
简单注释不算,比如, “//”开头的行不算-Lines of code calculated by the number of tools, can calculate a directory and its subdirectories below the specified type [to the suffix name] logo document collection contains a few head office code, we can use, modify any source code. Notes is not a simple blank line is not, for example, // at the beginning of the line is not
- 2022-10-25 04:50:02下载
- 积分:1