-
VF_control_model_380
逆变v/f控制,输出电压稳定,pscad仿真(Inverter v/f control, stable output voltage, PSCAD simulation)
- 2019-04-18 19:36: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
-
power system transient stability
说明: 该仿真模型是基于PSCAD平台建模的,可以判断3机9节点系统的暂态稳定性(This is the model of 3 generator 9 bus system, which can be used to analysis the transient stability of system.)
- 2020-01-04 15:58:09下载
- 积分:1
-
15lions
mame bios for the 15lions platform
- 2019-01-19 11:54:20下载
- 积分:1
-
Desktop
可以强行修改csrss拓展名,用于破解图标!(You can force the modification of csrss extension name to crack icons!)
- 2018-07-31 18:17:18下载
- 积分:1
-
CSS3风力发电车,风车动画
HTML5 CSS3风力发电车,风车动画,本代码中演示了两种风车的实现方法,一是使用CSS3+风车图片的方法,也就是用CSS3形成动画效果,风车只是调用了图片,二种方法是纯CSS3来实现风车和动画效果,这是大家借鉴的重点。
- 2022-02-06 22:31:43下载
- 积分:1
-
(譜面製作)官方NoteTool
说明: O2JAM NOTE TOOLS CHINA
- 2019-06-26 17:04:34下载
- 积分:1
-
frmGoodsReturn.designer
说明: Quan-l-trung-t-m-ti-ng-anh-master
- 2020-06-25 05:20:02下载
- 积分:1
-
excel
分析数据,然后按照模版的要求输出结果到excel中-excel
- 2023-05-07 08:40:02下载
- 积分:1
-
Solidworks Registry Edit
Solidworks Registry Edit
- 2018-02-23 09:32:37下载
- 积分:1