-
med
说明: 最小熵解卷积,通过解卷积运算降噪,且能实现故障特征分离
资源下载(Minimum entropy deconvolution, noise reduction by deconvolution, and fault feature separation
Resource download)
- 2021-03-01 19:14:02下载
- 积分:1
-
C#编写的串口调试助手,Modbus主机上位机
使用C#编写的串口调试助手,包含Modbus主机功能,自动检测USB串口设备;软件为VS2012
- 2022-03-23 02:13:39下载
- 积分:1
-
图像处理与边缘提取
- 2022-02-13 07:18:38下载
- 积分:1
-
matlab-junheng
均衡技术的matlab仿真。包括时域均衡和频域均衡后的信噪比对比(Equalization matlab simulation. Including time domain equalization and frequency domain equalization SNR comparison)
- 2013-08-28 21:52:03下载
- 积分:1
-
3_26201207250935137036566
超声波测距,可以通过串口助手显示,当小于设定值时,显示0,当大于设定值时,显示1(Ultrasonic Ranging, through serial aides showed that when less than the set value, 0, when greater than the set value, indicating a)
- 2013-12-14 12:47:05下载
- 积分:1
-
ExampleCode_ADC_AD7091R-2-4-8
AD7091R官方参考驱动程序,和大家分享,一起学习(AD7091R official reference driver, to share with you)
- 2021-04-23 22:08:47下载
- 积分:1
-
关于datagridview控件的简单例子,更容易理解一些
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace DataGridViewSample{ public partial class Form1 : Form { public static List Tests = new List(); public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { this.dataGridView1.DataSource = Tests; } private void button1_Click(object sender, EventArgs e) { frmAdd form = new frmAdd(null); if (form.ShowDialog() == DialogResult.OK) { this.dataGridView1.DataSource = null; this.dataGridView1.DataSource = Tests; } } private void button2_Click(object sender, EventArgs e) { if (this.dataGridView1.SelectedRows != null) { frmAdd form = new frmAdd(new Test( Convert.ToInt32(this.dataGridView1.SelectedRows[0].Cells[0].Value), Convert.ToDecimal(this.dataGridView1.SelectedRows[0].Cells[1].Value), Convert.ToDateTime(this.dataGridView1.SelectedRows[0].Cells[2].Value), this.dataGridView1.SelectedRows[0].Cells[3].Value.ToString())); if (form.ShowDialog() == DialogResult.OK) { this.dataGridView1.DataSource = null; this.dataGridView1.DataSource = Tests; } } } private void button3_Click(object sender, EventArgs e) { //使用前面示例中的代码,用DataGridView或者List来做导出都是可以的 } } public class Test { public Test(int id, decimal voltage, DateTime record, string remark) { ID = id; Voltage = voltage; Record = record; Remark = remark; } public int ID { get; set; } public decimal Voltage { get; set; } public DateTime Record { get; set; } public string Remark { get; set; } }}
- 2015-06-11下载
- 积分:1
-
main
实现高精度除高精度的除法计算,使用c语言编程(In addition to high-precision high-precision division calculation, using the c programming language)
- 2015-02-07 22:41:56下载
- 积分:1
-
GP-&算法
方便计算关联维数的关于gp算法的使用,通过计算关联维数,可以获得系统的混沌特性(The calculation of correlation dimension is convenient for the use of GP algorithm. By calculating the correlation dimension, the chaotic characteristics of the system can be obtained)
- 2017-11-27 11:27:52下载
- 积分:1
-
高质量C++C 编程指南 林锐 PDF清晰版
教会你如何用c开发高质量的工程代码。,,(Teach you to write high quality c programs.)
- 2018-07-24 14:29:25下载
- 积分:1