-
IM_sync_frame
induction motor modeling in synchronous reference frame
- 2020-06-25 03:20:02下载
- 积分:1
-
SetupVSPE
说明: 这是一个非常好用的串口虚拟文件源代码,我使用过非常多次了,非常的好用。(Application of serial port communication in the virtual reality system based on VB)
- 2020-06-23 15:40:02下载
- 积分: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
-
JS后台管理树形菜单代码
JS树形菜单插件及示例,适合后台管理的树状展开菜单,点击节点即可展开对应的二级节点菜单。本树控菜单界面漂亮,加载速度快,使用方便,参考自带的示例便可实现一个实用的树形菜单功能。
- 2022-10-06 01:15:03下载
- 积分:1
-
Hseries_5Level_Inverter_No1
说明: 五电平逆变器的Simulink模型,调制方式采用SPWM(Simulink model of five-level inverters with SPWM modulation)
- 2019-05-07 11:02:22下载
- 积分:1
-
这是一个用LABVIEW构建的四通道虚拟示波器的程序,很好的,您可以参考下。...
这是一个用LABVIEW构建的四通道虚拟示波器的程序,很好的,您可以参考下。-This is a LABVIEW built with four-channel virtual oscilloscope procedures, very good, you can refer to the next.
- 2022-11-12 08:15:04下载
- 积分:1
-
ades_theme_for_windows_10_by_unisira-d9xcl17
说明: ades_theme_for_windows_10_by_unisira-d9xcl17
- 2019-03-12 18:33:29下载
- 积分:1
-
J2+Plasticity+UMAT+2
说明: abaqus的johnson-cook的umat程序(The UMAT program of ABAQUS's Johnson-Cook)
- 2021-04-27 13:38:44下载
- 积分:1
-
自由
FREE-RTOS 在LM3S811上的移植代码(KEIL)-FREE-RTOS in the transplant LM3S811 code (KEIL)
- 2023-08-24 19:45:04下载
- 积分:1
-
untitled1
power electronics and drives simulation
- 2020-06-25 04:00:02下载
- 积分:1