-
Evento-master
event manger in simple project
- 2019-03-15 20:05:31下载
- 积分: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
-
程序1.7.2
说明: 用于平面上的仿射变换,以F为例,各种变换(affine transformation)
- 2020-03-18 15:38:16下载
- 积分:1
-
fengji2
说明: 风力发电模型,此模型较简单,可以模拟风机的功率输出,可以应用于微电网等分布式能源。(Wind power generation model, which is simple and can simulate the power output of wind turbine, can be applied to distributed energy sources such as micro-grid.)
- 2019-01-23 22:55:48下载
- 积分:1
-
台讯企业全站管理系统V2006
供下载时经过了严格的测试,但是这是一个复杂的程序,我们并不能保证程序没有BUG。
当然,如果您在使用本程序时发现了BUG...
台讯企业全站管理系统V2006
供下载时经过了严格的测试,但是这是一个复杂的程序,我们并不能保证程序没有BUG。
当然,如果您在使用本程序时发现了BUG和漏洞,请及时与我们联系。
本系统版权归HECHENn所有,您可以把这个程序应用于商业或者个人网站。
请不要修改程序的版权信息,也不要以任何形式发表所谓的修改版本。
admin/admin-Taiwan enterprises appear station management system available for downloading at V2006 after rigorous tests, But this is a complex process, we can not guarantee that procedures were not BUG. Of course, if you use this procedure and found a loophole BUG, please contact us promptly. HECHENn property of the system all, you can use the procedures used in commercial or personal websites. Please do not amend the copyright information, and not to any form of the so-called revised version. Admin/admin
- 2022-06-13 08:26:34下载
- 积分:1
-
Flowchart drawing tool, the general flow chart for software design
画流程图工具,一般用于软件的流程图设计,比较方便-Flowchart drawing tool, the general flow chart for software design
- 2022-03-10 11:53:00下载
- 积分:1
-
自适应混沌差分进化算法 Matlab 程序
自适应混沌差分进化算法 Matlab 程序,摘录于知网上一篇博士论文。(Adaptive chaotic differential evolution algorithm Matlab program)
- 2018-05-19 08:14:54下载
- 积分:1
-
模板方法模式-考试题目03
my program c++ learning process three
- 2020-06-24 06:00:02下载
- 积分:1
-
3
说明: this is a very nice sourcecode for very nice stuffla its good
- 2018-05-14 20:59:30下载
- 积分:1
-
VB+Access考勤管理系统源码
VB考勤管理系统源代码,数据库基于Access,功能方面可完成员工数据采集、请假管理、IC卡管理、生成报表等。
- 2022-02-04 07:21:01下载
- 积分:1