-
zigbee
这是我们毕业论文的资料,基于zigbee无线网络技术的现代温室环境监测系统研究(This is our thesis, modern greenhouse environment monitoring system based on ZigBee wireless network technology)
- 2013-04-26 10:36:01下载
- 积分:1
-
relay
串口通讯232,接受上位机发出的指令来控制一个继电器的开关状态(Serial communication 232, to accept the instructions issued by the host computer to control a relay switch state)
- 2017-07-30 13:09:21下载
- 积分:1
-
msp430开发实例——24L01_发送
msp430开发实例——24L01_发送,适合刚入门学430的同学。
- 2023-06-03 20:20:02下载
- 积分:1
-
kamansuanfa
其基本思想是:采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来更新对状态变量的估计,求出现时刻的估计值。它适合于实时处理和计算机运算。
(The basic idea is: use of signal and noise state-space model, the estimated value of the previous time and are always observations to update the estimated state variables, find an estimate of time there. It is suitable for real-time processing and computing.)
- 2010-08-30 12:47:24下载
- 积分:1
-
8-Bit
说明: AT80S52 8-bit lcd1602 intrface
- 2020-06-21 01:00:02下载
- 积分:1
-
C# WPF 使用图像控件显示绘制的文本字符串
C# WPF 使用图像控件显示绘制的文本字符串,这里将文字绘制成渐变色样式,十分漂亮,颜色值和字体样式可在实例源码目录的Window1.xaml.cs文件中修改,代码如下:
用图像控件显示绘制的文本字符串
RadialGradientBrush MyRadialGradientBrush = new RadialGradientBrush();
//对颜色的定义
MyRadialGradientBrush.GradientOrigin = new Point(0.5, 0.5);
MyRadialGradientBrush.Center = new Point(0.5, 0.5);
MyRadialGradientBrush.RadiusX = 0.5;
MyRadialGradientBrush.RadiusY = 0.5;
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Yellow, 0.0));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Red, 0.25));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Blue, 0.75));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.LimeGreen, 1.0));
MyRadialGradientBrush.Freeze();
FontStyle MyStyle = FontStyles.Normal;
FontWeight MyWeight = FontWeights.Medium;
MyWeight = FontWeights.Bold;
MyStyle = FontStyles.Italic;
//要显示字体的定义
string MyText = "开源爱好者";
var MyFont = new FontFamily("宋体");、、字体样式的定义,默认为宋体
FormattedText MyFo
- 2023-04-06 04:45:04下载
- 积分:1
-
PopManu
VC++实现在列表控件中添加右键弹出菜单PopManu实例源代码,测试时请把PopManu.exe拷贝至根目录下,以保证Access数据库连接正确,否则实例不能运行(VC++ Add button pop-up menu PopManu source code examples in the list control, test PopManu.exe copied to the root directory, to ensure that the Access database is properly connected, otherwise it can not run an instance of)
- 2013-05-19 10:37:16下载
- 积分:1
-
4、16X16 使用指针显示汉字
51单片机16*16点阵 使用指针显示汉字(Using pointer to display Chinese characters)
- 2018-05-06 18:56:06下载
- 积分:1
-
Drawing-description-of-the-event
绘制描述事件先后顺序的前驱图,可以拖动现有结点的位置,与该结点相连的有向边也随之移动;可以将前驱图存入文件,从文件中取出(Drawing description of the event sequence of the precursor Figure)
- 2021-01-12 21:58:48下载
- 积分:1
-
C#实现的Excel2007表格读写 实例
C#实现的Excel2007表格读写 实例-C# implementation Excel2007 to read and write examples of the form
- 2022-04-06 11:20:47下载
- 积分:1