-
FFT
基于MATLAB的雷达回波人体呼吸心跳检测问题仿真。(Simulation of Respiratory Heartbeat Problem in Radar Echo Based on.)
- 2020-06-26 15:40:02下载
- 积分:1
-
基于簇头选举和多跳路由LEACH协议研究
基于簇头选举和多跳的LEACH路由协议,有算法步骤和主要程序代码(Based on cluster head election and multi hop LEACH routing protocol, there are algorithm steps and main program code)
- 2020-11-27 18:49: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
-
through the interface configuration, generating a concealed documents and search...
通过界面配置,生成一个隐蔽查找文件及特征关键词的控制台程序。通过运行该控制台程序,就可将查找到的文件名保存到C:\_log.txt文件中了。-through the interface configuration, generating a concealed documents and search features keyword console procedures. By running the console procedures, it can find the file name to save to C : _log.txt the document.
- 2023-06-19 09:55:03下载
- 积分:1
-
Y_direct_r
说明: 基于dq变换,在pscad中实现单相逆变(Single-phase inversion)
- 2019-06-11 14:55:26下载
- 积分:1
-
TBOX国标
说明: 车载终端TBOX国标,GB/T 32960统一技术规范(Tbox national standard for vehicle terminal)
- 2020-08-25 09:48:15下载
- 积分:1
-
电源设计包括正负电源,可调电压源和可调电流源。
电源设计包括正负电源,可调电压源和可调电流源。-Power supply design, including positive and negative power supply, adjustable voltage and adjustable current source.
- 2022-10-13 07:30:03下载
- 积分:1
-
lcd工具,将图片转换为lcd可以使用的数据
lcd工具,将图片转换为lcd可以使用的数据-lcd tools, the picture is converted to data that can be used lcd
- 2022-03-09 12:47:54下载
- 积分:1
-
EV
说明: 蒙特卡洛模拟电动汽车无序充电,基于起始充电时刻,充电频率,充电场景(Monte Carlo simulation of disorderly charging of electric vehicles)
- 2019-05-23 10:49:42下载
- 积分:1
-
Patton_copula_toolbox
说明: copula函数实现程序包,有效实现工具(Implementation of Copula)
- 2019-03-19 11:57:46下载
- 积分:1