登录
首页 » Windows开发 » 可以查找删除指定文件目录下的指定名字的目录,希望对大家有用...

可以查找删除指定文件目录下的指定名字的目录,希望对大家有用...

于 2022-07-22 发布 文件大小:51.44 kB
0 48
下载积分: 2 下载次数: 1

代码说明:

可以查找删除指定文件目录下的指定名字的目录,希望对大家有用-you can delete a specific file directory designated under the name of the directory, we hope to useful

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是北大在线第1713号题目.使用了搜索算法,其中包括:确定搜索对象、搜索顺序、搜索的优化等方面....
    这是北大在线第1713号题目.使用了搜索算法,其中包括:确定搜索对象、搜索顺序、搜索的优化等方面.-This is the Beijing 1713 subject online. The use of search algorithms, including: to determine the search object, the search order, search optimization and so on.
    2022-01-25 19:52:28下载
    积分:1
  • 有用的密度算法
    密度算法 将具有足够高密度的区域划分为簇,并可以发现任何形状的聚类 算法基本思想 1 指定合适的r 和M 2 计算所有的样本点,如果点p的r邻域里有超过M个点,则创建一个以p为核心点的新簇 3 反复寺找这些核心点直接密度可达(乊后可能是密度可达)的点,将其加入到相应的簇,对于核心点发生“密度相连”状况的簇,给予合并 4 当没有新的点可以被添加到仸何簇时,算法结束
    2022-02-01 08:56:25下载
    积分:1
  • 利用opencv 读取视频 并作处理转化成单通道图像再处理二值化前景图...
    利用opencv 读取视频 并作处理转化成单通道图像再处理二值化前景图-Opencv read and make use of video processing into a single image binarization prospect of re-treatment plan
    2022-11-11 00:50:09下载
    积分:1
  • 们常常要在web上显示流程图,网上比较难找,到处要收费,自己琢磨了一个,比较简单,包括始节点,结束结点,两种节点框图(节点、容器)和两种特殊线(跳线、返回线)...
    们常常要在web上显示流程图,网上比较难找,到处要收费,自己琢磨了一个,比较简单,包括开始节点,结束结点,两种节点框图(节点、容器)和两种特殊线(跳线、返回线),使用xml文件或xml字串作为数据源,没有多少需求分析,给有心人参考,也收集一些建议,源码过段时间整理再放上。demo代码:-Often displayed in the web flow chart, on-line comparison was difficult to find, everywhere, should be charged, pondering their own one, relatively simple, including the start node, end node, two node diagram (node, container) and the two special lines (jumper, return line), use the xml file or xml string as a data source, not the number of needs analysis, reference to the people, but also to collect some of the proposals, source code over time add the finishing. demo code:
    2022-06-17 06:32:59下载
    积分:1
  • C语言编写的CRC程序,可以自由下载。
    C语言编写的CRC程序,可以自由下载。-C languages CRC procedures, are free to download.
    2022-02-13 04:11:34下载
    积分:1
  • Windows核心编程(Pascal代码)
    Windows核心编程(PASCAL代码) ------------------------------------- 《Windows核心编程》 原书: Programming Applications for Microsoft Windows Fourth Edition 作者: Jeffrey Richter 译者: 王建华等 --------------------------------------- 书中有不少C++写的Win32 SDK小程序,闲暇时用Object Pascal写了一遍, 限于自身水平和时间精力等关系,可能存在错误,期待您能给予指正。 感谢风云剑客提供原书光盘,否则,只是打字可能就会把人累得半死!^.^ -Windows core programming (PASCAL code )------------------------------------- Windows core programming the original book: Programming Applications for Microsoft Windows Fourth Edition Author: Jeffrey Richter Translator: Wang Jianhua, etc.--------------------------------------- book has a lot of C++ Writing the Win32 SDK applet, using Object Pascal spare time to write again, confined to their own level and the relationship between time and energy, etc., there may be errors, look forward to your correction can be given. Thanks to the provision of the original book Fengyun Swordsmen CD-ROM, otherwise, just typing the person may be too tired to
    2022-06-11 14:52:05下载
    积分:1
  • 设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Bridge模式...
    设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Bridge模式-design patterns VC example, can be used to study design patterns. I feel very useful. This model is Bridge
    2023-01-29 11:10:03下载
    积分:1
  • vs2013磁盘遍历
    资源描述利用vs2013快速实现磁盘遍历,可以很好的理解磁盘结构,嵌入式开发时也可以借鉴
    2022-05-13 05:36:51下载
    积分:1
  • windows环境下,的类似ping的程序,计算round trip time,即往返时间,可自由选择使用TCP或UDP...
    在windows环境下,开发的类似ping的程序,计算round trip time,即往返时间,可自由选择使用TCP或UDP-A windows program like ping, it can calc round trip time(rtt), and can select TCP or UDP protocol.
    2022-03-07 04:50:00下载
    积分:1
  • 使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输...
    使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输入的文件A存在后对文件A进行处理,生成另外一个文件B,要求文件B显式包含文件A的所有内容,并且不改变文件A中的已经有的内容。 c) 系统在文件A不存在的情况下,可以发现B中保留的A的内容被修改过。这种修改包括删除/增加A的某行信息,在A的内容中增加/删除/修改某个字符。-use JAVA following a function of the system) system will accept user input a name, the name of the paper document may contain A Chinese and English characters such as newline characters enter. B) System user input in identifying the existence of a document after document A pair of processed produce another document B, B requested documents Explicit document contains all the elements of A and A does not change the document has some content. C) A system in the document did not exist circumstances, it can be found B of A to retain the content has been modified. Such changes include the deletion/A increased to a certain line of information in the contents of A Increase/delete/change certain characters.
    2022-03-22 01:16:46下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载