-
发动机模型
汽车simulink仿真模型包括各个部件等(Automobile Simulink simulation model includes various components, etc.)
- 2017-12-31 19:58:57下载
- 积分:1
-
tubedivide
应用于水利上河流的流管划分,输入断面数据和划分流管数量进行流管划分。(Applied to the flow tube is divided on river water conservancy input section data and divided the number of stream flow tube pipe division.)
- 2014-01-09 10:17:02下载
- 积分:1
-
水库梯级优化调度,采用POA算法,算法简单可行,有效解决求解梯级水库中的维数灾问题...
水库梯级优化调度,采用POA算法,算法简单可行,有效解决求解梯级水库中的维数灾问题-Cascade reservoir optimal operation, using POA algorithm is simple and feasible, an effective solution to solve the cascade reservoirs in the curse of dimensionality problem
- 2022-03-02 22:16:11下载
- 积分:1
-
SCO2 cycle
说明: sCO2 cycle simulation.
- 2020-12-16 11:29:12下载
- 积分:1
-
JSP采集程序实例,采集天气信息
JSP采集程序实例,采集天气信息,进而做成了一个无需更新维护的天气预报页面,主要是使用JSP中的数据读取对象做出来的,了解一下JSp采集程序的编写有参考意义。通过本源码可了解到:获取SOAP的请求头,并替换其中的标志符号为用户输入的城市、用户把SOAP请求发送给服务器端,并返回服务器点返回的输入流、对服务器端返回的XML进行解析等。
- 2022-02-03 20:35:26下载
- 积分:1
-
非常好用的代码比较工具,可以与CVS等版本管理软件一起使用...
非常好用的代码比较工具,可以与CVS等版本管理软件一起使用-The code is very easy to use comparison tools, such as with the CVS version management software used in conjunction
- 2022-05-05 10:42:13下载
- 积分:1
-
SMOTE
smote算法,在matlab下的实现,以function的形式,可直接调用(The smote algorithm, implemented under Matlab, can be called directly in the form of function)
- 2020-11-22 21:39:34下载
- 积分:1
-
CSDN熵权法
说明: 熵权法代码,py熵权法代码求客观权重及信息熵,直接输入矩阵即可(Entropy weight method code, py entropy weight method code to find the objective weight and information entropy, directly input the matrix)
- 2020-02-17 19:11:23下载
- 积分:1
-
域名防红
说明: Please wait for a few minutes to an hour after the completion of the anti-red upload, and the download can not be opened until the auditor has completed the audit. If the upload is not opened for more than an hour, please leave a message in the message board. (How about waiting for more upload failures when large files reach 99%)
- 2020-06-25 14:00:01下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1