-
2009年的行事历。繁体,有农历,简单,方便。
2009年的行事历。繁体,有农历,简单,方便。-2009 Calendar
- 2022-03-02 22:32:11下载
- 积分:1
-
LED_1S
说明: 用51驱动舵机转动,按键实现舵机改变角度(Use 51 to drive the steering gear to rotate and push buttons to change the angle of the steering gear)
- 2019-07-03 22:01:03下载
- 积分:1
-
hdmi agreements detailing the contents of the agreement hdmi, hdmi engaged in th...
详细介绍了hdmi协议的内容,对从事hdmi协议的设计和应用有帮助
- 2023-03-17 15:10:05下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
上机5 梁枫 崔展
一、实验目的
通过本实验,了解信号估计的最小二乘法原理。
二、实验要求
1.导入受噪声污染的高斯信号数据,并绘制该信号。
2.推导高斯信号最小二乘法估计公式。
3.利用估计公式估计高斯信号的参数(幅值、均值和方程)。
4.画出估计出的高斯信号。(First, the purpose of the experiment Through this experiment, we know the least square method of signal estimation. Two. Experimental requirements 1. import noise contaminated Gauss signal data and draw the signal. 2. derivation of Gauss signal least squares estimation formula. 3. estimate the parameters of the Gauss signal (amplitude, mean and equation) by using the estimation formula. 4. draw the estimated Gauss signal.)
- 2018-06-24 17:00:54下载
- 积分:1
-
基于二次型性能指标的单神经元pid控制程序,用matlab实现,调试已通过。...
基于二次型性能指标的单神经元pid控制程序,用matlab实现,调试已通过。-based on quadratic performance indicators single neuron pid control procedures, using Matlab realized, Debugging has passed.
- 2022-09-22 19:55:02下载
- 积分:1
-
ACS580使用说明书
说明: 本手册提供规划安装、安装、调试、使用和维修传动所需的信息(This manual provides information needed for planning installation, installation, commissioning, use and maintenance of the transmission)
- 2020-06-22 09:00:02下载
- 积分:1
-
Ispindel固件。用于控制Craftbeerpi firmware
Firmware Ispindel. for control of craftbeerpi
- 2020-06-21 00:00:02下载
- 积分:1
-
判断一棵二叉树是否为二叉搜索树的算法
判断一棵二叉树是否为二叉搜索树的算法-judge whether a binary tree search for the binary tree algorithm
- 2022-07-22 01:02:33下载
- 积分:1
-
nURHelper_v1.1.10171
用于UR机器人的控制,包括全套的控制软件(Control for a UR robot, including a full set of control software)
- 2020-08-31 11:08:11下载
- 积分:1