-
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
-
GA_SVM
说明: 使用GA优化SVM,便于分类或者性能退化(Use GA to optimize SVM for easy classification or performance degradation)
- 2020-12-15 10:40:01下载
- 积分:1
-
13菜单的竖向分列
13菜单的竖向分列(Vertical split of 13 menus)
- 2017-10-23 19:23:00下载
- 积分:1
-
左侧显示的tab选项卡菜单
左侧显示的tab选项卡菜单,一般的TAB是显示在顶部,也就是上边,下面才显示对应的内容,这款TAB是左侧显示导航,右侧显示主体内容,用本款TAB你就可设计成一个“关于我们”的页面,就比如本示例的菜单效果,比较不错吧。
- 2022-03-31 07:56:40下载
- 积分:1
-
BlurTool
图片高斯模糊工具,用于将图片制作成各种模糊玻璃效果。(Image Gauss Blurring Tool is used to produce various blurred glass effects.)
- 2020-06-17 20:00:02下载
- 积分:1
-
发射部分采用锁相环式频率合成器技术, MC145152和MC12022芯片组成锁相环,将载波频率精确锁定在35MHz,输出载波的稳定度达到4×10...
发射部分采用锁相环式频率合成器技术, MC145152和MC12022芯片组成锁相环,将载波频率精确锁定在35MHz,输出载波的稳定度达到4×10-5,准确度达到3×10-5,由变容二极管V149和集成压控振荡器芯片MC1648实现对载波的调频调制;末级功放选用三极管2SC1970,使其工作在丙类放大状态,提高了放大器的效率,输出功率达到设计要求。-Part of the launch phase-locked loop frequency synthesizer using technology, MC145152 and MC12022 PLL chips to lock in the exact carrier frequency 35MHz, the output carrier to achieve the stability of 4 × 10-5, reaching the accuracy of 3 × 10-5 by the varactor diode V149 and integration to achieve MC1648 chip VCO FM modulation on the carrier selection transistor amplifier at the end of class 2SC1970, to work in the C state to enlarge and improve the efficiency of the amplifier output power to meet the design requirements.
- 2022-08-18 16:37:11下载
- 积分:1
-
愤怒的小鸟
愤怒的小鸟是一款微信小游戏,这是源码,大家可以参考(Angry Birds is a Wechat game, this is the source code, you can refer to)
- 2020-06-20 19:00:02下载
- 积分:1
-
Lingo1
说明: 通过简单的lingo程序,实现简单的电-气-热综合能源系统优化(Through the simple lingo program, the simple electricity gas heat integrated energy system optimization is realized)
- 2021-04-15 19:48:54下载
- 积分:1
-
TSP
说明: cplex+yalmip实现小规模TSP问题求解(Solution of Small Scale TSP Problem by cplex+yalmip)
- 2018-12-31 19:00:56下载
- 积分:1
-
bcb6cgisample
说明: bc++build 6.0 最简CGI程序演示(bc++build 6.0 cgi example)
- 2020-06-18 07:00:02下载
- 积分:1