-
crazepony-firmware-none-5.2-ble
crazypony飞控源码,keil版适合飞控初学者开发实践,简单上手快。(Crazypony flight control source, keil development practices for flight control beginners, the load on the simple.)
- 2020-12-23 16:19:07下载
- 积分:1
-
FPC1020+ 51Demo
说明: 关于fpc1020的51单片机Demo,可下载直接使用(Demo of 51 Single Chip Microcomputer on fpc1020)
- 2019-01-09 14:49:23下载
- 积分:1
-
tezhengtiqu
c++特征提取,提取图像当中的红色灯笼。。。(c++ feature extraction, image extraction among red lanterns)
- 2015-04-03 11:25:51下载
- 积分:1
-
IEEE33
ieee33节点配电网系统,前推回代法计算潮流(
Ieee33 node distribution network system, forward and backward generation method to calculate the power flow)
- 2016-10-05 08:24:03下载
- 积分:1
-
Dcm
诊断通信系统 AUTOSAR 诊断系统下位机与外界的通信由 DCM 负责。DCM 模块的主要功能在于保证诊断的数 据流管理诊断状态, 尤其是诊断会话和安全状态.(The communication between the lower computer and the outside of the diagnostic communication system AUTOSAR diagnosis system is responsible for the DCM. The main function of the DCM module is to ensure that diagnostic data flows are managed and diagnosed, especially in the diagnosis of sessions and security states.)
- 2018-03-11 20:23:44下载
- 积分:1
-
CSharpudpchat
C#局域网udp聊天工具,客户端和服务器,实现聊天功能(chat liaotiangongju)
- 2011-12-23 18:19:21下载
- 积分:1
-
yicishnhe
说明: 实现倒立摆,2013年电赛题目,代码简单耐看(Implementing inverted pendulum)
- 2020-06-21 00:00:02下载
- 积分:1
-
ca-correlation
matlab语言写成的gps信号中ca码的互相关和自相关绘图(written in matlab gps ca code signal cross-correlation and autocorrelation plot)
- 2021-04-08 16:49:01下载
- 积分:1
-
边缘提取算子,canny、sobel、log算子
边缘提取算子,canny、sobel、log算子,利用vs2013编写的数字图像处理中常见的几种边缘提取算子。
- 2022-03-04 17:35:36下载
- 积分:1
-
C# 为textBox文本框控件添加颜色光环
C# 为文本框控件添加颜色光环,是不是把textBox装扮得很漂亮呢?外发光的文本框,有点沙沙的感觉,核心代码有兴趣可参考:
private void Window_Loaded(object sender, RoutedEventArgs e)
{//为文本框控件添加颜色光环
var MyOuterGlowBitmapEffect = new System.Windows.Media.Effects.OuterGlowBitmapEffect();
MyOuterGlowBitmapEffect.GlowSize = 30;
Color MyColor = new Color();
MyColor.ScA = 1;
MyColor.ScB = 1;
MyColor.ScG = 0;
MyColor.ScR = 0;
MyOuterGlowBitmapEffect.GlowColor = MyColor;
MyOuterGlowBitmapEffect.Noise = 1;
MyOuterGlowBitmapEffect.Opacity =0.8;
this.textBox1.BitmapEffect = MyOuterGlowBitmapEffect;
}
完整的C#可编译源代码,请下载本源码。
- 2022-07-09 20:47:57下载
- 积分:1