-
无人机航迹规划
说明: 无人机航迹规划,matlab,无人机航迹规划(UAV track planning, matlab)
- 2019-12-24 18:45:37下载
- 积分: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
-
3.1 语音分帧与加窗
语音分帧与加窗,包括测试音频和完整的测试代码组(Speech Framing and Windowing, including Test Audio and Complete Test Code Set)
- 2018-06-07 17:43:27下载
- 积分:1
-
9CCMS_V175(整合四大插件官方版)
视频自动采集系统,官方提供的下载源码,这里借花了(Video automatic acquisition system, official download source, borrowed here)
- 2020-06-18 04:40:02下载
- 积分:1
-
中兴光猫V3.0配置加解密工具
说明: 中兴光猫db_user_cfg.xml配置文件为加密状态。此工具可解密。文件内有详细说明
干什么用的就不多解释了。(ZTE Guangmao DB_ user_ cfg.xml The configuration file is encrypted. This tool can be decrypted. There are detailed instructions in the document
There's not much explanation for what's used.)
- 2021-04-06 23:59:02下载
- 积分:1
-
用JAVA开发的拼图游戏
用JAVA开发的拼图游戏-with JAVA development pieces of the jigsaw
- 2023-05-14 20:30:03下载
- 积分:1
-
PV
说明: 可以进行仿真的光伏阵列以及最大功率点跟踪算法(Photovoltaic array that can be simulated and MPPT)
- 2020-04-16 14:51:37下载
- 积分:1
-
iiinnpout32n
在windows2000xp下直接接进行端口操作的程序源码。
(Windows2000 xp directly connected to the port operation of the program source.)
- 2012-08-05 23:51:44下载
- 积分:1
-
双币对冲无限制版DiggerGo_Two
最近流行的一款比较好用的双币对冲,此为无限制版,可以交易任意联动关系的两个货币兑。推荐欧美和镑美。(Recently, the popular double currency hedging, which is an unlimited version, can trade two currencies with arbitrary linkage. Recommend Europe and the United States and pounds.)
- 2020-06-18 01:40:01下载
- 积分:1
-
组织相变,动态再结晶
利用matlab平台进行微观组织模拟,模拟动态再结晶(Dynamic recrystallization by matlab)
- 2020-07-08 15:48:56下载
- 积分:1