-
AHP+TOPSIS
层次分析法和逼近理想法结合从而选取最优网络(Analytic Hierarchy Process and Approximation Ideal Method to Select Optimal Network)
- 2021-01-14 20:08:46下载
- 积分:1
-
Matlab 2016b Win64 Crack
这是一个完整的matlab安装包,并且是2016b的最新版本,中文,界面很清楚,很好用(This is a complete matlab installation package, and is the latest version of 2016b, Chinese, the interface is very clear, very easy to use)
- 2017-07-21 10:35:25下载
- 积分:1
-
lubangcontrol
介绍鲁棒控制的PPT,包含了鲁棒控制理论与自适应鲁棒控制,实用与工业控制领域(Introduced the field of robust control of the PPT, practical and industrial control)
- 2021-04-22 10:28:48下载
- 积分:1
-
74181
说明: source code of 7481 for users of this site
- 2020-06-21 15:20:01下载
- 积分:1
-
GBA game Tetris FOSS
GBA游戏俄罗斯方块源码-GBA game Tetris FOSS
- 2022-07-19 15:39:50下载
- 积分: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
-
opencv icon matching
opencv icon matching
- 2022-09-14 04:30:03下载
- 积分:1
-
matlab整数规划工具箱
matlab整数规划工具箱-Matlab Toolbox
- 2022-08-09 04:02:29下载
- 积分:1
-
tongxunlu
通讯录可以把通讯资料放到里面,是新建一个自己自定义的文件类型,然后再吧资料放到里面就可以,可以按照不同的搜索放噶搜索(Address Book can be placed inside the communication of information is a newly built their own custom file types, and then put it inside information can be released in accordance with the different search Kavalan search)
- 2008-12-26 00:09:38下载
- 积分:1
-
CALIBRATION-OF-MEMS-SENSOR
MEMS惯性器件的标定和校准,然后由于组合导航系统中。(CALIBRATION OF A LOW COST MEMS INS SENSOR FOR AN INTEGRATED NAVIGATION SYSTEM)
- 2011-04-25 22:24:25下载
- 积分:1