-
人工蜂群算法
人工蜂群算法的改进,基于混沌的人工蜂群算法,可求解优化问题(The improvement of artificial colony algorithm, based on chaos artificial colony algorithm, can solve the optimization problem)
- 2019-05-17 14:57:48下载
- 积分:1
-
yuhyh
说明: rayos x que te permiten ver a la velocidad de la luz
- 2020-06-24 19:40:02下载
- 积分:1
-
基于Simulink搭建的SVPWM仿真模型-SVPWM
说明: 基于Simulink搭建的SVPWM仿真模型,可供学习(SVPWM simulation model based on Simulink, available for learning)
- 2020-06-21 21:20:02下载
- 积分:1
-
没有用,可以删除了,我用来测试,
没有用,可以删除了,我用来测试,-No use, you can delete, and I used to test,
- 2022-01-20 22:56:35下载
- 积分: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
-
10-等离子体波(3)
等离子体ppt,描述了平面波的色散关系式,非磁化等离子体中的高频电磁波
平行于磁场方向传播的高频电磁波,冷等离子体波,托卡马克等离子体的射频波注入(Plasma PPT, describing the dispersion relation of plane waves, high frequency electromagnetic waves in non magnetized plasma, high frequency electromagnetic waves propagating parallel to the direction of the magnetic field, cold plasma wave, and radiofrequency wave injection of Tokar Mark plasma)
- 2018-07-18 21:01:35下载
- 积分:1
-
C #是创新的新的编程语言,它巧妙地将产业…
C# 是创新性的新式编程语言,它巧妙地结合了最常用的行业语言和研究语言中的功能。在保持 C# 设计思想不变的同时,Microsoft 在 C# 语言中引入了几种潜在的新功能,提高了开发人员在语言构造方面的效率-C# is the innovative new programming language, It cleverly combines the industry"s most commonly used language and study language functions. C# in maintaining the same design at the same time, Microsoft C# language in the introduction of several new functional potential, improve the development of language structure in terms of efficiency
- 2023-08-13 01:55:04下载
- 积分:1
-
易语言Bat编辑器4.5源码
易语言Bat编辑器,强大的Bat,编译器(Easy language Bat editor, powerful Bat, compiler)
- 2017-12-30 18:57:04下载
- 积分:1
-
coco2dx游戏引擎实现加减法练练看
项目使用coco2dx游戏引擎实现的加减法练练看,类似于水果练练看,通过完成加法和减法练习来达到消除的目的,游戏使用C++语言编写。
- 2023-07-18 14:15:07下载
- 积分:1
-
chapter-1
abaqus中python开发的一些例子(some examples of python in abaqus)
- 2012-07-03 19:35:38下载
- 积分:1