-
Bitmap 位图、光标等资源编程的例子
Bitmap 位图、光标等资源编程的例子-Bitmap bitmaps, cursors and other resources programming examples
- 2022-12-24 09:40:03下载
- 积分:1
-
透明时钟的例子,可以直接运行
透明时钟的例子,可以直接运行-transparent clock example, can directly run
- 2022-04-14 12:36:28下载
- 积分:1
-
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
-
200多个windows xp系统注册表文件,你肯定能用得着!
200多个windows xp系统注册表文件,你肯定能用得着!-More than 200 windows xp system registry file, you can certainly Yongde Zhao!
- 2023-01-30 10:55:03下载
- 积分:1
-
串联机械六轴关节臂
详细介绍了运用旋量理论,并通过vb.net对串联六关节臂机械手的逆解编程,程序中按每个关节臂的角度分段计算,并有大量的注释说明,对串联机械手的学习有一定的帮助和认识
- 2022-02-01 19:50:12下载
- 积分:1
-
mfc program design book all examples of source code. A total of 21
mfc程序设计书中所有例子的源代码。一共21个-mfc program design book all examples of source code. A total of 21
- 2022-01-26 02:13:47下载
- 积分:1
-
这里有丰富的C代码,大家不妨下载认真看看,里面有很多代码.大家下载后就运行看下.分析下...
这里有丰富的C代码,大家不妨下载认真看看,里面有很多代码.大家下载后就运行看下.分析下-here is rich in C code, you can download a serious look at. There are so many code. after you download operation facie. analysis
- 2022-08-19 21:07:13下载
- 积分:1
-
C语言中的鼠标处理函数.可以设置鼠标的样子,隐藏鼠标,设置鼠标的移动范围。...
C语言中的鼠标处理函数.可以设置鼠标的样子,隐藏鼠标,设置鼠标的移动范围。-C language processing function of the mouse. You can set the mouse"s appearance, hidden mouse, the mouse"s range of movement.
- 2022-05-22 02:06:23下载
- 积分:1
-
指针式时钟
绘制时钟的的表盘与表盘刻度,表盘用Ellipse函数绘制,表盘的六十个刻度以及时钟的十二个小时刻度用MoveTo和LineTo来绘制。时钟的重绘用Invalidate(false)如果参数是true,擦除背景之后,再重绘,会出现刷屏。定时用SetTimer每一秒调用一次ontime中的Invalidate(false)
- 2022-08-19 23:06:07下载
- 积分:1
-
罗马消除编码器
简单的转换器罗马数字。按 Esc 键退出。在收货编辑 text.example 如何处理与 textAn 示例如何从模板创建对话框键入任何数字。工具都包括在内。
- 2023-05-22 13:25:03下载
- 积分:1