-
dwnbat_RLin2010a
说明: 电池戴维南模型,可以用来对电池建模,方便后用来进行电池SOC估算(battery thevenin model)
- 2020-03-09 15:28:45下载
- 积分:1
-
输入年份和月份,给你计算出那个月是多少天,能准确识别润年...
输入年份和月份,给你计算出那个月是多少天,能准确识别润年-importation of the month and year, you have to calculate the month is the number of days, can accurately identify Runnian
- 2022-02-09 22:04:56下载
- 积分:1
-
状态估计
说明: 使用S-function搭建的车辆状态估计simulink模型,包含EKF和CKF(Simulink model of vehicle state estimation using S-Function, including EKF and CKF)
- 2020-11-29 10:49:28下载
- 积分:1
-
采用matlab程序实现遗传算法的程序
实现遗传算法的三个matlab编程,适合于初学者训练(Three matlab programming to achieve genetic algorithm)
- 2018-06-01 15:44:07下载
- 积分: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
-
C# 程序互斥实例
C# 程序互斥实例,只允许运行一个程序实例的演示,互相排斥不让另一个运行,若运行两次本程序,则只有一个线程,会给出提示正在运行。
- 2022-02-13 10:56:13下载
- 积分:1
-
搜狐中国人社区Flash版中国省份地图
搜狐中国人社区Flash版中国省份地图,以前在chinaren网站发现的Flash中国地图 包括所有省会城市,带地图热点信息,鼠标放上去,对应省份会高亮显示,动画效果相当不错哦,自带Flash源文件,修改完善更方便。
- 2022-05-28 04:19:49下载
- 积分:1
-
一个用c++写的简单的学生管理系统,包括添加,删除,按成绩平均分和总分排出顺序...
一个用c++写的简单的学生管理系统,包括添加,删除,按成绩平均分和总分排出顺序-A c++ to write with a simple management system for students, including add, delete, according to results from the average total points and the order of
- 2022-01-26 00:06:59下载
- 积分:1
-
achieved! ! 3d tanks games
java实现的!!3d坦克游戏-achieved! ! 3d tanks games
- 2022-03-07 19:45:16下载
- 积分:1
-
二维经验模式分解,速度较快,不错的代码,希望对学习HHT的朋友有用...
二维经验模式分解,速度较快,不错的代码,希望对学习HHT的朋友有用-Two-dimensional empirical mode decomposition, fast, good code
- 2022-07-13 08:09:23下载
- 积分:1