-
中心线提取 -完整版
结构光中心线提取代码,用来进行中心线特征点提取的预处理(Structured Light Center Line Extraction Code)
- 2020-11-09 12:39:46下载
- 积分:1
-
王济-matlab在振动信号处理中的应用代码
包含了振动信号预处理,时域处理,频域处理的大部分相关的MATLAB代码(It contains most of the relevant MATLAB codes for vibration signal preprocessing, time domain processing and frequency domain processing.)
- 2018-12-05 18:46:50下载
- 积分:1
-
LAB1
用C++编写的成绩管理系统,实现成绩的输入查找,修改和求方差等功能(Prepared with C++ performance management system, to achieve results Enter search, modify and seek variance functions)
- 2013-06-19 19:41:54下载
- 积分:1
-
线性大作业倒立摆
说明: 倒立摆能观能控稳定性,极点配置,并且包括倒立摆极点配置之前的时间响应及极点配置之后的时间响应。(Observable and Controllable Stability of Inverted Pendulum)
- 2019-01-16 10:06:17下载
- 积分:1
-
全自动洗衣机汇编程序
全自动洗衣机的汇编语言程序,包括具体介绍(Assembly Language Program of Fully Automatic Washing Machine, Including Specific Introduction)
- 2019-03-10 16:14:33下载
- 积分:1
-
hhh
说明: 锅炉汽包水位自适应模糊控制 可以运行 仿真结果很好(Boiler bubble water control can realize the simulation of boiler water level, and the effect is obvious.
(control))
- 2019-05-18 20:21:14下载
- 积分:1
-
T1_4
说明: stm32 串口 实现 队列 缓冲收发,dma 发送完成 中断内发送队列剩余数据,串口接收空闲终端,接收数据(stm32 UART with queue buffer)
- 2019-07-09 20:32:30下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
通过maxwell建立的丰田Prius 2010的物理模型
说明: 通过maxwell建立的丰田Prius 2010的物理模型,适合电机仿真的人参考学习(Through the physical model of Toyota Prius 2010 established by maxwell, it is suitable for reference learning of motor simulation.)
- 2020-11-03 06:29:52下载
- 积分:1
-
JiSuanQi
说明: 基于Qt5.9.1的能够进行简单加减乘除运算的qt计算器(Qt calculator capable of simple addition, subtraction, multiplication and division)
- 2020-01-13 00:21:56下载
- 积分:1