-
hubulvbo
智能车 直立 互补滤波 卡尔曼滤波 源代码
(Complementary filter)
- 2013-05-04 23:29:49下载
- 积分:1
-
DataMatrix.net
C#开发DM的开源库,能迅速编码解码DM,很有参考价值(DM code, .net C#)
- 2013-11-06 12:53:27下载
- 积分:1
-
Hermite
此程序主要是关于赫米特多项式的研究与C#中的实现(Hemet polynomial on research and C# implementation)
- 2014-12-12 01:27:23下载
- 积分:1
-
Visual C++ 工程应用与项目开发实践
说明: 一个Visual C++ 工程应用与项目开发实践中的图形图象编程例子!供大家参考,有什么不正之处望大家不吝赐教!(a Visual C application and project development in the practice of graphic images Programming example! For your reference, what is unjust Office, we hope the wing!)
- 2005-12-24 15:50:10下载
- 积分:1
-
chepaidingwei
说明: 基于MATLAB和VC++6.0制作的车牌定位系统,做毕业设计的朋友可以参考参考(MATLAB and VC++6.0 based on production of license plate positioning system, the final project can refer to refer to a friend)
- 2010-05-02 14:53:12下载
- 积分:1
-
210.1007_s00034-014-9763-z
基于高斯函数的直方图匹配算法对图像灰度值进行拉伸和均衡处理,达到较好的匹配效果。在传统小波包变换融合算法的基础上,提出了一种基于多通道滤波的小波包变换融合算法,对空间高分辨率图像在小波包分解之前先进行多通道滤波,较好地保留了尺度纹理特征并且采用改进的基于区域特征的自适应融合准则,对高频信息和低频信息采用不同的融合准则,提高了空间分辨率。(On the basis of traditional wavelet packet transform fusion algorithm, a multi-channel filtering based wavelet packet transform fusion algorithm is proposed. The spatial high-resolution image is filtered by multi-channel filter before the decomposition of the wavelet packet. The scale texture features are well preserved and the improved adaptive fusion criterion based on regional features is adopted. The spatial resolution is improved by using different fusion criteria for high frequency information and low frequency information.)
- 2018-11-15 17:00:42下载
- 积分:1
-
WPF 自定义标题的winform窗体实现源码
两个属性一个事件 WindowStyle="None" 去标题 AllowsTransparency="True" 去边框 MouseMove="TitleBar_MouseMove" 鼠标拖动标题栏 // 支持标题栏拖动 protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) { base.OnMouseLeftButtonDown(e); // 获取鼠标相对标题栏位置 Point position = e.GetPosition(TitleBar); // 如果鼠标位置在标题栏内,允许拖动 if (e.LeftButton == MouseButtonState.Pressed) { if (position.X >= 0 && position.X < TitleBar.ActualWidth && position.Y >= 0 && position.Y < TitleBar.ActualHeight) { this.DragMove(); } } }
- 2013-10-06下载
- 积分:1
-
ChameleonMan
POWERVR OpenGL SDK的 3D demo(POWERVR OpenGL SDK for 3D demo)
- 2020-09-12 14:18:00下载
- 积分:1
-
code
用VC++6.0开发的人事信息系统,调试成功,并附有源码及文档。供大家共同学习,希望对你们有帮助(With VC++ 6.0 Development of Personnel Information System, debugging success, together with source code and documentation. For everyone to learn, I hope for your help)
- 2009-01-04 14:51:42下载
- 积分:1
-
PrintCDemo
C# 实现套打的功能实例
C# 实现套打的功能实例(englishi call print demo)
- 2012-04-23 17:56:12下载
- 积分:1