-
UCOSII-UCOSIII_Compare
UCOS-II和UCOS-III的性能对比(官方原版),方便评估性能和操作系统选择(Performance comparison UCOS-II and UCOS-III (the official original))
- 2017-02-15 20:22:41下载
- 积分:1
-
4-snap-it-master
THIS CODE FOR take photo in webcam,very usefull
- 2014-12-23 17:45:32下载
- 积分:1
-
feikonga
四旋翼飞行器的控制程序,实现四旋翼飞行器的自平衡,从而实现其平稳飞行。(The control procedure four rotor aircraft, the realization of the four rotor aircraft self balance, so as to realize the smooth flight.
)
- 2015-03-23 13:44:23下载
- 积分:1
-
电子时钟
说明: stm32f103c8t6、ds1302的电子时钟电路+程序设计(Electronic clock circuit + program design of stm32f103c8t6 and DS1302)
- 2020-07-13 15:08:51下载
- 积分:1
-
E柜VC管理软件
护照、电子港澳通行证一般是在公安局出入境柜台存储和发放,人力成本较高,现通过护照、电子港澳通行证存取设备,俗称E柜,实现自动化管理,本案例是E柜VC管理软件的原代码,希望给从事本行业的新进人员一点启发
- 2022-06-20 07:39:20下载
- 积分:1
-
oksld
基于matlab的手势识别代码,有gui编写界面(Gesture recognition code based on matlab, GUI programming interface)
- 2018-11-27 21:46:29下载
- 积分:1
-
智能网络办公系统,OA,文档管理,邮件管理等
智能网络办公系统,OA,文档管理,邮件管理等-Intelligent Network Office System
- 2023-07-04 05:00:06下载
- 积分:1
-
ocm160128
单片机与160128液晶屏的接口程序,液晶驱动芯片T6939C。适合初学者开发使用(SCM and 160,128 LCD interface program, LCD Driver IC T6939C. Development of use for beginners)
- 2020-11-08 09:49:47下载
- 积分:1
-
manyTypeConstuct
构造函数使用方法的总结,使用多种类型的构造函数创建对象。(Constructors use of the summary, the use of various types of Constructors object creation.)
- 2006-10-27 18:20:04下载
- 积分: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