-
1
说明: LMS在加性高斯白噪声信道下迭代2000步的输出能量和误差权矢量(LMS in the additive white Gaussian noise channel output of the next iteration step 2000, the energy and the error weight vector)
- 2009-11-15 16:46:54下载
- 积分: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
-
文档管理系统
文档管理系统
- 2023-04-15 21:05:03下载
- 积分:1
-
xs_patch
Please read your package and describe it at least 40 bytes in English
- 2013-04-23 23:37:26下载
- 积分:1
-
BMPopenandsave
该程序为BMP图像处理,能够打开和存储任何一幅图像格式为BMP,特别适合初学者,仅供参考!(The program for BMP image processing, to open and store any image format for BMP, especially suitable for beginners, for reference purposes only!)
- 2017-05-14 10:20:10下载
- 积分:1
-
通用性软PLC编辑器
可以完成PLC梯形图绘制,相关梯形图转化语句表等基本功能。采用是vc6.0软件进行的开发的,能够完成基本的绘制功能,暂时没有仿真功能
- 2022-01-25 16:47:24下载
- 积分:1
-
数字音乐盒
数字音乐盒,使用c51单片机,包含电路图设计和完整的单片机编程
- 2023-06-22 20:00:04下载
- 积分:1
-
弧齿锥齿轮几何参数设计
弧齿锥齿轮几何参数设计,函数的功能式计算各参数(Geometric parameters design of spiral bevel gears)
- 2021-03-17 16:59:21下载
- 积分:1
-
DrawingChart
绘制曲线的类,c#源代码,大家有兴趣可以下载看看,学习、测试均可。(A Drawing Chart Class source codes,enjoy youself for study or test.)
- 2014-02-25 13:11:30下载
- 积分:1
-
CD
说明: 采用张正仪标定法,是单目标定。VS+opencv.(The monocular camera calibration, using the zhangzhengyou calibration method, reliable use)
- 2017-09-23 21:03:36下载
- 积分:1