-
C
说明: 电力系统工具的源文件,主要是包括了电力系统中交直流互联系统的模型,包括四机两区域(The source files of the power system tools mainly include the model of the AC-DC interconnect system in the power system, including four-machine two-zone)
- 2021-04-15 16:08:54下载
- 积分:1
-
SAP所有表及关系
说明: SAP 数据表清单,包含SAP所有后台数据表(List of SAP data tables, including all SAP background data tables)
- 2020-06-22 03:20: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
-
手机游戏 适用于入门级学者 简单易懂 推荐下载 有中文说明
手机游戏 适用于入门级学者 简单易懂 推荐下载 有中文说明-mobile games in the entry-level academics are simple to download a Chinese explanation
- 2023-03-30 14:35:04下载
- 积分:1
-
FC_102_03_00_upd
download and try it ...thanks
- 2018-11-15 01:13:13下载
- 积分:1
-
test_database
利用mfc编程实现acess数据库的存储与访问,对于小型的数据库很实用(Mfc programming using acess database storage and access, the database is very useful for small)
- 2011-11-29 10:27:49下载
- 积分:1
-
TM1650_数码管显示(stm32)
使用stm32,实现tm1650实现数码管驱动,通过i2c驱动实现(Digital tube drive using tm1650)
- 2017-08-13 23:42:53下载
- 积分:1
-
svm-doc
适合初学者看的SVM资料,不过是英文的哦,,,,,(SVM to see information for beginners, but is in English Oh ,,,,,)
- 2010-12-21 17:48:17下载
- 积分:1
-
gpsfuncs
程序中含有gps定位解算一些重要算法和实现方式,对gps入门的朋友有帮助(some gps navigationg functions)
- 2020-06-30 05:00:01下载
- 积分:1
-
ascii_table_blackk
hi welcome just try to enjoy welcome againr
- 2017-12-02 01:02:50下载
- 积分:1