CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遍历文件夹

搜索资源列表

  1. FolderCleaner_src

    0下载:
  2. 工具原理: 1·遍历文件夹,扫描“是PE&会显示图标”的文件,选择其ICON_GROUP的第一个图标资源作判断 2·枚举该图标里的所有尺寸的图片,与Pattern中的相应尺寸的图片 比较每个像素的RGB,容差在某个范围内,则认为HIT 3·当该图标的某个尺寸的图片的所有像素HIT的百分比在某个范围内,则认为图标HIT,即认为是文件夹图标病毒 优势: 相比 通过提取文件CRC来判断一个文件夹病毒,通过图标来判断更为可控,更为迅速。而且,调整好几个阀值之后,理论上不会误报。
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2541146
    • 提供者:周荣誉
  1. SearchFile

    1下载:
  2. MFC,本例采用多线程技术,即遍历文件的过程中,每当发现一个文件夹时,就新建一个工作线程进行文件搜索。-MFC, in this case multi-threading technology, that is, the process of traversing documents, whenever found in a folder, you create a new worker thread for file search.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1990200
    • 提供者:钟毅
  1. FilesName

    0下载:
  2. 递归遍历文件夹.可以指定输出设备,包括文件和控制台.指定输出树形结构-Recursively traverse the folder. You can specify the output device, including documentation and console. Specify the output tree structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4571
    • 提供者:未知数
  1. Scan

    0下载:
  2. 遍历文件夹名字的集合,可以得到文件路径及文件名称-Traverse Folder name of a collection, you can get the file path and file name of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:810
    • 提供者:许红磊
  1. bianlizhuomianwenjian

    0下载:
  2. 演示了如何用递归法遍历文件夹内的文件和文件夹。(例子遍历了桌面文件夹)
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:374060
    • 提供者:lixin
  1. 123

    0下载:
  2. 用subplot,imshow,imread,遍历并显示图库文件夹中的人脸图像(用循环)。运行后图像要显示成矩阵模式的,还得产生统一矩阵和均值矩阵。-With a subplot, imshow, imread, traverse and display the Gallery folder of face images (with circulation). After running into the matrix mode to display images, and have to pr
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1058
    • 提供者:Terry
  1. Traversingthefileundethespecifiedirectory

    0下载:
  2. 可以遍历目录下的所有文件,非常简便的搜索文件夹-Can traverse the directory all the files very simple search folders
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:649914
    • 提供者:tzj
  1. fdg

    0下载:
  2. 非递归算法遍历文件夹目录,执行效率高,抛砖引玉,大家共同讨论下-Non-recursive algorithm traverse the folder directory, the implementation of high efficiency, initiate the discussion under the common
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:29679
    • 提供者:李钺
  1. delete_blank_and_br_and_instructions

    0下载:
  2. javascr ipt去掉注释的工具,我自用的。 能够遍历文件夹中的所有文件;自动识别文件: 1 去掉js方式的注释; 2 去掉html方式的注释; 3 去掉CSS方式的注释; 注意:如果注释中出现三斜杠"///"以上,会出错,如果少写了分号(语法错误,例如alert("dd"),没有分号结尾),会出错——因此要求语法规范;-delete instructions for Js
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:2806
    • 提供者:陈建霖
  1. analysis

    0下载:
  2. 遍历文件夹内的文件,为什么么非要写多余二十个字的代码说明啊-Traverse the file folder, why What non-redundant 20 words to write the code shows ah
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5156
    • 提供者:李明
  1. ADO

    0下载:
  2. 遍历文件夹,把文件夹里的数据传到数据库里,是一个把网站资源提交到数据库的小程序-Traverse Folder, the folder where the data to the database is a web resource to be submitted to the database of small programs
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:143988
    • 提供者:chiwei
  1. PopPlayer

    0下载:
  2. Symbian s60 player源代码,包括两个部分,其中播放和录音功能打包成动态的dll文件,在文件filebrowserUI中调用dll来播放和录音。filebrowser实现文件夹和文件的列表,可以遍历C盘和D盘,打开任意的文件夹,遍历文件夹下的文件,对文件进行播放、暂停、停止操作,播放过程中可以进行外置录音,录制的音频文件自动以当前时间来命名,保存在E盘当中。本程序中只遍历出WAV、mp3、amr的音频文件,要遍历其他文件可自己在代码处添加。程序代码由本人所作,在N73上通过测试,能
  3. 所属分类:Symbian

    • 发布日期:2017-03-27
    • 文件大小:72520
    • 提供者:Abel shen
  1. bianlidir

    0下载:
  2. 递归遍历目录树(用递归算法遍历目录下的文件和文件夹)-Recursively traverse the directory tree (directory with a recursive algorithm traverse the files and folders)
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:678
    • 提供者:you
  1. erchashu

    0下载:
  2. 数据结构 二叉树的基本操作实现 遍历文件夹并建成目录树,一个较好的遍历程序,对系统所有的文件获取做了比较详细的说明。程序在2000下通过。-Bi tree typedef struct bitree char data struct bitree*left,*right basic use of tree create init queue push queue empyt. hope you like it.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1065
    • 提供者:西夏雨
  1. bianli

    0下载:
  2. VC++遍历文件夹自动生成目录树,有兴趣的朋友学习一下。 -VC++ folder automatically traverse the directory tree, friends who are interested to learn about.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:12463
    • 提供者:吴伟伟
  1. NCE

    0下载:
  2. 特色: 1)采用遍历文件夹的方法搜索全部文件 2)采用了wide char宽字符编程,其处理函数与早期C、C++库函数略有不同 3)本程序在VC9(Visual Studio 2008 SP1)环境编译通过 功能简介: 本程序应朋友之邀而作 朋友拿到新概念英语1~3册的MP3文件,命名规律为: Lesson(n).MP3,Lesson(n).LRC。 但是n的字符数是变化的,如Lesson(1).mp3, Lesson(143.MP3)等。 这样的文件命
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:5858
    • 提供者:张新红
  1. Demo

    0下载:
  2. 遍历文件夹下的图片然后切换。可以设置切换时间,屏幕大小。-SCreenSaver,SwitchPicture on time
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4797739
    • 提供者:chenfeii
  1. FlieList

    0下载:
  2. 用的C++语言。因为前阵子需要大批量修改不同文件夹下同一个配置文件里的某一个位置信息(我要修改的文件:PlatForm),因为配置文件加密成十六进制,而且不知道结构体,根据字节对齐,我模糊判断要修改位置为INT类型,所以只能从内存直接拷贝修改。包括遍历文件夹寻找文件和内存拷贝修改操作,如果要批量修改文件名字或者之类的原理是一样的不打算做其他修改了,仅供参考。-With the C++ language. A while back, need to change because of large
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:966315
    • 提供者:
  1. VB-dos_dir

    0下载:
  2. 模拟dos中的dir /s/b,遍历文件夹及其子文件夹-Simulation the command of "dir /S/B" in dos,traversing folder and its subfolders.
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:691
    • 提供者:王刚
  1. JavaRW-Excel

    0下载:
  2. java读写、编辑Excel。程序通过使用java的第三方库SNMP4J来读写和编辑Excel文档,其中实现很多高级的功能,包括:单元格颜色、单元格格式、合并单元格等等。 同时该程序还实现的功能包括:java遍历文件夹下所有文件,文本文档的读取和写入等等。-java read and write, edit, Excel. Program SNMP4J through third-party libraries use java to read and write and edit Exce
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3848248
    • 提供者:qinpanke
« 1 2 3 45 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com