-
autostart
一个symbian自动运行的程序代码,很有意义(a symbian automatic operation of the program code and meaningful)
- 2007-03-02 10:08:41下载
- 积分:1
-
opencv
利用opencv+VC++实现对图像的边缘处理,从而对图像进行检测(Use opencv+ VC++ to achieve the edge of the image processing to the image detector)
- 2016-02-18 15:20:39下载
- 积分:1
-
LSM6DS3 _Chinese
说明: LSM6DS3数据手册中文版,有寄存器配置等。帮助英语差得程序员翻身(Chinese Version of LSM6DS3 Data Manual)
- 2019-06-19 17:47:18下载
- 积分:1
-
C# 自绘式按钮的实例 源码
C# 自绘式按钮的实例源码,本例主要是以复合控件方式创建自绘式按钮,并测试了自绘式按钮响应鼠标单击事件。自绘按钮的绘制,可以参考以下代码:
//绘制新按钮
Graphics MyGraphics = e.Graphics;
Point[] MyPtsA = { new Point(0, 0), new Point(90, 0), new Point(170, 0), new Point(170, 50), new Point(170, 90), new Point(90, 90), new Point(0, 90), new Point(0, 50) };
Color[] MyColsA = { Color.White, Color.Black, Color.White, Color.Black, Color.White, Color.Black, Color.White, Color.Black };
PathGradientBrush MyPGBrushA = new PathGradientBrush(MyPtsA);
MyPGBrushA.SurroundColors = MyColsA;
MyGraphics.FillRectangle(MyPGBrushA, 0, 0, 170, 90);
String MyText = "自绘式按钮";
Font MyFont = new Font("隶书", 22);
SolidBrush MyBrush = new SolidBrush(Color.White);
PointF MyPoint = new PointF(3.0F, 30.0F);
MyGraphics.DrawString(MyText, MyFont, MyBrush, MyPoint);
- 2022-06-30 07:08:12下载
- 积分:1
-
AudioG711
G711标准的语音编解码算法。以便于对语音信号进行大量存储(speech coding)
- 2010-10-10 20:15:03下载
- 积分:1
-
ListCtrlDemo
说明: list ctrl 实现日期,进度条,一个很好用的例子(list ctrl realization of the date, the progress bar, a good example of using)
- 2008-10-27 12:36:07下载
- 积分:1
-
test2
计算机视觉处理高级程序包,实现了摄像机标定、立体匹配视差图、基于SSD算法的立体匹配、人脸模式识别、Snake算法轮廓查找功能。(High-level visual processing computer package, to achieve a camera calibration, stereo matching disparity map, SSD-based stereo matching algorithm, face pattern recognition, Snake algorithm profile search function.)
- 2011-12-08 23:18:20下载
- 积分:1
-
SleepSound
睡眠的声音,精选ios编程学习源码,很好的参考资料。(Sleep sound, select learning IOS programming source code, a good reference.)
- 2013-12-16 17:13:05下载
- 积分:1
-
数据结构算法N叉树二。大家可以看看,以并一起学习学习
数据结构算法N叉树二。大家可以看看,以并一起学习学习-data structure N-tree algorithm two. As we can see, to learn and study together
- 2023-07-16 14:30:02下载
- 积分:1
-
opencv-biaopan
说明: opencv 1.0下表盘识别的程序 识别出表盘的指针刻度(opencv 1.0 identification procedures under the dial pointer to identify the scale of the dial)
- 2011-03-03 11:12:10下载
- 积分:1