-
电流滞环比较法源程序,绝对好用,自己运行过得,用的是7.0...
电流滞环比较法源程序,绝对好用,自己运行过得,用的是7.0-Hysteresis current source of comparative law, the absolute ease of use, running their own lives, using a 7.0
- 2022-02-01 13:34:32下载
- 积分:1
-
模拟电子技术的课件
希望对需要的人会有些帮助
模拟电子技术的课件
希望对需要的人会有些帮助
-Analog electronic technology courseware hope to those who need some help
- 2022-03-21 23:24:42下载
- 积分:1
-
UMAT帮助文档
说明: 编写UMAT子程序的介绍,以及黄永刚晶体塑性子程序的帮助文档(Introduction to the preparation of UMAT subroutines, as well as huang yonggang crystal plasticity documentation)
- 2020-07-15 17:38:50下载
- 积分:1
-
用俄语编写的俄罗斯方块的游戏,我希望他们会提出自己的…
这是一个用c++编写的俄罗斯方块的游戏,希望大家能提出意见
-c prepared by the Russian box of the game and I hope they will put forward their views
- 2023-08-12 19:30:03下载
- 积分:1
-
USB
USB2.0接口,需要安装win2000或者winnt的DDK,才能通过编译。(USB2.0 interface)
- 2009-05-31 17:18:30下载
- 积分:1
-
LPC-LPCC-Short-Time-Energy-master
这是一个语音识别提取特征参数的例子,提取lpcc和lpc特征参数并且计算了短时能量,这个是用来检测哭声可以使用的lpc-lpcc-short-time-energy(This is an example of speech recognition extraction feature parameters, extracting lpcc and lpc feature parameters and calculating short-term energy, which is used to detect the use of crying sounds.)
- 2019-06-11 15:02:45下载
- 积分:1
-
test
this file describes the test processes for a software
- 2011-05-08 06:19:58下载
- 积分: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
-
PowerSystemSTATCOM
Power System based on STATCOM Algorithm(Power System based on STATCOM Algorithm, from my graduate projects)
- 2010-01-30 15:07:48下载
- 积分:1
-
SPIFI
用于恩智浦spifi的外部flash的调用及使用(for NXP extern flash)
- 2019-03-13 16:20:29下载
- 积分:1