-
YCbCrTohistogram
用YCbCr看histogram 並將 圖片除存(Use YCbCR to look histogram)
- 2010-03-15 21:40:08下载
- 积分:1
-
inherited type of exercises
c#继承类的练习-inherited type of exercises
- 2023-04-13 23:15:03下载
- 积分:1
-
GA
说明: 这是一个关于遗传算法的m文件,不错 o (This is about the genetic algorithm m files, henbucuo o)
- 2012-04-29 21:04:36下载
- 积分:1
-
QTMQTTClientGUI-OK
图形界面实现MQTT通信协议的演示例子程序。(This is an MQTT GUI Demo application,to show how to progrrame with MQTT.)
- 2020-06-17 18:40:01下载
- 积分:1
-
C++_COM
这是根据”Dr. GUI and ATL” 的文章自己做的例子程序,主要是在原有接口上继承新的接口,这样在保留原接口的基础上可以扩展新的功能(This is based on "Dr.. GUI and ATL, "the article themselves examples of procedures, mainly in the original interface inheritance new interface, so that the preservation of the original interface can be extended on the basis of new functions)
- 2006-12-05 22:19:43下载
- 积分:1
-
testUSBOK
说明: 查找USB设备 HID 设备U盘,并可以读取其数据(Find U disk USB device HID device and its data can be read)
- 2011-03-31 15:23:58下载
- 积分:1
-
rct
关于LPC932的RC522的S50非接触式IC卡程序源码程序,周立功模块配套程序更改,可正常使用(s50Mifare 1)
- 2021-04-11 17:48:57下载
- 积分:1
-
SFM
说明: 在opencv上实现了sfm功能,欢迎大家参考和使用(Implementation of SFM function in opencv)
- 2020-11-03 15:19:52下载
- 积分:1
-
C# 使用几何图形剪辑图像控件中的部分区域
C# 使用几何图形剪辑图像控件中的部分区域,类似于图片遮罩的效果,本例中,把一张图片裁切成椭圆形,图片显示在椭圆的底部,可随窗口的改变自动改变大校
private void Window_Loaded(object sender, RoutedEventArgs e)
{//使用几何图形剪辑图像控件中的部分区域
var MyClip = new EllipseGeometry();
MyClip.RadiusX = 120;
MyClip.RadiusY = 80;
MyClip.Center = new Point(145, 110);
this.image1.Clip = MyClip;
}
- 2022-11-04 14:00:03下载
- 积分:1
-
MiniTMCL
是TMCL运动控制卡的源代码,因此你可以运用它做一些基本的运动程序(It is about the TMCL control card ,it contains the basic programm,so you can do some motion control programm.)
- 2010-11-28 23:45:13下载
- 积分:1