-
这是在MATLAB环境下进行电力系统暂态稳定分析的pst源程序,该文件定义了一个3机9节点的系统模型。...
这是在MATLAB环境下进行电力系统暂态稳定分析的pst源程序,该文件定义了一个3机9节点的系统模型。-This is the MATLAB environment in power system transient stability analysis of the pst source, the document defines a 3-machine 9-bus system model.
- 2022-01-25 20:29:38下载
- 积分:1
-
exchange circuit formula, hardware design good helper, a light
交流电路计算公式,硬件设计的好帮手,轻轻松松设计电路-exchange circuit formula, hardware design good helper, a light-hearted circuit design
- 2022-02-06 16:38:58下载
- 积分:1
-
一个适用于VC++的断点续传Dll源码
一个适用于VC++的断点续传Dll源码,一个VC++支持多任务、多线程断点续传的DLL组件,并且用链表方式进行多任务管理。压缩包内含有DLL源文件以及演示程序。编译时要将编译好的DLL文件拷贝至Debug目录,运行后界面请参见截图。
- 2022-04-07 22:41:56下载
- 积分: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
-
一维0-1背包问题
一维0-1背包问题 - one dimensional knapsack problem
有一个最大容量为 X 的的背包
有 Y 个商品
第 i 件商品的的体积为 vi,价格为 pi
合理选择商品放入背包中,使得背包中商品的价值总和最大
- 2023-01-04 04:10:03下载
- 积分:1
-
Keyboard can be used to control vertical and horizontal components of mobile ......
可用键盘控制元件上下左右移动-Keyboard can be used to control vertical and horizontal components of mobile ...................
- 2022-10-17 03:10:02下载
- 积分:1
-
基于图像处理的计算机集成数控技术程序,具有一定的借鉴意义,值得相关人员学习...
基于图像处理的计算机集成数控技术程序,具有一定的借鉴意义,值得相关人员学习-based on image processing computer integrated NC technical procedures, with some reference, it is worth studying the relevant staff
- 2022-01-30 18:07:49下载
- 积分:1
-
prolog,人工智能推理程序,运行环境prolog
prolog,人工智能推理程序,运行环境prolog-prolog, artificial intelligence reasoning procedures, operating environment prolog
- 2022-03-07 01:25:21下载
- 积分:1
-
digital image processing application
digital image processing application
- 2023-01-30 22:45:04下载
- 积分:1
-
一个打砖块游戏的源码,VC工程可以编译通过
一个打砖块游戏的源码,VC工程可以编译通过-A source打砖块games, VC project can be compiled
- 2022-02-01 00:08:18下载
- 积分:1