登录
首页 » Windows开发 » 密取指定文件

密取指定文件

于 2022-01-25 发布 文件大小:2.43 MB
0 79
下载积分: 2 下载次数: 1

代码说明:

VC/C++源码,文件操作,文件搜索 一个速度极快的VC++目录文件查找类,另附两个小实例,菜鸟们也能很好的使用。  文件查找在很多时候我们都能用得上,本类是将文件查找操作简单进行封装, 在使用时候,你只需传递参数(路径和文件名及匹配格式), 查询的目录和文件结果被保存到本类内部的vector容器, 方便你随后取用。

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

发表评论

0 个回复

  • 整套RDS解码源代码,内有帮助,设置,说明文档。
    整套RDS解码源代码,内有帮助,设置,说明文档。- Entire wraps the RDS decoding source code, in has the help, the establishment, the explanation documents.
    2022-04-19 14:45:21下载
    积分:1
  • apihook api函数拦截
    apihook api函数拦截-apihook api function interception
    2022-04-30 22:34:27下载
    积分:1
  • 模拟字符处理过程,用c++实现系统对字符串的识别编译过程
    模拟字符处理过程,用c++实现系统对字符串的识别编译过程-process simulation characters with c system to achieve the identification string compiler process
    2022-09-10 22:00:03下载
    积分:1
  • C语言实现贪吃蛇
    //: Snake.c /* * * * * * * * * * * * * * * * * * * * * * * // Project: RedSnake(贪吃蛇) // Author: Problue // Version: 1.0 // Date: 19:55 2012-10-29 * * * * * * * * * * * * * * * * * * * * * * */ #include #include #include #include "pcc32.h" // 定义地图的尺寸及坐标 #define MAP_WIDTH 32 // 地图宽度 #define MAP_HEIGHT 32 // 地图高度 #define OFFSET_X 1 // 地图左右的边距 #define OFFSET_Y 1 // 地图上下的边距 #define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度 #define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度 #define GotoMap(x, y) gotoTextPos((x) * 2, (y)) // 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物 #define BS_SPACE 0 #define BS_SHEAD 1 #define BS_SBODY 2 #define BS_STAIL 3 #define BS_FOOD 4 // 蛇默认长度 #define SNAKE_MIN_LEN 5 // 定义蛇运动方向: 上、下、左、右 #define DIR_UP 1 #define DIR_DOWN 2 #define DIR_LEFT 3
    2022-05-15 19:59:34下载
    积分:1
  • 人脸检测及匹配
    人脸检测及匹配 openCV 人脸检测及匹配 openCV 人脸检测及匹配 openCV
    2022-08-07 19:02:51下载
    积分:1
  • 在一个班,C++使用三关键词设置访问界限:公共、私人…
     在一个类中,C++用三个关键词设置访问界限:public, private和protected。它们决定了跟在他们后面的标识符的被使用情况:public意味着其后的标识符可以被用户定义的其实例引用 而private则说明其后的标识符除了类的成员函数之外,用户定义的其实例不能引用 protected为类的继承提供了接口,同时保护其不被外界访问。-In a class, C++ using the three keywords set to visit boundaries: public, private and protected. They decided to follow behind in their use of the identifier: public means the following can be user-defined identifier of the examples cited and private identifier is illustrated in the following categories of members in addition to function, the user the definition of its instances can not be invoked protected to provide the type of interface inheritance, at the same time not to be outside the protection of their visit.
    2023-08-14 12:10:03下载
    积分:1
  • 将多条记录写进数据库
    将多条记录写进数据库-will be written into the record a number of database
    2023-02-24 16:40:04下载
    积分:1
  • 用C语言实现的卡尔曼滤波+小波分析结合的数字信号处理方法,所有子函数与主函数包含在两个文件中...
    用C语言实现的卡尔曼滤波+小波分析结合的数字信号处理方法,所有子函数与主函数包含在两个文件中-With the C language implementation of the Kalman filter+ wavelet analysis combined with digital signal processing method, all the main function subroutine contained in the two documents
    2022-07-21 18:25:23下载
    积分:1
  • text doc please go to the last door windows or now please check your friend scho...
    text doc please go to the last door windows or now please check your friend school book in the gardern with your mam
    2022-05-06 21:18:26下载
    积分:1
  • Multimedia player by E
    易语言开发的播放器,功能还可以,希望可以帮上个位的忙-Multimedia player by E-language.
    2022-01-28 02:04:47下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载