-
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
-
RUFUS
说明: Soft for make boot usb flash
- 2021-01-12 14:51:32下载
- 积分:1
-
Properties
说明: Facade design pattern implementation
- 2020-06-24 19:40:01下载
- 积分:1
-
新建压缩文件
说明: (1)设计一个“简易计算器”,主要实现判断输入的表达式是否合法将中缀表达式转换成二叉表达式树。后序遍历求出表达式的值。能判断输入的表达式是否合法。
(2)用链式存储存储信息,求值时可以采用递归的思想,对表达式进行后序遍历。
(3)将操作结果保存到外部文件。((1) Design a "simple calculator" to judge whether the input expression is legitimate or not and convert infix expression into binary expression tree. The value of the expression is obtained by post-order traversal. Can judge whether the input expression is legitimate. (2) Store information in chain mode. When evaluating the value, we can use the idea of recursion to carry out post-order traversal of the expression. (3) To save the operation results to external files.)
- 2019-06-20 13:12:41下载
- 积分:1
-
W10 Certification C# version 2.7
Win10 开源破解,无马,放心使用。凑够20字了吗(WIn10 certification)
- 2019-06-27 11:51:04下载
- 积分:1
-
1
效果描述:
虽然代码简单了一些,但是这次主要推广的是设计效果
简洁、实用,每次只展开一个二级导航,其他的对应收缩起来
使用方法:
1、将head中的css样式引入到你的网页中
2、将代码部分拷贝到你的网页body结束前的地方即可
(js采用绝对路径,不建议修改)(Effect description:
Although the code is a little simpler, the main promotion this time is the design effect.
Simple and practical, each time only launches a two level navigation, and the other corresponds to shrink.
Usage method:
1, introduce the CSS style in head into your web page
2, copy the code part to your website before the end of body.
(JS adopts absolute path, not recommended for modification))
- 2018-07-31 16:06:13下载
- 积分:1
-
实现程序自动更新,可以很方便的实现在线更新应用程序。这是用VC编写,通过访问固定的INI文件,实现对目标程序的下载。...
实现程序自动更新,可以很方便的实现在线更新应用程序。这是用VC编写,通过访问固定的INI文件,实现对目标程序的下载。-achieve automatic update procedures, it is quite easy to achieve on-line applications. This is VC prepared by visiting fixed INI file and realizing the objectives of the download.
- 2022-12-25 18:15:03下载
- 积分:1
-
LDFVC5
This software is developed by Bing Yi Studio, Department of computer Science, Anhui University of Finance and Economics, with user name 001 secret code 123.
- 2018-12-21 01:00:10下载
- 积分:1
-
Self
自己开发的抓Radius包并保存为文件的代码-Self-developed grasp Radius package and save it as a file code
- 2022-03-01 07:38:42下载
- 积分:1
-
mm maj akvjak
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。-mm maj akvjak
- 2023-04-24 12:10:03下载
- 积分:1