CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - ROOT

搜索资源列表

  1. 搜索子目录(VC源码)

    0下载:
  2. (1) 代码接口和CFileFind一样,所以如果原来有搜索单一目录的程序,现在要把下 面的子目录也搜索,那么只需要把原来的CFileFind改成CFileFindAll就可以了 (当然要包含FileFindAll头文件了)。 这样就不用大段的改代码了。 (2) 增加了同一个子目录下文件按文件名排序,或者随机打乱顺序 (3) 增加了返回文件路径的n级根目录的功能。+n返回n级目录,-n返回(总级数-n) 级目录。 -(1) interface and CFileF
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3333
    • 提供者:牛牛
  1. rdel

    0下载:
  2. 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1355
    • 提供者:sunwei
  1. linux9

    0下载:
  2. RedHat9下apache1.3.28+php4.3.3+mysql4.0.15安装过程操作系统: RedHat 9 软件版本: apache_1.3.28.tar.gz, php-4.3.3.tar.gz, mysql-4.0.15.tar.gz 所有操作都假定在root下执行. -RedHat9 under apache1.3.28 php4.3.3 mysql4.0 .15 operating system installation process : RedHat 9 So
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:6342
    • 提供者:苏艳芳
  1. Zmatlab

    0下载:
  2. 基于MATLAB,简述了矩阵分析方法绘制根轨迹-,matlab,matlab例程 /matlab-Based on MATLAB, outlines the mapping method of matrix analysis root-locus -, Matlab, Matlab routines / Matlab
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:67975
    • 提供者:罗成
  1. BOOTSEC

    0下载:
  2. WINDOWS下磁盘根区数据的显示 -under Windows disk root zone data showed
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:14066
    • 提供者:欧阳凡
  1. vchelper

    0下载:
  2. 文件搜索, 检索根目录下的所有文件, 速度很快-File search, retrieve all the files in the root directory, fast
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:47924
    • 提供者:zwd
  1. MIS_student

    0下载:
  2. 实现功能: 1.根据学号查询 学生的姓名 年龄 班级 年级等等 2.根据学号查询学生的成绩信息如数学 英语 语文 3.查询成绩名次及状况 4.收发信件 a.根据学号查找是否有信 b.删除已取走的信件 c.插入已知信件 使用说明: 1.把data文件夹的所有txt文件拷到c盘根目录下 2.直接运行源文件中的exe文件-The realization of functions: 1. In accordance with its inquiries, t
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:38315
    • 提供者:刘辉
  1. win32fi

    0下载:
  2. 在不使用 MFC 的程序中获得某个目录下的所有文件名称,包括子目录。把文件名称以一个固定的程度放入一个缓冲中,这个缓冲要足够的大,能容下所有的文件名称。函数的输入为要查找的根目录,输出为存放所有文件名称的缓冲-Do not use MFC in the process of access to a directory under the name of all documents, including subdirectories. The name of the document to the
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:41698
    • 提供者:zoubin
  1. sqprint

    0下载:
  2. 支持Excel的书签打印程序。使用前要将模版文件book2~复制到C盘根目录下,要不然程序会说找不到模板文件。-Support bookmarks print Excel program. Template to document the use of pre-book2 ~ copied to the root directory of C, otherwise the procedure will be that it can not find template file.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1885180
    • 提供者:161
  1. filetranslate

    0下载:
  2. 演示如何从C盘根目录下的ABC.TXT中读取3个字符串,并把其中的两个传送到当前目录下的ABCD.TXT文件中。(新手可以了解下QT的文件流传输机制),在QT4.4.0,VS2008,C++环境下写的-Demonstrate how the root directory from the C read ABC.TXT under three strings, and two sent to the current directory ABCD.TXT file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:992583
    • 提供者:昌隆
  1. filetranslate

    0下载:
  2. 演示如何从C盘根目录下的ABC.TXT中读取3个字符串,并把其中的两个传送到当前目录下的ABCD.TXT文件中。(新手可以了解下QT的文件流传输机制),在QT4.4.0,VS2008,C++环境下写的-Demonstrate how the root directory from the C read ABC.TXT under three strings, and two sent to the current directory ABCD.TXT file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:997368
    • 提供者:昌隆
  1. file

    0下载:
  2. data analyse for PCI-cc32 root and paw
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:3133
    • 提供者:liic
  1. matlabcode

    0下载:
  2. incsrch.m root finding by incremental search requires func1.m bisect.m bisection root finding code uses function file: fcn.m falspos.m root finding by false position newtraph.m -incsrch.m root finding by incremental search req
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:2118
    • 提供者:karthik Sriram
  1. FileConnection

    0下载:
  2. 提供对本地文件系统的访问功能.当试图对一个已经关闭的对象进行操作时,会抛出此异常。这是一个很关键的类,基本上文件读写都是有该类完成。可以从字面上去理解它的意思。这个类我也没用过,不知道它具体的功能。用于监听文件系统目录状态的变化,比如文件的删除、新增,存储卡的拔出和插入等。用于管理和跟踪文件系统的监听器,以及可以通过此类过去当前所有文件系统的根目录.文件打开模式异常,当试图写入以只读方式打开的文件时,会抛出该异常。 -Provides the local file system acces
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:2181
    • 提供者:wangk
  1. moni

    0下载:
  2. 模拟病毒的自我复制和文件写入,运行后会在计算机所有硬盘根目录下生成该程序,在每个硬盘的根目录下面生成一个AutoRun.inf文件用于自动启动。-Simulated self-replicating virus, and documents written to run on a computer after all the hard disk root directory of the program is generated in each hard drive' s root dir
  3. 所属分类:File Operate

    • 发布日期:2017-03-26
    • 文件大小:47244
    • 提供者:李岩
  1. DirFunctions

    0下载:
  2. This unit is used to enumerate files and folders in specific root directory-This unit is used to enumerate files and folders in specific root directory...
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2372
    • 提供者:red
  1. SearchFile

    0下载:
  2. 使用VC++实现在根目录下搜索文件的功能,并显示搜索到的文件的路径和个数-Using VC++ to realise the function of searching files under th root file, and display the path of the target files and the count
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:280089
    • 提供者:申晓燕
  1. kuaijie

    0下载:
  2. 在C根下创建记事本文件l.txt 快捷查看自己学习经验-In the C root l.txt the Notepad file to create the shortcut view their own learning experience
  3. 所属分类:File Operate

    • 发布日期:2017-03-25
    • 文件大小:970962
    • 提供者:李建伟
  1. TStat_Control

    0下载:
  2. The g95-MinGW.exe installer allows the user to specify any install directory for g95. However, if MinGW is already installed on your system, it is best to install g95 in the root MinGW directory. If MinGW is installed, install g95 in your mingw
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:1190
    • 提供者:yulipo
  1. Virtual-drive-program

    0下载:
  2. 虚拟驱动器程序(内附源码及说明),运行该程序,必须将其编译成exe文件,然后拷贝到系统盘根目录运行。-Virtual drive program (with source code and instructions), run the program, it must be compiled into exe file, then copied to the system root directory.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:57297
    • 提供者:dfasd
« 12 »
搜珍网 www.dssz.com