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

搜索资源列表

  1. picture

    0下载:
  2. 遍历文件夹所有的JPG和BMP文件,双击打开文件实现上下翻页,放大缩小功能-Traverse Folder all JPG and BMP files, open the file to achieve double-click the page from top to bottom, zoom function
  3. 所属分类:Windows CE

    • 发布日期:2017-05-24
    • 文件大小:7773757
    • 提供者:yushaohong
  1. 1231988d4646243

    0下载:
  2. 遍历文件夹并生成文件数 树 十分好用!-Traversal folders and files with several trees very!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:15586
    • 提供者:萧瑶
  1. filesearch

    0下载:
  2. 仿操作系统的文件查找,利用遍历器对磁盘某个目录进行文件搜索-Find a document like the operating system, the use of traverse directories on a disk for a file search
  3. 所属分类:Search Engine

    • 发布日期:2017-03-28
    • 文件大小:350091
    • 提供者:尼恩
  1. folder

    0下载:
  2. wince下COM编程实现某个文件夹下的文件遍历-COM Programming wince under a folder of documents under the ergodic
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-27
    • 文件大小:22707
    • 提供者:叶月
  1. SearchFile

    0下载:
  2. 该程序采用多线程技术来进行搜索,即遍历文件的过程中,每当发现一个文件夹时,就新建一个工作线程进行文件搜索-The program multi-thread technology to search, that is, the process of traversing documents, whenever found in a folder, then create a new thread to document the work of the search
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1990188
    • 提供者:yao
  1. FileDiff

    0下载:
  2. 自写文件比较系统,遍历文件夹子目录进行文件比较。不同点提出等等。新手学习!-asdfasdfasdfasdfasdfasdfasdfasd
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:28924
    • 提供者:杨斌
  1. HowtouseXML(VC)

    0下载:
  2. 用VC操作XML,包括建立,取值,遍历..等!~可以当作配置文件来使用,相当于ini文件一样,扩展性非常不错-VC operations with XML, including the establishment, values, traversal, etc. ..! ~ Can be used as the configuration file to use, equivalent to the same ini file, scalability is very good
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-01
    • 文件大小:15084
    • 提供者:刘勇
  1. Dll_plugins

    0下载:
  2. vc++6.0 下的DLL开发技术原型,实现了遍历文件夹下的所有dll文件,并加载,创建自定义菜单,和调用示例。-DLL under vc++6.0 development technology prototypes, realized the folder traversal of all dll files and loaded, create custom menus, and call the sample.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:81169
    • 提供者:haol
  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. 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. selfdelete

    0下载:
  2. 本项目实现了程序的自毁以及他毁。利用操作系统提供的SHELL实现程序自毁,即在程序中创建一个比“要自毁的那个程序”优先级略低的进程,一旦“要自毁的那个程序”执行完,创建的新进程,就执行SHELL命令删除“要自毁的那个程序”在磁盘上的映像。他毁的做法是,先Kill掉“要他毁的程序”,然后,遍历文件系统从磁盘上将其删除。-The project achieved the self-destruct program, and his ruin. SHELL achieved using the ope
  3. 所属分类:Network Security

    • 发布日期:2017-05-10
    • 文件大小:2447317
    • 提供者:黄爽
  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. 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. CPPserver

    0下载:
  2. 实现文件传输服务器端的功能,包含目录遍历-To achieve file transfer server-side features, including directory traversal
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-02
    • 文件大小:14760057
    • 提供者:徐一婷
  1. windowsfilesearch-and-treelist-app

    0下载:
  2. 程序实用树控件做消息响应遍历文件,来解决不使用多线程遍历文件的卡死问题。-Practical procedures for traversing the tree controls to do the message response file, to resolve not to use multi-threaded file stuck traversal problem.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:25730
    • 提供者:Liang
  1. C-data-structures-applet

    0下载:
  2. 赫夫曼 迷宫问题 图的创建和遍历 文件的读写 文学研究助手 运动会分数统计 约瑟夫环实验报告示范及其源代码 银行业务模拟程序和作业-Huffman maze map file creation and traversal of literature to read and write scores of statistical research assistant Joseph Central Games Demonstration experiment report
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1668252
    • 提供者:彭默
« 1 2 3 4 5 67 8 9 10 11 ... 34 »
搜珍网 www.dssz.com