-
kaiweite
此文件为凯威特网壳结构ANSYS建模的APDL语言,可以完成各类凯威特网壳结构的参数化建模(This document is APDL language of modeling ANSYS of kaiweite shell structure, which can complete the parametric modeling of various kinds of kaiweite shell structure)
- 2018-10-21 19:31:28下载
- 积分:1
-
PMSM_PI_3
中点箝位型三电平逆变器仿真,实现中点电压平衡及电机调速的矢量控制(Simulation of neutral point clamped three level inverter)
- 2021-01-17 15:48:44下载
- 积分:1
-
MATLAB GUI编程中文参考手册
说明: matlab语言GUI设计简明教程,简单易学(GUI design of MATLAB language is simple and easy to learn)
- 2019-06-14 17:00:31下载
- 积分:1
-
Installing Pip
说明: Installing the pip in the python on windows platform
- 2020-06-24 23:00:01下载
- 积分:1
-
RIS+UAV+DQN-Simulation
说明: 深度增强学习优化无人机航迹, 让无人机实现通信和计算任务(UAV trajectory optimization using deep reinforcement learning)
- 2020-09-18 17:09:46下载
- 积分:1
-
jisuanqi
设计的计算器应用程序可以完成加法、减法、乘法、除法和开方,次幂运算。且有小数点、正负号、清空、清除以及一定的错误处理等功能。用鼠标单击相应的数字键和运算符号键,然后单击“=”号按钮,窗口上方的文本框将会显示计算出来的结果,要将文本编辑框清空,可单击清空按钮。(Calculator application designed to be completed addition, subtraction, multiplication, division and square root, sub-power computing. And a decimal point, sign, clear, clear, and some error handling functions. Right click the appropriate number keys and operator symbols key, and then click the " =" number button, the window above the text box will be displayed calculated results to a text edit box empty, click the Clear button.)
- 2010-06-03 23:37:28下载
- 积分:1
-
应急疏散仿真程序
说明: 应急疏散仿真程序f可以下来看看非常棒,我用着感觉非常好(Emergency evacuation simulation program)
- 2019-05-14 22:29:23下载
- 积分:1
-
WFG_1.15.tar
WFG测试函数 属于高维三目标的测试函数 可用于多目标优化问题的测试仿真实验(The WFG test function belongs to the test function of Gao Weisan target, and it can be applied to the test and simulation experiment of multi-objective optimization problem.)
- 2018-04-14 16:34:24下载
- 积分: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
-
doa
说明: 用最大似然估计算法来进行DOA估计,还采用轮转循环对ML进行改进(DOA estimation with MLE algorithm,The ML is also improved by using rotation cycle)
- 2020-12-28 11:29:01下载
- 积分:1